.catchuoi1 {
  -webkit-line-clamp: 1;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi2 {
  -webkit-line-clamp: 2;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi3 {
  -webkit-line-clamp: 3;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi4 {
  -webkit-line-clamp: 4;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi5 {
  -webkit-line-clamp: 5;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi6 {
  -webkit-line-clamp: 6;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi7 {
  -webkit-line-clamp: 7;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.catchuoi8 {
  -webkit-line-clamp: 8;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@font-face {
  font-family: "Roller Coaster";
  src: url("../fonts/RollerCoaster.woff");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "S VN";
  src: url("../fonts/SVN-Hemi Head.ttf");
  font-style: normal;
  font-display: block;
}
:root {
  --colormain: #1b1464;
  --colormain-hover: #dfb139;
  --color-text-all: #212529;
  --color-text-note: #6c757d;
  --fontfamily-main: "Roboto", sans-serif;
}
body {
  font-family: var(--fontfamily-main);
  font-size: 14px;
}
.embed-responsive-item {
  max-width: 100%;
}
.wrap-content {
  max-width: 1200px;
  margin: auto;
  width: calc(100% - 30px);
}
/* General */
.title-detail-main {
  color: #252525;
  font-size: 23px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}
.title-main span {
  text-transform: uppercase;
  color: var(--color-text-all);
  font-weight: 700;
  font-size: 1.4rem;
}
.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}
.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}
.time-main span {
  vertical-align: top;
  display: inline-block;
}
/* Lazyload */
img.lazy {
  opacity: 0;
}
img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
  opacity: 1;
}
img:not([src]) {
  visibility: hidden;
}
/* Menu */
.menu {
  background-color: var(--colormain);
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .menu {
    display: none;
    height: 0;
    overflow: hidden;
  }
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}
.menu ul.menu-main {
  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;
}
.menu ul li {
  position: relative;
  z-index: 1;
}
.menu ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  padding: 25px 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.menu ul li:hover>a,
.menu ul li a.active {
  color: var(--colormain);
  background-color: #ffffff;
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  /* margin-top: -5px; */
  /* padding-top: 0.75rem; */
  /* padding-bottom: 0.75rem; */
  background-color: #fafafa;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 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;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 380px;
}
.menu ul li:hover>ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}
.menu ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.menu ul li ul li a {
  font-size: 14px;
  color: #313131;
  border-bottom: 1px solid #ececec;
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
  background-color: transparent !important;
}
.menu ul li ul li a.has-child {
  margin-right: 0px;
}
.menu ul li ul li a.has-child:after {
  border-color: #313131;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu ul li ul li a.active {
  color: var(--colormain);
}
.menu ul li ul li a.active.has-child:after {
  border-color: var(--colormain);
}
.menu ul li ul li:last-child>a {
  border-bottom: 0px;
}
.menu ul li ul li:hover>a {
  color: var(--colormain);
}
.menu ul li ul li:hover>a.has-child:after {
  border-color: var(--colormain);
}
.menu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}
/* Search */
.search input::-webkit-input-placeholder {
  color: #313131;
}
.search input:-moz-placeholder {
  color: #313131;
}
.search input::-moz-placeholder {
  color: #313131;
}
.search input:-ms-input-placeholder {
  color: #313131;
}
/* Slideshow */
.slideshow {
  position: relative;
}
/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}
.breadCrumbs .wrap-content {
  padding: 0.75rem 0;
}
.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
  color: #212529;
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: #6c757d;
}
/* Video */
.video {
  cursor: pointer;
  margin-bottom: 1rem;
}
.video .video-image {
  position: relative;
  margin-bottom: 0.75rem;
}
.video .video-image:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
}
.video .video-name {
  text-align: center;
  font-size: 16px;
  color: #212529;
  margin-bottom: 0px;
}
/* Album */
.album {
  cursor: pointer;
}
.album .album-image {
  margin-bottom: 0.75rem;
}
.album .album-name {
  margin-bottom: 0px;
  text-align: center;
}
.album .album-name a {
  display: block;
  font-size: 16px;
  color: #212529;
  margin-bottom: 0px;
}
/* Brand */
.wrap-brand .wrap-content {
  position: relative;
}
.brand {
  display: block;
  border: 1px solid #eee;
  max-width: 160px;
  margin: 0px auto;
}
/* Product */
.wrap-product {
  margin-bottom: 50px;
}
.cart-product {
  margin-bottom: 0px;
}
.cart-product span {
  cursor: pointer;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
}
/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}
.left-pro-detail {
  position: relative;
  text-align: center;
  width: 40%;
}
.right-pro-detail {
  width: calc(60% - 40px);
}
.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}
.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}
.owl-pro-detail {
  padding: 0;
}
.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}
.control-pro-detail button:hover {
  opacity: 0.7;
}
.control-pro-detail button.owl-prev {
  left: 0px;
}
.control-pro-detail button.owl-next {
  right: 0px;
}
.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}
.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}
.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}
.desc-pro-detail {
  margin-bottom: 1rem;
}
.attr-pro-detail {
  list-style: none;
  padding: 0px;
}
.attr-pro-detail li {
  margin-bottom: 0.5rem;
}
.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}
.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.brand-pro-detail {}
.brand-pro-detail a {
  background: var(--colormain);
  color: #fff;
  border-radius: 2px;
  padding: 2px 5px;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 23px;
  color: var(--color-text-all);
}
.price-old-pro-detail {
  font-weight: 400;
  color: var(--color-text-note);
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail {
  cursor: pointer;
  vertical-align: top;
  position: relative;
  width: 48px;
  height: 32px;
  margin: 0 8px 5px 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #dadada;
  transition: 0.3s;
  border-radius: 2px;
}
.size-pro-detail {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 48px;
  position: relative;
  margin: 0 8px 0 0;
  border: 1px solid #dadada;
  border-radius: 2px;
  font-size: 12px;
  transition: 0.3s;
}
.size-pro-detail.active,
.color-pro-detail.active {
  border-color: var();
}
.size-pro-detail.active:after,
.color-pro-detail.active:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/check-cart.png);
}
.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  display: none;
}
.quantity-pro-detail {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  height: 45px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #dfdfdf;
}
.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 45px;
  height: 100%;
  color: #000;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}
.quantity-pro-detail input {
  height: 100%;
  border: none;
  width: calc(100% - 90px);
  text-align: center;
  font-size: 15px;
}
.cart-pro-detail {
  max-width: 400px;
}
.cart-pro-detail a {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  width: calc(100% / 2 - 5px);
  height: 45px;
  border-radius: 5px;
}
.cart-pro-detail a.addnow {
  background: #fff;
  color: var(--colormain);
}
.cart-pro-detail a.addnow:hover {
  color: #fff;
  background: var(--colormain);
}
.cart-pro-detail a.buynow {
  background-color: #333;
}
.cart-pro-detail a.buynow:hover {
  background-color: var(--colormain-hover);
  color: #fff;
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-right: 8px;
  font-size: 24px;
  position: relative;
  top: -2px;
}
.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
}
.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}
.tabs-pro-detail {
  margin-top: 2rem;
}
.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
}
.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}
/* News */
.pic-news {
  width: 210px;
}
.pic-news img {
  width: 100%;
}
.info-news {
  width: calc(100% - 210px);
  padding-left: 20px;
}
.name-news {
  color: #252525;
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
}
.name-news.text-split {
  -webkit-line-clamp: 2;
}
.name-news:hover {
  color: var(--colormain);
}
.time-news {
  color: var(--color-text-note);
  margin-bottom: 10px;
}
.desc-news {
  color: #676767;
  margin-top: 5px;
  line-height: 22px;
}
.news .news-name {
  margin-bottom: 0.5rem;
}
.news .news-name a {
  color: #333;
  font-size: 16px;
}
.news .news-name a.text-split {
  -webkit-line-clamp: 2;
}
.news .news-name a:hover {
  color: #ec2d3f;
}
.news .news-time {
  color: #84878a;
  margin-bottom: 0.25rem;
}
.news .news-desc {
  color: #333333;
  margin-top: 5px;
  line-height: 22px;
}
.othernews b {
  margin-bottom: 10px;
  font-size: 15px;
}
/*News orther*/
.othernews {
  position: sticky;
  top: 60px;
  z-index: 11;
}
.news-other {
  margin-bottom: 15px;
}
.pic-news-other {
  width: 40%;
}
.info-news-other {
  width: 60%;
  padding-left: 10px;
}
.name-news-other {
  color: #252525;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
}
.name-news-other:hover {
  color: var(--colormain);
}
.name-news-other.text-split {}
/* Contact */
.form-floating.form-floating-cus>input,
.form-floating-cus>select {
  height: 45px;
}
.form-floating.form-floating-cus>textarea {
  height: 100px;
}
.form-floating.form-floating-cus>label {
  padding: 10px 10px;
  color: var(--color-text-note);
}
.contact-article {
  margin-bottom: 3rem;
}
.contact-input {
  position: relative;
  margin-bottom: 20px;
}
.contact-input input,
.contact-input textarea {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.contact-input input:focus,
.contact-input textarea:focus {
  box-shadow: none;
  outline: none;
}
.contact-input textarea {
  resize: none;
  height: 150px;
}
.contact-input .custom-file-label::after {
  content: attr(title);
}
.contact-map {
  position: relative;
  height: 500px;
}
.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}
/* Newsletter */
.newsletter-slogan {
  margin-bottom: 0.5rem;
  color: var(--color-text-note);
}
.form-newsletter {
  height: 45px;
  display: flex;
}
.newsletter-input {
  position: relative;
  height: 100%;
  width: calc(100% - 60px);
}
.newsletter-input input {
  border-radius: 0px;
  height: 100%;
  width: 100%;
}
.newsletter-button {
  width: 60px;
}
.newsletter-button input[type="submit"] {
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  height: 100%;
  border-radius: 0;
  background: var(--colormain);
  width: 100%;
}
/* Footer */
.footer-article {
  background-image: url(../images/bg_footer.jpg);
  background-size: cover;
  color: #ffffff;
}
.footer-title {
  font-family: "S VN";
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 10px;
  background: linear-gradient(#dfb139, #dfb139)no-repeat bottom left;
  background-size: 40px 2px;
  margin-bottom: 1.25rem;
}
.name-company {
  color: #dfb139;
  font-family: "S VN";
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 30px;
  line-height: 1;
}
.social_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  flex-direction: column;
}
.footer-ul li {
  margin-bottom: 10px;
}
.footer-ul li:last-child {
  margin-bottom: 0px;
}
.footer-ul li a {
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
}
.footer-ul li a i {
  font-size: 12px;
  margin-right: 7px;
}
.footer-ul li a:hover {
  text-decoration: none;
  color: #dfb139;
}
.footer-powered {
  color: #ffffff;
  font-size: 13px;
  padding: 15px 10px;
  background-color: var(--colormain);
}
.footer-powered a {
  color: #ffffff;
}
#footer-map {
  position: relative;
  height: 380px;
}
#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}
/* Like Share */
.social-plugin {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
  margin-left: 3px;
}
/* Paging */
.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
}
.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}
/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}
.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: #ec2d3f;
  background-color: #ec2d3f;
}
.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}
.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination-ajax a.first:before {
  background-image: url(../images/page-first.png);
}
.pagination-ajax a.last:before {
  background-image: url(../images/page-last.png);
}
.pagination-ajax a.prev:before {
  background-image: url(../images/page-prev.png);
}
.pagination-ajax a.next:before {
  background-image: url(../images/page-next.png);
}
/* Popup */
#popup .modal-body {
  padding: 0px;
}
/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}
/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}
/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}
/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
/* Transition All */
.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}
.scale-img img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.scale-img:hover>img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* 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;
}
/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-frame i img {
  vertical-align: middle;
  width: 30px;
}
.btn-frame .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.btn-frame .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/* Zalo */
.btn-zalo {
  bottom: 315px;
}
/* Phone */
.btn-phone {
  bottom: 230px;
}
.btn-email {
    bottom: 400px;
}
.btn-email i {
    background: #e60808;
}
.btn-email .kenit-alo-circle {
    border: 2px solid rgb(230 8 8 / 80%);
    border-color: #e60808;
}
.btn-email .kenit-alo-circle-fill {
    background-color: rgb(230 8 8 / 35%);
}
.btn-phone i {
    background: #81d742;
}
.btn-phone .kenit-alo-circle {
    border: 2px solid rgb(129 215 66 / 80%);
    border-color: #81d742;
}
.btn-phone .kenit-alo-circle-fill {
    background-color: rgb(129 215 66 / 35%);
}
.phone-vr-img-circle{
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
/* Messenger */
.js-facebook-messenger-top-header {
  background: #487dfc;
  color: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.js-facebook-messenger-container.closed {
  display: none !important;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-tooltip.closed {
  display: none !important;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button {
  z-index: 999;
}
.js-facebook-messenger-tooltip {
  z-index: 999;
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1000000000000000019884624838656;
}
.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.js-facebook-messenger-box {
  z-index: 999;
}
.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: #1182fc;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -webkit-transition: opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -webkit-transition: opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-container {
  width: 250px;
  position: fixed;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06),
    0 2px 32px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -webkit-transition: opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out,
    -webkit-transform 160ms ease-in-out;
}
.js-facebook-messenger-top-head {
  width: 220px;
  color: #ffffff;
  background: #1182fc;
  display: block;
  position: relative;
  width: 220px;
  background: #1182fc;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-top-head {
  color: #ffffff;
  background: #1182fc;
  width: 220px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-container.open {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}
.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0;
}
.js-facebook-messenger-box.rotate.open svg#close-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}
/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  z-index: 10;
  background: #4b4f56;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-fixed i {
  font-size: 20px;
}
.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: #ec2d3f;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}
/* Toolbar */
.toolbar {
  background: var(--colormain);
  width: 100%;
  padding: 10px;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
  max-height: 65px;
}
.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: 20px;
  width: 20px;
}
.toolbar ul li a span {
  color: #fff;
  font-size: 10px;
}
/* Fixbar */
.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}
.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.fixbar ul li {
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
  float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
  background: url(../images/cart-mobile.png) no-repeat;
}
.cart-total-head-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}
.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}
.fixbar ul li a i {
  font-size: 20px;
}
/* Plugbar */
.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #ffffff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}
.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  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;
}
.plugbar ul li {
  width: 20%;
  float: left;
}
.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}
.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px / 2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}
/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 0px;
}
.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}
.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #ffffff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}
.support-online a {
  display: block;
}
.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: #67b634;
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation: headAnimation 0.7s 1;
  animation: headAnimation 0.7s 1;
}
.support-online a:hover span {
  display: block;
}
.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #67b634 transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
.support-online .kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75;
  right: -10px;
}
.support-online .kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #0089b9;
  opacity: 0.5;
}
.support-online .support-online .btn-support {
  cursor: pointer;
}
.support-online .mes i {
  background: orange;
}
.support-online .sms i {
  background: red;
}
.support-online .call-now i {
  background: green;
}
/* Phone Switch */
.widget-mobile {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9999999;
}
#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
  content: "\f00d";
}
.wcircle-icon {
  background: #1282fc;
  border-radius: 50%;
  position: relative !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wcircle-icon:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(18, 130, 252, 0.5);
  border: 1px solid #ffffff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}
.wcircle-icon:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(18, 130, 252, 0.5);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  -webkit-animation: zoomIn 2s infinite ease-in-out;
  animation: zoomIn 2s infinite ease-in-out;
}
.wcircle-menu {
  position: absolute !important;
  left: 0;
  top: 0;
  display: none;
}
.wcircle-menu-item {
  width: 50px;
  height: 50px;
  background: #1282fc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wcircle-menu-item img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}
.wcircle-menu-item i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}
.wcircle-icon i {
  font-size: 25px;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}
.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.wrap-newsnb {}
.wrap-newsnb .wrap-content {
  position: relative;
}
.item-newsnb {}
.pic-newsnb {}
.info-newsnb {}
a.name-newsnb {
  color: #000;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: normal;
}
a.name-newsnb.text-split {
  -webkit-line-clamp: 2;
}
a.name-newsnb:hover {
  color: var(--colormain-hover);
}
.desc-newsnb {
  color: #333;
}
.video-main {
  position: relative;
  height: 400px;
}
.video-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.listvideos {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  color: var(--color-text-all);
  margin-top: 10px;
  cursor: pointer;
}
.item-video1 img {
  max-height: 292px;
}
.item-video2 img {
  height: 102px;
}
.pic-video {
  position: relative;
  cursor: pointer;
}
.pic-video:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background: url(../images/play.png) no-repeat center center;
  cursor: pointer;
  background-size: cover;
}
.pic-video img {
  width: 100%;
}
.pic-video-2 {
  position: relative;
  cursor: pointer;
}
.pic-video-2:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background: url(../images/play.png) no-repeat center center;
  cursor: pointer;
  background-size: cover;
}
.pic-video-2 img {
  width: 100%;
}
.name-video {
  font-size: 16px;
  color: var(--color-text-all);
  margin-bottom: 0px;
}
.owl-video {
  margin-top: 10px;
}
.newshome-intro .name-newshome {
  margin: 10px 0;
}
.newshome-intro .view-newshome {
  margin-top: 10px;
}
.newshome-scroll {
  width: 50%;
  overflow: hidden;
  max-height: 406px;
}
.news-slick {
  display: flex;
  margin-bottom: 20px;
}
.news-slick h3 {
  margin: 0;
}
.news-slick h3 a.name-newshome {
  margin-bottom: 10px;
}
.news-slick .img {
  width: 150px;
}
.news-slick .info {
  width: calc(100% - 150px);
  padding-left: 15px;
}
.flex_ttnb {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.newshome-intro {
  width: calc(50% - 20px);
}
.pic-newshome-normal {
  float: left;
  width: 34%;
  margin-right: 3%;
  margin-bottom: 0px;
}
.pic-newshome-normal img {
  width: 100%;
}
.info-newshome-normal {
  float: left;
  width: calc(100% - 37%);
}
.name-newshome {
  color: var(--color-text-all);
  font-size: 14px;
  line-height: normal;
}
.name-newshome.text-split {
  -webkit-line-clamp: 2;
}
.name-newshome.text-split a {
  color: #000;
}
.time-newshome {
  color: var(--color-text-note);
  margin-bottom: 10px;
}
.desc-newshome {
  color: var(--color-text-all);
  margin-bottom: 0px;
  text-align: justify;
}
.desc-home-cl.text-split {
  -webkit-line-clamp: 2;
}
.view-newshome {
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  color: #000;
}
.view-newshome:hover {
  color: #000;
}
.box-product {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
.pic-product {
  background: #ffffff;
  position: relative;
  margin-bottom: 10px;
}
.pic-product img {
  width: 100%;
}
.box-product:hover .product-tool {
  opacity: 1;
  visibility: visible;
}
.name-product {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 0;
}
.name-product:hover {
  color: var(--colormain);
}
.price-new span {
  color: #000;
}
.price-new {
  font-family: "Roboto Condensed", sans-serif;
  color: #ff2727;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.cart-product {
  margin-bottom: 0px;
}
.cart-product span {
  cursor: pointer;
  width: calc(50% - 3px);
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}
.cart-add {
  background-color: var(--colormain);
}
.cart-add:hover {
  background-color: var(--colormain-hover);
}
.cart-buy {
  background-color: var(--colormain);
}
.cart-buy:hover {
  background-color: var(--colormain-hover);
}
.footer-news:nth-child(3) {
  width: 28.75%;
}
.footer-news:nth-child(2) {
  width: 16%;
}
.footer-news:nth-child(1) {
  width: 38.75%;
}
.choose_list {}
.choose_list span {
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.choose_list span:last-child:after {
  display: none;
}
.choose_list span:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 6px;
}
.choose_list span.choosed {
  color: #f00;
}
.btn_sp {}
.btn_sp a {
  color: #000;
  text-transform: uppercase;
  background: #e6e6e6;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.btn_sp a:hover {
  color: #f00;
}
.d-title-choose-list {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  padding: 5px;
}
.d-title-choose-cat {}
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 1px solid #1b1464;
  border-radius: 5px;
  width: 386px;
  height: 45px;
}
.search input {
  height: 43px;
  border-radius: 5px;
  color: #010101;
  font-weight: 700;
  font-style: italic;
  border: 0px;
  text-indent: 10px;
  flex-grow: 1;
}
.search p {
  margin: 0;
  width: 50px;
  text-align: center;
  height: 45px;
  background: url(../images/search.png) no-repeat center;
}
.header {
  font-family: "Roboto Condensed", sans-serif;
  padding: 20px 10px;
}
.link_header {
  color: #363636;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  gap: 10px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.link_header:hover,
.link_header.active {
  color: #ffffff;
  background-color: var(--colormain);
}
.link_header i {
  font-size: 35px;
}
.hotline_header {
  font-family: "Roller Coaster";
}
.hotline_header p {
  font-size: 24px;
  line-height: 30px;
  color: #ca0000;
  margin: 0;
  text-align: center;
}
.hotline_header p:nth-child(1) {
  color: #323232;
}
.hotline_footer {
  margin-top: 30px;
  padding-left: 70px;
  background: url(../images/hotline.png) no-repeat left top;
}
.hotline_footer p:nth-child(1) {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.hotline_footer p {
  margin: 0;
  font-size: 19px;
  line-height: 24px;
  color: #f5f5f5;
  font-family: "S VN";
}
.title-trangchu {
  background: linear-gradient(var(--colormain), var(--colormain)) no-repeat center;
  background-size: 100% 5px;
  text-align: center;
  margin-bottom: 35px;
}
.title-trangchu span {
  color: #000000;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
}
.wap_thuvienanh {
  padding-bottom: 75px;
}
.grid_thuvienanh {
  display: grid;
  grid-template-columns: 25% calc(50% - 15px) calc(25% - 5px);
  gap: 10px;
}
.grid_thuvienanh .album:nth-child(4) {
  grid-column: span 2;
}
.grid_thuvienanh .album:nth-child(4 - n) img {
  height: 340px;
  object-fit: cover;
}
.grid_thuvienanh .album img {
  outline: 5px solid #004A80;
  outline-offset: -5px;
}
.btn_xemthem {
  color: #fffefe;
  font-weight: 700;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  width: 160px;
  border-radius: 5px;
  background-color: var(--colormain);
  display: block;
  margin: auto;
  margin-top: 40px;
  text-decoration: none;
}
.btn_xemthem:hover {
  color: var(--colormain);
  background-color: var(--colormain-hover);
}
.info_tintuc {
  height: 100px;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
}
.info_tintuc h3 {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  margin: 0;
  width: 100%;
}
.box_tintuc {
  background-color: #ffffff;
  display: block;
  border: 1px solid #004a80;
  box-shadow: 2.5px 4.33px 2.5px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  margin-bottom: 5px;
}
.pic_tintuc img {
  border-radius: 5px;
}
.wap_tintuc {
  padding-bottom: 55px;
}
.swiper-pagination-tintuc {
  position: static;
}
.swiper-pagination-tintuc {
  text-align: center;
  margin-top: 20px;
}
.wap_sanphamhot {
  padding-bottom: 60px;
}
.boxProduct {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 45px;
  row-gap: 20px;
}
.wap_danhmuc {
  padding-bottom: 60px;
}
.title-danhmuc {
  border-bottom: 5px solid var(--colormain);
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.title-danhmuc span {
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 26px;
}
.wap_danhmuc {
  padding-bottom: 60px;
}
.pic_danhmuc {
  margin-bottom: 1rem;
}
.boxdanhmuc {
  display: block;
}
.boxdanhmuc h3 {
  font-size: 18px;
  line-height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  color: #000000;
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.wap_tieuchi{padding: 45px 0;}
.flex-tieuchi{background-color: var(--colormain);padding: 10px;gap: 10px;height: 68px;}
.pic_tieuchi img{max-width: 60px;max-height: 60px;}
.pic_tieuchi{width: 60px;}
.flex-tieuchi h3{color: #ffffff;margin: 0;width: calc(100% - 70px);
  font-weight: 700;font-size: 16px;
  line-height: 30px;font-family: "Roboto Condensed", sans-serif;}
  .boxtintuc{display: grid;grid-template-columns: repeat(4,1fr);gap: 20px;}
  .name-album{font-size: 17px;text-align: center;font-weight: bold;color: #000;}
  .name-album:hover{color: var(--colormain);}
  .menu_fixed {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 15px 0px;
    box-shadow: 0px 0px 5px #ccc;
}
.item-prol {
    text-align: center;
    display: block;
    width: 100%;
}
.pic_prol {
    display: table;
    margin: auto;
    margin-bottom: 10px;
}
.name-prol {
    margin-bottom: 0;
    font-size: 15px;
    color: #333;
}
div.chay_dmsp .slick-prev:before,div.chay_dmsp .slick-next:before{font-size: 0}
div.chay_dmsp .slick-prev,div.chay_dmsp .slick-next{width: 66px;height: 66px;top: 36%}
div.chay_dmsp .slick-prev{background: url(../images/right2.png) no-repeat center;left: -60px;margin-top: -33px;transform: rotate(180deg);background-size: 40px;}
div.chay_dmsp .slick-next{background: url(../images/right2.png) no-repeat center;right: -60px;background-size: 40px;}
.menu_fixed{display: none;}
.menu-fix{position: fixed;left: 0px;right: 0px;top: 0px;z-index: 999;-webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;display: block;}
.link_header img{max-width: 55px;}
.newsletter-input2 {
    margin-bottom: 10px;
}
.newsletter-input2 input {
    border: 1px solid #ddd;
    height: 45px;
    font-family: Roboto;
    font-size: 14px;
}
.newsletter-input2 input::placeholder,.newsletter-input2 textarea::placeholder {
    font-family: Roboto;
    font-size: 14px;
}
.newsletter-input2 textarea {
    border: 1px solid #ddd;
    height: 70px;
    font-family: Roboto;
    font-size: 14px;
}
.btn-dknt {
    color: #fff;
    background: #010142;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
}