/* Main */
:root {
  --color-main: #005c35;
  --color-hover: #de1515;
  --color-social: #005c35;
  --background-mmenu: #005c35;
  --background-menu-res: #005c35;
  --color-vang: #f9c825;
  --font1: "Bai Jamjuree", sans-serif;
}

@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/main/HelveticaNeue.ttf),
    url(../fonts/main/HelveticaNeue.eot);
}

@font-face {
  font-family: HelveticaNeue-Bold;
  src: url(../fonts/main/HelveticaNeue-Bold.ttf),
    url(../fonts/main/HelveticaNeue-Bold.eot);
}

@font-face {
  font-family: HelveticaNeue-Medium;
  src: url(../fonts/main/HelveticaNeue-Medium.ttf),
    url(../fonts/main/HelveticaNeue-Medium.eot);
}

body {
  font-family: "HelveticaNeue";
  font-size: 17px;
  font-weight: 400;
  margin: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline;
}

a,
input,
textarea {
  outline: none;
  padding: 0px;
}

a,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.content-main img,
.content-auto img,
#info-pro-detail img {
  height: auto !important;
}

.content-main iframe,
.content-auto iframe,
#info-pro-detail iframe {
  width: 100% !important;
  height: auto !important;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrap-main {
  margin: 40px auto;
  width: 100%;
}

.wrap-content {
  --width: 1200px;
  max-width: min(100% - 20px, var(--width));
}

.wrap-home {
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
}

.wrap-content {
  margin: 0 auto;
}

/* General */
.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
  background: url("../images/trangtri6.png") no-repeat bottom center !important;
  padding-bottom: 10px;
}

.title-main span {
  text-transform: uppercase;
  color: var(--color-main);
  font-family: var(--font1);
  font-weight: 700;
  font-size: 35px;
}

.title-main-detail {
  margin-bottom: 1.5rem;
}

.title-main-detail span {
  text-transform: uppercase;
  color: var(--color-main);
  font-weight: 700;
  font-size: 23px;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

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

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

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

.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;
  background-color: #000000;
  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:hover {
  opacity: 1;
}

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

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

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

.custom-form-row {
  margin-right: -10px;
  margin-left: -10px;
}

.custom-form-row>.col,
.custom-form-row>[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

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

/* Lazyload */
img.lazy {
  opacity: 0;
}

img:not(.initial) {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

/* Header */
.header {
  z-index: 99;
  position: relative;
  background: url("../images/trangtri-menu.png");
  background-size: 100% 100%;
}

a.name_soc img {
  vertical-align: middle;
}

.menu.fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 100;
  box-shadow: 0 0 5px var(--color-main);
  background-color: #005c35;
}

.menu-res.fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 100;
  box-shadow: 0 0 5px var(--color-main);
}

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

.menu {
  position: relative;
  z-index: 10;
}

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

.menu ul.menu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

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

.menu ul li.menu-line {
  background: url(../images/line-menu.png) no-repeat;
  width: 7px;
  height: 7px;
}

.menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  line-height: 62px;
}

.menu ul li>a.active,
.menu ul li>a:hover {
  color: var(--color-vang);
}

.menu ul li a:hover:before,
.menu ul li>a.active:before {
  width: 100%;
}

.menu ul li a::before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  background: var(--color-main);
  transition: width 0.2s ease-in-out;
  z-index: 1;
  left: 0;
}

.menu ul li a.has-child {
  padding-right: 16px;
  margin-right: 8px;
}

/* .menu ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 4px / 2);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #fafafa;
  border-top: 0px;
  border-left: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
} */

.menu ul li ul {
  position: absolute;
  min-width: 250px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.menu ul li:hover>ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}

.menu ul li ul li {
  padding: 0;
}

.menu ul li ul li a {
  font-size: 14px;
  color: #313131;
  line-height: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 13px 15px;
  text-transform: capitalize;
}

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

.menu ul li ul li a.has-child {
  margin-right: 0px;
}

/* .menu ul li ul li a.has-child:after {
  border-color: #313131;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
} */

.menu ul li ul li a.active,
.menu ul li ul li:hover>a {
  color: #ffffff;
  background-color: var(--color-main);
}

.menu ul li ul li a.active::before,
.menu ul li ul li:hover>a::before {
  display: none;
}

.menu ul li ul li a.active.has-child:after,
.menu ul li ul li:hover>a.has-child:after {
  border-color: #ffffff;
}

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

/* Search */
.search {
  width: 283px;
  background: #ffffff;
  position: relative;
  padding-right: 30px;
}

.search p {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 15px;
  font-size: 14px;
  color: #313131;
}

.search input::-webkit-input-placeholder {
  color: #9f9f9f;
}

.search input:-moz-placeholder {
  color: #9f9f9f;
}

.search input::-moz-placeholder {
  color: #9f9f9f;
}

.search input:-ms-input-placeholder {
  color: #9f9f9f;
}

/* Mmenu */
.menu-res {
  height: 55px;
  z-index: 10;
  background: var(--background-mmenu);
  position: relative;
  display: none;
}

.menu-bar-res {
  height: 55px;
  padding: 0px 15px;
  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;
}

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

#menu {
  display: none;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #ffffff;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  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;
}

/* Search Responsive */
.search-res {
  position: relative;
  width: 40px;
}

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

.search-res .icon-search.active {
  color: var(--background-menu-res);
  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(--background-menu-res);
  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(--background-menu-res);
  line-height: 40px;
  text-align: center;
}

.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: var(--background-menu-res);
}

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

/* Slideshow */
.slideshow {
  position: relative;
  margin-top: -242px;
}

.slideshow-item {
  display: block;
  cursor: pointer;
}

.slideshow:hover .control-slideshow {
  opacity: 1;
}

.control-slideshow {
  opacity: 0;
}

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

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

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

.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: #6c757d;
}

/* Video */
.video {
  cursor: pointer;
  margin-bottom: 1rem;
}

.video .video-image {
  position: relative;
  margin-bottom: 0.75rem;
}

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

.video .video-name {
  text-align: center;
  font-size: 16px;
  color: #212529;
  margin-bottom: 0px;
}

/* Album */
.album {
  cursor: pointer;
}

.album .album-image {
  margin-bottom: 0.75rem;
}

.album .album-name {
  margin-bottom: 0px;
  text-align: center;
}

.album .album-name a {
  display: block;
  font-size: 18px;
  color: #212529;
  margin-bottom: 0px;
  font-weight: 700;
}

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

/* Product */
.section_product {
  margin-bottom: 50px;
}

.product_detail .product {
  margin-bottom: 1.5rem;
}

.product {
  display: block;
  width: 100%;
}

.product_item {
  display: block;
  width: 100%;
  position: relative;
}

.product_item .images {
  display: block;
  width: 100%;
}

.product_item .info {
  padding: 10px 10px 0;
}

.product_item .info .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  -webkit-line-clamp: 1;
  color: #000000;
  margin-bottom: 0;
}

.product_item:hover .info .name {
  color: var(--color-main);
}

.price_new {
  font-size: 15px;
  font-weight: 500;
  color: #ec2d3f;
}

.price_old {
  padding-left: 10px;
  font-size: 12px;
  color: #6c757d;
}

.price_per {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #ffffff;
  background: #ec2d3f;
  font-size: 11px;
  border-radius: 2px;
  width: 45px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}

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

.cart_product span {
  cursor: pointer;
  color: #ffffff;
  text-transform: capitalize;
  background: var(--color-main);
}

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

.owl-pro-detail {
  padding: 0px 30px;
}

.control-pro-detail button {
  background-color: #000000;
  color: #222222;
  opacity: 0.7;
  width: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 1;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.thumb-pro-detail img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-filter: brightness(100%) !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
}

.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: 20px;
  color: #ec2d3f;
}

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

.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}

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

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

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

/* News */
.news {
  margin-bottom: 2rem;
}

.news .news-name {
  margin-bottom: 0.5rem;
}

.news .news-name a {
  color: #333;
  font-size: 16px;
}

.news .news-name a.text-split {
  -webkit-line-clamp: 2;
}

.news .news-name a:hover {
  color: #ec2d3f;
}

.news .news-time {
  color: #84878a;
  margin-bottom: 0.25rem;
}

.news .news-desc {
  color: #333333;
  margin-top: 5px;
  line-height: 22px;
}

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

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

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

/* Tieu chi */
.section_tieuchi {
  background: #f4f4f4;
  padding: 30px 0;
}

.tieuchi_item {
  display: block;
  width: 100%;
  padding: 21px 9px 21px 17px;
  text-align: center;
}

.tieuchi_item .images {
  transition: all 0.8s ease-out;
  max-height: 58px;
}

.tieuchi_item:hover .images {
  transform: rotateY(-360deg);
}

.tieuchi_item .info .name {
  font-weight: 500;
  font-size: 17px;
  line-height: 31px;
  color: #242424;
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
}

.tieuchi_item .info .desc {
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  color: #4b4b4b;
  -webkit-line-clamp: 2;
}

.tieuchi_item:hover .info .name {
  color: var(--color-hover);
}

/* Newsletter  */
.info_newsletter {
  background: var(--color-main);
}

#form-newsletter .row {
  gap: 10px 0;
}

.newsletter_input .form-control {
  border: 1px solid #d8d8d8;
  color: #ffffff;
  border-radius: 100px 0 0 100px;
  background: unset;
}

.newsletter_input .form-control:focus {
  border: 1px solid #ffffff;
  box-shadow: none;
}

.newsletter_input .form-control::placeholder {
  color: #ffffff;
}

.newsletter_input textarea {
  border: 1px solid #d8d8d8;
  color: #ffffff;
  border-radius: 0 35px 35px 0 !important;
  background: unset;
}

.newsletter_input input.form-control {
  height: 45px;
}

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

.newsletter_button {
  z-index: 1;
}

.newsletter_button .btn_newsletter {
  background: var(--color-vang);
  width: 74px;
  height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  border: 0;
  border-radius: 20px;
}

.newsletter_button .btn_newsletter:hover {
  color: var(--color-main);
}

/* Intro */
.flex_intro .left {
  width: 49.23%;
}

.flex_intro .right {
  width: calc(100% - 49.23% - 20px);
}

.newsnb .newsnb_item .images {
  width: calc(36.5% - 12px);
}

.newsnb .newsnb_item .info {
  width: calc(62.5% - 12px);
}

.newsnb .newsnb_item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #dadada;
  padding: 15px;
  margin-top: 10px;
  text-align: left;
}

.newsnb_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 25px;
}

.newsnb_item .images.wi-100 {
  width: 100% !important;
  position: relative;
}

.newsnb_item .info.wi-100 {
  width: 100% !important;
  margin-top: 20px;
  min-height: 144px;
}

.newsnb_item .info .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 0px;
  -webkit-line-clamp: 2;
}

.newsnb_item .info .date {
  gap: 0 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #bc0000;
}

.newsnb_item .info .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
}

/* Intro */
.newsnb {
  display: block;
  width: 100%;
}

.newsnb_item {
  display: block;
  width: 100%;
  position: relative;
}

.newsnb_item .box {
  display: block;
  position: relative;
}

.newsnb_item .box .time {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0e7ccb;
  padding: 9px 20px;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #f5f5f5;
}

.newsnb_item .info .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  text-transform: uppercase;
  margin: 0;
}

.newsnb_item:hover .info .name {
  color: var(--color-main);
}

.newsnb_item .info .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6a6a6a;
  margin-bottom: 0;
}

/* Footer */
.footer-article {
  background: url("../images/bg_footer.png");
  background-size: cover;
  padding: 50px 15px;
}

.footer-news:nth-child(1) {
  width: 20%;
  text-align: center;
}

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

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

.footer-news:nth-child(4) {
  width: 23%;
}

.footer-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 4rem;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  padding-left: 20px;
}

.footer-title::after {
  background-color: var(--color-main);
  height: 15px;
  width: 4px;
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
}

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

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

.footer-ul li:last-child {
  margin-bottom: 0px;
}

.footer-ul li a {
  color: #ffffff;
  font-size: 16px;
}

.footer-ul li a:hover {
  text-decoration: none;
  color: #ec2d3f;
}

.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 {
  color: #ffffff;
  background-color: var(--color-main);
  padding: 15px 0;
}

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

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

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

/* Like Share */
.social-plugin {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: #ec2d3f;
  background-color: #ec2d3f;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-ajax a.first:before {
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
  background-image: url(../images/page-next.png);
}

/* Popup */
#popup .modal-body {
  padding: 0px;
}

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

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

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

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

/* Transition All */
.transition,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover>ul,
.scale-img img,
.scale-img:hover>img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

/* 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(--color-social);
  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(--color-social);
  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;
}

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

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

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

.btn-phone {
  bottom: 144px;
}

/* Cart Fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 485px;
  z-index: 10;
  background: var(--color-social);
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

/* header  */
.header_top_box .header_left {
  width: calc(50% - 96px);
  border-bottom: 1px solid #ffffff9c;
}

.header_top_box .header_right {
  width: calc(50% - 96px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffffff9c;
  padding-left: 47px;
}

.header_top_box {
  display: flex;
  justify-content: space-between;
  height: 65px;
  line-height: 65px;
  align-items: center;
}

.header_top_box span {
  color: #ffffff;
}

.menu_main_box {
  width: 39.5%;
}

.menu_box .logo-header {
  margin-top: -52px;
}

.menu.fixed .logo-header {
  margin-top: 0;
  zoom: 0.5;
}

.menu.fixed .menu_box {
  display: flex;
  align-items: center;
}

/* hieu ung chu slide show*/
.edit-info-slider {
  position: absolute;
  top: 80%;
  left: 5%;
  transform: translateY(-80%);
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.title_slider {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  position: relative;
}

.title_slider::after {
  background-color: var(--color-main);
  height: 1px;
  width: 41px;
  position: absolute;
  left: -46px;
  top: 13px;
  content: "";
}

.name-slider {
  color: var(--color-vang);
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font1);
}

.name-slider1 {
  font-size: 50px;
  font-family: "MontserratExtraBold";
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  opacity: 0.4;
}

.desc-slider {
  font-size: 18px;
  color: #fff;
  padding-bottom: 1rem;
  position: relative;
  padding-left: 37px;
}

.desc-slider::after {
  background-color: var(--color-vang);
  height: 56px;
  width: 2px;
  position: absolute;
  left: 3px;
  top: 0;
  content: "";
}

.box-slider {
  padding-left: 92px;
}

/* about */
.introduct_boxmain .introduct-right {
  width: calc(54% - 23px);
}

.introduct_boxmain .introduct-left {
  width: calc(45% - 23px);
  padding: 12px;
  position: relative;
}

.introduct_title p {
  font-size: 35px;
  font-family: var(--font1);
  font-weight: 500;
  background: url("../images/trangtri4.png") no-repeat left !important;
  padding-left: 25px;
}

h2.titl_name {
  font-size: 48px;
  font-weight: 700;
  color: var(--color-main);
  text-transform: uppercase;
  font-family: var(--font1);
  text-align: right;
  background: url("../images/trangtri3.png") no-repeat right bottom !important;
  padding-right: 60px;
  line-height: 36px;
}

.introduct_title {
  margin-bottom: 40px;
}

.introduct_boxmain .introduct-left::before {
  background: url("../images/trangtri1.png");
  left: 0;
  top: 0;
  bottom: 49%;
  right: 49%;
  position: absolute;
  content: "";
}

.introduct_boxmain .introduct-left::after {
  background: url("../images/trangtri2.png") no-repeat;
  left: 57.8%;
  top: 57.8%;
  bottom: 0;
  right: 0;
  position: absolute;
  content: "";
  z-index: -1;
}

.introduct-main {
  padding: 60px 0;
}

.gt_xemthem {
  display: inline-block;
  position: relative;
  background: var(--color-main);
  border-radius: 50px;
  overflow: hidden;
  margin-top: 24px;
}

.gt_xemthem:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: var(--color-vang);
  border-radius: 50px;
  transition: 0.5s;
  left: 0;
  top: 0;
}

.gt_xemthem a {
  display: flex;
  position: relative;
  color: #fff;
  margin-top: 0;
  transition: 0.5s;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 192px;
  padding: 2px 0px 2px 32px;
}

.gt_xemthem a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../images/btn-nut.png) no-repeat center center, #fff;
  border-radius: 50%;
  left: 2px;
  transition: 0.4s;
}

.gt_xemthem a:hover {
  padding: 2px 32px 2px 0px;
}

.gt_xemthem:hover a::after {
  left: calc(100% - 42px);
}

.gt_xemthem:hover::before {
  background: #229162cf;
  width: 100%;
}

.slick-slider {
  margin: 0 -10px;
}

.slick-slide {
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

/* san pham */
.choose_list .choose1 {
  text-align: center;
}

.choose_list .choose1 span {
  font-size: 35px;
  font-family: var(--font1);
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}

.choose_list .choose1 span:hover {
  color: var(--color-main);
  border-bottom: 2px solid var(--color-main);
  cursor: pointer;
}

.choose_list .choose1 span.choosed {
  color: var(--color-main);
  border-bottom: 2px solid var(--color-main);
}

.choose_list .choose1 .line-pro {
  background-color: #000000;
  width: 2px;
  height: 20px;
  display: inline-block;
  margin: 0 30px;
}

.choose_list {
  margin-bottom: 30px;
}

.info .product_item .name {
  font-size: 16px;
  font-family: var(--font1);
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  margin: 12px 0;
  line-height: 26px;
  text-align: center;
  -webkit-line-clamp: 2;
  height: 52px;
}

.info .product_item .masp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}

.info .product_item .masp .tt_masp {
  font-size: 16px;
  color: #8a8a8a;
}

.info .product_item .masp .tt_code {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}

p.lienhesp {
  display: flex;
  justify-content: space-between;
  border-top: 1px dotted var(--color-main);
  align-items: center;
  margin: 0;
}

p.lienhesp .tt_lhe {
  text-align: left;
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.tt_sdt {
  background: url("../images/trangtri5.png");
  background-size: 100% 100%;
  padding: 5px 10px 5px 35px;
  font-size: 16px;
  color: var(--color-vang) !important;
  font-weight: 600;
  white-space: nowrap;
}

.product:hover .info .product_item .name {
  color: var(--color-vang);
}

.title_banner {
  font-size: 23px;
  color: var(--color-vang);
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.name-banner {
  font-size: 64px;
  color: var(--color-vang);
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  font-family: var(--font1);
}

.desc-slider2 {
  font-size: 18px;
  color: #fff;
  position: relative;
}

.edit-info-banner {
  position: absolute;
  top: 50%;
  /* left: 5%; */
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.edit-info-banner .box-slider {
  padding: 0;
  text-align: center;
}

.product-tr {
  padding: 50px 0;
  overflow: hidden;
}

.title-main p {
  font-size: 18px;
  font-weight: 500;
}

span.tt_chu {
  color: var(--color-vang);
}

.tt_box_slogan span {
  font-size: 19px;
  font-family: "HelveticaNeue";
}

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

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

.choose2 span {
  background: var(--color-main);
  padding: 6px 10px;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}

.choose2 span.choosed2 {
  color: var(--color-vang);
}

.centet-btn {
  text-align: center;
}

.info_productlist {
  padding: 50px 0;
}

/* chung nhan */
.info-chungnhan {
  padding: 50px 0;
  background: url("../images/bg_chungnhan.png");
  background-size: 100% 100%;
  overflow: hidden;
}

.chungnhan_tr.slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1);
}

.chungnhan_tr.slick-slide.slick-active {
  transform: scale(0.9);
}

.chungnhan_item {
  border: 8px solid #c3c3c3;
}

.tt_tc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tt_tc span {
  font-size: 60px;
  font-family: var(--font1);
  color: var(--color-vang);
  font-weight: 700;
}

.tieuchi_item .info .name {
  font-size: 20px;
  font-family: var(--font1);
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.tieuchi_item .info .desc {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
}

.info_tieuchi {
  background-color: var(--color-main);
}

/* tieu chi */

.aboutHome .wrapper {
  position: relative;
  z-index: 1;
}

.aboutHome .title {
  text-align: center;
  position: relative;
}

.aboutHome .grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.aboutHome .grid .col {
  width: 33.333333%;
  padding: 0 15px;
}

.about.left {
  text-align: left;
}

.about {
  margin-bottom: 184px;
}

.about.nomb {
  margin-bottom: 0;
}

.about.left {
  text-align: right;
  display: flex;
  align-items: center;
}

.about .num span {
  font-size: 30px;
  font-family: "inter-bold";
  color: #fff500;
}

.about .des {
  font-size: 15px;
  color: #333333;
}

.about .num {
  text-transform: uppercase;
  margin-bottom: 13px;
  padding-bottom: 10px;
  position: relative;
}

.about .num:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: solid 1px #000000;
  left: 0;
}

.img {
  text-align: center;
}

.about.right {
  text-align: left;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.about.right .num:before {
  right: 0;
}

.wrapper {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.aboutHome .title .t2 {
  text-transform: uppercase;
  font-size: 40px;
  font-family: SVN-HemiHead;
  color: #ffe600;
}

.aboutHome .title .t1 {
  font-size: 19px;
  color: #ffffff;
  font-family: "inter-bold";
  line-height: 9px;
}

.aboutHome {
  padding: 60px 0;
  background: #eaeaea;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.tc_tong {
  width: 63.66%;
}

.tc_img {
  width: 33.33%;
}

.num h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

.ttr_1 {
  position: relative;
}

.ttr_1::after {
  background: url("../../assets/images/trangtritc5.png") no-repeat;
  width: 61px;
  height: 33px;
  position: absolute;
  content: "";
  top: 40%;
  right: -14%;
}

.ttr_3 {
  position: relative;
}

.ttr_3::after {
  background: url("../../assets/images/trangtritc3.png") no-repeat;
  width: 62px;
  height: 33px;
  position: absolute;
  content: "";
  top: 44%;
  left: -12%;
}

.ttr_2 {
  position: relative;
}

.ttr_2::after {
  background: url("../../assets/images/trangtritc2.png") no-repeat;
  width: 61px;
  height: 34px;
  position: absolute;
  content: "";
  bottom: 36%;
  right: -14%;
}

.ttr_4 {
  position: relative;
}

.ttr_4::after {
  background: url("../../assets/images/trangtritc4.png") no-repeat;
  width: 62px;
  height: 34px;
  position: absolute;
  content: "";
  bottom: 46%;
  left: -13%;
}

.tc_img:hover {
  transform: scale(1.2);
}

.tc_img {
  transition: 0.6s;
}

.aboutHome .grid .col.image_tei {
  text-align: center;
  background-color: #ffffff;
  padding: 40px 3px;
  border-radius: 50%;
  border: 17px solid #d9d9d9;
  max-width: 358px;
}

.tc_img {
  background-color: var(--color-main);
  height: 108px;
  width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 21px;
}

.about.right .tc_img {
  margin-right: 17px;
}

.dg-center .hinhanh-nb {
  transition: 0.4s ease-in-out;
}

.hinhanh-nb {
  /* position: relative; */
  overflow: hidden;
}

.hinhanh-nb .name-album {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, #32465200, #000000);
  -webkit-line-clamp: 1;
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.4s ease-in-out;
  margin-bottom: 0;
  text-align: center;
  font-family: var(--font1);
}

.dg-center .hinhanh-nb:hover .name-album {
  bottom: 0;
}

.info-hinhanh {
  padding: 50px 0;
  background: url("../images/bg_hinhanh.png");
  background-size: 100% 100%;
}

.dg-holder.dg-center .name-album {
  display: block !important;
}

.dg-holder .name-album {
  display: none;
}

/* feedback */
.fb_item {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.fb_item .images {
  width: 30%;
}

.fb_item .images.scale-img {
  border-radius: 50%;
}

.fb_item .text_fb {
  width: calc(70% - 25px);
}

.feedback-box .left {
  width: calc(50% - 30px);
}

.feedback-box .right {
  width: calc(50% - 30px);
}

.feedback-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.text_fb p {
  background: url("../images/trangtri7.png") no-repeat bottom right !important;
  padding-bottom: 62px;
}

.text_fb h3 {
  font-weight: 700;
  font-size: 17px;
  color: var(--color-main);
  text-transform: uppercase;
}

.text_fb h3 {
  font-size: 17px;
  font-style: italic;
}

select.listvideos {
  width: 100%;
  height: 53px;
  margin-top: -8px;
}

.doimau {
  color: var(--color-main) !important;
  font-size: 35px !important;
  font-family: var(--font1) !important;
  font-weight: 700 !important;
}

.feedback-info {
  padding: 50px 0;
}

.time {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  background: url("../images/icon-lock.png") no-repeat left;
  padding-left: 20px;
  margin: 5px 0;
}

h4.btn_xthem {
  font-size: 15px;
  color: var(--color-main);
  font-weight: 700;
  border-bottom: 1px solid var(--color-main);
  display: inline-block;
  margin: 0;
}

.mr_left {
  text-align: right;
}

.newsnb_item .images .name {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, #32465200, #000000);
  -webkit-line-clamp: 1;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.4s ease-in-out;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  padding: 20px 0;
}

.newsnb_item .images.wi-100 p {
  margin: 0;
}

.right-btn {
  text-align: right;
}

.gt_xemthem h3 {
  display: flex;
  position: relative;
  color: #fff;
  margin-top: 0;
  transition: 0.5s;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 162px;
  padding: 2px 0px 2px 32px;
  margin-bottom: 0;
}

.gt_xemthem h3::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../images/btn-nut.png) no-repeat center center, #fff;
  border-radius: 50%;
  left: 2px;
  transition: 0.4s;
}

.gt_xemthem:hover h3::after {
  left: calc(100% - 42px);
}

.info-newsnb {
  padding: 50px 0;
}

a.newsnb_item.botre {
  margin-bottom: 3px;
}

.doitac_item {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
}

.grid-newsletter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.grid-newsletter .newsletter-box:nth-child(1) {
  width: 37.5%;
}

.grid-newsletter .newsletter-box:nth-child(2) {
  width: 61.5%;
}

.tt_tieude_newsletter h3 {
  font-size: 35px;
  color: var(--color-vang);
  font-family: var(--font1);
  text-transform: uppercase;
  font-weight: 700;
}

.tt_tieude_newsletter p {
  font-size: 15px;
  color: #ffffff;
}

.tt_tieude_newsletter {
  background: url("../images/icon-mail.png") no-repeat left;
  padding-left: 88px;
}

.info_newsletter {
  padding: 50px 0;
}

.newsletter_input input.form-control.mar_bt {
  margin-bottom: 10px;
}

.frm-newsletter .pad-cot:nth-child(1) {
  padding: 0 5px;
  width: 43%;
}

.frm-newsletter .pad-cot:nth-child(2) {
  padding: 0 5px;
  width: 43%;
}

.frm-newsletter .pad-cot:nth-child(3) {
  padding: 0 5px;
  width: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.frm-newsletter .pad-cot:nth-child(3)::after {
  background: url("../images/trangtri8.png") no-repeat center center;
  width: 230px;
  height: 220px;
  position: absolute;
  top: -61px;
  left: -63%;
  content: "";
  background-size: contain;
  z-index: 0;
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.frm-newsletter {
  display: flex;
  justify-content: space-between;
}

.footer-info p {
  color: #ffffff;
  font-size: 16px;
}

.footer-news.tt_ft p {
  color: #ffffff;
  font-size: 16px;
  text-align: justify;
}

div#fanpage-facebook {
  margin-bottom: 2rem;
}

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

.footer-copyright {
  text-align: center;
  font-size: 15px;
}

.hethong {
  background: #fff;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 20px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 30px;
  border: 1px solid #fff;
}

div.box-hethong {
  padding: 0 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
}

div.box-hethong .ht-left {
  width: 49%;
  position: relative;
  z-index: 4;
}

div.box-hethong .ht-right {
  width: 49%;
}

div.box-hethong .ht-left .item-ht {
  font-size: 14px;
  cursor: pointer;
  background: #f3f3f3;
  padding: 10px;
  color: #000;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

div.box-hethong .ht-left .item-ht .ten {
  display: block;
  font-weight: 700;
}

div.box-hethong .ht-left .item-ht .ten i {
  margin-right: 6px;
}

.news_left {
  width: calc(100% - 26%);
  border: 1px solid #e6e6e6;
  padding: 15px;
}

.news_right {
  width: 24%;
  position: sticky;
  top: 90px;
}

.danhmuc {
  box-shadow: 0 0 5px #33333342;
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.textname-tintuc-detail {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-main);
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-top: 0;
  text-align: center;
}

.chay_dv_tc .pic-news {
  width: 100%;
  margin-right: 0;
  border-radius: 10px;
  margin: 0;
}

.chay_dv_tc .info {
  width: 100%;
  text-align: center;
}

div.chay_dv_tc .name-news {
  -webkit-line-clamp: 1;
  white-space: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: calc(24px * 1);
  line-height: 24px;
  font-size: 18px;
  font-weight: 700;
}

div.chay_dv_tc .news:hover .name-news {
  color: var(--color-main);
}

.newsnb_item .info .name.fix-size {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

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

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

/* toc nang cao */
a.mucluc-dropdown-list_button {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #000;
}

a.mucluc-dropdown-list_button i {
  background: #fff;
  color: #000 !important;
  font-size: 15px;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  margin-right: 10px;
}

.wrap-toc {
  display: inline-block;
  background: #005c361f;
  border: 1px solid #c7e4f4;
  padding: 10px;
  position: relative;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  border-radius: 7px;
  width: 100%;
  margin-bottom: 20px;
}

.box-readmore {
  padding: 10px;
  background-color: unset;
  margin-top: 2px;
  border: 0;
  display: none;
  font-size: 13px;
}

/* toc ria trang */

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

a.mucluc-dropdown-list_button {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: #000;
}

.box-readmore2 ul {
  max-height: 330px;
  overflow-y: auto;
  margin: 0;
  padding-right: 5px;
}

.meta-toc {
  position: fixed;
  right: 15px;
  top: 90px;
  z-index: 9999;
  display: none;
  max-width: 350px;
}

.box-readmore.box-readmore2.bg-toc {
  background-color: #e0ebe7;
}

.box-readmore3 {
  display: none;
}

/* danh muc san pham */
.pro_left {
  width: 280px;
  position: sticky;
  top: 100px;
  z-index: 10;
}

.pro_right {
  width: calc(100% - 300px);
}

div#danhmuc {
  border-bottom: none;
}

.tieude_right {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

div#danhmuc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div#danhmuc ul li {
  position: relative;
}

div#danhmuc ul li span {
  position: absolute;
  right: 6px;
  top: 0;
  display: block;
  width: 14px;
  height: 100%;
  background: url(../images/muiten-menu.png) no-repeat center;
  cursor: pointer;
  max-height: 44px;
  transition: 0.3s;
}

div#danhmuc ul li a {
  color: #454545;
  text-decoration: none;
  font-size: 15px;
  transition: 0.4s;
  display: block;
  padding: 5px 0px;
  font-weight: 500;
}

.sanpham_col_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.news_col_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
  color: var(--color-main);
  transition: 0.4s;
  text-decoration: underline;
}

div#danhmuc ul li a {
  color: #454545;
  text-decoration: none !important;
  font-size: 16px;
  transition: 0.4s;
  display: block;
  padding: 5px 0px;
  font-weight: 600;
}

div#danhmuc ul li span.active {
  background: url(../images/muiten-menu-act.png) no-repeat center;
}

div#danhmuc ul li ul li a {
  display: inline-block;
}

div#danhmuc ul li ul li a {
  padding: 5px 0px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
}

div#danhmuc ul li ul {
  display: none;
  list-style: circle;
  list-style-position: inside;
  padding-left: 14px;
}

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

.chinhsach_muahang {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  padding-top: 20px;
  margin-top: 30px;
}

.item_csmh {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.pic-csmh {
  width: 40px;
}

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

.name-csmh {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
}

.xngay-csmh {
  color: #0090f2;
  cursor: pointer;
}

.modal.show {
  animation: slideInRight 1s;
  -webkit-animation: slideInRight 1s;
  padding: 0 !important;
}

.custom_css {
  width: 50%;
  height: 100vh;
  margin: 0 0 0 auto;
}

.modal-content {
  height: 100%;
  border-radius: 0 !important;
}

.modal-body-prodetails {
  height: 98vh;
  border-radius: 0 !important;
  background: #fff !important;
  overflow-y: scroll;
}

.modal-title {
  font-size: 25px;
}

.modal-header .close {
  font-size: 30px;
}

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

.header_left .tt_phone {
  background: url("../images/icon-map.png") no-repeat left !important;
  padding-left: 20px;
}

.header_right .tt_phone {
  background: url("../images/icon-phone.png") no-repeat left !important;
  padding-left: 20px;
}

.menu ul li ul li a:hover {
  padding-left: 40px;
}

.menu ul li ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-vang);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.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 a {
  font-size: 14px;
  padding: 10px;
  display: block;
  text-decoration: none !important;
  line-height: 20px;
  text-align: left;
}

.grid-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.info-doitac {
  padding: 20px 0 50px;
}

.mm-listitem a:hover {
  color: var(--color-vang);
  background-color: var(--color-main);
}

.title-main-detail.center {
  text-align: center;
}

.zalo_fb_pro a {
  background: #03a5fa;
  width: calc(50% - 10px);
  margin: 0 5px;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-transform: capitalize;
  border-radius: 5px;
}

.zalo_fb_pro {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -5px;
  width: 100%;
}

.zalo_fb_pro a i {
  font-size: 25px;
  margin-right: 10px;
  max-height: 30px;
}

.zalo_fb_pro a i img {
  max-height: 30px;
}

div.noidung_anhien {
  margin-bottom: 20px;
}

div.noidung_anhien .noidung {
  max-height: 300px;
  overflow: hidden;
  position: relative;
}

div.noidung_anhien .anhien {
  width: 180px;
  line-height: 30px;
  margin: 5px auto;
  text-align: center;
  color: #2e8bcf;
  border-radius: 4px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

div.noidung_anhien_active .anbot:before {
  background: url(../images/xuong.png) center no-repeat;
  transform: rotate(180deg);
}

div.noidung_anhien .anhien:before {
  position: absolute;
  right: 0px;
  top: 50%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: url(../images/xuong.png) center no-repeat;
  background-size: 70% auto;
  margin-top: -8px;
  content: "";
  border: 1px solid #2e8bcf;
  border-radius: 50%;
}

div.noidung_anhien .anbot,
div.noidung_anhien_active .thanhmo {
  display: none;
}

div.noidung_anhien .anhien {
  width: 180px;
  line-height: 30px;
  margin: 5px auto;
  text-align: center;
  color: #2e8bcf;
  border-radius: 4px;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding-right: 10px;
}

div.noidung_anhien_active .noidung {
  max-height: 100% !important;
}

div.noidung_anhien_active .xemthem,
div.noidung_anhien_active p.thanhmo {
  display: none;
}

div.noidung_anhien_active .anbot {
  display: block;
}

div.noidung_anhien p.thanhmo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
  margin-bottom: 0;
}

.header-icons {
  padding: 9px 0;
  padding-left: 62px;
  font-size: 15px;
  font-weight: 600;
  margin-left: 2px;
  line-height: 22px;
  background: url(../images/thanh-toan-nhan-hang.png) no-repeat 0 3px;
  margin-top: 22px;
  background-size: 51px;
}

.aboutHome .grid .col.image_tei .img_tc img {
  max-width: 215px;
}