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

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

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

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

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

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

/* Main */
:root {
  --main-color: #002F5C;
  --sec-color: #FFCC00;
  --thir-color: #FF453A;
  --hover-color: black;
}

body {
  font-family: "Montserrat-Regular";
  margin: 0;
  font-size: 15px;
  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: 1330px;
  }
}

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

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

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

.search-res .icon-search.active {
  color: #002F5C;
  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 #002F5C;
  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: #002F5C;
}

#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: #002F5C;
}

.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);
  flex-shrink: 0;
}

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

.header-top {
  position: relative;
}

.header-top .widthBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.header-top .banner {
  max-height: 120px;
}

.form-search {
  width: 270px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}

.form-search input {
  width: calc(100% - 70px);
  height: 100%;
  padding: 0 15px;
  font-family: "Montserrat-Regular";
  font-style: 16px;
  border: 1px solid #ccc;
  border-right: unset;
}

.form-search button {
  width: 70px;
  height: 100%;
  background: #FFCC00;
}

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

.header {
  position: relative;
  z-index: 999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

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

.header--right__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 6px 0;
}

.header--right__bottom {
  margin: 6px 0;
}

.dangnhap {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.dangnhap .item {
  margin-left: 5px;
}

.shop {
  position: relative;
}

.shop .box__shop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  border-radius: 100rem;
  position: absolute;
  top: -2px;
  right: -2px;
  background: red;
  font-family: "OpenSans-Medium";
  font-size: 9px;
  color: #fff;
  line-height: 1;
}

.menu {
  display: flex;
  align-items: center;
}

.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>a {
  white-space: nowrap;
  padding: 0px 10px;
  text-transform: capitalize;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #13304c;
  line-height: 35px;
}

.menu ul.primary-menu>li {
  cursor: pointer;
}

.menu ul.primary-menu>li:hover>a {
  color: #FFCC00;
}

.menu ul li:hover>.mnbanner {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.mnbanner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #e3f5fd;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
  background: url(../images/bg-tamnhin.png) center no-repeat #e3f5fd;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}

.mnbanner--ul li {
  position: relative;
}

.mnbanner--ul li:hover>.mnbanner--abs {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  left: 100%;
}

.mnbanner--ul li:hover>.mnbanner--abs li {
  position: relative;
}

.mnbanner--ul li:hover>.mnbanner--abs li:hover>.mnbanner--abs {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  left: 100%;
}

.mnbanner--ul li a {
  line-height: 40px;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #002F5C;
  width: 100%;
}

.mnbanner--ul li a:hover {
  color: #FF453A;
}

.mnbanner--abs {
  position: absolute;
  top: 0;
  left: 90%;
  width: 100%;
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  z-index: 999;
  background: url(../images/img-sumenh.png) center no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.mnbanner--abs li {
  padding: 0 15px;
}

.mnbanner--abs li a {
  line-height: 40px;
  width: 100%;
}

.mnbanner img {
  border-radius: 10px;
}

.mnbanner .menu__static--name {
  font-family: "Montserrat-SemiBold";
  font-size: 32px;
  color: #002F5C;
  margin-bottom: 15px;
}

.mnbanner .menu__static--desc {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #002F5C;
}

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

.menu>ul>li>a.has-child::after {
  border-color: #002F5C;
  right: 0;
}

.menu>ul>li>a.has-child:hover::after {
  border-color: #FFCC00;
}

.menu>ul>li>a {
  position: relative;
}

.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: 0;
  width: 5px;
  height: 5px;
  border: 1px solid #002F5C;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
  transition: all 0.3s ease-out;
}

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

.slideshow {
  position: relative;
}

.slideshow-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slideshow-slogan {
  font-family: "OpenSans-Medium";
  font-size: 15px;
  color: #002F5C;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.slideshow-name {
  font-family: "Montserrat-Bold";
  font-size: 42px;
  color: #002F5C;
  text-align: center;
  max-width: 580px;
  margin-bottom: 15px;
  line-height: 1.2;
}

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

@media screen and (min-width: 991px) {
  .col__5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.btn--lienhe {
  width: -moz-fit-content;
  width: fit-content;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-width: 100px;
  background: #002F5C;
  font-family: "Montserrat-Regular";
  font-size: 15px;
  color: #fff;
  margin-left: 15px;
}

.btn--lienhe img {
  transition: 0.3s;
}

.btn--lienhe:hover {
  text-decoration: none;
  background: black;
  color: #fff;
}

.btn--lienhe:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.btn--dangnhap {
  width: 135px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background: #FFCC00;
  font-family: "Montserrat-Medium";
  font-size: 15px;
  color: #002F5C;
  margin-left: 10px !important;
}

.btn--dangnhap img {
  transition: 0.3s;
}

.btn--dangnhap:hover {
  text-decoration: none;
  background: black;
  color: #fff;
}

.btn--dangnhap:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.btn--dangnhap img {
  margin-right: 5px;
}

.btn--slider {
  width: 120px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  background: #FFCC00;
  border-radius: 100rem;
  font-family: "Montserrat-Regular";
  font-size: 15px;
  color: #002F5C;
  text-transform: capitalize;
}

.btn--slider img {
  transition: 0.3s;
}

.btn--slider:hover {
  text-decoration: none;
  background: black;
  color: #fff;
}

.btn--slider:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.btn--gioithieu {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  color: #f9a620;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

.btn--gioithieu:hover {
  letter-spacing: 1px;
  color: #002F5C;
}

.btn--gioithieu i {
  margin-left: 7px;
}

.btn--tamnhin {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #fff;
}

.btn--tamnhin img {
  transition: 0.3s;
}

.btn--tamnhin:hover {
  text-decoration: none;
  background: black;
  color: #fff;
}

.btn--tamnhin:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.btn--tamnhin:hover {
  color: #FFCC00;
  letter-spacing: 1px;
  background: transparent;
}

.btn--tamnhin i {
  margin-left: 5px;
}

.btn--sumenh {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #002F5C;
}

.btn--sumenh img {
  transition: 0.3s;
}

.btn--sumenh:hover {
  text-decoration: none;
  background: black;
  color: #fff;
}

.btn--sumenh:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.btn--sumenh:hover {
  color: #FFCC00;
  letter-spacing: 1px;
  background: transparent;
}

.btn--sumenh i {
  margin-left: 5px;
}

.btn--doitac {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  min-width: 127px;
  border-radius: 100rem;
  border: 1px solid #002F5C;
  font-family: "OpenSans-Medium";
  font-size: 14px;
  color: #002F5C;
  text-transform: uppercase;
  margin: 0 auto;
}

.btn--doitac img {
  transition: 0.3s;
}

.btn--doitac:hover {
  text-decoration: none;
  background: black;
  color: #fff;
}

.btn--doitac:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.btn--doitac:hover {
  border-color: #FFCC00;
  color: #FFCC00;
  letter-spacing: 1px;
}

.btn--product {
  margin-top: 20px;
}

.btn--cart {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  background: #f1f4f8;
  border-radius: 100rem;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #48484a;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn--cart img {
  transition: 0.3s;
}

.btn--cart:hover {
  text-decoration: none;
  background: black;
  color: #fff;
}

.btn--cart:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.btn--cart i {
  margin-left: 5px;
}

.btn--cart:hover {
  letter-spacing: 1px;
  color: #fff;
  background: #007aff;
}

.product {
  position: relative;
  text-align: center;
  border: 1px solid #ededed;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-picture {
  position: relative;
}

.product-desc {
  position: relative;
  padding: 12px;
}

.product-desc .name-product {
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #080a12;
}

.product-desc .name-product:hover {
  color: #FFCC00;
}

.price-product {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
}

.price-product-regular {
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #FF453A;
  margin: 0 5px;
}

.price-product-sale {
  font-family: "Roboto-Regular";
  font-size: 14px;
  color: #808080;
  text-decoration: line-through;
  margin: 0 5px;
}

.price-product-null {
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #FF453A;
}

.price-product-null:hover {
  text-decoration: none;
  color: #002F5C;
}

.price-per {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "OpenSans-SemiBold";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 20px;
  min-width: 45px;
  height: 20px;
  background: #FF453A;
  pointer-events: none;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pro-status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat-Regular";
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 35px;
  left: 10px;
  line-height: 20px;
  min-width: 45px;
  height: 20px;
  background: linear-gradient(-45deg, rgb(0, 61, 173) 0%, rgb(65, 113, 203) 50%, rgb(0, 61, 173) 100%);
  pointer-events: none;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rating-box {
  position: relative;
  margin: 5px 0;
}

.rating-box ul {
  list-style-type: none;
}

.rating-box ul li {
  display: inline-block;
}

.list__product {
  padding: 50px 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: "OpenSans-Medium";
  font-size: 14px;
  color: #142031;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 32px;
  padding: 0 20px;
  margin: 0px 5px 10px 5px;
  border-radius: 100rem;
  cursor: pointer;
  border: 1px solid #ced5de;
  text-transform: capitalize;
}

.ul-tabs-pro-detail li.active,
.ul-tabs-pro-detail li:hover {
  background: #FFCC00;
  border-color: #FFCC00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

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

.gioithieu {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.box__gioithieu.revert {
  flex-direction: row-reverse;
}

.box__gioithieu>.col-lg-7>img {
  margin-bottom: 42px;
}

.box__gioithieu-name {
  font-family: "Montserrat-SemiBold";
  font-size: 40px;
  color: #002F5C;
  margin-bottom: 24px;
}

.box__gioithieu-desc {
  font-family: "Montserrat-Medium";
  font-size: 18px;
  color: #002F5C;
  line-height: 30px;
  margin-bottom: 30px;
}

.box__gioithieu-img {
  position: relative;
  aspect-ratio: 554/538;
  padding-top: 6.3%;
  padding-left: 7.5%;
  padding-bottom: 5.5%;
  padding-right: 6.8%;
}

.box__gioithieu-img .hover-scale {
  border-radius: 15px;
  overflow: hidden;
}

.box__gioithieu-img::before {
  content: "";
  background: url(../images/icon/ab-gioithieu.png) center no-repeat;
  width: 27.6%;
  height: 28.4%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  z-index: -1;
}

.box__gioithieu-img::after {
  content: "";
  background: url(../images/icon/ab-gioithieu.png) center no-repeat;
  width: 27.6%;
  height: 28.4%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: 100% 100%;
  z-index: -1;
}

.box__gioithieu-img::after,
.box__gioithieu-img::before {
  animation: shakeshake 10s infinite;
}

.giatricotloi {
  padding: 50px 0;
}

.box__giatricotloi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 50px;
  margin-bottom: 24px;
}

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

.box__giatricotloi:hover .box__giatricotloi--name {
  color: #FFCC00;
}

.box__giatricotloi--pic {
  flex-shrink: 0;
  min-width: 76px;
  text-align: center;
}

.box__giatricotloi--pic img {
  max-height: 76px;
  margin-bottom: 10px;
  transition: 0.5s;
}

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

.box__giatricotloi--name {
  font-family: "Montserrat-SemiBold";
  font-size: 18px;
  color: #002F5C;
  margin-bottom: 8px;
  transition: 0.5s;
}

.box__giatricotloi--desc {
  font-family: "Montserrat-Regular";
  font-size: 15px;
  color: #16395a;
  line-height: 22px;
}

.box__giatricotloi__row {
  flex-direction: row;
}

.box__giatricotloi__row--pic {
  margin-right: 15px;
}

.box__giatricotloi__row--pic img {
  margin-bottom: 0;
}

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

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

.box__newStyle:hover h3 a {
  color: #002F5C;
  /* opacity: 1;
  visibility: visible;
  transform: rotate3d(0, 1, 0, 0deg);
  transition: 0.7s; */
}

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

.box__newStyle--content {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* opacity: 0;
  visibility: visible; */
  flex-direction: column;
  /* position: absolute;
  top: 15px;
  left: 15px; */
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  padding: 15px;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  /* transform: rotate3d(0, 1, 0, 90deg); */
  /* pointer-events: none; */
  transition: 0.3s;
  border-radius: 10px;
}

.box__newStyle--name {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  color: black;
  -webkit-line-clamp: 3;
}

.box__newStyle--name:hover {
  color: #002F5C;
}

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

.box__newStyle2 {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

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

.box__newStyle2--content {
  padding: 15px;
  border-radius: 10px;
}

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

.box__newStyle2--name:hover {
  color: #FFCC00;
}

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

.tintuc {
  margin-bottom: 4px;
}

.tamnhinsumenh {
  padding: 50px 0;
  background: url(../images/bg-tamnhin.png) center no-repeat;
  background-size: cover;
}

.box__tamnhinsumenh {
  padding: 30px;
  border-radius: 15px;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.tamnhin {
  background: url(../images/img-tamnhin.png) center no-repeat;
  background-size: cover;
}

.tamnhin--name {
  font-family: "Montserrat-SemiBold";
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.tamnhin--name:hover {
  color: #FFCC00;
}

.tamnhin--desc {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
  min-height: 63px;
}

.sumenh {
  background: url(../images/img-sumenh.png) center no-repeat;
  background-size: cover;
}

.sumenh--name {
  font-family: "Montserrat-SemiBold";
  font-size: 32px;
  color: #002F5C;
  margin-bottom: 15px;
}

.sumenh--name:hover {
  color: #FFCC00;
}

.sumenh--desc {
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #002F5C;
  margin-bottom: 15px;
  min-height: 63px;
}

.giatricotloi {
  padding: 50px 0;
}

.box__giangvien {
  position: relative;
  /* filter: grayscale(1); */
}

.box__giangvien:hover {
  filter: grayscale(0);
}

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

.box__giangvien:hover .box__giangvien--contents {
  height: 135px;
}

.box__giangvien--content {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 30px 15px;
}

.box__giangvien--slogan {
  display: block;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #fff;
  margin-bottom: 4px;
}

.box__giangvien--name {
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  color: #fff;
}

.box__giangvien--name:hover {
  color: #FFCC00;
}

.box__giangvien--contents {
  padding-top: 15px;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  height: 0;
  transition: 0.5s ease-out;
}

.tuhao .widthBox {
  padding: 50px 15px;
}

.tuhao .widthBox::after {
  content: "";
  background: #d6d6d6;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  max-width: 1300px;
}

.doitac .hover-scale {
  border-radius: 5px;
  margin-bottom: 15px;
}

.doitac:hover .hover-scale:not(:hover) {
  filter: grayscale(1);
}

.newsletter {
  position: relative;
  padding: 50px 0;
  background: url(../images/bg-newsletter.png);
  background-size: cover;
}

.newsletter .row-0 {
  border-radius: 10px;
  overflow: hidden;
}

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

.newsletter .text-newsletter {
  border: unset;
  border-radius: unset;
  outline: unset;
  background: transparent;
  border-bottom: 1px solid #b9c4d5;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
}

.newsletter .text-newsletter::placeholder {
  font-size: 16px;
}

.newsletter .text-area {
  min-height: 80px;
}

.newsletter .submit-newsletter {
  position: relative;
  border: unset;
  border-radius: unset;
  outline: unset;
  font-family: "Roboto-Medium";
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  background: #007aff;
  border-radius: 5px;
  margin-top: 10px;
}


.newsletter .submit-newsletter:hover {
  background: #FFCC00;
}

.validation-newsletter {
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.newsletter-title {
  font-family: "Montserrat-Bold";
  font-size: 40px;
  color: #002F5C;
  margin-bottom: 20px;
  text-align: center;
  text-transform: capitalize;
}

.group-title {
  margin-bottom: 24px;
  text-align: center;
}

.group-title h2 {
  font-family: "Montserrat-Bold";
  font-size: 32px;
  color: #002F5C;
  text-transform: uppercase;
}

.group-title>div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.group-title--item {
  display: flex;
  align-items: center;
  font-family: "Montserrat-Regular";
  font-size: 20px;
  color: #002F5C;
  margin: 0 7px;
}

.group-title--item img {
  margin-right: 10px;
}

.newsletter ::-webkit-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #646b9e;
}

.newsletter ::-moz-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #646b9e;
}

.newsletter :-ms-input-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #646b9e;
}

.newsletter :-moz-placeholder {
  font-family: "Montserrat-Regular";
  font-size: 13px;
  color: #646b9e;
}

.footerMap {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

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

#footer {
  overflow: hidden;
  color: #fff;
}

#footer .footerArticle .col-lg-7 {
  background: url(../images/bg-footer.jpg) center no-repeat;
  background-size: cover;
  padding: 50px;
  padding-left: 15px;
}

@media screen and (min-width: 1330px) {
  #footer .footerArticle .col-lg-7 {
    padding-left: calc((100% - 1330px + 30px) / 2);
  }
}

.logo-footer {
  max-height: 80px;
}

.footerPowered {
  padding: 8px 0;
  background: #181c30;
  text-align: center;
}

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

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

.chinhanh--container {
  max-height: 415px;
  overflow: auto;
}

.box__chinhanh {
  padding: 24px 0;
  color: #fff;
  cursor: pointer;
}

.box__chinhanh--name {
  font-family: "Roboto-Bold";
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.box__chinhanh--name:hover {
  color: #FFCC00;
}

.fake {
  pointer-events: none;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  max-width: 300px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.box__fake {
  background: #fff;
  padding: 15px;
  transition: 1s;
  margin: 10px;
  border-radius: 5px;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 5s ease infinite;
  opacity: 0;
  visibility: visible;
}

.box__fake--name {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  color: #fff;
  font-style: italic;
}

.box__fake--desc {
  font-family: "Montserrat-Regular";
  font-size: 15px;
  color: #fff;
}

.box__fake.active {
  opacity: 1;
  visibility: visible;
}

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

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

.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 {
  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 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  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: capitalize;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

.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;
  margin: 0;
  border-radius: 10px;
  background: #f7f7f7;
}

.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: bold;
  font-size: 22px;
  color: #ec2d3f;
}

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

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

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

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

.tabs-pro-detail .nav-tabs .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;
}

.box-category>h3 {
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #002F5C;
  font-family: "Montserrat-Bold";
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 15px;
}

.list-category {
  padding: 10px 15px 15px 15px;
  list-style: none;
  text-transform: capitalize;
  border: 1px solid #002F5C;
}

.list-category li {
  position: relative;
}

.list-category li a {
  font-family: "Montserrat-Bold";
  font-size: 15px;
  color: #002F5C;
}

.list-category ul {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  display: none;
}

.plus-toggle,
.cat-toggle {
  top: 8.5px;
  right: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 22px;
  color: #002F5C;
}

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

/* 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: calc(50% - 25px);
  left: calc(50% - 17.5px);
  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;
}

/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 25px;
  bottom: 420px;
  z-index: 10;
  background: var(--main-color);
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .cart-fixed {
    bottom: 140px;
  }
}

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

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

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

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

#popup-cart .cart-background {
  background: rgba(225, 225, 225, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms linear;
}

#popup-cart .cart-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(104%);
  z-index: 1000;
  width: 480px;
  max-width: 80%;
  background: #fff;
  transition: transform 0.5s;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

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

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

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

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

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

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

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

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

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

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

#popup-cart .link-to-cart:hover {
  background: #fff;
  color: #ec2d3f;
}

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

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

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

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

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

#popup-cart .cart-title {
  font-size: 20px;
  font-weight: bold;
}

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

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

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

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

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

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

#popup-cart.opened .cart-background {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.4);
}

#popup-cart.opened .cart-dialog {
  transform: none;
}

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

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

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

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

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

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

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

.buymore-cart {
  color: #1a73e8;
  cursor: pointer;
  margin: 0px;
}

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

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

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

.procart {
  padding: 15px 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.properties-procart p:first-child {
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-to-payment:hover {
  background: #fff;
  color: #ec2d3f;
}

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

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

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

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

.section-cart.top {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

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

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

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

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

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

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

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

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

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

.input-cart select {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.btn-cart {
  background: #ec2d3f;
  color: #fff;
  font-size: 14px;
  border: 1px solid #ec2d3f;
}

.btn-cart:hover {
  background: #ea4354;
  color: #fff;
}

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

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

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

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

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

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

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

.size-pro-detail {
  cursor: pointer;
  border: 1px solid #bdbfbe;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  padding: 3px 15px;
  border-radius: 5px;
  background: #fff;
}

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

.size-pro-detail.active::after {
  content: "";
  position: absolute;
  top: -0.5px;
  right: -0.5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background: url(../images/checked.png) no-repeat;
  border-top-right-radius: 5px;
  background-size: 100% 100%;
}

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

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

.quantity-pro-detail span {
  padding: 0px;
  width: 40px;
  height: 40px;
  color: #a4aaaf;
  cursor: pointer;
  border: 1px solid #f3f4f4;
  background: rgba(0, 0, 0, 0.03);
}

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

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

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

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

.quantity-pro-detail input {
  height: 40px;
  border: 1px solid #f3f4f4;
  width: calc(100% - 80px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.cart-pro-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin: 0 -5px;
}

.cart-pro-detail a {
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  padding: 12px 10px;
  text-align: center;
  border-radius: 5px;
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  cursor: pointer;
  transition: 0.4s;
  border: 1px solid #e70505;
  background: #fff;
  font-weight: bold;
}

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

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

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

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

@media screen and (max-width: 991px) {
  .cart-pro-detail {
    width: 100%;
  }

  .cart-pro-detail a {
    font-size: 14px;
  }
}

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

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

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

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

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

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

.wrap-user {
  margin: 40px auto;
  border-radius: 10px;
  max-width: 550px;
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

@media screen and (max-width: 991px) {
  .wrap-user {
    margin: 30px auto;
  }
}

.login-form-wrap button {
  height: 48px;
  outline: none;
  background: linear-gradient(135deg, #f75959 0%, #f35587 100%);
  border: 1px solid #f35588;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  transition: 0.4s;
  margin-bottom: 25px;
}

.login-form-wrap button:hover {
  background: transparent;
  color: #f35588;
}

.login-form-wrap .custom-control-label::before,
.login-form-wrap .custom-control-label::after {
  top: 0.125rem;
}

.title-user {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
}

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

.input-user label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}

.input-user input {
  height: 48px;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 16px;
  border-radius: 50px;
  box-shadow: none;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
}

.wrap-register {
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  margin: 0 auto;
  border-radius: 10px;
}

.wrap-register button {
  height: 48px;
  outline: none;
  background: linear-gradient(135deg, #f75959 0%, #f35587 100%);
  border: 1px solid #f35588;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  display: block;
  transition: 0.4s;
  margin-bottom: 25px;
}

.wrap-register button:hover {
  background: transparent;
  color: #f35588;
}

.button-register a {
  color: #f35588;
  text-decoration: underline;
}

.button-register button {
  height: 48px;
  outline: none;
  background: linear-gradient(135deg, #f75959 0%, #f35587 100%);
  border: 1px solid #f35588;
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  display: block;
  transition: 0.4s;
  margin-bottom: 25px;
}

.button-register button:hover {
  background: transparent;
  color: #f35588;
}

.link-res {
  color: #f35588;
  text-decoration: underline;
  font-weight: bold;
}

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

.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 "Montserrat-Bold";
  color: #002F5C;
  text-transform: uppercase;
}

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

.header-container p {
  font: 15px "Montserrat-Regular";
}

.titleMain {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.titleMain h2 {
  font-family: "Montserrat-Bold";
  font-size: 44px;
  color: #002F5C;
}

.titleMain p {
  font-family: "Montserrat-Regular";
  font-size: 16px;
  color: #002F5C;
  max-width: 800px;
  text-align: center;
  line-height: 24px;
  margin: 0 auto;
  margin-top: 8px;
}

.share {
  line-height: normal;
  margin-top: 10px;
  position: relative;
  z-index: 3;
}

.share-line {
  border-color: #eee;
  margin: 20px 0;
}

.share_title {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  margin-right: 40px;
}

.share_title::after,
.share_title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}

.share_title::after {
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #fff;
}

.share_title::before {
  border-width: 9px 0 9px 11px;
  border-color: transparent transparent transparent #eee;
}

.share_title span {
  margin-left: 20px;
  display: block;
  position: relative;
}

.share_title span::before {
  position: absolute;
  content: "";
  background: #eee;
  left: -10px;
  top: 0;
  width: 1px;
  height: 100%;
}

/* Like Share */
.social-plugin {
  display: flex;
  justify-content: flex-start;
}

.social-plugin .at-share-btn {
  margin-bottom: 7px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.label-zalo {
  font-family: helvetica neue, helvetica, arial, sans-serif;
  font-size: 10.5px;
  line-height: 20px;
  padding: 0 15px 0 0;
  margin: 0 0 0 5px;
  height: 20px;
  background: none;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .label-zalo {
    display: none;
  }
}

.cus-share-zalo {
  background-color: #03A5FA;
  border-radius: 0px;
  display: inline-block;
  margin: 0 2px;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: 0;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  padding: 5px;
  transition: 0.4s;
  height: -moz-fit-content;
  height: fit-content;
}

.cus-share-zalo:hover {
  transform: translateY(-5px);
}

.cus-share-zalo:hover .label-zalo {
  color: #fff;
}

.cus-share-zalo .zalo-share-button {
  margin-left: 0 !important;
  margin-bottom: 0px !important;
  margin-right: 5px !important;
}

@media screen and (max-width: 991px) {
  .cus-share-zalo .zalo-share-button {
    margin-right: 0 !important;
  }
}

.share-zalo {
  margin-right: 0.6rem;
  transition: 0.3s;
}

.share-zalo .zalo-share-button {
  display: block !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 1px 4px rgba(0, 0, 0, 0.28);
}

.share-zalo:hover {
  transform: translateY(-5px);
}

/* 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: #002F5C;
  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(91, 169, 195, 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(91, 101, 195, 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(91, 169, 195, 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 .support-online:not(.cart_item) {
    display: none;
  }

  .social_fixed {
    bottom: 70px;
  }

  .social_fixed-phone {
    display: block;
  }
}

/* Animation */
.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(91, 169, 195, 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;
  }
}

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

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

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

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

.zoomIn {
  animation-name: customzoomIn;
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

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

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

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

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

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

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.custom__scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.custom__scroll::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

.custom__scroll::-webkit-scrollbar-track {
  background-color: #002F5C;
}

.custom__scroll::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}

.custom__scroll::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #002F5C;
  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);
  }
}

.shakeshake {
  animation: shakeshake 10s infinite;
}

.shakeshake50 {
  animation: shakeshake50 5s infinite;
}

@keyframes shakeshake {
  0% {
    transform: translate(5px, 5px);
  }

  25% {
    transform: translate(-5px, 5px);
  }

  50% {
    transform: translate(-5px, -5px);
  }

  75% {
    transform: translate(5px, -5px);
  }

  100% {
    transform: translate(5px, 5px);
  }
}

@keyframes shakeshake50 {
  0% {
    transform: translate(2.5px, 2.5px);
  }

  25% {
    transform: translate(-2.5px, 2.5px);
  }

  50% {
    transform: translate(-2.5px, -2.5px);
  }

  75% {
    transform: translate(2.5px, -2.5px);
  }

  100% {
    transform: translate(2.5px, 2.5px);
  }
}

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

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

  .headerBottom,
  .header-top,
  .btn--lienhe,
  .header--right {
    display: none;
  }

  .search-res .icon-search {
    color: #fff;
  }

  .header .widthBox {
    justify-content: center;
  }
}

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

  .mb10_991 {
    margin-bottom: 10px;
  }

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

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

  .price-product {
    flex-direction: column;
  }

  .slideshow-content,
  .box__newStyle--desc,
  .box__gioithieu>.col-lg-7>img {
    display: none;
  }

  .newsletter--container,
  .validation-newsletter {
    padding: 15px;
  }

  .group-title h2 {
    font-size: 24px;
  }

  .box__newStyle--name {
    font-size: 12px;
  }

  .newsletter-title {
    font-size: 21px;
  }

  .titleMain h2,
  .box__gioithieu-name {
    font-size: 24px;
  }

  .box__gioithieu-name {
    font-size: 24px;
    margin-bottom: 5px;
  }

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

  .btn--cart {
    font-size: 11px;
  }

  .btn--cart:hover {
    letter-spacing: unset;
  }
}

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

  .doitac .row-15 {
    margin: 0 -2.5px;
  }

  .doitac .padding-15 {
    padding: 0 2.5px;
  }

  .doitac .hover-scale {
    margin-bottom: 5px;
  }

  .box__giatricotloi {
    padding: 10px 0;
  }
}

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

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

.doingugiangvien {
  padding: 30px 0;
}

.khoahoc {
  padding: 50px 0;
}

.box__khoahoc {
  position: relative;
  background: var(--bg);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
}

.box__khoahoc--bg {
  padding: 0 10px 10px 0;
  position: relative;
  z-index: 2;
  margin: 10px;
}

.box__khoahoc--bg:hover .box__khoahoc {
  transform: translate(5px, 5px);
  box-shadow: 0 0 20px var(--bg);
}

.box__khoahoc--bg:hover::after {
  transform: translate(-5px, -5px);
}

.box__khoahoc--bg::after {
  content: "";
  background: var(--bg);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.4;
  border-radius: 5px;
  transition: 0.3s;
}

.box__khoahoc--pic {
  position: relative;
}

.box__khoahoc--content {
  position: relative;
  padding: 10px;
}

.box__khoahoc--name {
  font-family: "Montserrat-Bold";
  font-size: 18px;
  color: #003e7a;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.box__khoahoc--name:hover {
  color: yellow;
}

.box__khoahoc--desc p {
  font-size: 13px;
  line-height: 24px;
  font-family: "Montserrat-Medium";
  color: #fff;
}

.box__khoahoc--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  min-height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  background: #fff;
  border-radius: 100rem;
  font-family: "Montserrat-SemiBold";
  font-size: 12px;
  color: #fa761e;
  text-transform: capitalize;
  transition: 0.3s;
}

.box__khoahoc--btn:hover {
  text-decoration: none;
  background: black;
  color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.box__khoahoc--name {
  -webkit-line-clamp: 2 !important;
}

.box__khoahoc--desc {
  overflow: hidden;
  color: #003e7a;
  font-family: "Montserrat-Medium";
}

/* 15/10/24 */
.trainghiem {
  padding: 50px 0;
}

.box__trainghiem {
  position: relative;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #002F5C;
  text-align: center;
  padding: 24px;
  margin-bottom: 20px;
}

.box__trainghiem--pic {
  flex-shrink: 0;
  margin: 0 auto;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
}

.box__trainghiem--pic .hover-scale {
  border-radius: 100rem;
}

.box__trainghiem--name {
  font-family: "Montserrat-Bold";
  font-size: 16px;
  color: #003e7a;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.box__trainghiem--desc {
  color: #69696e;
  font-size: 16px;
  margin-bottom: 5px;
}

.box__trainghiem .star {
  margin-bottom: 10px;
}

.box__trainghiem--content {
  font-size: 16px;
  color: #003e7a;
  font-family: "Montserrat-Medium";
}

.box__trainghiem .img {
  position: absolute;
  bottom: -20px;
  right: 20px;
}