/* General */
@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/HELVETICANEUE.TTF");
}

@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/HELVETICA-NEUE-MEDIUM.TTF");
}

@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/HELVETICA-NEUE-CONDENSED-BOLD.TTF");
}

@font-face {
  font-family: "SVN-Poppins";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/SVN-Poppins-Regular.ttf");
}

@font-face {
  font-family: "SVN-Poppins";
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/SVN-Poppins-Medium.ttf");
}

@font-face {
  font-family: "SVN-Poppins";
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/SVN-Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "SVN-Poppins";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/SVN-Poppins-Bold.ttf");
}

:root {
  --clr-main: linear-gradient(180deg, #EFB41E 0%, #FFCB45 25%, #EDB320 50%, #FABE24 82.81%);
  --clr-hover: #D01919;
  --clr-static: #333333;
  --font-main: "Helvetica Neue";
  --font-title: "SVN-Poppins";
}

.title-main {
  text-align: center;
  background: url(../images/title-main.png) bottom no-repeat;
  padding-bottom: 22px;
  margin-bottom: 25px;
}

.title-main h2 {
  font: 700 48px/1.3 var(--font-title);
  text-transform: uppercase;
  background: var(--clr-main);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-main p {
  font: 500 16px/1.3 var(--font-main);
  color: #262121;
}

[class*='-template'] .title-main {
  background: transparent;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

[class*='-template'] .title-main h2 {
  font-size: 35px;
}

.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 {
  background: linear-gradient(180deg, rgba(249, 242, 224, 0.00) 0%, #F9F2E0 100%);
  padding: 5.5px 0;
}

.header-hotline .hotline-title {
  font: 500 15px/1.5 var(--font-main);
  color: #282828;
}

.header-hotline .hotline-text {
  font: 700 15px/1.5 var(--font-main);
  color: #D01919;
}

.header-email .email-title {
  font: 500 15px/1.5 var(--font-main);
  color: #282828;
}

.header-email .email-text {
  font: 400 15px/1.5 var(--font-main);
  color: #282828;
}

/* Google dich */
body {
  top: 0 !important;
}

.skiptranslate iframe {
  display: none !important;
}

.header-lang .header-google-tran-lang:not(:last-child) {
  margin-right: 8px;
}

/* Menu */
.navigation {
  position: relative;
  z-index: 199;
  background: var(--clr-main);
  transition: all 0.3s ease-out;
  box-shadow: 1px 1px 0 #ffffff;
}

.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(.menu-line) {
  width: 1px;
  height: 46px;
  background: #FBC742;
  box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.10);
}

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

.navigation nav ul li .navigation-name {
  display: block;
  font: 500 16px/24px var(--font-main);
  color: #282828;
  text-transform: uppercase;
  padding: 11px 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: var(--clr-hover);
}

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

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

.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: 265px;
  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 {
  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-hover);
}

.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-radius: 60px;
  border: 1px solid #D6D6D6;
  background: #FFF;
}

.search-block .search-inner {
  display: flex;
  width: 321px;
  height: 43px;
}

.search-block .search-button {
  display: grid;
  place-items: center;
  width: 43px;
  background: transparent;
  transition: .3s ease-out;
  color: #000000;
  font-size: 20px;
}

.search-block .search-button:hover {
  color: var(--clr-hover);
}

.search-block .search-input {
  flex: 1;
  color: #000000;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  text-indent: 15px;
  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: #8A7B7B;
}

/* 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 */
.section-slider {
  overflow: hidden;
}

.section-slider .item {
  position: relative;
}

.section-slider .item .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 9;
}

.section-slider .swiper-slide-active .item .info label {
  animation-name: fadeInDown;
  animation-duration: 1s;
}

.section-slider .swiper-slide-active .item .info span {
  animation-name: fadeInLeft;
  animation-duration: 1s;
}

.section-slider .swiper-slide-active .item .info p {
  animation-name: fadeInRight;
  animation-duration: 1s;
}

.section-slider .swiper-slide-active .item .info a {
  animation-name: fadeInUp;
  animation-duration: 1s;
  display: inline-block;
}

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

/* Gioi thieu */
.section-about .about-col:nth-child(1) {
  width: 40%;
}

.section-about .about-col:nth-child(2) {
  width: calc(100% - 40% - 60px);
  padding-right: 67px;
}

.section-about .about-slogan {
  font: 600 18px/1.5 var(--font-title);
  color: #2E2E2E;
}

.section-about .about-name {
  font: 700 55px/1.3 var(--font-title);
  background: var(--clr-main);
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}

.section-about .about-desc {
  font: 400 16px/1.5 var(--font-main);
  color: #262121;
  margin-bottom: 35px;
}

.section-about .about-view a {
  display: grid;
  place-items: center;
  width: 160px;
  height: 50px;
  border-radius: 60px;
  background: var(--clr-main);
  font-size: 15px;
  font: 500 16px/1.5 var(--font-main);
  color: #282828;
  text-transform: uppercase;
  transition: all .3s ease-out;
}

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

/* Partner */
.partner-item {
  display: block;
  cursor: pointer;
  text-align: center;
}

.partner-item .partner-img-inner {
  width: 294px;
  height: 294px;
  border-radius: 50%;
  border: 3px solid #EFB41E;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-item:hover .partner-img-inner {
  border-color: var(--clr-hover);
}

.partner-item .partner-img-inner img {
  max-width: 294px;
  max-height: 183px;
}

.partner-item .partner-info {
  margin-top: 16px;
}

.partner-item .partner-name {
  font: 500 20px/1.5 var(--font-main);
  color: #282828;
}

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

/* Product list */
.title-product-main {
  position: relative;
  background: #ffffff;
  margin-bottom: 30px;
}

.title-product-main::before {
  content: '';
  position: absolute;
  background: var(--clr-main);
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.title-product-main::after {
  content: '';
  position: absolute;
  background: linear-gradient(123deg, rgba(0, 0, 0, 0.28) 0.01%, rgba(0, 0, 0, 0.00) 100%);
  filter: blur(2.6500000953674316px);
  height: 47px;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.title-product-left {
  position: relative;
  background: #D01919;
  padding-left: 8px;
  margin-right: 49px;
}

.title-product-left h2 {
  position: relative;
  font: 600 18px/27px var(--font-title);
  color: #282828;
  text-transform: uppercase;
  background: var(--clr-main);
  padding: 10px 17px;
  margin-left: 45px;
}

.title-product-left h2::before,
.title-product-left h2::after {
  content: '';
  position: absolute;
  width: 49px;
  height: 47px;
  top: 0;
}

.title-product-left h2::before {
  background: url(../images/product-list-deco-1.png) no-repeat;
  left: -49px;
}

.title-product-left h2::after {
  background: url(../images/product-list-deco-2.png) no-repeat;
  right: -49px;
}

.title-product-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 25px;
}

.title-product-cat .title-product {
  cursor: pointer;
  font: 500 16px/1.5 var(--font-main);
  color: #282828;
  text-transform: capitalize;
  transition: .3s ease-out;
}

.title-product-cat .title-product:hover,
.title-product-cat .title-product.active {
  color: var(--clr-hover);
}

.title-product-cat .title-line:not(:last-child) {
  background: url(../images/product-line.png) no-repeat;
  width: 9px;
  height: 12px;
}

.product-view a {
  display: block;
  font: 500 16px/1.5 var(--font-main);
  color: #282828;
  margin-right: 20px;
}

.product-view a:hover {
  color: var(--clr-hover);
}

.product-list-img {
  border-radius: 10px;
  overflow: hidden;
}

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

.product-item .product-img-inner {
  border-radius: 10px;
  border: 1px solid #EADDDD;
}

.product-item .product-info {
  padding-top: 15px;
}

.product-item .product-name {
  font: 500 17px/1.5 var(--font-main);
  color: #282828;
}

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

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

.intro-container .intro-col:nth-child(1) {
  width: 52.69%;
}

.intro-container .intro-col:nth-child(2) {
  width: calc(100% - 52.69% - 40px);
  border-radius: 600px 600px 0px 0px;
  border: 1px solid #EFB41E;
  padding: 29px 26px 26px;
  overflow: hidden;
}

/* tin tuc */
.news-item {
  display: block;
  position: relative;
  isolation: isolate;
  padding: 10px 30px 0 13px;
}

.news-item::before {
  content: '';
  position: absolute;
  border-radius: 80px 0px;
  border: 1px solid #E5D3D3;
  background: #FFF;
  top: 0;
  right: 0;
  bottom: 17px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.news-item .news-img-inner {
  border-radius: 80px 0px;
}

.news-item .news-name {
  font: 600 17px/1.5 var(--font-title);
  color: #282828;
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

.news-item .news-desc {
  --line-clamp: 4;
  font: 400 14px/1.5 var(--font-main);
  color: #605E5E;
  margin-bottom: 15px;
}

.news-view {
  font: 600 14px/1.5 var(--font-main);
  color: #282828;
  text-transform: uppercase;
  transition: .3s ease-out;
}

.news-view:hover {
  color: var(--clr-hover);
  gap: 0 13px;
}

/* Video */
.video-container {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.video-main .video-img {
  border-radius: 600px 600px 30px 30px;
}

.video-detail .video-img {
  border-radius: 15px;
}

.video-main .video-img,
.video-detail .video-img {
  position: relative;
}

.video-main .video-img::before,
.video-detail .video-img::before {
  content: "";
  position: absolute;
  width: 116px;
  height: 116px;
  top: calc(50% - 116px / 2);
  left: calc(50% - 116px / 2);
  z-index: 3;
  pointer-events: none;
  background: url(../images/play-video.png)no-repeat;
}

.video-detail .video-img::before {
  zoom: .3;
}

.video-main .video-img img,
.video-detail .video-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 5.25/3.25;
}

.video-detail .video-img img {
  aspect-ratio: 1.7/0.9;
}

/* Album */
.album-item .album-img-inner {
  border-radius: 10px;
}

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

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

.lienhe-ngay .btn {
  background: var(--clr-main);
}

/* product ban chay */
.banchay-pro-danhmuc .title {
  background: var(--clr-main);
  font: 700 22px/1.5 var(--font-main);
  color: #282828;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 0;
}

.pro-banchay-widget {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  overflow-y: auto;
  overflow-x: hidden;
  height: 340px;
  display: flex;
  flex-direction: column;
}

.pro-banchay-widget::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.pro-banchay-widget::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.pro-banchay-widget::-webkit-scrollbar-thumb {
  background-color: var(--clr-hover);
}

.pro-banchay-widget li {
  display: block;
  padding: 10px 10px;
  border-bottom: 1px solid #DDD;
}

.pro-banchay-widget li:last-child {
  border-bottom: 0;
}

.pro-banchay-widget li a h3 {
  font: 400 16px/1.5 var(--font-main);
  color: #333333;
}

.pro-banchay-widget li a:hover h3 {
  color: var(--clr-hover);
}

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

.post-item .post-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #282828;
}

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

.post-item .post-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

/* Dich vu detail */
.dichvu-item {
  position: relative;
  isolation: isolate;
  padding: 30px 50px 50px 0;
  margin-bottom: 50px;
}

.dichvu-item::before {
  content: '';
  position: absolute;
  border: 1px solid #0C75BC;
  top: 0;
  right: 0;
  bottom: 0;
  left: 70px;
  z-index: -1;
  pointer-events: none;
}

.dichvu-item .dichvu-stt {
  font: 400 40px/1.2 var(--font-main);
  color: #2a2a2a;
  margin-bottom: 10px;
}

.dichvu-item .dichvu-name {
  font: 700 35px/1.5 var(--font-main);
  color: #0c75bc;
  margin-bottom: 10px;
}

.dichvu-item:hover .dichvu-name {
  color: var(--clr-hover) !important;
}

.dichvu-item:nth-child(even):before {
  background: #0C75BC;
}

.dichvu-item:nth-child(even),
.dichvu-item:nth-child(even) .dichvu-stt,
.dichvu-item:nth-child(even) .dichvu-name {
  color: #ffffff;
}

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

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

.footer-news:nth-child(1) {
  width: 35%;
}

.footer-news:nth-child(2) {
  width: 20%;
}

.footer-news:nth-child(3) {
  width: 30%;
}

.footer-title {
  position: relative;
  font: 700 16px/1.3 var(--font-main);
  text-transform: uppercase;
  margin-bottom: 25px;
}

.footer-title::before {
  content: '';
  position: absolute;
  width: 48px;
  height: 2px;
  background: #FFF;
  left: 0;
  bottom: -10px;
}

.footer-ul-list {
  list-style: disc;
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
}

.footer-ul-list li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-ul-list li a:hover {
  color: var(--clr-hover);
}

.footer-powered {
  border-top: 1px solid #ffffff;
  background: #DD9E0A;
  padding: 14px 0;
  font: 400 15px/1.5 var(--font-main);
  color: #ffffff;
}

.footer-copyright span:first-child {
  font-weight: 500;
}

.footer-statistic {
  text-align: right;
}

.footer-statistic span:not(:last-child) {
  padding-right: 10px;
}

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

#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;
  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-hover);
  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-hover);
  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 {
  --size: 50px;
  --kenit-circle: 10px;
  --kenit-circle-fill: 20px;
  position: fixed;
  right: 20px;
  z-index: 999;
  display: block;
  aspect-ratio: 1;
  width: var(--size);
  height: var(--size);
}

.btn-frame .btn-frame-icon {
  position: relative;
  z-index: 1;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  aspect-ratio: 1;
  width: var(--size);
  height: var(--size);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--clr-main);
}

.btn-frame .kenit-alo-circle {
  opacity: .5;
  position: absolute;
  top: calc(50% - calc(var(--size) + var(--kenit-circle))/2);
  right: calc(50% - calc(var(--size) + var(--kenit-circle))/2);
  aspect-ratio: 1;
  width: calc(var(--size) + var(--kenit-circle));
  height: calc(var(--size) + var(--kenit-circle));
  border: 2px solid var(--clr-main);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
}

.btn-frame .kenit-alo-circle-fill {
  opacity: .4;
  position: absolute;
  top: calc(50% - calc(var(--size) + var(--kenit-circle-fill))/2);
  right: calc(50% - calc(var(--size) + var(--kenit-circle-fill))/2);
  aspect-ratio: 1;
  width: calc(var(--size) + var(--kenit-circle-fill));
  height: calc(var(--size) + var(--kenit-circle-fill));
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #00000059;
}

.btn-frame .btn-frame-icon-inner {
  max-width: 70%;
}

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

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

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

/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 465px;
  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;
}

/* Toolbar */
.toolbar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: var(--clr-main);
  padding: 0.5rem 0.9375rem;
}

.toolbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.toolbar ul li {
  flex: 1;
  text-align: center;
}

.toolbar ul li a {
  display: block;
  cursor: pointer;
}

.toolbar ul li a img {
  height: 25px;
}

.toolbar ul li a figcaption {
  font-size: 14px;
  color: #fff;
  margin-top: 0.125rem;
}