@charset "UTF-8";
:root {
  --font-primary: "Roboto", sans-serif;
  --font-secondary: "SFProText-Regular", sans-serif;
  --color-primary: #fff;
  --color-thirdly: #eba114;
}
@font-face {
  font-family: "SFProText-Regular";
  src: url("../fonts/SFProText-Regular.woff2") format("woff2"),
    url("../fonts/SFProText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: var(--font-primary);
  color: var(--color-primary);
  font-size: 1rem;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#js__ads {
  display: none;
  width: calc(100% - 32px);
  max-width: 1000px;
  background-color: #fff;
  border-radius: 16px;
  padding: 0;
}
#js__ads .fancybox-close-small{
  display: none !important;
}

.ads_container {
  display: flex;
}
.ads_left,
.ads_right {
  display: flex;
  align-items: flex-start;
  width: 200px;
  flex-shrink: 0;
}
.ads_middle {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: auto;
  padding: 16px 24px;
}
.ads_countdown {
  display: flex;
  justify-content: center;
  gap: 4px;
  font-size: 15px;
  padding: 12px;
  color: #000;
  font-weight: bold;
}
#js__ads-countdown {
  color: #f00;
}
.ads_video {
  display: flex;
  aspect-ratio: 16/9;
  width: 100%;
  border: 0;
}
.ads_bottom {
  display: flex;
}
.ads_content {
  color: #333;
}
.ads_left img,
.ads_right img,
.ads_bottom img {
  width: 100%;
  height: auto;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
input,
button,
textarea {
  outline: none !important;
}
a {
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
  max-width: 100%;
}
.img-hover-zoom img {
  transition: transform 0.5s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.2);
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.center-layout {
  position: relative;
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.hidden {
  display: none;
}
.ovelay,
.menu__nav a,
.menu__sub,
.menu__search__form,
.title a,
.title a:before,
.title a:after,
.product-items__name a,
.product-viewmore,
.news-items__name a,
.news-items__viewmore,
.footer__link,
.page__content,
.page__content:after,
.page__viewmore,
.categories__body > ul a,
.categories__body > ul a button,
.pd-detail__tab li,
.cart,
.cart__close:before,
.cart__close:after,
.cart__button,
.cart-items__name,
.cart__quantity button,
.cart__delete,
.checkout__continue,
.checkout__button,
.scroll-to-top,
.btn_fixed_meta-toc,
.breadcrumb span,
.effect-img img,
.effect-img:before,
.effect-img:after,
.image-zoom > img,
.effect-rotate-360 img,
.effect-rotate img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.transition {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.p-relative {
  position: relative;
}
.pd-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.img {
  display: block;
  width: 100%;
}
h3 {
  margin: 0;
}
.img img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.p-relative {
  position: relative;
}
.menu__search__form,
.scroll-to-top,
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__search__form,
.scroll-to-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.file-video {
  position: relative;
}
.file-video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(5, 15, 28, 0.95);
  border-radius: 50%;
  color: #fff;
}
.grecaptcha-badge {
  display: none;
}
#container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.ovelay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
.ovelay.is-open {
  opacity: 1;
  visibility: visible;
}
.banner_left {
  position: fixed;
  top: 50%;
  left: 0;
  width: 150px;
  height: auto;
  z-index: 123;
  transform: translateY(-45%);
}
.banner_left img {
  max-width: 100%;
  height: auto;
}
.header {
  position: relative;
  width: 100%;
  z-index: 123;
  border-bottom: 1px solid rgba(94, 94, 94, 0.37);
}
.header .center-layout {
  max-width: 1270px;
  padding: 0 15px;
}
.social {
}
.social a {
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s;
  margin: 0 8px;
}
.social a:hover {
  transform: rotate(360deg);
}
.hotline {
  padding-left: 50px;
  background: url(../images/hotline.png) no-repeat center left;
  color: #fff;
  font-size: 14px;
}
.hotline span {
  color: rgba(196, 196, 196, 0.7);
  display: block;
}
.logo_head {
  width: 18%;
  display: flex;
  align-items: center;
  z-index: 12345;
}
.user-header{display:flex;flex-wrap: wrap;align-items: center;}
.user-header a {
  color: var(--color-primary);
  margin-left: 16px;
}
.user-header a:hover {
  color: var(--color-thirdly);
}
.user-header a.user {
  position: relative;
  display: block;
  background: url(../images/avt-free.png) no-repeat center -1px;
  padding: 20px 18px;
  background-size: contain !important;
}
.user-header a.user.avt_vip{
  background: url(../images/avt-vip.png) no-repeat center -1px;
}
.user-header a.user.avt_pre{
  background: url(../images/avt-pre.png) no-repeat center -1px;
}
.user-header a.user .ic_vip {
  position: absolute;
  width: 19px;
  height: 15px;
  bottom: -3px;
  right: -3px;
  background: url(../images/icon_vip.png) no-repeat;
}
.user-header a.user img {
  width: 32px;
  height: 32px;
  max-width: none;
  object-fit: cover;
  border-radius: 50%;
}
.user-header a.logout {
  padding: 7px 16px;
  color: var(--color-primary);
  background: var(--color-thirdly);
  border-radius: 4px;
  border: 1px solid var(--color-thirdly);
  transition: all 0.5s;
}
.user-header a.logout:hover {
  color: var(--color-thirdly);
  background: transparent;
}
.notification {
  margin-left: 16px;
  color: var(--color-primary) !important;
  width: 32px;
  height: 32px;
  background: #eba114;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.count_noti {
  position: absolute;
  border-radius: 50%;
  background: #ff0000;
  color: #fff;
  font-size: 13px;
  top: -12px;
  right: -10px;
  display: flex;
  justify-content: center;
  justify-content: center;
  padding: 1px 2px;
  min-width: 21px;
}
.list__noti {
  position: absolute;
  top: 67px;
  width: 250px;
  background: #fff;
  padding: 0 15px;
  left: 0;
  max-height: 300px;
  overflow: auto;
  display: none;
}
.title_noti {
  font-weight: 600;
  padding: 15px 0px 5px 0px;
  color: #000;
}
.list__noti a {
  position: relative;
  display: block;
  padding: 7px 15px 7px 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #000 !important;
  font-size: 14px;
}
.list__noti a:last-child {
  border-bottom: 0;
}
.list__noti a:hover {
  color: var(--color-thirdly) !important;
}
.list__noti a .date {
  color: rgba(94, 94, 94, 0.37);
  font-size: 13px;
}
.list__noti a i {
  margin-right: 3px;
}
#ajax-notification-content {
  color: #000;
}
#ajax-notification-content {
  min-width: 300px;
  border-radius: 10px;
  max-width: 800px;
}
#ajax-notification-content .h-fancybox__title {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  width: 100%;
  font-size: 1.5rem;
  text-transform: capitalize;
  color: var(--color-thirdly);
}
.noseen {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-thirdly);
}
.lang {
  color: #fff;
  background: transparent;
  border: 0;
}
.lang:focus-visible {
  outline: none;
}
.lang option {
  color: #000;
}
.menu {
  width: 55%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu__right {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  justify-content: flex-end;
}

.menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-primary);
  padding: 0.75rem 0;
  position: relative;
}
.menu__top:after {
  position: absolute;
  content: "";
  width: 300%;
  height: 100%;
  background: var(--color-primary);
  left: 100%;
  top: 0;
}
.menu__top:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 63px solid var(--color-primary);
  border-left: 60px solid transparent;
  right: 100%;
  top: 0;
}
.menu__top__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__top__nav a {
  white-space: nowrap;
  padding: 0 0.75rem;
  font-weight: 700;
  font-size: 0.938rem;
  color: #fff;
  position: relative;
}
.menu__top__nav a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.menu__top__nav a:last-child:after {
  display: none;
}
.menu__nav {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu__nav a {
  display: block;
  color: #fff;
}
.menu__nav > li > a {
  text-align: center;
  padding: 38px 0px;
  font-weight: 500;
  position: relative;
}
.icon_hot {
  position: absolute;
  top: 23px;
  right: -10px;
  width: 36px;
  height: 14px;
  background: url(../images/hot.png) no-repeat;
}
.menu__nav > li.is-open > a,
.menu__nav > li:hover > a {
  color: var(--color-thirdly);
}
.menu__nav > li:hover .menu__sub {
  opacity: 1;
  visibility: visible;
}
.menu__nav .style1 {
  position: relative;
}
.menu__nav .style1 ul {
  position: absolute;
  min-width: 250px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding-bottom: 5px;
  z-index: 12;
}
.menu__nav .style1 ul a {
  color: #fff;
  padding: 7px 7px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.menu__nav .style1 ul li:last-child a {
  border-bottom: 0;
}
.menu__nav .style1 ul a:hover {
  color: var(--color-thirdly);
}
.menu__nav .style1:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.menu__nav .style1 ul li ul {
  display: none;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 200px;
  left: 100%;
  top: 0;
  z-index: 999;
  background: #fff;
}
.menu__nav .style1 ul li:hover > ul {
  display: block;
}
.menu__sub {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 100%;
  z-index: 9999;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.25rem;
  padding: 1.25rem;
  visibility: hidden;
  opacity: 0;
}

.menu__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: space-between;
}
.menu__mobile {
  display: none;
}
.menu__search {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin-left: 1.25rem;
}
.menu__search__form {
  width: 62%;
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 48px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.32);
  margin-bottom: 64px;
  z-index: 12;
}
.menu__search__form input {
  width: calc(100% - 159px);
  padding: 0 24px;
  background: transparent;
  color: #b0b0b0;
  border: 0;
  outline: none !important;
  border: 1px solid #30549d;
  border-right: 0;
  height: 100%;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.menu__search__form input::placeholder {
  color: #b0b0b0;
}
.menu__search__form button {
  width: 159px;
  height: 100%;
  border: 0;
  padding: 0;
  outline: none !important;
  color: #fff;
  background: var(--color-thirdly);
  font-weight: 500;
}
.menu__search__close {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
  background: transparent;
  padding: 0;
  border: 0;
  margin-top: 10px;
  outline: none !important;
}
.menu--fixed {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}
.menu--fixed .top_head {
  display: none;
}
.menu--fixed .logo_head img {
  max-height: 60px;
  margin: auto;
}
.menu--fixed .menu__nav > li > a {
  padding: 18px 0px;
}
.menu--fixed .menu {
  padding-top: 0;
}
/*-- mmenu --*/
#mmenu {
  position: fixed;
  top: 0;
  left: -100%;
  background: #f3f3f3;
  color: #000;
  z-index: 12345;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#mmenu.show {
  left: 0;
}
#mmenu.hidden {
  left: -100%;
}
.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 1.563rem;
}
.mmenu_title {
  text-align: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 16px;
  font-family: var(--font-thirdly);
  font-weight: 600;
}
.category {
  padding: 0 10px;
}
#mmenu ul {
  padding: 0;
  margin: 0;
}
#mmenu ul li .aaa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#mmenu ul li a {
  position: relative;
  color: #000;
  font-size: 16px;
}
#mmenu ul li ul li .aaa {
  padding-left: 20px;
}
#mmenu ul li .aaa i {
  font-size: 1.563rem;
  width: 30px;
  text-align: center;
  position: relative;
  z-index: 12345;
}
#mmenu ul li ul {
  display: none;
}
#mmenu ul li ul.active {
  display: block;
}
#mmenu ul li ul li ul li .aaa {
  padding-left: 30px;
}
#mmenu ul li ul li ul li ul li .aaa {
  padding-left: 40px;
}
.btn-show {
  transition: all 0.5s;
}
.btn-show.active {
  transform: rotate(180deg);
  transition: all 0.5s;
}
h2,
h3,
p {
  margin: 0;
  padding: 0;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 47px;
  height: auto;
  min-height: 47px;
  position: relative;
  overflow: hidden;
}
/*---nd moi---*/
.title {
  margin-bottom: 30px;
}
.title.mt-top {
  margin-top: 30px;
}
.title h2 {
  display: block;
  font-size: 1.5rem;
  margin: 0;
  color: var(--color-primary);
  position: relative;
  font-weight: 600;
  line-height: 48px;
  font-family: var(--font-secondary);
  text-transform: capitalize;
}
.top_content {
  padding: 64px 0px 32px 0px;
  position: relative;
}
.top_content:before {
  position: absolute;
  width: 41%;
  height: 100%;
  background: url(../images/bong1.png) no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_content:after {
  position: absolute;
  width: 46%;
  height: 100%;
  background: url(../images/bong2.png) no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.top_content.padding {
  padding-bottom: 0;
}
.top_content.padding .center-layout {
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.wr__cat_media {
  max-width: 83%;
  margin: auto;
  margin-bottom: 32px;
}
.flex__media_cat {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  justify-content: center;
}
.row__media_cat {
  width: 16.666666%;
  padding: 10px 0px;
}
.box__media_cat .img {
  filter: drop-shadow(4px 4px 2px rgba(255, 255, 255, 0.2));
}
.box__media_cat .img img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.box__media_cat h3 {
  margin-top: 16px;
  text-align: center;
  font-size: 1rem;
}
.box__media_cat h3 a {
  color: var(--color-primary);
  font-weight: 700;
  line-height: 20px;
  display: flex;
  justify-content: center;
}
.box__media_cat h3 a:hover,
.box_album h3 a:hover,
.box__video h3:hover,
.box_hotdesign h3:hover {
  color: var(--color-thirdly);
}
.owl__banner_quangcao {
  padding-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.owl__banner_quangcao.none-line {
  padding: 0;
  border: 0;
}
.box__banner_qc {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.section-album {
  padding-top: 32px;
  position: relative;
}
.section-album:after {
  position: absolute;
  width: 48%;
  height: 836px;
  left: 0;
  top: 13%;
  background: url(../images/bong3.png) no-repeat;
}
.box_album {
  margin-top: 12px;
  position: relative;
}
.box_album_img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.box_album_img .img {
  border-radius: 10px;
}
.box_album .bong {
  position: absolute;
  width: 100%;
  height: 90%;
  top: -12px;
  left: 0;
  background: url(../images/bg_album.png) no-repeat;
  z-index: 0;
}
.big_row_img {
  width: 51%;
}

.box_album h3 {
  font-size: 1.25rem;
  margin-top: 16px;
}
.box_album h3 a {
  color: var(--color-primary);
  font-weight: 700;
}
.section-multi {
  padding-top: 64px;
}
.section-hotdesign {
  position: relative;
  padding-top: 64px;
  overflow: hidden;
}
.section-hotdesign:after {
  position: absolute;
  width: 32%;
  height: 897px;
  right: 0;
  top: -35%;
  background: url(../images/bong4.png) no-repeat;
}
.left_video {
  width: 49%;
}
.right_video {
  width: 51%;
}
.box__video {
  position: relative;
}
.flex__bottom_video {
  gap: 24px;
}
.flex__bottom_video .box__video {
  flex: 1 1 0%;
}
.h__video {
  min-height: 440px;
}
.h__album {
  min-height: 1114px;
}

.box__video .iframe,
.post-items__image .iframe {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 56.25%;
}
.box__video .img img {
  width: 100%;
}
.box__video .img iframe,
.post-items__image .img iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.box__video .img .oveplayy {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000 1.99%, rgba(16, 19, 6, 0) 33.52%);
}
.box__video_name {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  padding: 16px 16px;
}
.box__video_name h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  max-height: 20px;
  overflow: hidden;
  padding: 0 16px;
}
.flex__bottom_video {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.section-office {
  padding: 64px 0px;
}
.section-software {
  padding: 0px 0px 64px 0px;
}
.right_video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -12px;
}
.row__video {
  width: 50%;
  padding: 12px;
}
.bottom_video {
  margin-top: 24px;
  position: relative;
}
.video__flex .box__video {
  margin-bottom: 24px;
}

.hotdesign_flex {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.row_hotdiesign {
  width: 25%;
  padding: 12px;
}
.box_hotdesign {
  border: 1px solid #30549d;
  border-radius: 10px;
  padding: 16px;
  position: relative;
  transition: all 0.5s;
}
.owl__hotdeisgn .box_hotdesign {
  margin-bottom: 24px;
}
.box_hotdesign:hover {
  border-color: var(--color-thirdly);
}
.box_hotdesign .img {
  position: relative;
}
.box_hotdesign .img img {
  width: 100%;
}
.box_hotdesign .img .oveplays {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #000000 1.99%, rgba(16, 19, 6, 0) 33.52%);
}
.box_hotdesign_name {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 16px;
}
.box_hotdesign_name h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  max-height: 20px;
  overflow: hidden;
}
.premium {
  position: absolute;
  width: 130px;
  height: 56px;
  top: 7px;
  right: 0;
  z-index: 1;
}
.vip {
  position: absolute;
  width: 80px;
  height: 56px;
  top: 7px;
  right: 0;
  z-index: 1;
}
.free {
  position: absolute;
  width: 88px;
  height: 56px;
  top: 7px;
  right: 0;
  z-index: 1;
}

.sticky_scroll {
  position: sticky;
  top: 90px;
}
.service__other {
  margin-bottom: 0.938rem;
}
.service__other .img {
  min-width: 100px;
  max-width: 100px;
  display: block;
}
.service-other__info {
  width: calc(100% - 110px);
}
.service-other__name {
  color: var(--color-primary);
  font-family: var(--font-secondary);
  max-height: 40px;
  font-size: 0.875rem;
  overflow: hidden;
  position: relative;
  display: block;
  line-height: 20px;
  font-weight: 600;
}
.service-other__name:hover {
  color: var(--color-secondary);
}
.title_right {
  margin-bottom: 0.938rem;
  font-size: 1.25rem;
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 500;
}
.title_right.mb-top {
  margin-top: 2rem;
}
.service-other__desc {
  font-size: 0.813rem;
  height: 40px;
  position: relative;
  overflow: hidden;
  margin-top: 5px;
}
.flex__row {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem;
}
.box__row {
  width: 50%;
  padding: 0.75rem;
}
.box__row .service-items__info {
  display: block;
}
#show_gallery {
  display: none;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.video-items {
  position: relative;
}
@keyframes play_video {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.video-items:after {
  position: absolute;
  content: "";
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../images/play-button.png);
  z-index: 1;
}
.video-items:hover:after {
  animation: play_video 1.5s ease infinite;
}
.video-items__name {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #323c3f;
  font-weight: 500;
}
.product-p.d-flex {
  flex-direction: row-reverse;
}
.right_content {
  width: 75%;
}
.left_content {
  width: 23%;
}
/*--end nd moi--*/
.left-header {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-family: var(--font-thirdly);
  padding: 10px;
  background-color: var(--color-secondary);
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: 500;
}
.left-header span {
  font-size: 13px;
}
.category-body {
  border: 1px solid #ededed;
  border-top: 0;
  padding: 10px;
}
.category-body ul {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  padding-left: 10px;
}
.category-body > ul {
  padding-right: 5px;
}
.category-body > ul ul {
  display: none;
}
.category-body a {
  display: block;
  font-size: 0.938rem;
  color: #1b1b1b;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 500;
}
.category-body i {
  width: 10px;
  color: #333;
}
.category-body i:hover {
  cursor: pointer;
  color: #001e5a;
}
.category-body li:hover > a,
.category-body li.active > a {
  color: var(--color-secondary);
}
.category-body li:hover > ul {
  display: block;
}
.last-body {
  border: 1px solid #ededed;
  padding: 10px;
  margin-top: 30px;
  border-radius: 3px;
  text-align: center;
}
.last-body div {
  margin-top: 5px;
}
.last-body div.name_cty {
  font-weight: 700;
  color: var(--color-primary);
}
.last-body.form {
  padding: 17px 17px 17px 17px;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
}
.last-body.form h3 {
  font-size: 1.125rem;
  font-family: var(--color-secondary);
  margin-bottom: 16px;
}

.bn_product_mb {
  display: none;
}
.category-list {
  margin-bottom: 38px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
}
.category-list li {
  display: inline-block;
  padding: 15px 10px;
  background: #535353;
  border: 1px solid #535353;
  transition: all 0.5s;
}
.category-list li.active,
.category-list li:hover {
  background: #fff;
  border: 1px solid #1d1d1b;
}
.category-list li a {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
}
.category-list li.active a,
.category-list li:hover a {
  color: #1d1d1b;
}
.sortPagiBar {
  padding-bottom: 15px;
}
.sortPagiBar .view-mode a .button-view-mode {
  display: inline-block;
  width: 38px;
  height: 38px;
  color: #333;
  line-height: 37px;
  text-align: center;
  background: #ebebeb;
  background: #fff;
  font-size: 20px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  border-radius: 0;
  padding: 0;
}
.sortPagiBar .view-mode a .button-view-mode.active,
.sortPagiBar .view-mode a .button-view-mode:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
}
#sort-by {
  width: 180px;
}
#sort-by ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
#sort-by li {
  background: none repeat scroll 0 0 #fff;
  cursor: pointer;
  margin: 0 auto;
  outline: medium none;
  padding: 0 20px;
  position: relative;
  width: 150px;
  color: #333;
  border: 1px solid #c4c4c4;
}
#sort-by > ul > li {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 28px;
  text-indent: 0.01px;
  cursor: pointer;
  line-height: 42px;
  background-image: url(../images/ico-selects.png) !important;
  border-radius: 8px;

  width: 100%;
  color: var(--color-secondary);
}
#sort-by li > a {
  display: inline-block;
  width: 100%;
  line-height: 36px;
  color: var(--color-primary);
}

#sort-by ul ul {
  position: absolute;
  display: none;
  left: -1px;
  top: 35px;
  background: none repeat scroll 0 0 #f8f8f8;
  z-index: 10000;
  border-top: none;
  border: 1px #e1e1e1 solid;
  width: 100%;
}
#sort-by li:hover > ul {
  display: block;
}
#sort-by li li {
  width: 100%;
  margin-top: 0px;
  border-top: none;
  border-right: none;
  border-left: none;
}
#sort-by li li:hover {
  background-color: var(--color-secondary);
}
#sort-by li li:hover a {
  color: #fff;
}
.flex__row_product {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.box_product {
  width: 33.333333%;
  padding: 12px;
}
.flex__row_product.products .box_product {
  width: 25%;
}
.product-items {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.product__grid--inner .product-items {
  padding: 0;
}
.product-items .img {
  position: relative;
  overflow: hidden;
}
.product-items .img .overplay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg-linear.png) no-repeat 100% 100%;
  z-index: 1;
  background-size: cover;
}
.product-items__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 24px 24px 32px;
  width: 100%;
  z-index: 1;
}
.product-items__price {
  font-size: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.product-items__name {
  font-weight: normal;
  margin: 0;
}
.product-items__name a {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  font-family: var(--font-secondary);
  font-weight: 500;
  line-height: 32px;
}
.product-items__desc {
  color: #000;
  margin: 5px 0px;
}
.product-items__price-new {
  color: #fff;
  margin-left: 5px;
}
.product-items__price-old {
  margin-right: 10px;
  color: var(--color-primary);
  text-decoration: line-through;
  font-size: 14px;
}

.phantram {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ed3f46;
  color: #fff;
  padding: 3px 14px;
  font-size: 0.75rem;
  z-index: 123;
  border-radius: 3px;
}
.product-items_viewed {
  border: 1px solid #efefef;
  padding: 3px;
}
.bottom-tabs-info {
  transform: translateY(100%);
  padding: 5px 0;
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 1234;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
}
.bottom-tabs-info a {
  text-align: center;
  height: 50px;
}
.bottom-tabs-info a:nth-child(1) {
  border: 1px solid #0d2b6b;
  color: #0d2b6b;
  padding: 5px;
  width: 50px;
  border-radius: 3px;
}
.bottom-tabs-info a:nth-child(1) .call_mini {
  font-size: 9px;
}
.bottom-tabs-info a:nth-child(1) img {
  max-width: 24px;
}
.bottom-tabs-info a:nth-child(2) {
  color: #ed1b24;
  border-radius: 5px;
  border: 1px solid #ed1b24;
  padding: 14px 10px 13px 10px;
}
.bottom-tabs-info a:nth-child(3) {
  padding: 5px 35px;
  background: var(--color-secondary);
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  line-height: 20px;
}
.bottom-tabs-info a:nth-child(3) .txt-main {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
  display: block;
}
#top-tabs-info {
  align-items: center;
  background: #fff;
  height: 60px;
  position: fixed;
  top: 0 !important;
  transition: all 0.5s ease;
  z-index: 999;
  width: 100%;
  padding: 5px 0px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
  transform: translateY(-100%);
}
#top-tabs-info.scroll {
  transform: translateY(0);
  z-index: 12345;
}
.product_info_left {
  width: 41%;
}
.product_info_left .img {
  max-width: 50px;
  margin-right: 10px;
}
.product_info_content {
  width: calc(100% - 60px);
}
.product_info_name {
  color: #191919;
  font-weight: 700;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 2px 0;
  font-size: 0.875rem;
}
.product_info_right {
  width: 44%;
}
.product_info_right div {
  padding: 8px 10px;
  color: #fff;
  border-radius: 2px;
  min-width: 250px;
  text-align: center;
  line-height: 1.1;
}
.product_info_right div a {
  color: #fff;
}
.product_info_price span {
  color: var(--color-secondary);
  font-size: 1.125rem;
  font-weight: 600;
}
.product_buttons_call {
  background: #07193e;
}
.product_buttons_call span {
  display: block;
  font-weight: 700;
  font-size: 1.063rem;
}
.product_buttons_addcart {
  background: var(--color-secondary);
  padding: 17px 0px !important;
}

.xemtatca {
  text-align: center;
  margin-top: 60px;
}
.xemtatca a {
  padding: 8px 16px;
  background: #1d1d1b;
  color: #fff;
  display: inline-block;
}
.xemtatca a:hover {
  background: #16b14b;
  color: #fff;
}

.product-items__cart {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.product__grid--inner.active .product-items {
  border-bottom: 1px solid #eee;
  padding: 7px 0px;
}
.product__grid--inner.active .product-items:last-child {
  border-bottom: 0;
}
.product__grid--inner.active {
  grid-template-columns: 100%;
  border: 1px solid #eee;
  grid-gap: 0;
}
.product__grid--inner.active .product-items .product-items__name a {
  font-size: 1.25rem;
  color: #333;
  max-height: 48px;
  font-weight: 600;
}
.product__grid--inner.active .product-items {
  display: flex;
  justify-content: space-between;
}
.product__grid--inner.active .product-items .top_product {
  width: 33%;
}
.product__grid--inner.active .product-items .product-items__info {
  width: 63%;
  text-align: left;
  padding: 0;
}
.product__grid--inner.active .product-items .buy_now {
  position: relative;
  right: auto;
  height: auto;
  margin-top: 20px;
  justify-content: flex-start;
}
.product__grid--inner.active .product-items .product-items__price {
  justify-content: flex-start !important;
  height: auto;
}
.product-summary {
  display: none;
  color: #4a4a4a;
}
.product__grid--inner.active .product-items .product-summary {
  display: block;
}

.product-viewmore {
  display: block;
  max-width: 120px;
  padding: 8px 15px;
  background: var(--color-primary);
  font-family: var(--font-primary);
  font-size: 0.938rem;
  color: #fff;
  text-align: center;
  margin: 1.25rem auto;
  text-transform: uppercase;
}
.product-viewmore:hover {
  background: #c30707;
  color: #fff;
}
.recent_products {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 16px;
  position: relative;
}
.recent_products h2 {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.boxcust {
  background: var(--color-secondary);
  padding: 9px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 5px;
}
.boxcust h4 {
  color: #fff;
  margin: 2px 0 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.boxcust .cus-name,
.boxcust .cus-phone {
  width: calc(100% - 52px);
  margin-top: 2px;
  border: 0;
  font-size: 12px;
  color: #999;
  padding: 4px 5px;
  float: left;
  -webkit-appearance: none;
  border-radius: 0;
  border-top-left-radius: 5px;
  min-height: initial;
  margin-bottom: 0px;
  border: 0px !important;
  outline: none !important;
}
.boxcust .cus-phone {
  -webkit-appearance: none;
  border-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px;
}
.boxcust .btn-send-cust {
  width: 50px !important;
  margin-left: 2px;
  margin-top: 2px;
  border: 0;
  height: 54px;
  color: #fff !important;
  background: red;
  display: inline-block;
  padding: 12px 8px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.boxcust #sc_form {
  background: #fffcde;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
  border: 1px solid #ffc107;
  color: #4caf50;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
}
.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.news-items1 {
  padding: 10px 0px;
  border-bottom: 1px solid #e6e6e6;
}
.news-items_poster1 {
  width: 11%;
  position: relative;
  top: -15px;
  text-align: center;
  font-size: 13px;
  color: var(--color-primary);
  margin-top: 20px;
}
.news-items_poster1 span {
  font-size: 33px;
  font-weight: 700;
  line-height: 20px;
}
.news-items__info1 {
  width: 88%;
  display: inline-block;
  padding-left: 20px;
}
.news-items__name1 a {
  display: block;
  font-size: 1.063rem;
  color: var(--color-secondary);
  margin-bottom: 16px;
  font-weight: 700;
  height: 37px;
  overflow: hidden;
}
.news-items__name1 a:hover {
  color: var(--color-primary);
}
.news-items__image1 {
  position: relative;
}
.news-items {
}
.news-items__info {
  margin-top: 10px;
}
.news-items__name {
  font-weight: normal;
  margin: 0;
}
.news-items__name a {
  display: block;
  font-size: 1.063rem;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
  font-family: var(--font-secondary);
}
.news-items__name a:hover {
  color: #001e5a;
}
.news-items__desc {
  max-height: 65px;
  position: relative;
  overflow: hidden;
}
.news-items__viewmore {
  display: block;
  font-weight: 700;
  color: #333;
}
.news-items__viewmore:hover {
  color: var(--color-primary);
}
.news-items__image {
  position: relative;
}
.news-items__poster {
  font-size: 0.813rem;
  color: var(--color-primary);
  margin: 10px 0px;
}
.news-items:nth-child(3n),
.news-items:nth-child(4n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-items--inner {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.news-items--inner .news-items__image {
}
.news-items--inner .news-items__info {
}
.news-items--left {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.news-items--left .news-items__image {
  width: 80px;
}
.news-items--left .news-items__info {
  width: calc(100% - 80px);
  padding: 0.313rem;
}
.news-items--left .news-items__name a {
  font-size: 0.75rem;
}
.author {
  display: grid;
  grid-template-columns: 150px auto;
  grid-gap: 20px;
  margin: 30px auto;
  max-width: 600px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
}
.author-img img {
  max-width: 100%;
  border-radius: 3px;
}
.author-detail {
  display: block;
  color: #ff0000;
  margin-top: 15px;
  text-align: right;
}
.author-name {
  font-weight: 700;
}
.news-items11.xx {
  flex-direction: row-reverse;
}
.news-items11 {
  margin-bottom: 15px;
  background: #f2f2f2;
}
.news-items11__image {
  width: 50%;
}
.news-items11__info {
  width: 50%;
  padding: 25px;
}
.news-items11__name a {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 21px;
}
.camket_bottom {
  margin-top: 20px;
  background: var(--color-secondary);
}
.box_camketf {
  padding: 15px 10px;
  height: 75px;
}
.box_camketf .icon_ccf {
  width: 40px;
  margin-right: 10px;
  flex: 0 0 40px;
}
.icon_ccf img {
  max-width: 100% !important;
}
.content_ccf {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.75px;
  font-weight: 500;
  color: #fff;
}
.owl_camket_f {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 32px 0px;
  margin-top: 64px;
}
.logof {
  margin-bottom: 32px;
}
.tags {
  margin-bottom: 32px;
}
.link-tags {
  padding: 0 5px;
  position: relative;
  display: inline-block;
  color: #cbcbcb;
  margin-bottom: 10px;
}
.link-tags:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  right: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.link-tags:first-child {
  padding-left: 0;
}
.link-tags:last-child:after {
  display: none;
}
.link-tags:hover {
  color: var(--color-thirdly);
}
.support-left {
  position: fixed;
  top: 30%;
  right: 10px;
  display: flex;
  flex-direction: column;
  z-index: 123;
}
.support-left a {
  margin-bottom: 6px;
}
.footer__title {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 24px;
  position: relative;
  font-weight: 600;
  font-family: var(--font-secondary);
  line-height: 28px;
  font-size: 1.25rem;
}
.footer__hl_except {
  margin-top: 16px;
}
.pttt {
  margin-left: 10px;
}
.pttt:first-child {
  margin-left: 0;
}
.footer__link {
  color: #8f8f8f !important;
  margin-bottom: 8px;
  display: block;
}
.footer__link:hover {
  text-decoration: underline !important;
}
.footer__content,
.footer__desc {
  color: #888;
}
.footer__content div {
  margin-bottom: 8px;
}
.footer__col:nth-child(1) {
  width: 24%;
}
.footer__col:nth-child(2) {
  width: 24%;
}
.footer__col:nth-child(3) {
  width: 30%;
}
.copyright {
  text-align: center;
  padding: 12px 0;
  background: #102e19;
  color: #fff;
  border-top: 1px solid #8d8b8b;
}
.moit {
  margin-top: 16px;
}
.section_mobile_cate {
  display: none !important;
}
/* hotline fixed */
@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10%,
  28%,
  30%,
  48%,
  50%,
  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18%,
  20%,
  38%,
  40%,
  58%,
  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  100%,
  75% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.hotline_left {
  line-height: 23px;
  clear: both;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 60%);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px 2px rgb(0 0 0 / 60%);
  -o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 25px;
  left: 10px;
  z-index: 999;
  top: auto !important;
  width: 185px;
  border-radius: 28px;
  background: var(--color-secondary);
}
.hotline_left .wrap {
  flex-direction: row;
  display: flex;
}
.hotline_left .icon_img {
  padding: 7px 10px;
  height: 40px;
  background: white;
  border-radius: 20px 0 0 20px;
}
.hotline_left .icon_img img {
  max-width: 25px;
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}
.hotline_content {
  height: 40px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 10px;
}
.hotline_left .hotline_content span {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  width: 100%;
}
/* hotline fixed */
.toolbar {
  display: none;
}
.toolbar {
  background: #fff;
  width: 100%;
  padding: 3vw;
  bottom: -1px;
  position: fixed;
  z-index: 50001;
  height: auto;
  left: 0px;
}
.toolbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
.toolbar ul li {
  text-align: center;
  width: 25%;
}
.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}
.toolbar ul li a img {
  height: 6vw;
  width: auto;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 3.5vw;
  display: none;
}
.page {
  padding: 20px 0px 64px 0;
}
.ul_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
}
.ul_news li {
  padding: 0 15px;
}
.ul_news li > a {
  color: var(--color-secondary) !important;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--font-secondary);
}
.ul_news li.active a,
.ul_news li:hover a {
  color: #8f8f8f !important;
}
.doingu {
  flex-wrap: wrap;
}
.doingu__flex {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -12px;
}
.col_doingu {
  width: 33.333333%;
  padding: 16px 12px;
}
.box_doingu {
  background: #ffffff;
  border: 1px solid #f2f2f3;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: center;
  padding: 48px;
  transition: all 0.5s;
}
.box_doingu:hover {
  border-color: var(--color-secondary);
}
.box_doingu .img {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}
.box_doingu h3 {
  font-size: 1rem;
  margin: 24px 0px 8px 0px;
  font-weight: 700;
  color: var(--color-secondary);
}
.show_doingu {
  display: none;
  max-width: 800px;
  padding: 44px 35px;
  width: 90%;
}
.show_hinh {
  width: 300px;
}
.show_desc {
  width: calc(100% - 320px);
}
.show_desc div:nth-child(1) {
  font-weight: 700;
  color: var(--color-secondary);
}
.show_desc div:nth-child(2) {
  margin: 5px 0px;
}
.ul_tuyensinh {
  display: flex;
  margin-bottom: 56px;
}
.li_tuyensinh {
  flex: 1 1 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 30px;
  background: var(--color-secondary);
}
.li_tuyensinh:hover {
  background: #046f28;
}
.li_tuyensinh:first-child {
  border-radius: 15px 0px 0px 15px;
}
.li_tuyensinh:last-child {
  border-right: 0;
  border-radius: 0px 15px 15px 0px;
}
.li_tuyensinh h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.li_tuyensinh div {
  color: #fff;
}
.noti__flex {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.noti__col {
  width: 33.333333%;
  padding: 12px;
}
.noti__item {
  background: #ffffff;
  border: 1px solid #f2f2f3;
  border-radius: 10px;
  padding: 24px;
}
.noti__item {
  display: flex;
  justify-content: space-between;
}
.noti__item i {
  margin-right: 19px;
  font-size: 1rem;
}
.noti__item h3 {
  font-size: 1.125rem;
}
.noti__item h3 a {
  color: #000;
  font-weight: 500;
  line-height: 24px;
  display: block;
}
.noti__item:hover i,
.noti__item:hover h3 a {
  color: var(--color-secondary);
}
.noti__item:hover {
  border-color: var(--color-secondary);
}
.tuyensinh_detail .li_tuyensinh {
  border-radius: 0 !important;
  border-bottom: 1px solid #fff;
}
.page__title {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
  margin-bottom: 1.5rem;
  position: relative;
}
.page__content {
  margin-top: 24px;
  position: relative;
  overflow: hidden;
  height: 95px;
}
.page__content.is-expanded {
  height: initial;
  padding-bottom: 20px;
  padding-right: 0;
}
.page__content.is-expanded:after {
  visibility: hidden;
  opacity: 0;
}
.page__viewmore {
  display: flex;
  justify-content: flex-end;
}
.page__viewmore span {
  color: #30549d;
  text-decoration: underline;
  cursor: pointer;
}
.pagination-home {
  margin-top: 32px;
}

.pagination-home li .page-link {
  background-color: transparent;
  border-color: transparent;
  padding: 5px 10px 5px 10px;
  border-radius: 2px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  margin: 3px 2px;
  background: #fff;
}
.pagination-home li.active .page-link,
.pagination-home li:hover .page-link {
  background-color: #30549d;
  border-color: #30549d;
  border-radius: 2px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-home a.disabled {
  background: rgba(255, 255, 255, 0.6);
}
/*.page__viewmore.is-expanded svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}*/
.page__layout {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}
.page__left {
  width: 270px;
}
.page__right {
  width: calc(100% - 300px);
}
.categories .news-items {
  margin-bottom: 16px;
}
.categories {
  background: #fff;
  margin-bottom: 30px;
  border: 1px solid rgb(219, 219, 219);
  padding: 0 16px;
}
.categories__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  border-bottom: 2px solid #000;
  margin-bottom: 16px;
}
.categories__header span {
  width: 50px;
  height: 50px;
  background: var(--color-secondary);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.categories__header b {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.categories__body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.categories__body > ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  padding: 0.625rem;
  border-bottom: 1px solid #eee;
}
.categories__body li:last-child > a {
  border-bottom: 0;
}
.categories__body > ul a button {
  border: 0;
  cursor: pointer;
  background: transparent;
}
.categories__body > ul a button.is-open {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.categories__body > ul a:hover {
  background: var(--color-primary);
  color: #fff;
}
.categories__body > ul a:hover button {
  color: #fff;
}
.categories__body > ul > li {
  border-bottom: 5px solid #fff;
}
.categories__body > ul > li > ul > li > a {
  padding-left: 2rem;
}
.categories__body > ul > li > ul > li > ul > li > a {
  padding-left: 3rem;
}
.categories__blog ul {
  list-style-type: none;
  padding: 0 0 20px;
  margin: 0;
}
.categories__blog li {
  display: flex;
}
.categories__blog a {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  padding: 10px 0;
}
.sitemap a {
  color: #333;
}
.sitemap a:hover {
  color: var(--color-primary);
}

.pd-detail__top {
  display: flex;
  justify-content: space-between;
}
.pd-detail__top {
  display: flex;
  justify-content: space-between;
}
.pd-detail__top_left {
  width: 74.5%;
}
.pd-detail__top_right {
  width: 23.5%;
}
.pd-detail__col:nth-child(1) {
  width: 43%;
}
.pd-detail__col:nth-child(2) {
  width: 54%;
}
.pd-detail__col.last {
  width: 100%;
}
.main_photo {
  position: relative;
  border: 1px solid rgba(196, 196, 196, 0.4);
}

.why {
  background: #f7f7f7;
  border: 1px solid #ececec;
  margin-bottom: 30px;
}
.why:last-child {
  margin-bottom: 0;
  border: 0;
  background: none;
}
.why-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: dashed 1px #ececec;
}
.why-items:last-child {
  border-bottom: 0;
}
.why-items__img {
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0180c7;
  font-size: 20px;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.why-items:hover .why-items__img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.why-items__info {
  width: calc(100% - 50px);
}
.why-items__name {
  font-weight: 600;
  font-size: 0.938rem;
}
.why-items__desc {
  color: #707070;
  font-size: 13px;
}
.pd-detail__images {
  position: relative;
  margin-top: 5px;
}
.pd-detail__images .img {
  border: 1px solid #e5e5e5;
}
.pd-detail #Zoom-1 {
  max-width: 100%;
  background-color: #fff;
  border: 1px solid rgba(154, 154, 154, 0.4);
}
.pd-detail__name {
  font-size: 2rem;
  color: var(--color-primary);
  margin-bottom: 16px;
  font-weight: 500;
}
.pd-detail_star .stars i {
  display: inline-block;
  color: #ffbe00;
  font-size: 18px;
  margin-right: 2px;
}
.pd-detail_star .views {
  margin-left: 8px;
  color: #0088ff;
}
.pd-detail__desc {
  margin-bottom: 16px;
}
.pd-detail__bottom {
  padding: 0 0 64px 0;
}

.pd-detail__title {
  font-size: 1.25rem;
  font-weight: bold;
}
.pd-detail__price {
  display: flex;
  align-items: center;
}
.pd-detail__price-new {
  font-size: 20px;
  font-family: var(--font-secondary);
  color: var(--color-primary);
}
.pd-detail__price-new span {
  color: #ee3129;
}
.pd-detail__price-old {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}
.pd-detail__code {
  margin: 16px 0px;
}
.pd-detail__code span {
  color: #5cc08a;
}
.pd-detail__address {
  font-size: 13px;
}
.pd-detail__address b {
  font-weight: 600;
}
.pd-detail__quantity,
.pd-detail__cart {
  display: inline-block;
}
.quantity__button--minus,
.quantity__button--plus,
#quantity {
  font-size: 16px;
  line-height: 0px;
  border: solid 1px #ebebeb;
  display: inline-block;
  width: 31px;
  height: 31px;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 0px;
}
#quantity {
  height: 40px;
  font-size: 1em;
  margin: 0;
  width: 60px;
  padding: 0 2px;
  text-align: center;
}
.quantity-pro-detail .quantity__button--minus {
  border-radius: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}
.quantity-pro-detail #quantity {
  height: 31px;
  font-size: 1em;
  margin: 0;
  width: 60px;
  padding: 0 2px;
  text-align: center;
}
.quantity-pro-detail .quantity__button--plus {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-detail__cart .addcart {
  background: #ed1b24;
  font-size: 14px;
  padding: 4px 10px;
  color: #fff;
  border: 2px solid #ed1b24;
  text-align: center;
  border-radius: 20px;
}
.pd-detail__cart .addcart:hover {
  background: #fff;
  color: #ed1b24;
}
.pd-detail__cart .addcart.buynow {
  color: #cc0000;
  border-color: #cc0000;
  background: #cc0000;
  color: #fff;
}
.pd-detail__cart .addcart.buynow:hover {
  background: #fff;
  color: #cc0000;
}
.pd-detail__tabs {
  margin-top: 40px;
}
.pd-detail__tab {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;

  flex-wrap: wrap;
  margin-bottom: 30px;
}
.pd-detail__tab li {
  font-family: var(--font-secondary);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-secondary);
  white-space: nowrap;
  cursor: pointer;
  padding: 0px 20px;
  text-align: center;
}
.pd-detail__tab li a {
  color: var(--color-secondary);
}

.pd-detail__tab li.is-active,
.pd-detail__tab li:hover {
  color: #8f8f8f;
}
.pd-detail__content {
  margin: 0px 0px 50px 0px;
  display: none;
}
.pd-detail__content img {
  max-width: 100%;
  height: auto !important;
}
.pd-detail__content.is-active {
  display: block;
}
.product-more-info {
  margin-top: 30px;
  text-align: center;
}
.pd-detail__content,
.product-more-info * {
  max-width: 100% !important;
  height: auto !important;
}
.product-more-info h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-more-info .video-items img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.box_csbh {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box_csbh:last-child {
  margin-bottom: 0;
}
.box_csbh .img_cskh {
  width: 64px;
  margin-right: 8px;
}
.box_csbh .info_cskh {
  width: calc(100% - 72px);
  color: #c4c4c4;
}
.box_csbh .info_cskh div {
  color: var(--color-primary);
}
.contact_button {
  padding: 8px 16px;
  background: #ed1b24;
  border-radius: 20px;
  color: #fff;
  margin-top: 32px;
  display: inline-block;
  border: 2px solid #ed1b24;
  transition: all 0.5s;
}
.contact_button:hover {
  background: #fff;
  color: #ed1b24;
}
.pd-detail_camket {
  margin: 60px 0px 0px 0px;
}
.box_camket {
  border: 1px solid #d9d9d9;
  padding: 20px 50px;
  text-align: center;
  min-height: 192px;
}
.box_camket .img {
  width: 45px;
  height: 43px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.box_camket .img img {
  max-width: 100%;
  max-height: 100%;
}
.box_camket .name_ck {
  font-family: var(--font-secondary);
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 16px;
  margin: 16px 0px 8px 0px;
  max-height: 60px;
  position: relative;
  overflow: hidden;
  line-height: 20px;
}
.box_camket .mota_ck {
  font-size: 16px;
  max-height: 60px;
  position: relative;
  overflow: hidden;
  line-height: 20px;
}
.pd-detail__detail {
  margin-top: 60px;
}
.pd-detail__detail .ctsp {
  margin-bottom: 24px;
  font-size: 20px;
  font-family: var(--font-secondary);
}
.pd-detail__hotline {
  color: var(--font-primary);
  text-align: center;
  margin-top: 32px;
  font-size: 16px;
}
.pd-detail__hotline b {
  font-family: var(--font-thirdly);
  display: block;
}
.pd-detail__danhgia {
  margin-top: 60px;
}
.pd-detail__danhgia .ctsp {
  text-align: center;
  margin-bottom: 42px;
  margin-bottom: 24px;
  font-size: 20px;
  font-family: var(--font-secondary);
}
a[data-zoom-id],
.mz-thumb,
.mz-thumb:focus {
  display: block;
}
a[data-zoom-id] img,
.mz-thumb img {
  padding: 0;
  border: 0;
}
.mz-thumb.mz-thumb-selected {
  border-color: var(--color-secondary);
}

.images__swiper {
  width: calc(100% - 80px);
}
.images__swiper__prev,
.images__swiper__next {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
#show_service_form {
  display: none;
  max-width: 700px;
  padding: 24px 33px 29px;
  background: #fff;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  border-radius: 5px;
  min-width: 350px;
}
.service_form .form-group {
  margin-bottom: 10px;
}

.service_form input {
  margin: 0;
  border: 0;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  width: 100%;
  background: rgba(241, 241, 241, 0.7);
  border-radius: 15px;
}
.service_form textarea {
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 132px;
  padding: 16px 13px 0;
  border: 1px solid #c4cdd5;
  resize: none;
  width: 100%;
  vertical-align: top;
}

.service_form input.service__button {
  border: 0;
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
  height: 26px;
  line-height: 26px;
  padding: 0 17px;
  max-width: 128px;
  background: #ed1b24;
  border-radius: 15px;
  display: inline-block;
}

.comment_form {
  text-align: center;
}
.title-form {
  font-size: 18px;
  line-height: 21px;
  margin: 0 0 10px;
  text-align: center;
}
.review-product-name {
  font-weight: bold;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  font-family: var(--font-thirdly);
}

.form-rating .product-reviews-star {
  display: flex;
  align-items: center;
}
.form-rating .product-reviews-star i {
  font-size: 25px;
  color: #999;
  cursor: pointer;
}
.form-rating .product-reviews-star i.active {
  color: #ffbe00;
}
.rating-box {
  border: 1px solid #c4cdd5;
  min-height: 130px;
  background-color: rgba(0, 136, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 10px;
}
.rating-button {
  border: 1px solid #08f;
  background: #08f;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 17px;
  min-width: 180px;
}
.rating-notification {
  margin-bottom: 10px;
}
.form-rating label {
  margin: 0 17px 0 0;
  font-size: 16px;
  line-height: 19px;
}
.comment_form .form-group {
  margin-bottom: 0;
}
.form_bottom {
  border: 1px solid #c4cdd5;
  border-top: 0;
  padding: 20px;
}
.comment_form .form-rating {
  margin-bottom: 16px;
}
.form-input {
  width: 48%;
}
.comment_form input {
  margin: 0;
  border: 0;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  width: 100%;
  background: rgba(241, 241, 241, 0.7);
  border-radius: 15px;
}
.comment_form textarea {
  background: #fff;
  border: none;
  box-sizing: border-box;
  height: 132px;
  padding: 16px 13px 0;
  border: 1px solid #c4cdd5;
  resize: none;
  width: 100%;
  vertical-align: top;
}

.comment_form input.comment__button {
  border: 0;
  box-sizing: border-box;
  font-size: 14px;
  color: var(--color-primary);
  height: 26px;
  line-height: 26px;
  padding: 0 17px;
  max-width: 128px;
  background: #dadcdf;
  border-radius: 15px;
  display: inline-block;
}
.cart {
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 999999999;
  background: #fff;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cart__header {
  font-size: 14px;
  padding-right: 15px;
  font-weight: 600;
  padding: 10px;
  background: #0d2b6b;
  color: #fff;
}
.cart__name_title {
  color: #333;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  padding: 0 10px 10px 10px;
}
.cart__close {
  border: 1px solid #fff;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  background: transparent;
  position: relative;
}
.cart__close:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  left: 0;
  top: 0;
  -webkit-transform: translate(2px, 13px) rotate(45deg);
  transform: translate(2px, 13px) rotate(45deg);
}
.cart__close:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  left: 0;
  top: 0;
  -webkit-transform: translate(2px, 13px) rotate(-45deg);
  transform: translate(2px, 13px) rotate(-45deg);
}
.cart__close:hover:before,
.cart__close:hover:after {
  background: var(--color-primary);
}
.cart__body {
  /*height: calc(100vh - 160px);*/
  overflow: auto;
}
.cart__footer {
  width: 100%;
  height: 80px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  position: relative;
  right: 0;
  bottom: 0;
}
.cart__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  color: #fff;
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}
.cart__button:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  background-color: var(--color-secondary);
  -webkit-transition: -webkit-transform 0.45s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.cart__button span {
  padding: 0 0.875rem;
  text-transform: uppercase;
  position: relative;
}
.cart__button span:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart__button b {
  padding: 0 0.875rem;
  font-weight: normal;
}
.cart__button:hover {
  border-color: #000;
  color: #000;
}
.cart__button:hover:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cart__button:hover span:after {
  background: #000;
}
.cart__empty {
  color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header_checkout {
  display: none;
  background: var(--color-secondary);
  padding: 18px 0;
  text-align: center;
}
.header_checkout img {
  max-width: 105px;
  margin: auto;
}
.thead-popup {
  background: #f7f7f7;
  padding: 0 10px;
  min-width: 700px;
}
.thead-popup > div {
  padding: 6px 5px;
  font-weight: 600;
}
.cart-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
}
.cart-items .img {
  width: 120px;
}
.cart-items__info {
  width: calc(100% - 120px);
  padding-left: 10px;
}
.cart-items__name {
  color: #333;
  font-size: 14px;
  width: 45%;
}
.cart-items__name:hover {
  color: var(--color-primary);
}
.cart-items__price {
  color: #333;
  font-size: 14px;
  margin: 0.5rem 0;
}
.cart__quantity {
  width: 100px;
  height: 40px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #eee;
}
.cart__quantity button {
  width: 38px;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart__quantity button:hover {
  color: var(--color-primary);
}
.cart__quantity input {
  width: 22px;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
  color: #000;
  text-align: center;
  font-size: 0.875rem;
}
.cart__delete {
  color: #333;
  font-size: 13px;
  cursor: pointer;
  border: 0;
  padding: 0;
  text-decoration: underline;
  background: transparent;
  display: block;
}
.cart__delete:hover {
  color: var(--color-primary);
}
.cart.is-open {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cart.is-open .cart__footer {
  position: fixed;
}
.checkout {
  overflow: hidden;
  padding-top: 25px;
}
.checkout .breadcrumb {
  background: #fff;
}
.checkout .breadcrumb ol {
  margin: 0;
}
.checkout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.checkout__info {
  padding: 0 0 3rem;
}
.checkout__left {
  width: 53%;
  padding-top: 43px;
}
.checkout__right {
  width: 44%;
  position: relative;
  z-index: 2;
  margin-bottom: 3rem;
}
.checkout__right-border {
  border: 1px solid #1d1d1b;
  padding: 48px 24px 70px 24px;
}
.checkout-section {
  padding-top: 1.25rem;
}
.checkout-section__header {
  font-size: 1.25rem;
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--font-thirdly);
  margin-bottom: 40px;
}
.checkout__grid {
}
.checkout__grid #diachi,
.checkout__grid #yeucaukhac {
}
.checkout__grid .form-control,
.checkout__grid .custom-select {
  height: initial;
  padding: 0.625rem 0.75rem;
  background: transparent;
  color: #000;
  border-color: #d9d9d9;
  border-radius: 4px;
}
.checkout__grid .form-control:focus {
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 1px var(--color-primary);
  box-shadow: 0 0 0 1px var(--color-primary);
}
.checkout__grid .form-control::-webkit-input-placeholder {
  color: #999;
}
.checkout__grid .form-control:-ms-input-placeholder {
  color: #999;
}
.checkout__grid .form-control::-ms-input-placeholder {
  color: #999;
}
.checkout__grid .form-control::placeholder {
  color: #999;
}
.checkout__grid .custom-select {
  color: #999;
}
.checkout__grid .custom-select option {
  color: #000;
}
.checkout__grid .custom-select:focus {
  border-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 1px var(--color-primary);
  box-shadow: 0 0 0 1px var(--color-primary);
}
.checkout__continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}
.checkout__continue svg {
  margin-right: 5px;
}
.checkout__continue:hover {
  color: var(--color-primary);
}
.checkout__button {
  background: var(--color-primary);
  padding: 12px 2rem;
  border-radius: 0.313rem;
  color: #fff;
  border: 0;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.checkout__button:hover {
  background: var(--color-primary);
  color: #fff;
}
.checkout-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
}
.checkout-items .img {
  width: 90px;
  position: relative;
  border: 1px solid #777;
  border-radius: 7px;
}
.checkout-items .img img {
  border-radius: 5px;
}
.checkout-items__quantity {
  position: absolute;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.5833333333em;
  position: absolute;
  right: -0.75em;
  top: -0.75em;
  z-index: 3;
  font-size: 0.8571428571em;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: rgba(114, 114, 114, 0.9);
  color: #fff;
}
.checkout-items__info {
  width: calc(100% - 90px);
  padding-left: 0.875rem;
}
.checkout-items__name,
.checkout-items__price {
  font-size: 14px;
}
.checkout__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-top: 1px solid #777;
  margin-top: 2rem;
}
.checkout__total span {
  color: #999;
}
.checkout__total b {
  font-size: 20px;
  font-family: var(--font-thirdly);
}
.contact__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_left {
  width: 60%;
}
.contact_right {
  width: 37%;
}
.h_title-info {
  color: #fff;
  font-size: 14px;
  margin: 0;
  background-color: var(--color-secondary);
  padding: 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.main-contact__info {
  margin-bottom: 10px;
}
.contact__info__company {
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: #000;
}
.contact__info__row {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.contact__form__grid {
}
.contact__form__grid .form-group {
  margin-bottom: 24px;
}
.contact__form__grid--2 {
  grid-column: 1 / 3;
}
.contact__form label {
  margin-bottom: 10px;
  color: #767779;
}
.contact__form label .required {
  color: #ff0000;
  font-size: 13px;
}
.contact__form__input {
  width: 100%;
  height: 45px;
  background: #fff;
  padding: 0.375rem 0.75rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #55595c;
  font-weight: 400;
  border-radius: none;
  border: 1px solid #c4c4c4;
}
.contact__form__input::-webkit-input-placeholder {
  color: #55595c;
}
.contact__form__input:-ms-input-placeholder {
  color: #55595c;
}
.contact__form__input::-ms-input-placeholder {
  color: #55595c;
}
.contact__form__input::placeholder {
  color: #55595c;
}
.contact__form__textarea {
  width: 100%;

  background: #fff;
  padding: 0.375rem 0.75rem;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  resize: initial;
  border-radius: none;
  border: 1px solid #c4c4c4;
}
.contact__form__textarea::-webkit-input-placeholder {
  color: #999;
}
.contact__form__textarea:-ms-input-placeholder {
  color: #999;
}
.contact__form__textarea::-ms-input-placeholder {
  color: #999;
}
.contact__form__textarea::placeholder {
  color: #999;
}
.contact__form__button {
  display: block;
  background: var(--color-secondary);
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  height: 42px;
  width: 72px;
  transition: all 0.5s;
  border: none;
}
.contact__form__button:hover {
  background: var(--color-secondary);
  color: #fff;
}
.contact__form__button--reset {
  background: #fff;
  color: #333;
  border: 1px solid #acacac;
  margin-right: 1.25rem;
}
.contact__map {
  width: 100%;
  height: 520px;
  margin-top: 10px;
  background: #fff;
}
.contact__map iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}
.contact_desc {
  margin-bottom: 24px;
}
.page_detail {
  padding: 20px 0px 64px 0px;
}
.post-detail__title {
  font-family: var(--font-secondary);
  margin-bottom: 16px;
  position: relative;
  line-height: 24px;
}
.flex__detail {
  align-items: flex-start;
}
.flex__detail_left {
  width: 49%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 40px 20px 98px 20px;
}
.img_detail,
.box_img_detail {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.img_detail iframe {
  border: 0;
}
.title_shots {
  margin: 40px 0px 16px 0px;
}
.box_img_detail {
  margin-bottom: 20px;
}
.box_img_detail:last-child {
  margin-bottom: 0;
}
.flex__detail_right {
  width: 49%;
}
.download {
  display: flex;
  justify-content: center;
  align-items: center;
}
.download .link__download, .link__download_vip {
  width: 73%;
  background: #eba114;
  border-radius: 5px;
  padding: 10px 0px;
  color: var(--color-primary);
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.related__post {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-top: 40px;
  padding: 24px 22px 32px 22px;
}
.title_related__post {
  margin-bottom: 16px;
}
.title_related__post a {
  text-decoration: underline !important;
  color: var(--color-primary);
}
.wrap_related,
.wrap_hotdeisgn,
.wrap_office,
.wrap_software {
  position: relative;
}
.wrap_related .owl_prev,
.wrap_hotdeisgn .owl_prev1,
.wrap_office .owl_prev2,
.wrap_software .owl_prev3,
.bottom_video .owl_prev4 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  left: -35px;
  margin: auto;
  border-radius: 50%;
  background: #30549d;
  z-index: 12;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
.wrap_related .owl_next,
.wrap_hotdeisgn .owl_next1,
.wrap_office .owl_next2,
.wrap_software .owl_next3,
.bottom_video .owl_next4 {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  right: -35px;
  margin: auto;
  border-radius: 50%;
  background: #30549d;
  z-index: 12;
  cursor: pointer;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
.owl__related_post .box__video {
  margin-bottom: 24px;
}
.owl__related_post h3 a {
  font-weight: 400;
}
.owl__related_post.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.owl__related_post.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: rgba(48, 84, 157, 0.3);
  margin: 0px 3px;
}
.owl__related_post.owl-theme .owl-dots .owl-dot.active span,
.owl__related_post.owl-theme .owl-dots .owl-dot:hover span {
  background: #30549d;
}
.owl__related_post .box_hotdesign {
  margin-bottom: 24px;
}
.post-detail__date {
  font-size: 0.875rem;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.post-detail__date span {
  margin-left: 5px;
}
.post-detail__other {
  margin-top: 20px;
  padding: 10px 0px;
}
.post-detail__other__item {
  display: block;
  color: #333;
}
.post-detail__other__item i {
  font-size: 5px;
  position: relative;
  top: -3px;
}
.post-detail__other__item:hover {
  color: var(--color-secondary);
}
.detail_img__show {
  width: 42%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.detail_info__show {
  width: 48%;
  text-align: center;
}
.detail_info__show h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
  font-family: var(--font-secondary);
  text-transform: uppercase;
}
.slogan_show {
  font-size: 1.75rem;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 32px;
  margin: 16px 0px;
  font-family: var(--font-secondary);
}
.motangan_show {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 32px;
}
.tt_mota_show {
  margin: 32px 0px 16px 0px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: var(--font-secondary);
}
.sodo_chongoi {
  margin: 64px 0px;
}
.sodo_hang {
  width: 17%;
}
.img_chongoi {
  width: 74%;
}
.tt_chongoi {
  border-radius: 5px 5px 0px 0px;
  background: var(--color-secondary);
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 0px;
}
.img_choncho {
  width: 57%;
}
.img_choncho img {
  border: 1px solid #f2f2f3;
  filter: drop-shadow(0px 2px 16px rgba(0, 0, 0, 0.05));
  border-radius: 5px;
}
.sodo_choncho {
  margin-bottom: 64px;
}
.sodo_choncho .tt_chongoi {
  margin-bottom: 32px;
}
.datcho {
  width: 41%;
  padding-left: 25px;
  border-left: 2px dashed #ccc;
}
.tt_giughe {
  background: #4d4d4d;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  padding: 10px 0px;
  margin-bottom: 16px;
}

.box-readmore {
  border: 1px solid rgba(33, 37, 41, 0.95);
  margin-bottom: 16px;
  background: rgba(249, 250, 252, 0.95);
}
.header-readmore {
  font-weight: bold;
  font-size: 1.25rem;
  color: #212529;
  padding: 10px 45px 10px 10px;
  position: relative;
  background: rgba(249, 250, 252, 0.95);
}
.btn-down {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  cursor: pointer;
  width: 30px;
  text-align: center;
  z-index: 123;
}

.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 30px !important;
  padding-right: 10px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;

  font-size: 1.063rem;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  position: relative;
  display: block;
  padding: 3px 10px 3px 10px;
  color: #333333;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.box-readmore ul li a:hover {
  color: var(--color-secondary) !important;
}
.box-readmore ul li a.active {
  color: #fff !important;
  background: var(--color-secondary);
}
.box-readmore ul li ul {
  padding-bottom: 0;
}
.box-readmore ul li ul li a {
  font-weight: normal;
}
.btn_fixed_meta-toc {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 24%;
  margin: auto 0;
  width: 50px;
  height: 50px;
  font-size: 30px;
  color: #ec1b23;
  border: 2px solid rgb(236 27 35 / 70%);
  background: rgba(243, 243, 243, 0.95);
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
}
.btn_fixed_meta-toc:hover {
  opacity: 1;
}
.content_meta-toc {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
  display: none;
}
.content_meta-toc.fixed {
  display: block;
  z-index: 12345;
}
.detail {
  padding: 10px;
  -webkit-box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.11);
  box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.11);
}
.detail__title {
  font-weight: 700;
  font-size: 20px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.detail__share {
  padding: 10px;
  background: #f7f7f7;
}
.detail__share b {
  font-weight: 700;
  margin-right: 5px;
}
.detail__share #atstbx {
  height: 20px;
  overflow: hidden;
  margin-right: 3px;
}
.split-1row {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.split-2rows {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.split-3rows {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 3;
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.split-4rows {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 4;
  height: 88px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.split-5rows {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 5;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.detail__content img,
.detail__content iframe {
  max-width: 100% !important;
  height: auto !important;
}
.scroll-to-top {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  width: 72px;
  height: 72px;
  background: url(../images/bg_top.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  cursor: pointer;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  z-index: 9999;
  font-size: 1.5rem;
}

.breadcrumb {
  background: transparent;
  padding: 1.875rem 0 0.688rem 0;
  margin: 0;
  font-size: 0.813rem;
  position: relative;
  z-index: 1;
}
.breadcrumb ol {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.breadcrumb a {
  color: var(--color-primary);
  font-size: 13px;
}
.breadcrumb i {
  font-style: normal;
  color: #999999;
  padding: 3px 5px 0;
}
.breadcrumb a:hover span {
  color: var(--color-primary);
}
.breadcrumb li:last-child span {
  color: var(--color-thirdly);
}
.breadcrumb li:last-child i {
  display: none;
}
/* Phân Trang */
.h-pagination {
  position: relative;
}
.h-pagination:after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
  z-index: 1;
}
.h-pagination__item {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.pagination-home .h-pagination .h-pagination__item .h-pagination__link {
  color: #555555;
  font-size: 0.875rem;
}
.pagination-home .h-pagination .h-pagination__item.active .h-pagination__link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}
/* Phân Trang Ajax */
.pagination-ajax {
  text-align: center;
  margin-top: 32px;
}
.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2px 3px 2px;
  color: #000 !important;
  background: #eee;
  border: 1px solid rgba(161, 161, 161, 0.4);
  font-size: 12px;
  cursor: pointer;
  padding: 3px 10px 5px 10px;
  border-radius: 2px;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
  background: #30549d;
  color: var(--color-primary) !important;
  border-color: #30549d;
}
.pagination-ajax a.disabled {
  background: rgba(255, 255, 255, 0.6);
}
.effect-img {
  position: relative;
  overflow: hidden;
}
.effect-img:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 15px;
  top: 15px;
  z-index: 33;
  background: transparent;
  border-top: 0 solid #fff;
  border-left: 0 solid #fff;
}
.effect-img:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 15px;
  bottom: 15px;
  z-index: 33;
  background: transparent;
  border-bottom: 0 solid #fff;
  border-right: 0 solid #fff;
}
.effect-img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.effect-img:hover:before {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-top-width: 1px;
  border-left-width: 1px;
}
.effect-img:hover:after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-bottom-width: 1px;
  border-right-width: 1px;
}
.effect-zoom .animate-image {
  overflow: hidden;
}
.effect-zoom .animate-image img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.effect-zoom:hover .animate-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.image-zoom {
  overflow: hidden;
}
.image-zoom:hover > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.effect-rotate-360 {
  overflow: hidden;
}
.effect-rotate-360:hover img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.effect-rotate {
  overflow: hidden;
}
.effect-rotate:hover img {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
.shake {
  -webkit-animation: shake 1s infinite ease-in-out;
  animation: shake 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.modal {
  z-index: 999999 !important;
}
.addThis_listSharing {
  position: fixed;
  bottom: 115px;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.addThis_listSharing.right {
  right: 24px;
}
.addThis_listSharing.right.animate {
  right: -24px;
  opacity: 0;
  visibility: hidden;
}
.addThis_listSharing.left {
  left: 24px;
}
.addThis_listSharing.left.animate {
  left: -24px;
  opacity: 0;
  visibility: hidden;
}
.addThis_listSharing.right.animate.is-show {
  right: 24px;
  opacity: 1;
  visibility: visible;
}
.addThis_listSharing.left.animate.is-show {
  left: 24px;
  opacity: 1;
  visibility: visible;
}
.addThis_listing {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.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;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  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: black;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.addThis_listSharing.right
  .addThis_listing
  .addThis_item
  .addThis_item--icon
  .tooltip-text {
  right: 55px;
}
.addThis_listSharing.left
  .addThis_listing
  .addThis_item
  .addThis_item--icon
  .tooltip-text {
  left: 55px;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.addThis_listSharing.right
  .addThis_item
  .addThis_item--icon
  .tooltip-text:after {
  border-color: transparent transparent transparent black;
  left: 100%;
}
.addThis_listSharing.left
  .addThis_item
  .addThis_item--icon
  .tooltip-text:after {
  border-color: transparent black transparent transparent;
  right: 100%;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15),
    0 4px 15px rgba(0, 0, 0, 0.13);
  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: 999999999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #fff;
  padding: 5px 10px;
  display: none;
}
.actionToolbar_mobile ul.actionToolbar_listing {
  padding: 0;
  margin: 0;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.actionToolbar_mobile ul.actionToolbar_listing li {
  list-style-type: none;
  width: 20%;
  float: left;
}
.actionToolbar_mobile ul.actionToolbar_listing li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.actionToolbar_mobile ul.actionToolbar_listing li a svg {
  fill: #696969;
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.actionToolbar_mobile
  ul.actionToolbar_listing
  li.actionToolbar_chatbot
  a
  .messenger_absolute {
  margin-top: -25px;
  display: inline-block;
  vertical-align: top;
}
.actionToolbar_mobile ul.actionToolbar_listing li.actionToolbar_chatbot a svg {
  width: 44px;
  height: 44px;
}
.devvn_toolbar {
  display: none;
}
.why__swiper.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -3px;
}
/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0098eb;
  position: relative;
  z-index: 1;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgb(0 152 235 / 78%);
  opacity: 0.1;
  border-color: #0098eb;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgb(0 152 235 / 61%);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

/* Zalo */
.btn-zalo {
  bottom: 315px;
}

/* Phone */
.btn-phone {
  bottom: 230px;
}
/* Phone */
.btn-mess {
  bottom: 150px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: #0098eb;
  border-radius: 100%;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 30%);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 30%);
  padding: 8px 0px;
}
.btn-mess svg {
  fill: #fff;
}
.othernews {
  border-top: 1px solid #f7f7f7;
  margin-top: 1.875rem;
}
.cactinkhac {
  margin-bottom: 0.938rem;
  font-family: var(--font-secondary);
  font-size: 1.25rem;
  color: var(--color-primary);
  padding-top: 15px;
  font-weight: 600;
}
.khac {
  margin-left: 15px;
}
.khac li a {
  transition: 0.4s;
  color: var(--color-primary);
  font-size: 15px;
}
.khac li:hover a {
  color: var(--color-secondary);
  padding-left: 10px;
  transition: 0.4s;
}
.rating {
}
.rating__top {
  display: flex;
  justify-content: space-between;
}
.raiting__left {
  width: 47%;
  display: flex;
  justify-content: space-between;
}
.raiting__left-first {
  width: 150px;
}
.raiting__left-last {
  width: calc(100% - 170px);
}
.row_statistic {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row_statistic b {
  width: 10px;
  font-size: 16px;
  font-weight: normal;
}
.row_statistic i {
  width: 20px;
  color: #d9d9d9;
}
.percent_statistic {
  width: 200px;
  height: 10px;
  background: #eeeeee;
  border-radius: 10px;
}
.raiting__right {
  width: 50%;
}
.title_guidg {
  font-size: 16px;
  margin-bottom: 16px;
}
.rating__summary {
  flex-shrink: 0;
  margin-right: 16px;
}
.rating__star-number {
  color: #0029ba;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  margin: 0 0 3px;
  font-family: var(--font-secondary);
}
.star {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.star__container {
  position: relative;
}
.star__normal {
  display: flex;
  align-items: center;
  color: #999;
}
.star__active {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  color: #ffbe00;
  overflow: hidden;
}
.star.star--small .star__normal,
.star.star--small .star__active {
  font-size: 16px;
}
.star.star--medium .star__normal,
.star.star--medium .star__active {
  font-size: 24px;
}
.rating__information {
  display: flex;
  flex-wrap: wrap;
}
.rating__information button {
  min-width: 90px;
  font-size: 14px;
  padding: 0 9px;
  text-align: center;
  background: #fff;
  border: 1px solid #c4cdd5;
  box-sizing: border-box;
  border-radius: 3px;
  line-height: 36px;
  margin: 0 12px 12px 0;
}
.flex {
  display: flex;
}
.items-start {
  align-items: flex-start;
}
.rating__star-number {
  margin-bottom: 8px;
}
.rating__star-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}
.rating__turn {
  text-align: center;
  color: #d9d9d9;
}
.js__filter-comment.active {
  color: #0088ff;
  border-color: #0088ff;
}
.rating__comment {
  padding: 18px 33px;
}
.comment-item__name {
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.comment-item__header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.comment-item__desc {
  word-break: break-word;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.comment__button {
  padding: 0;
  background: transparent;
  color: #0088ff;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.comment__button svg {
  height: 14px;
  fill: #999;
  margin-right: 4px;
}
.comment-item__date {
  color: #969b9f;
}
.comment-item {
  margin-bottom: 20px;
}
.comment-item:last-child {
  margin-bottom: 0;
}
.comment__button-like:hover svg {
  fill: #08f;
}
.hinhanh_flex {
  display: flex;
  flex-wrap: wrap;
}
.box_hinhanh {
  padding: 15px 30px;
  width: 20%;
}
.project-items__info {
  padding-top: 15px;
}
.project__item h3 {
  font-size: 1.25rem;
  color: var(--color-primary);
  text-transform: uppercase;
}
.project__item .btn_xemthem {
  margin-top: 10px;
}
.project__item .btn_xemthem a {
  padding: 13px 15px;
  font-size: 14px;
}
.project__item .btn_xemthem a:hover {
  color: var(--color-secondary);
}
.project__item .btn_xemthem i {
  padding: 13px;
}
.post__flex {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
/*.paging-album .post__flex {min-height: 1114px;}*/
.paging-video .post__flex {
  min-height: 368px;
}
.post__col {
  width: calc(100% / 4);
  padding: 12px;
}
.post__item {
  position: relative;
}
.post__item.post__album {
  border: 1px solid #30549d;
  border-radius: 10px;
  padding: 16px;
  transition: all 0.5s;
}
.post__item.post__album:hover {
  border-color: var(--color-thirdly);
}
.post-items__image,
.post__col .box__video .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.post-items__image img {
}
.post-items__info {
  margin-top: 16px;
}
.post-items__name {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
}
.post-items__name a {
  color: var(--color-primary);
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
}
.post__item:hover a {
  color: var(--color-thirdly);
}
.post-items__poster {
  color: #999;
  margin: 0.625rem 0;
}
.post-items__desc {
  max-height: 145px;
  position: relative;
  overflow: hidden;
  color: #8f8f8f;
  text-align: left;
}
.frm-upgrade {
  display: none;
  width: calc(100% - 32px);
  max-width: 600px;
  background: #fff;
  border-radius: 16px;
  padding: 0 0 16px;
}
.frm-upgrade__title {
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  padding: 16px;
  color: #000;
}
.frm-upgrade__content {
  padding: 0 16px 24px;
  color: #333;
}
.frm-upgrade__button {
  display: block;
  margin: 0 auto;
  width: 160px;
  padding: 16px 0;
  border-radius: 32px;
  background: #7d9cda;
  color: #fff;
  border: 0;
  outline: none;
  text-transform: uppercase;
}
.fancybox-slide--html .fancybox-close-small {
  color: #000 !important;
}

.page_package {
  padding: 80px 0px 64px 0px;
}
.title_package {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.title_package h2 {
  background: #eba114;
  border-radius: 30px;
  padding: 16px 32px;
  color: var(--color-primary);
  font-size: 1.25rem;
  font-weight: 600;
}
.box__package {
  background: #5778ba url(../images/g1.png) no-repeat top;
  background-size: 100% auto;
  border-radius: 10px;
  padding: 54px;
  min-height: 512px;
  text-align: center;
  margin: 67px 0px;
}
.box__package.box_chan {
  background: #30549d url(../images/g2.png) no-repeat top;
  background-size: 100% auto;
  min-height: 580px;
  box-shadow: 0px 1px 24px rgba(196, 196, 196, 0.6);
  margin: 34px 0px;
}
.box__package h3 {
  font-size: 1.25rem;
  font-family: var(--font-secondary);
  text-transform: uppercase;
  margin-bottom: 85px;
}
.package__price {
  font-size: 3rem;
  font-weight: 800;
  line-height: 54px;
}
.package__price div {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 28px;
}
.package__desc {
  margin: 48px 0px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 0;
  border-left: 0;
  text-align: center;
  padding: 16px 0px;
}
.package_view {
  display: flex;
  justify-content: center;
  align-items: center;
}
.package_view a {
  text-transform: uppercase;
  background: #30549d;
  outline: 5px solid rgba(48, 84, 157, 0.2);
  border-radius: 30px;
  padding: 16px 48px;
  color: var(--color-primary) !important;
}
.box__package.box_chan .package_view a {
  background: #7d9cda;
  outline: 5px solid rgba(125, 156, 218, 0.2);
}
.nd_package {
  margin-top: 64px;
}
/* media*/
@media (max-width: 560px) {
  body.has_devvn_toolbar {
    padding-bottom: 50px;
  }
  .devvn_toolbar {
    background: var(--color-primary);
    display: inline-block;
    width: 100%;
    padding: 1.8vw;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 99999999;
    height: auto;
    border-top: 1px solid var(--color-primary);
  }
  .devvn_toolbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
  }
  .devvn_toolbar ul li {
    text-align: center;
    display: table-cell;
    vertical-align: top;
  }
  .devvn_toolbar ul li a {
    display: inline-block;
    width: 100%;
    outline: none;
    text-decoration: none;
  }
  .devvn_toolbar ul li a span {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 3.5vw;
  }
  .devvn_toolbar ul li a img {
    height: 6vw;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .wrap_product .owl_prev,
  .wrap_canhac .owl_prev1 {
    left: 0;
  }
  .wrap_product .owl_next,
  .wrap_canhac .owl_next1 {
    right: 0;
  }
}
@media screen and (max-width: 992px) {
  .top_head {
    display: none;
  }
  .menu__mobile {
    width: 40px;
    height: 40px;
    margin: 5px 0px;
    border: 0;
    padding: 0;
    font-size: 1rem;
    color: #000;
    background: var(--color-thirdly);
    border-radius: 50%;
    outline: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .menu__mobile:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    left: 20%;
    top: 30%;
  }
  .menu__mobile span {
    position: absolute;
    width: 50%;
    height: 2px;
    background: #fff;
    left: 35%;
    top: 50%;
  }
  .menu__mobile:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    left: 20%;
    bottom: 30%;
  }
  .menu__top {
    padding: 0.313rem 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0.313rem;
  }
  .menu__top:before {
    border-top: 47px solid var(--color-primary);
    border-left: 40px solid transparent;
  }
  .menu__top__nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .row__media_cat {
    width: 25%;
  }
  .wr__cat_media {
    max-width: 100%;
  }
  .premium,
  .vip,
  .free {
    right: -11px;
    background-position: right top;
    background-size: 75%;
  }
  .post__col {
    width: calc(100% / 3);
  }
  .row_hotdiesign {
    width: 50%;
  }
  .page_detail {
    padding: 20px 0px 30px 0px;
  }
  .section-multi,
  .section-hotdesign {
    padding-top: 30px;
  }
  .menu__search__form input {
    width: calc(100% - 100px);
  }
  .menu__search__form button {
    width: 100px;
  }
  .menu__search__form {
    width: 100%;
    margin-bottom: 30px;
  }
  .logo_head {
    width: 45%;
    margin: 10px auto;
  }
  .main_head.d-flex {
    display: inherit !important;
  }
  .right_mb {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top_content,
  .section-office {
    padding: 30px 0px;
  }
  .menu {
    display: none;
  }

  .wrap_related .owl_prev,
  .wrap_related .owl_next,
  .wrap_hotdeisgn .owl_prev1,
  .wrap_office .owl_prev2,
  .wrap_software .owl_prev3,
  .wrap_hotdeisgn .owl_next1,
  .wrap_office .owl_next2,
  .wrap_software .owl_next3 {
    width: 40px;
    height: 40px;
  }
  .checkout__grid {
    display: inherit;
  }
  .checkout__grid input,
  .checkout__grid select {
    margin-bottom: 10px;
  }
  .btn_fixed_meta-toc {
    right: 10px;
  }
  .pd-detail__top,
  .pd-detail__top_left > .d-flex {
    display: inherit !important;
  }
  .pd-detail__top_left,
  .pd-detail__top_right {
    width: 100%;
  }
  .pd-detail__col:nth-child(n) {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex-row {
    display: inherit !important;
  }
  .right_content,
  .left_content {
    width: 100%;
  }
  .left_content {
    margin-top: 20px;
  }
  .section_mobile_cate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    z-index: 350;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 5px;
    box-shadow: 0 0 9px rgb(0 0 0 / 12%);
    transform: translate3d(0, 104%, 0);
    -webkit-transform: translate3d(0, 104%, 0);
    transition: transform 0.25s;
    transform: none;
    -webkit-transform: none;
    bottom: 0;
    right: 0;
    width: 100%;
    top: auto !important;
    border-radius: 10px 10px 0 0;
    box-shadow: rgb(60 64 67 / 10%) 0px 1px 2px 0px,
      rgb(60 64 67 / 15%) 0px 2px 6px 2px;
  }
  .section_mobile_cate .toolbar_item {
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    position: relative;
    max-width: 20%;
  }
  .section_mobile_cate .toolbar_item a {
    padding-right: 3px;
    padding-left: 3px;
    display: block;
    color: #222;
    font-weight: 400;
    line-height: 1;
    position: relative;
    font-size: 13px;
    text-align: center;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .section_mobile_cate .toolbar_item a i {
    width: 23px;
    height: 23px;
    margin-bottom: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: var(--color-secondary);
    font-size: 21px;
  }
  .section_mobile_cate .toolbar_item a span {
    display: block;
    color: var(--color-primary);
    font-weight: 600;
  }

  html {
    font-size: 12px;
  }
  .care-form {
    grid-template-columns: repeat(2, 1fr);
  }

  .checkout__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .checkout__left {
    width: 100%;
    padding-top: 0;
  }
  .checkout-section__header {
    margin-bottom: 20px;
  }
  .checkout__right {
    width: 100%;
    border: 0;
    min-height: initial;
    padding: 0;
  }
  .project__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product__grid,
  .product__grid--inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .page__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .page__left {
    width: 100%;
  }
  .page__right {
    width: 100%;
  }
  .contact__flex {
    flex-direction: column-reverse;
  }
  .contact_left,
  .contact_right {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 650px) {
  .row__media_cat {
    width: 50%;
  }
  .title_package {
    margin-bottom: 30px;
  }
  .box__package {
    padding: 54px 30px;
    margin: 0;
  }
  .box__package.box_chan {
    box-shadow: none;
    margin: 0;
    min-height: 512px;
  }
  .nd_package {
    margin-top: 30px;
  }
  .box_album .bong {
    background-size: 98% auto;
  }
  .flex__bottom_video .box__video {
    margin: 0 12px;
  }
  .right_video {
    margin: 0;
    margin-top: 12px;
  }
  .left_video,
  .right_video {
    width: 100%;
  }
  .box__banner_qc {
    width: auto !important;
    height: auto !important;
  }
  .box__banner_qc img {
    width: 100%;
  }
  .support-left a img {
    max-width: 50px;
    max-height: 50px;
  }
  .title h2 {
    font-size: 2rem;
    line-height: 30px;
  }
  .post__col {
    width: 50%;
  }
  .flex_video.d-flex {
    display: inherit !important;
  }
  .detail_info__show {
    margin-top: 20px;
  }
  .footer__col:nth-child(n) {
    width: 100%;
  }
  .scroll-to-top {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .page__content {
    padding-right: 85px;
  }
  .social {
    margin-bottom: 20px;
  }
  .bottom_f {
    text-align: center;
  }
  .bottom_f.d-flex,
  .flex__detail.d-flex {
    display: inherit !important;
  }
  .hotdesign_flex {
    margin: 0;
  }
  .row_hotdiesign,
  .flex__detail_left,
  .flex__detail_right {
    width: 100%;
  }
  .flex__detail_right {
    margin-top: 20px;
  }
  .owl__related_post .post__item {
    margin-bottom: 10px;
  }
  .post-items__info {
    margin-top: 8px;
  }
  .pd-detail__tab li {
    width: 50%;
    text-align: center;
    min-width: auto;
  }
  .hidden-xs {
    display: none;
  }
  .detail_sp {
    min-width: 80px;
    max-width: 80px;
    height: 32px;
  }

  .product-items__price-old {
    margin-right: 0;
  }

  .contact__form .invalid-feedback {
    position: relative;
    bottom: 0;
  }

  .video-grid {
    grid-template-columns: 100%;
  }
  .news__grid,
  .post__grid {
    grid-template-columns: 100%;
  }
  .menu__hotline,
  .menu__top:before,
  .menu__top:after,
  .menu__top {
    display: none;
  }
  .menu > .d-flex {
    align-items: center !important;
  }
  .news-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-items--inner .news-items__image {
    width: 100%;
  }
  .news-items--inner .news-items__info {
    width: 100%;
  }
}

#js__notif {
  width: calc(100% - 32px);
  max-width: 400px;
  background-color: #fff;
  padding: 16px;
  border-radius: 12px;
  display: none;
}
#js__notif > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
}
#js__notif i {
  font-size: 40px;
  color: #046f28;
}
#js__notif span {
  font-size: 16px;
  text-align: center;
}
