/* General */
@font-face {
  font-family: "UTM-HelvetIns";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/UTM-HelvetIns.ttf");
}

:root {
  --clr-static: #1a1a1a;
  --bg-static: #ffffff;
  --clr-main: #d90000;
  --clr-hover: #302f94;
  --font-main: 'Roboto', sans-serif;
  --font-title: "UTM-HelvetIns";
  --line-height: 1.5;
  --line-clamp: 3;
}

.section-heading {
  text-align: center;
  margin-bottom: 22px;
}

.section-heading .title {
  font: 400 35px / var(--line-height) var(--font-title);
  color: var(--clr-hover);
  text-transform: uppercase;
  margin-bottom: 10px;
  overflow: hidden;
}

.section-heading .title span {
  position: relative;
}

.section-heading .title span::before,
.section-heading .title span::after {
  --w: 500px;
  --h: 4px;
  position: absolute;
  content: '';
  background-size: 100% 100% !important;
  width: var(--w);
  height: var(--h);
  top: calc(50% - var(--h)/2);
}

.section-heading .title span::before {
  background: url(../images/left-title.png) no-repeat;
  left: calc(100% + 35px);
}

.section-heading .title span::after {
  background: url(../images/right-title.png) no-repeat;
  right: calc(100% + 35px);
}

.section-heading .slogan {
  font: 400 16px/1.5 var(--font-main);
  color: #666666;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.section-heading.clr-white .title,
.section-heading.clr-white .slogan {
  color: #ffffff;
}

.section-heading.detail {
  text-align: left;
}

.section-heading.detail .title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 5px 0 5px 14px;
}

.section-heading.detail .title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: var(--clr-main);
  height: 100%;
  width: 4px;
}

.time-main {
  margin-top: 1rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

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

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

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

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

/* Header */
.header-top {
  background: #ffffff;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
}

.header-article-1 {
  width: 56%;
}

.header-email p {
  background: url(../images/ic-email.png) left no-repeat;
  padding-left: 21px;
}

.header-article-3 {
  background: var(--clr-hover);
  padding: 11px 0 11px 60px;
  margin-left: 23px;
  position: relative;
}

.header-article-3 .social-img img {
  display: block;
  max-width: 18px;
  max-height: 18px;
  line-height: 0;
}

.header-article-3:before,
.header-article-3:after {
  position: absolute;
  content: '';
}

.header-article-3:before {
  border-bottom: 40px solid var(--clr-hover);
  border-left: 23px solid transparent;
  top: 0;
  right: 100%;
}

.header-article-3:after {
  background: var(--clr-hover);
  width: calc((100vw - 1217px)/2);
  height: 40px;
  top: 0;
  left: 100%;
}

.header-bottom {
  background: url(../images/bg-header-bottom.png) top center / 100% 100% no-repeat;
  padding: 16px 0;
}

.header-address p {
  font-size: 16px;
  font-weight: 500;
}

.header-bottom-3 {
  width: 16.67%;
}

.header-hotline {
  text-align: center;
  background: url(../images/ic-hl-head.png) top no-repeat;
  padding-top: 60px;
}

.header-hotline .hotline-phone {
  font-size: 18px;
  line-height: 25px;
  color: var(--clr-hover);
  font-weight: 900;
}

.header-hotline .hotline-name {
  font-size: 15px;
}

/* Menu */
.navigation {
  position: relative;
  z-index: 199;
  background: var(--clr-main);
  transition: all 0.3s ease-out;
}

.navigation>.navigation-inner {
  column-gap: 2rem;
}

.navigation nav {
  flex: 1;
}

.navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation nav ul:has(.level-0) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation nav ul li {
  position: relative;
  z-index: 1;
}

.navigation nav ul li:is(.has-child) {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.navigation nav ul li .navigation-name {
  display: block;
  font: 700 15px/24px var(--font-main);
  color: #ffffff;
  text-transform: uppercase;
  padding: 13px 0;
}

.navigation nav ul li:is(.has-child)>.navigation-name {
  flex: 1;
}

.navigation nav ul li.active>.navigation-name,
.navigation nav ul li:hover>.navigation-name {
  color: #1a1a1a;
}

.navigation nav ul li .navigation-button {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  background: transparent;

}

.navigation nav ul li .navigation-button i {
  font-size: 14px;
  color: #fff;
}

.navigation nav ul li.has-child:hover>.navigation-name+.navigation-button i,
.navigation nav ul li.has-child.active>.navigation-name+.navigation-button i {
  color: #1a1a1a;
}

.navigation nav ul li.has-child:hover>.navigation-name:is(.level-0)+.navigation-button i {
  transform: rotateZ(-90deg);
}

.navigation nav ul li.has-child:hover>.navigation-name:not(.level-0)+.navigation-button i {
  transform: rotateZ(-180deg);
}

.navigation nav ul li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 15px #00000026;
  box-shadow: 1px 1px 15px #00000026;
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  transition: all .5s ease-out;
}

.navigation nav ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  transition: all .7s ease-out;
}

.navigation nav ul li ul li {
  isolation: isolate;
  padding: 0 0.75rem;
}

.navigation nav ul li ul li:not(:last-child):before {
  /* border */
  content: '';
  position: absolute;
  right: 0.75rem;
  bottom: 0;
  left: 0.75rem;
  z-index: -1;
  height: 1px;
  background: #ccc;
}

.navigation nav ul li ul li .navigation-name {
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 0px 9px 0px;
  color: #1a1a1a;
}

.navigation nav ul li ul li .navigation-name:hover {
  color: var(--clr-main);
}

.navigation nav ul li ul li .navigation-button i {
  font-size: 14px;
  color: #1a1a1a;
}

.navigation nav ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0;
}

/* Search */
.search-block {
  border: solid 1px #ccc;
}

.search-block .search-inner {
  display: flex;
  width: 340px;
  height: 36px;
}

.search-block .search-button {
  display: grid;
  place-items: center;
  width: 40px;
  font-size: 16px;
  color: var(--clr-main);
  background: none;
}

.search-block .search-input {
  flex: 1;
  font-size: 12px;
  color: var(--clr-main);
  text-indent: 10px;
  background: none;
}

.search-block .search-input::-webkit-input-placeholder,
.search-block .search-input:-ms-input-placeholder,
.search-block .search-input:-moz-placeholder,
.search-block .search-input::placeholder {
  color: #ccc;
}

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

.search-toggle .search-icon {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  width: 40px;
  font-size: 18px;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
}

.search-toggle .search-icon.active {
  color: var(--clr-hover);
  border-radius: 50%;
  background: #fff;
}

.search-toggle .search-grid {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 0;
  display: flex;
  width: 0;
  height: 40px;
  border: 1px solid var(--clr-hover);
  border-radius: 999px;
  background: #fff;
  padding: 0rem 0.25rem;
}

.search-toggle .search-icon.active+.search-grid {
  visibility: visible;
}

.search-toggle .search-grid .search-button {
  display: grid;
  place-items: center;
  width: 35px;
  font-size: 17px;
  color: var(--clr-hover);
  background: none;
}

.search-toggle .search-grid .search-input {
  flex: 1;
  color: var(--clr-main);
  text-indent: 10px;
}

.search-toggle .search-grid input::-webkit-input-placeholder,
.search-toggle .search-grid input:-moz-placeholder,
.search-toggle .search-grid input::-moz-placeholder,
.search-toggle .search-grid input:-ms-input-placeholder {
  color: #ccc;
}

/* Mmenu */
.menu-res {
  position: relative;
  z-index: 199;
  height: 50px;
  background: var(--clr-main);
  transition: all 0.3s ease-out;
}

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

#hamburger:before,
#hamburger:after,
#hamburger span {
  content: '';
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
}

#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;
  transition-property: transform, top, bottom, left, opacity;
}

.menu-res #menu {
  display: none;
}

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

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

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

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

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

/* Slideshow */
.slideshow {
  position: relative;
}

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

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  border-radius: 3px;
  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;
}

.control-owl button svg path {
  fill: #ffffff;
}

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

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

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

/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
  padding: 0.75rem 0;
}

.breadCrumbs .wrapper-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper-content .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrapper-content .breadcrumb-item a:hover {
  color: var(--clr-main);
}

.breadCrumbs .wrapper-content .breadcrumb-item.active a {
  color: #000000;
  font-weight: 500;
}

.breadCrumbs .wrapper-content .breadcrumb-item a i {
  margin-right: 4px;
}

/* Video index */
.video_bottom {
  margin-bottom: 15px;
}

.video_bottom .image {
  position: relative;
}

.video_bottom .image:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: calc(50% - 70px / 2);
  left: calc(50% - 70px / 2);
  z-index: 1;
  background: url(../images/play-video.png) no-repeat;
}

.video_bottom .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/2.7;
}

.video_main .image {
  position: relative;
}

.video_main .image:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  top: calc(50% - 70px / 2);
  left: calc(50% - 70px / 2);
  z-index: 1;
  background: url(../images/play-video.png) no-repeat;
  zoom: .5;
}

.video_main .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.24/0.8;
}

/* Video */
.video-item {
  display: block;
}

.video-item .video-img {
  position: relative;
}

.video-item .video-img: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;
}

.video-item .video-info {
  padding-top: 10px;
}

.video-item .video-name {
  --line-clamp: 1;
  font: 400 15px/1.5 var(--font-main);
  color: var(--clr-static);
  margin-bottom: 0;
  transition: .5s ease-out;
}

.video-item:hover .video-name {
  color: var(--clr-main);
}

/* Album detail */
.section-album {
  padding: 40px 0 60px;
}

.grid-album-index {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px 15px;
  grid-template-areas:
    "item-1 item-1 item-1 item-2 item-2 item-2"
    "item-3 item-3 item-4 item-4 item-5 item-5";
}

.album-item:nth-child(1) {
  grid-area: item-1;
}

.album-item:nth-child(2) {
  grid-area: item-2;
}

.album-item:nth-child(3) {
  grid-area: item-3;
}

.album-item:nth-child(4) {
  grid-area: item-4;
}

.album-item:nth-child(5) {
  grid-area: item-5;
}

.album-item {
  position: relative;
  text-align: center;
}

.album-item .album-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 12px 0;
}

.album-item .album-name {
  --line-clamp: 1;
  font: 700 18px/26px var(--font-main);
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: .3s ease-out;
}

.album-item:hover .album-name {
  color: var(--clr-main);
}

.album-view {
  text-align: center;
  margin-top: 30px;
}

.album-view a {
  display: inline-block;
  background: var(--clr-main);
  border-radius: 25px;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #ffffff;
  transition: .3s ease-out;
}

.album-view a:hover {
  background: var(--clr-hover);
}

/* Product */
.section-product {
  padding: 50px 0 60px;
}

.section-product-list:not(:last-child) {
  padding-bottom: 60px;
}

.product-item {
  position: relative;
  text-align: center;
}

.product-item .product-info {
  background: #f2f2f2;
  padding: 15px 0 20px;
}

.product-item .product-name {
  --line-clamp: 1;
  font: 500 15px/1.7 var(--font-main);
  color: var(--clr-static);
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: .3s ease-out;
}

.product-item:hover .product-name {
  color: var(--clr-main);
}

.product-item .price-new {
  display: inline-block;
  border: 1px dashed var(--clr-main);
  border-radius: 17px;
  padding: 3px 25px;
  font: 500 15px/26px var(--font-main);
  color: var(--clr-main);
  transition: .5s ease-out;
}

.product-item .price-new:hover {
  background: var(--clr-main);
  color: #ffffff;
}

/* category-page */
.category-page-row {
  --gap-item: 3;
}

.single-sidebar-post {
  position: sticky;
  top: 60px;
}

.newsletter-category {
  padding-top: 1.5rem;
}

.newsletter-category .newsletter-input .form-control {
  border: 1px solid #cccccc;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.left-pro-detail {
  position: relative;
  text-align: center;
}

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

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.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: clamp(18px, 3vw, 20px);
  display: block;
  font-weight: 700;
}

.comment-pro-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}

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

.price-new-pro-detail {
  font-weight: 700;
  font-size: clamp(18px, 3vw, 20px);
  color: var(--clr-main);
}

.price-old-pro-detail {
  font-weight: 500;
  color: #6c757d;
  text-decoration: line-through;
  padding-left: 10px;
}

.color-pro-detail {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.size-pro-detail {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}

.size-pro-detail.active {
  border-color: var(--clr-main);
  color: var(--clr-main);
}

.color-pro-detail.active {
  border-color: var(--clr-main);
  color: var(--clr-main);
}

.size-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.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"] {
  display: none;
}

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

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  text-align: center;
  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;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.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: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

.cart-pro-detail {
  margin-bottom: 1rem;
}

.cart-pro-detail a {
  font-size: 14px;
  color: #ffffff !important;
  text-transform: uppercase;
}

.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: #333333;
}

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

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

.product-hotline a {
  background: var(--clr-main);
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 600;
  transition: .3s ease-out;
}

.product-hotline.zalo a {
  background: var(--clr-hover);
}

.product-hotline a:hover {
  opacity: .8;
}

/* News */
.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: #ec2d3f;
}

.single-sidebar-post .post-title {
  font: 700 20px/1.5 var(--font-title);
  color: var(--clr-main);
  margin-bottom: 20px;
}

.sidebar-post-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8px;
  padding-bottom: 20px;
  --line-clamp: 2;
}

.sidebar-post-item .post-name {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3;
  color: #333;
  margin-bottom: 5px;
  transition: .3s ease-out;
}

.sidebar-post-item .post-name:hover {
  color: var(--clr-main);
}

.sidebar-post-item .post-desc {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0;
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

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

/* Gioi thieu */
.section-about {
  background: url(../images/bg-about.png) top center / 100% 100% no-repeat;
}

.section-about .about-left {
  width: 46.67%;
  padding-left: 90px;
  position: relative;
}

.section-about .about-left::before {
  --w: 54px;
  --h: 493px;
  position: absolute;
  content: '';
  background: url(../images/deco-left-about.png) no-repeat;
  width: var(--w);
  height: var(--h);
  top: calc(50% - var(--h)/2);
  left: 0;
}

.section-about .about-right {
  width: calc(100% - 46.67% - 60px);
}

.section-about .about-name {
  font: 400 30px/1.3 var(--font-title);
  color: var(--clr-main);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.section-about .about-desc {
  --line-clamp: 4;
  font: 400 14px/2 var(--font-main);
  color: var(--clr-static);
  margin-bottom: 30px;
}

.about-criteria {
  margin-bottom: 40px;
}

.section-about .about-view-more {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  background: var(--clr-hover);
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  transition: .3s ease-out;
}

.section-about .about-view-more:hover {
  background: var(--clr-main);
}

.section-about .about-view-file {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: 1px dashed var(--clr-hover);
  font-size: 15px;
  text-transform: uppercase;
  color: var(--clr-hover);
  transition: .3s ease-out;
}

.section-about .about-view-file:hover {
  background: var(--clr-main);
  border-color: var(--clr-main);
  color: #ffffff;
}

/* Tieu chi */
.grid-criteria {
  --gap-item: 2;
  --gap-column: 30px;
  --gap-row: 30px;
}

.criteria-item {
  cursor: pointer;
}

.criteria-item .criteria-img {
  width: 70px;
  height: 70px;
  background: var(--clr-main);
  border-radius: 50%;
  transition: .5s ease-out;
}

.criteria-item:hover .criteria-img {
  background: var(--clr-hover);
}

.criteria-item img {
  transition: all 0.8s ease-out;
}

.criteria-item:hover img {
  transform: rotateY(-360deg);
}

.criteria-item .criteria-info {
  width: calc(100% - 90px);
}

.criteria-item .criteria-name {
  font: 400 16px/1.7 var(--font-main);
  color: var(--clr-static);
  transition: .4s ease-out;
  margin-bottom: 0;
}

.criteria-item:hover .criteria-name {
  color: var(--clr-hover);
}

/* Newsletter  */
.newsletter-left {
  width: 50%;
}

.newsletter-right {
  width: 50%;
  background: url(../images/bg-nhantin.png) top center / 100% 100% no-repeat;
  padding: 50px 0 80px 77px;
  padding-right: calc((100% - 1200px)/2);
}

.newsletter-title {
  text-align: center;
  margin-bottom: 25px;
}

.grid-newsletter {
  --gap-item: 2;
  --gap-column: 10px;
  --gap-row: 10px;
}

.newsletter-content {
  gap: 0 10px;
  justify-content: space-between;
}

.newsletter-title span {
  font: 400 28px/1.3 var(--font-title);
  color: #ffffff;
}

.newsletter-input {
  position: relative;
}

.newsletter-input .icon {
  position: absolute;
  right: 15px;
  top: 12px;
}

.newsletter-input .form-control {
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  background: #fff;
  font-size: 14px;
  color: #595959;
  padding-right: 35px;
}

.newsletter-input input,
.newsletter-input input::placeholder,
.newsletter-input textarea,
.newsletter-input textarea::placeholder {
  font-size: 14px;
  color: #595959;
}

.newsletter-input input.form-control {
  height: 44px;
}

.newsletter-input textarea.form-control {
  height: 100px;
}

.newsletter-content {
  margin-top: 10px;
}

.newsletter-content .newsletter-input {
  width: 100%;
}

.newsletter-button {
  width: 50px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter-button input[type=submit] {
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  background: var(--clr-main);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 700 16px/1.5 var(--font-main);
  color: #ffffff;
  text-transform: uppercase;
  transition: .5s ease-out;
}

.newsletter-button input[type=submit]:hover {
  background: var(--clr-hover);
  color: #ffffff;
}

/* Dich vu */
.section-service-list {
  background: url(../images/bg-dichvu.png) top center / 100% 100% no-repeat;
  padding: 40px 0 60px;
}

.section-service-list .section-heading .title span::before {
  background: url(../images/left-dichvu.png) no-repeat;
}

.section-service-list .section-heading .title span::after {
  background: url(../images/right-dichvu.png) no-repeat;
}

.service-item {
  position: relative;
  text-align: center;
}

.service-item .service-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 12.5px 0;
}

.service-item .service-name {
  --line-clamp: 1;
  font: 700 16px/25px var(--font-main);
  color: #fff;
  margin-bottom: 0;
  transition: .3s ease-out;
}

.service-item:hover .service-name {
  color: var(--clr-main);
}

/* Intro */
.section-intro {
  padding: 50px 0 60px;
}

.section-intro .intro-left {
  width: 62.5%;
}

.section-intro .intro-right {
  width: calc(100% - 62.5% - 40px);
}

.swiper-news .swiper-news-left {
  width: 48%;
}

.swiper-news .swiper-news-right {
  width: calc(100% - 48% - 30px);
}

.section-intro .section-heading {
  text-align: left;
}

.section-intro .section-heading .title {
  font-size: 28px;
}

/* tin tuc */
.news-row .news-item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-row .news-img {
  width: 120px;
}

.news-row .news-info {
  width: calc(100% - 140px);
  padding-top: 0 !important;
}

.news-item .news-info {
  padding-top: 20px;
}

.news-item .news-name {
  --line-clamp: 2;
  font: 700 16px/1.5 var(--font-main);
  color: #262626;
  margin-bottom: 5px;
  transition: .3s ease-out;
}

.news-item:hover .news-name {
  color: var(--clr-main);
}

.news-item .news-date {
  font: 400 14px/24px var(--font-main);
  color: var(--clr-main);
  margin-bottom: 0;
}

.news-item .news-desc {
  --line-clamp: 2;
  font: 400 14px/25px var(--font-main);
  color: #595959;
}

.news-row .news-name {
  font: 500 14px/22px var(--font-main);
  color: #262626;
}

/* Footer */
.footer-top .wrapper-content {
  --w: 1000px;
  border-radius: 10px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.2));
  background-color: #ffffff;
  padding: 20px 40px 10px 40px;
  margin-bottom: -50px;
}

.footer-top-1 {
  width: 58.7%;
}

.footer-top-2 {
  width: 27.17%;
}

.footer-article {
  background: url(../images/bg-footer.png) top center / 100% 100% no-repeat;
  color: #fff;
}

.footer-article>.wrapper-content {
  padding: 100px 0 60px;
}

.footer-article-1 {
  width: 19.17%;
}

.footer-article-2 {
  width: 16.67%;
}

.footer-article-3 {
  width: 16.67%;
}

.footer-article-4 {
  width: 25%;
}

.footer-title {
  font: 700 18px/1.5 var(--font-main);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-ul li {
  background: url(../images/ic-cs.png) left no-repeat;
  padding-left: 18px;
}
.footer-ul li a {
    color: #fff;
}
.footer-ul li a:hover {
    color: #fc0;
}
.footer-ul li:not(:last-child) {
  margin-bottom: 9px;
}


.footer-tags {
  background: #eee;
  padding: 30px 15px;
}

.footer-tags-lists {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer-tags-lists li {
  float: left;
}

.footer-tags-lists li a {
  padding-bottom: 0.375rem;
}

.footer-powered {
  border-top: 1px solid #db4d4d;
  padding: 14px 0;
}

.statistic {
  text-align: right;
}

.statistic span {
  padding-right: 10px;
}

.statistic span:last-child {
  padding-right: 0px;
}

#footer-map {
  position: relative;
  height: 500px;
}

#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

/* Chi nhanh */
#footer-chinhanh .main {
  position: relative;
}

#footer-chinhanh .left {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
  width: fit-content;
  max-width: 1200px;
  padding-right: calc((100% - 1200px) / 2);
  display: flex;
  justify-content: flex-end;
  gap: 10px 5px;
}

#footer-chinhanh .left .item {
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  padding: 12px 25px;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

#footer-chinhanh .left .item.act,
#footer-chinhanh .left .item:hover {
  background: var(--clr-main);
  border-color: var(--clr-main);
  color: #fff;
  box-shadow: none;
}

#footer-chinhanh .right {
  width: 100%;
  height: 500px;
  position: relative;
}

#footer-chinhanh .right 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 {
  margin-top: 1.5rem;
}

.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: var(--clr-main);
  border-color: var(--clr-main);
}

/* Phân Trang Ajax */
.pagination-ajax {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin-top: 2rem;
}

.pagination-ajax a {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  font-size: 13px;
  color: var(--clr-static);
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  user-select: none;
  transition: .3s ease-out;
}

.pagination-ajax a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.pagination-ajax a.current,
.pagination-ajax a:not(.disabled):hover {
  color: #ffffff;
  background: var(--clr-hover);
}

.pagination-ajax a:is(.first, .prev, .next, .last) {
  position: relative;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}

.pagination-ajax a:is(.first, .prev, .next, .last):before {
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  font-size: 16px;
  text-indent: 0;
}

.pagination-ajax a.first:before {
  content: '\f100';
}

.pagination-ajax a.prev:before {
  content: '\f104';
}

.pagination-ajax a.next:before {
  content: '\f105';
}

.pagination-ajax a.last:before {
  content: '\f101';
}

/* 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 to top */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 17px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 1001010;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 6 Pro';
  content: '\f077';
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  color: var(--clr-main);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--clr-main);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--clr-main);
  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: 70%;
}

.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: var(--clr-main);
  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;
}

/* Mang xa hoi */
.mangxahoi-fixed {
  position: fixed;
  left: 15px;
  bottom: 300px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 15px 15px;
}

/* Chi duong */
.btn-chiduong {
  bottom: 400px;
}

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

/* Phone */
.btn-phone {
  bottom: 230px;
}

/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 485px;
  z-index: 10;
  background: var(--clr-main);
  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: 22px;
}

.cart-fixed span {
  position: absolute;
  top: -5px;
  right: -10px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  background: var(--clr-main);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

/* Messenger */
.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: var(--clr-main);
  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 {
  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-header {
  width: 220px;
  color: #ffffff;
  display: block;
  position: relative;
  width: 220px;
  background: var(--clr-main);
  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-header {
  color: #ffffff;
  background: var(--clr-main);
  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;
}

/* Phone */
.item_phone {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 222;
}

.item_phone i {
  font-size: 15px;
  color: var(--clr-main);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  border: 8px solid var(--clr-main);
  position: relative;
  z-index: 222;
}

.item_phone a {
  display: block;
  padding: 7px 20px 7px 40px;
  margin-left: -35px;
  background: var(--clr-main);
  font-size: 15px;
  color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  z-index: 2;
  animation: nhapnhai 1s linear infinite;
  box-shadow: 0 0 4px #0000004c;
}

.item_phone:nth-child(1) {
  bottom: 80px;
  left: 25px;
}

.item_phone:nth-child(2) {
  bottom: 160px;
  left: 25px;
}

.item_phone::before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  background: url(../images/icon-phone-fixed.png) center no-repeat;
  left: -10px;
  animation: xoay 4s linear infinite;
}

.item_phone::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 60px;
  background: url(../images/icon-phone-fixed.png) center no-repeat;
  background-size: 100% 100%;
  left: -5px;
  animation: xoay1 4s linear infinite;
}

@keyframes xoay {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes xoay1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes nhapnhai {
  0% {
    color: #fff;
  }

  50% {
    color: #ff0;
  }

  100% {
    color: #fff;
  }
}