.hidden-seoh {
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

:root {
  --color-main: #2e3192;
  --color-hover: #f00;

  /* color mmenu */
  --color-bg-menu: #2e3192;
  --color-text-menu: #fff;
  --color-border-menu: #fff;

  /* Font */
  --font-regular: OpenSansRegular;
  --font-bold: OpenSansBold;
}

body {
  font-size: 14px;
  line-height: 1.6;
  font-family: var(--font-regular);
  background: #f9fafb;
}

.max-width,
.wrap-content {
  width: calc(100% - 30px);
  margin: 0 auto;
  max-width: 1200px;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.social-plugin {
  display: flex;
  margin-top: 10px;
}

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

.p-relative {
  position: relative;
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.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,
.support-online .kenit-alo-circle-fill {
  transition: 0.3s all;
}

/*   Header   */
.header {
  background: var(--color-main);
}

.cart-head {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  color: #fff;
}

.cart-head:hover {
  color: #fed402;
}

.cart-head i {
  font-size: 20px;
}

.cart-head .count-cart {
  position: absolute;
  z-index: 999;
  color: #fff;
  background: #f00;
  border-radius: 50%;
  top: -10px;
  right: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
}

/* slideshow */
.slide-name h3 {
  margin: 10px 0;
  padding: 0px 15px;
  font-size: 13px;
  line-height: 24px;
  height: 48px;
  cursor: pointer;
}
.slideshow {
  position: relative;
  padding: 15px 0 10px;
}

.slideshow-left {
  width: 69.3%; /* 832px/1200 */
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  border-radius: 8px;
  overflow: hidden;
}
.slideshow-left .slide-pic{
  aspect-ratio: 832/348;
  overflow: hidden;
}
.slideshow-left .slide-name .slick-current,
.slideshow-left .slide-name .slick-slide:hover {
  border-bottom: 3px solid var(--color-main);
}

.slideshow-right {
  width: 29.2%; /* 350px/1200 */
}

/* banner slide */
.banner-item img {
  border-radius: 8px;
}
.banner-item {
  margin-bottom: 15px;
}

/* Search */
.search {
  width: 100%;
  max-width: 400px;
  background: #fff;
  position: relative;
  right: 0;
  top: 0;
  border-radius: 10px;
}

.search input {
  width: calc(100% - 35px);
  font-size: 13px;
  color: #333;
  border-radius: 10px;
  border: none;
}

.search input::placeholder {
  color: #333;
}

.search input:focus {
  border: none;
  box-shadow: none;
}

.search p {
  width: 35px;
  height: 35px;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

/* Search Responsive */
.search-res {
  position: relative;
  margin-left: 15px;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  margin: 0px;
  border-radius: 50%;
}

.search-res .icon-search.active {
  color: var(--color-main);
  background: #ffffff;
  border-radius: 100%;
}

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

.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-main);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  border: none;
  color: var(--color-main);
  font-size: 14px;
}

.search-res .search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
  color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
  color: #313131;
}

/* Menu res*/

.menu-res {
  display: none;
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 5px 0;
  background: var(--color-main);
}

#hamburger {
  width: 35px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
}

#hamburger:before {
  top: 0px;
}

#hamburger span {
  top: 10px;
}

#hamburger:after {
  top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: top, bottom, left, opacity, -webkit-transform;
  transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.mm-slideout {
  z-index: unset;
}

/* menu */

.menu {
  position: relative;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.menu .wrap-content {
  position: relative;
}

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

.menu ul.ulmn {
  width: auto;
}

.menu ul li {
  transition: 0.3s;
}

.menu ul.ulmn > li {
}

.menu ul li a {
  font-size: 16px;
  color: #fff;
  margin: 0px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  /* text-align: center; */
  text-decoration: none !important;
  display: block;
  /* font-family: var(--font-bold); */
}

.menu ul li: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 ul li ul li {
}

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

.menu ul li ul li a {
  font-size: 12px;
  display: block;
  text-align: center;
  font-family: "OpenSansRegular";
  color: #111;
  padding: 10px;
  border-radius: 8px;
  line-height: normal;
  font-weight: unset;
  text-transform: capitalize;
}

.menu ul li ul li a img {
  margin: 0 auto 5px;
}

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

.menu ul li ul li a:before {
}

.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}

.menu ul li ul li:hover {
  /* padding-left: 10px; */
}

a.cart-header {
  position: relative;
}

a.cart-header span {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 11px;
  width: 17px;
  height: 17px;
  text-align: center;
  border-radius: 50%;
}

/*   btn owl */
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 2px solid #fff;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.title-detail,
.title-main {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.title-main h2,
.title-detail h1 {
  color: var(--color-main);
  font-family: var(--font-bold);
  font-size: 24px;
  margin-bottom: 0;
}

/* share */
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

.othernews b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: square;
}

.list-news-other li {
  margin-bottom: 2px;
}

.list-news-other li a {
  text-transform: none;
  color: #333333;
}

.list-news-other li a:hover {
  color: #fed402;
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}

.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-left: 0px !important;
  margin-top: 8px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-family: var(--font-sbold);
  transition: 0.4s;
}

.box-readmore ul li ul li a {
  font-family: var(--font-regular);
}

.box-readmore ul li a:hover {
  color: var(--color-main) !important;
  padding-left: 8px;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.title-readmore {
  font-size: 20px;
  color: #38433b;
}

.title-readmore label {
  font-size: 14px;
  cursor: pointer;
}

.box-readmore {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #47a2e2;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #11552c14;
  min-width: 50%;
}

.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: 0;
  padding-left: 0 !important;
  margin-top: 8px;
  font-size: 15px;
}

.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}

.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

.box-readmore ul li a {
  color: #333;
  cursor: pointer;
}

.box-readmore ul li a:hover {
  color: #767676;
}

.meta-toc.fix1 {
  display: flex;
}

.meta-toc.fiedx {
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 111;
  display: block !important;
}

.meta-toc.fiedx .mucluc-dropdown-list_button {
  display: block;
  cursor: pointer;
}

a.mucluc-dropdown-list_button i {  
  background: #fff;
  color: #4397dc !important;
  font-size: 25px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ddd;
}

.meta-toc.fiedx .box-readmore {
  width: 350px;
  display: none;
  background: #fff;
}

/* Footer */
.footer {
}
.footer-article {
  background: url(../images/bg_footer.png) no-repeat;
  background-size: cover;
}
.footer-powered {
  padding: 10px;
  background: #000;
}

.copyright {
  color: #fff;
  margin: 30px 0;
}

.thongketruycap {
  color: #fff;
  text-align: end;
}

.thongketruycap p {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.thongketruycap p span {
  font-weight: bolder;
}

.thongketruycap p:last-child {
  margin-right: 0;
  padding-right: 0;
}

.thongketruycap p:last-child:after {
  display: none;
}

.thongketruycap p:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background: #fff;
}
.footer-title {
  font-size: 14px;
  color: #fff;
  font-family: var(--font-bold);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-info {
  color: #fff;
}
.footer-news .ul-list li {
  margin-bottom: 10px;
  width: 100%;
}
.footer-news .ul-list li h4 {
  font-size: 14px;
  margin-bottom: 0;
}
.footer-news .ul-list li h4 a {
  color: #b5b6b8;
}
.footer-news .ul-list li h4 a:hover {
  color: #ed1c24;
}
.footer-news:nth-child(1) {
  width: 20.8%; /* 250px/1200 */
}
.footer-news:nth-child(2) {
  width: 25.8%; /* 310px/1200 */
}
.footer-news:nth-child(3) {
  width: 25.8%; /* 310px/1200 */
}
.footer-news:nth-child(4) {
  width: 17.1%; /* 205px/1200 */
}

.d-map iframe {
  width: 100%;
  height: 400px;
}

/* Sort */
.sort-select {
  display: flex;
  justify-content: end;
  margin: 20px 0px;
  position: relative;
}

.sort-select .click-sort {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 10px 6px 8px;
  margin: 0px;
}

.sort-select-main {
  display: grid;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
  position: absolute;
  padding: 0 7px;
  top: 30px;
  right: 0;
  width: 160px;
  z-index: 2;
}

.sort-select-main p {
  border-bottom: 1px solid #f1f1f1;
  margin: 0px;
  order: 2;
}

.sort-select-main p:has(.check) {
  order: 1;
}

.sort a {
  color: #000;
  font-size: 14px;
  line-height: 17px;
  padding: 11px 3px;
  display: block;
  cursor: pointer;
}

.sort a.check i {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 16px;
  border: 2px solid transparent;
  border-radius: 100px;
  vertical-align: middle;
}

.sort a.check i::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -4px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.sort-select .sort-show {
  padding-right: 12px;
  position: relative;
}

.sort-select .sort-show::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  content: "";
  height: 0;
  position: absolute;
  top: 6px;
  right: 0;
  width: 0;
}

/* Product */
.filter {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 5px 10px;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #ddd;
  display: none;
}

/* product detail */

.wr-search p {
  font-weight: bold;
  text-transform: uppercase;
}

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

.cart-product span {
  cursor: pointer;
  color: #fff;
  text-align: center;
  padding: 0px 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  font-weight: 700;
}

.cart-add {
  margin-left: 10px;
  background-color: #00a5d9;
  width: 155px;
}

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

.cart-buy {
  background-color: #ff2e00;
  width: 93px;
  height: 33px;
}

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

.grid-pro-detail .left-pro-detail {
  width:  calc(62.5% - 20px);
}

.grid-pro-detail .right-pro-detail {
  width: 37.5%; /* 450px/1200 */
  padding: 10px 10px 15px;
  border-radius: 10px;
  background: #fff;
}

.detail-product {
  display: flex;
  justify-content: space-between;
}

.detail-product .left-pro-detail {
  width: 40%;
  border: 1px solid #ddd;
}

.detail-product .right-pro-detail {
  width: 57%;
}

.detail-product .right-pro-detail ul {
  list-style: none;
  padding: 0px;
}

.detail-product .right-pro-detail ul li {
  margin-bottom: 20px;
}

.detail-product .right-pro-detail ul li .title-pro-detail {
  font-size: 18px;
}

.detail-product .right-pro-detail ul li .attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.detail-product .price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: #f00;
}

.attr-content-pro-detail {
  margin-left: 10px;
}

.attr-label-pro-detail {
}

.tabs-pro-detail > ul a {
  border: 1px solid #e5e5e5;
  background: transparent;
}

.tabs-pro-detail .nav-tabs .nav-link {
  text-align: center;
  font-family: var(--font-bold);
  color: #333;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: transparent;
  margin: 0 10px;
  border-radius: 8px;
}

.tabs-pro-detail .nav-tabs .nav-item {
  width: 50%;
  max-width: 245px;
}

.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border: 1px solid #bbddfd;
  background-color: #f1f8fe;
  color: #2a83e9;
}

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

.tabs-pro-detail .nav-tabs {
  border-color: #cdd9b3;
}

/* modal-detail */
.modal-detail::-webkit-scrollbar {
  width: 10px;
}

.modal-detail::-webkit-scrollbar-thumb {
  width: 10px;
  background: #4d90e0;
  border-radius: 10px;
  height: 50px;
}

.modal-detail {
  position: fixed;
  z-index: 999;
  background: #000000c4;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.content-modal-detail {
  background: #fff;
  max-width: 1200px;
  margin: 0px auto;
  min-height: 100vh;
}

.content-modal-detail .tabs {
  display: flex;
  cursor: pointer;
  padding: 0;
  list-style: none;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 99;
}

.content-modal-detail .tabs li {
  padding: 20px 20px;
  margin-right: 5px;
  font-weight: bold;
  position: relative;
  border-bottom: 4px solid #fff;
}

.content-modal-detail .tabs li.active {
  color: #2d9cdb;
  border-bottom: 4px solid #2d9cdb;
}

.content-modal-detail .tab-content {
  padding: 20px;
  max-width: 900px;
  margin: 0px auto;
}

.content-modal-detail .tab-content.active {
  display: block;
}

.close-tab {
  position: fixed;
  top: 15px;
  right: 20px;
  z-index: 10;
}

.btn-closemenu {
  position: fixed;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  line-height: 21px;
  padding: 7px;
  text-align: right;
  width: 72px;
}

.btn-closemenu::before {
  transform: rotate(45deg);
}

.btn-closemenu::after {
  transform: rotate(-45deg);
}

.btn-closemenu::before,
.btn-closemenu::after {
  background-color: #333;
  content: "";
  left: 13px;
  height: 14px;
  position: absolute;
  top: 10px;
  width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

/* Contact */
.contact-map {
  position: relative;
  height: 500px;
  margin-top: 30px;
}

.contact-map iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

/*  breadCrumbs */
.breadCrumbs {
  padding: 10px 0px;
  background: #eee;
}

.breadCrumbs ol {
  margin: 0px;
}

.breadCrumbs ol li a {
  color: #333;
  transition: 0.4s;
}

.breadCrumbs ol li a:hover {
  color: var(--color-main);
}

.breadCrumbs ol .breadcrumb-item.active {
  transition: 0.4s;
}

/* hotline */
.hotline {
  left: var(--left, inherit);
  right: var(--right, inherit);
  bottom: var(--bottom, inherit);
  display: none;
}
.hotline.btn-frame i {
  background: var(--background);
}
.hotline.btn-frame .kenit-alo-circle {
  border: 2px solid var(--background);
  border-color: var(--background);
}
.hotline.btn-frame .kenit-alo-circle-fill {
  background-color: var(--background);
}

.hotline.btn-phone span {
  position: absolute;
  --location: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--backgroundText);
  padding: 5px 40px 5px 25px;
  z-index: -1;
  border: 1px solid var(--backgroundText);
  border-radius: 30px;
  color: var(--color);
  font-weight: 700;
  font-size: 17px;
}

/* paging */
.pagination {
  margin: 20px 0px;
}

.pagination li a {
  cursor: pointer;
}

.page-link {
  border-color: var(--color-main) !important;
  color: #6c757d !important;
}

.page-item.active .page-link,
.page-item:hover .page-link {
  background: var(--color-main);
  color: #fff !important;
}

.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: flex;
  align-items: center;
  justify-content: center;
}

.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;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  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;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  animation-name: pulse;
}

.grid-properties {
  display: flex;
  gap: 10px;
}

.grid-properties span {
  position: relative;
  border: 1px solid #ddd;
  padding: 5px 15px;
  cursor: pointer;
}

.grid-properties span:hover,
.grid-properties span.active {
  border: 1px solid #f00;
  color: #f00;
}

.grid-properties span:hover:after,
.grid-properties span.active:after {
  content: "";
  border: 0.9375rem solid transparent;
  border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
  bottom: 0;
  position: absolute;
  right: -0.9375rem;
}

.grid-properties span.outstock {
  pointer-events: none;
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.26);
  cursor: not-allowed;
}

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

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

[x-cloak] {
  display: none !important;
}

/* css  HuynhPhuc*/

.w-menu {
  position: sticky;
  top: 0;
  z-index: 9;
  background: var(--color-main);
  padding: 10px 0;
}

li.menu-line {
}

.w-menu.fix_head {
  position: fixed !important;
  width: 100%;
  background: #333;
  top: 0;
}

/* product */
.grid-product {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.grid-product--inside {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.grid-product--inside .product:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
/* product */
.product {
  padding: 20px 13px;
  border: 1px solid #e5e6e7;
  border-radius: 8px;
  background: #fff;
}
.product figure {
}
.product figure a {
}
.product-info h3 {
  font-size: 13px;
  margin-bottom: 0;
  height: 40px;
  line-height: 20px;
}
.product-info {
  margin-top: 10px;
}
.product-info h3 a {
  color: #444;
  -webkit-line-clamp: 2;
}
.product-info h3 a:hover {
  color: #fe0000;
  /* font-family: var(--font-bold); */
}
.product-info span {
}
.product-info p {
}
.product .price-new {
  display: block;
  font-size: 15px;
  font-family: var(--font-bold);
  font-display: swap;
  color: #fe0000;
  line-height: 24px;
}
.product .price-old {
  font-size: 12px;
  color: #878ba2;
  margin-right: 10px;
  text-decoration: line-through;
  line-height: 17px;
  height: 17px;
  display: inline-block;
}
.product .price-per {
  font-size: 12px;
  font-family: var(--font-bold);
  color: #fff;
  background: var(--color-main);
  border-radius: 5px;
  padding: 0 2px;
  line-height: 17px;
  height: 17px;
  display: inline-block;
}

/* news */
.grid-news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.grid-news--inside {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.grid-news--meovat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.grid-news--other {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
/* news */
.news {
}
.news figure {
}
.news figure a {
  border: 3px solid var(--color-main);
  border-radius: 10px;
}
.news-info {
  margin-top: 15px;
}
.news-info p {
  margin-bottom: 0;
  font-size: 13px;
}
.news-info h3 {
  font-size: 14px;
  margin-bottom: 0;
}
.news-info h3 a {
  color: #1d2939;
}
.news-info h3 a:hover {
  color: var(--color-hover);
}
.news-info span {
  -webkit-line-clamp: 2;
}

.newsHot-contain--right,
.newsHot-contain--left {
  width: calc(50% - 10px);
}

.newsHot-contain--right .news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  max-height: 166px;
}
.newsHot-contain--right .news figure {
  width: 40%;
}
.newsHot-contain--right .news .news-info {
  width: calc(60% - 15px);
}

/* form */
.newsletter-index {
  margin-bottom: 10px;
}

.newsletter-index input {
  border: 0;
  line-height: 48px;
  padding: 0 25px;
  background: #f7f8f8;
  border-radius: 50px;
}

.newsletter-index textarea {
  background: #f7f8f8;
  border: 0;
  height: 60px;
  border-radius: 13px;
}

.newsletter-index input::placeholder,
.newsletter-index textarea::placeholder {
  color: #333333;
  font-size: 13px;
}

.newsletter-index input:focus {
  box-shadow: none;
}

.newsletter-button {
  background: transparent;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.newsletter-button input {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-family: "OpenSansBold";
  border-radius: 48px;
  max-width: 150px;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
  margin: 0 10px;
}

.newsletter-button input:nth-child(1) {
  background: #ed1c24;
  color: #fff;
}

.newsletter-button input:nth-child(2) {
  background: #e6e6e6;
  border: 0;
  color: #333333;
}

/* video */
.video {
  cursor: pointer;
}

.video img {
  max-height: 427px;
  object-fit: cover;
}

/* google dich */
.skiptranslate.goog-te-gadget {
  height: 37px;
  width: 100%;
  overflow: hidden;
}
.goog-te-banner-frame,
iframe#\:1\.container {
  display: none !important;
}
.skiptranslate {
}
.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
  width: 100% !important;
}

.goog-te-gadget .goog-te-combo:focus {
  box-shadow: unset;
  outline: unset;
}
.trans-lang {
  max-width: 150px;
}

div#\:0\.targetLanguage {
  width: 100%;
  max-width: 100%;
}

/* menu */
.hotline-head {
  line-height: 42px;
  height: 42px;
  background: #43469d;
  padding: 0 15px;
  border-radius: 42px;
  font-size: 15px;
  color: #ffff00;
  font-family: var(--font-bold);
}

.menu-product-list {
  position: absolute;
  z-index: 99;
  top: 100%;
  width: 250px;
}

.menu-product-list > ul {
  position: relative;
  background: #f2f4f7;
  /* padding-right: 10px; */
  border-radius: 0 0 0 8px;
  padding-bottom: 10px;
}

.menu-product-list ul {
  margin-bottom: 0px;
  min-height: 50vh;
}

.menu-product-list > ul > li {
  background: #eaecf0;
  border-right: 10px solid #f2f4f7;
}

.menu-product-list > ul > li:hover {
  background: #fff;
  border-left: 3px solid var(--color-main);
}

.menu-product-list > ul > li:hover > a {
  color: var(--color-main);
  font-family: var(--font-bold);
}

.menu-product-list ul .box-hvr--prolist {
  position: absolute;
  width: 550px;
  background: #fff;
  left: 100%;
  top: 0px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0 8px 8px 0;
  min-height: 50vh;
}

.menu-product-list .box-hvr--prolist ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 10px;
}

.menu-product-list ul ul ul {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  border: none;
  display: block;
  height: auto;
}
.menu-product-list ul li a {
  position: relative;
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  line-height: 35px;
  border-bottom: 1px solid #ddd;
}

.menu-product-list ul li a .icon-down {
  position: absolute;
  right: 10px;
  top: 10px;
}
.menu-product-list ul ul li a span {
  position: absolute;
  right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #00a3ff;
}

.menu-product-list ul li a:hover {
  background: rgb(204 204 204 / 25%);
}

.menu-product-list ul ul li a {
  border-bottom: none;
  font-weight: bold;
}
.menu-product-list ul ul ul li a {
  font-weight: normal;
}

.title-menu {
  font-size: 15px;
  color: #fff;
  display: inline-block;
  line-height: 35px;
  height: 35px;
  cursor: pointer;
  padding: 0 10px;
  margin-top: 10px;
}

.title-menu:hover,
.title-menu.active {
  background: #fff;
  color: #000;
}

/* tag menu */
.w-tags {
  background: #eaecf0;
}

.tags-contain {
  display: flex;
  justify-content: center;
  /* overflow-x: auto; */
  width: 100%;
}

.tags-contain a:hover {
  color: var(--color-main);
  text-decoration: underline;
}

.tags-contain a {
  color: #1e1e1e;
  line-height: 35px;
  display: block;
  /* flex: 1 0 auto; */
  margin-right: 30px;
  /* white-space: nowrap;  */
}

/* .tags-contain::-webkit-scrollbar {
  height: 2px;
}
.tags-contain::-webkit-scrollbar-track {
  background: #ccc; 
}
.tags-contain::-webkit-scrollbar-thumb {
  background: var(--color-main); 
} */

/* brand hot */
.brand-col a {
  margin: 4px 4px 10px 4px;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%);
}

/* product cat hot */
.proCatHot-contain {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%);
  background: #fff;
  margin: 5px 0 15px;
  overflow: hidden;
}

.proCatHot h3 {
  font-size: 14px;
  font-family: "OpenSansRegular";
  margin: 10px 0 0;
}

.proCatHot h3 a {
  color: #000;
}

.proCatHot-col .proCatHot {
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
}

.proCatHot-col .proCatHot:last-child {
  margin-bottom: 0;
}

.proCatHot-col .proCatHot:hover {
  background: #eaecf0;
}

.proCatHot {
  text-align: center;
}

/* san pham da xem */
.productSeen {
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%);
  background: #fff;
  margin: 4px;
  padding: 8px;
}

.productSeen i {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #98a2b3;
  text-align: center;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  cursor: pointer;
}

.productSeen-pic {
  width: 50px;
}

.productSeen-info {
  width: calc(100% - 50px);
  padding-left: 10px;
}

.productSeen-info h3 {
  font-size: 14px;
  font-family: var(--font-regular);
  margin-bottom: 5px;
}

.productSeen-info h3 a {
  color: #000;
  -webkit-line-clamp: 2;
}

.productSeen-info h3 a:hover {
  color: #ed1c24;
}

.productSeen-contain {
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 30%);
  background: #fff;
}

.title-main2 {
  margin-bottom: 10px;
}

.title-main2 h2 {
  font-size: 20px;
  font-family: var(--font-bold);
  margin-bottom: 0;
}

.list-hot {
  margin-bottom: 20px;
  border-bottom: 1px solid #f2f4f7;
  display: flex;
  justify-content: start;
  align-items: center;
}

.list-hot a {
  color: #1d2939;
  min-width: 115px;
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 60px;
}

.list-hot a:hover,
.list-hot a.active {
  color: #fe0000;
  background: #d5d6e9;
}

.paging-product-list {
  padding: 0 30px;
}

a.btn-sanphamuudai {
  margin-top: 20px;
  width: 200px;
  text-align: center;
  font-family: var(--font-bold);
  color: var(--color-main);
}

a.btn-sanphamuudai:hover {
  color: #fe0000;
}

/* banner */
.bannerSale-img {
  border-radius: 8px;
}

/* product nen mua */
.ProNenMua-contain {
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  border-radius: 8px;
  overflow: hidden;
}

.ProNenMua-contain .grid-product {
  padding: 0 20px 20px;
}

.ProNenMua-contain .title-main {
  border-bottom: 1px solid #f2f4f7;
}

.ProNenMua-contain .title-main h2 {
  line-height: 60px;
  padding-left: 20px;
}

.ProNenMua--index {
  padding-top: 15px;
}

.bannerMua--index {
  margin-top: 12px;
}
.bannerMua-img {
  border-radius: 8px;
}

.voucher--index {
  margin-top: 20px;
}
.voucher-img {
  border-radius: 8px;
}

/* news hot */
.tuvanHot-contain{
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}
.tabs-news .nav-tabs .nav-item.show .nav-link,
.tabs-news .nav-tabs .nav-link.active {
  border: 2px solid var(--color-main);
  color: var(--color-main);
}

.tuvanHot-khuyenmaiHot--index {
  margin-top: 15px;
}

.tabs-news .nav-tabs {
  border: 0;
}
.tabs-news .nav-tabs .nav-link {
  border-color: #eaecf0;
  border-radius: 5px;
  margin-right: 5px;
  color: #333;
}

.mvImg-image {
  border-radius: 8px;
  margin-bottom: 15px;
}

/* form video */
.form-contain {
  width: 49.2%; /* 590px/1200 */
  border-bottom: 7px solid #ed1c24;
  padding-top: 45px;
  background: #fff;
}
.title-form {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
}

#newsletter-form {
  max-width: 450px;
  margin: 0 auto;
}

.title-form:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(51, 54, 149, 1) 0%,
    rgba(236, 39, 47, 1) 100%
  );
  border-radius: 10px;
}

.title-form h2 {
  font-size: 28px;
  font-family: var(--font-bold);
  color: #010144;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title-form p {
  color: #666666;
}

.video-contain {
  width: 50.8%; /* 610px/1200 */
  border: 8px solid #ed1c24;
  background: #ed1c24;
}

.form-video--index {
  background: url(../images/bg_form.png) no-repeat;
  background-size: cover;
}
.form-video--index .flex-res {
  /* background: #fff; */
}

/* video */
.video-contain--big {
  margin-bottom: 10px;
}

.video-contain--big .video {
  border-radius: 10px;
}

.video-contain .video {
  position: relative;
}

.video-contain .video h3 {
  font-size: 20px;
  font-family: "OpenSansBold";
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 15px);
  padding-left: 75px;
  line-height: 65px;
  background: url(../images/btn_playbig.png) no-repeat left center;
  pointer-events: none;
}

.video-contain--small .video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../images/btn_playsmall.png) no-repeat;
  pointer-events: none;
}

.video-contain--small .video {
  padding: 0 5px;
  display: block;
}

.video-contain--small {
  margin: 0 -6px;
}

.video-contain--small img {
  border-radius: 8px;
}

.video-contain--small .video img {
  max-height: 115px;
}

/* footer */
.footer-cuahang {
  padding: 40px 0;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-cuahang--left {
  color: #fff;
}

.footer-cuahang--left p {
  font-size: 16px;
  font-family: "OpenSansBold";
  margin-bottom: 10px;
}

.footer-cuahang--right a {
  line-height: 44px;
  height: 44px;
  background: #ed1c24;
  display: block;
  font-family: "OpenSansBold";
  color: #fff;
  text-align: center;
  border-radius: 48px;
}

.footer-cuahang--right {
  width: 100%;
  max-width: 230px;
}

.footer-cuahang {
  border-bottom: 1px solid #3a3d43;
}

ul.hotline-footer h4 {
  font-size: 14px;
  font-family: vaR(--font-bold);
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0px;
}

ul.hotline-footer li span {
  color: #b5b6b8;
}

ul.hotline-footer li {
  margin-bottom: 15px;
}

ul.hotline-footer {
  margin-top: 35px;
}

/* footer httt */
.grid-footer_httt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.grid-footer_httt img {
  border-radius: 5px;
}

.img-chungnhan {
  border-radius: 5px;
}

.footer-tags {
  padding: 30px 0 20px;
  border-bottom: 1px solid #3a3d43;
}
.footer-tags h3 {
  font-size: 16px;
  text-align: center;
  color: #b5b6b8;
  margin-bottom: 10px;
}

.tags-list h4 {
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 15px;
}

.tags-list h4 a:hover {
  color: #ed1c24;
}

.tags-list h4 a {
  color: #fff;
}

.grid-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.footer-info {
  padding: 30px 0;
  border-top: 1px solid #3a3d43;
  border-bottom: 1px solid #3a3d43;
}

.footer-info--col p {
  margin: 0 0 5px;
  padding-top: 0;
}

.footer-info--col {
  padding-left: 60px;
}

.footer-info--col span {
  font-size: 15px;
}

.footer-info--col span.d-block {
  font-family: var(--font-bold);
}

.footer-info--col:nth-child(1) {
  background: url(../images/footer-info--diachi.png) no-repeat left top;
}

.footer-info--col:nth-child(2) {
  background: url(../images/footer-info--phone.png) no-repeat left top;
}

.footer-info--col:nth-child(3) {
  background: url(../images/footer-info--mail.png) no-repeat left top;
}

.footer-info--col:nth-child(4) {
  background: url(../images/footer-info--dkkd.png) no-repeat left top;
}

.branch-title .branch-item {
  padding: 20px;
  color: #fff;
  background: #10142d;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.branch-title .name {
  font-size: 15px;
  font-family: var(--font-bold);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.branch-item.active .name {
  color: #fc0;
}

.branch-title a p {
  margin-bottom: 5px;
}

.show-branch {
  border-left: 10px solid #2e3192;
  border-radius: 7px 0 0 7px;
}

.show-branch iframe {
  border-radius: 7px 0 0 7px;
}

/* trang trong */
.proInsideHot-main {
  padding: 25px 40px;
  background: var(--color-main);
  border-radius: 10px;
}

.procat-banner {
  padding: 20px 0;
}

.procat-banner img {
  border-radius: 8px;
}

.album-detail,
.cothebanquantam,
.camket,
.thongso-noidung-box {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
}

.thongso-noidung-box {
  padding-top: 25px;
}

.news-group{
  display: flex;flex-wrap: wrap;justify-content: space-between;
}

.box-newsList{
  width: 15%; /* 180px/1200 */
}

.box-news{
  width: 47%; /* 564px/1200 */
}

.box-news2{
  width: 50%; /* 700px/1200 */
}

.box-newsBanner{
  width: 32%; /* 384px/1200 */
}

.box-newsBanner a {
    margin-bottom: 10px;
    display: block;
}

.ul-newslist li {
  margin-bottom: 10px;
}

.ul-newslist li a {
  padding: 10px;
  background: #f1f1f1;
  display: block;
  line-height: 22px;
  font-size: 18px;
  border-radius: 5px;
  color: #333;
  font-family: var(--font-bold);
}

.ul-newslist li a.active,
.ul-newslist li a:hover {
  color: #fff;
  background: var(--color-main);
}

.box-newsBanner a img{border-radius: 8px;}

.news-top h3 {
  font-size: 18px;
  font-family: 'OpenSansBold';
  text-transform: capitalize;
  margin: 10px 0 0;
}

.news-top h3 a {
  color: #333;
}

.news-top {
  margin-bottom: 20px;
}

.news-top h3 a:hover {
  color: #ed1c24;
}

.cuahang-contain--left{
  width: 25%; /* 300px/1200 */
  padding: 12px 16px;
  background: #fff;
  border-radius: 10px;
}

.cuahang-contain--left a {
    border: 1px solid #E5E7EB;
    border-bottom: 0;
    display: block;
    padding: 12px;
    color: #333;
}

.cuahang-contain--left a:first-child {
    border-radius: 10px 10px 0 0;
}

.cuahang-contain--left a:last-child {
    border-bottom: 1px solid #E5E7EB;
    border-radius: 0 0 10px 10px;
}

.cuahang-contain--left a h3 {
    font-size: 17px;
    font-family: 'OpenSansBold';
    margin-bottom: 5px;
    text-transform: capitalize;
}
.cuahang-contain--right{
  width: 73.8%; /* 885px/1200 */
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}

.box-policy{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.chinhsach {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.chinhsach-pic {
  width: 40px;
}

.chinhsach-info {
  width: calc(100% - 50px);
}

.chinhsach-info h3 {
  font-size: 14px;
  font-family: var(--font-bold);
  margin-bottom: 3px;
}

.chinhsach-info a {
  font-size: 13px;
}

.chinhsach-info a:hover {
  text-decoration: underline;
}

.info-detail--left{
  width: 43.5%; /* 385/885px */
}

.info-detail--right{
  width: 55%; /* 385/885px */
}

.info-detail--right span {
    font-size: 15px;
    font-family: var(--font-bold);
}

.info-detail--right p {
    font-size: 15px;
    margin-bottom: 0;
}

.info-detail--left iframe{height: 214px;width: 100%;}
.info-detail--right a{
  line-height: 40px;height: 40px;display: block;width: 150px;text-align: center;font-size: 15px;font-family: var(--font-bold);
color: #fff;background: #ED1C24;border-radius: 40px;margin-top: 15px;}

.grid-gallery{
  display: grid;grid-template-columns: repeat(5,1fr);gap: 10px;
}
.cuahang-gallery{margin-top: 30px;}
.cuahang-gallery h3{font-size: 18px;font-family: var(--font-bold);color: #333;text-transform: capitalize;}
.grid-gallery img{border-radius: 8px;}
.title-menu svg {
    width: 18px;
    display: inline-block;
    margin-right: 5px;
    fill: #fff;
    position: relative;
    top: -2px;
}

.phone-worktime {
  max-width: 300px;
}

.phone-worktime .time-work {
  font-size: 13px;
  color: #fff;
  text-align: center;
  font-family: 'OpenSansRegular';
  margin-top: 5px;
}