@font-face {
  font-family: 'RobotoSlab'; /* Đặt tên font để dùng */
  src: url('../fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab'; /* Đặt tên font để dùng */
  src: url('../fonts/RobotoSlab-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab'; /* Đặt tên font để dùng */
  src: url('../fonts/RobotoSlab-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab'; /* Đặt tên font để dùng */
  src: url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'RobotoSlab'; /* Đặt tên font để dùng */
  src: url('../fonts/RobotoSlab-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Main */
:root {
   font-size: 14px;
	--maincolor: #FE0000;
	--btn-yellow: #E9B13C;

	--bg-header: #E9B13C;
	--header-txt-color: white;
	--color-red: red;
	--body-color: rgb(204, 239, 248);
	--btn-blue: #3f7df6;
	--btn-green: #449d44;
	--btn-red: #ff0000;
	--btn-theme: var(--maincolor);
	--header-mb-bg: #ffffff;
	--menu-mb-bg: #fff;
	--menu-mb-br: #fff;
	--search-mb-bg: #fff;
	--search-mb-color: #000000;
	--menu-mb-color: #000000;
	--font-family: "RobotoSlab", sans-serif;
	--font-header: "RobotoSlab", sans-serif;
	--footer-header-color: white;
	--footer-header-size: 15px;
	--footer-text-color: white;
	--footer-bottom-public: block;
	--footer-bottom-bg: #282828;
	--footer-bottom-color: #fff;
	--background-footer: rgb(139, 125, 107);
	--color-padding-top-footer: 2.5rem;
	--color-text-blue: #1f7f5c;
	--bg: #f4f4f4;
	--navd-head-bg: #f1c232;
}
body {
   font-size: 14px;
   font-family: var(--font-family);
}
img {
   max-width: 100%;
   height: auto;
   vertical-align: top;
}
a,
input,
textarea {
   outline: none;
   padding: 0px;
}
a:hover {
   text-decoration: none !important;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}
.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,
.wrap-content {
   max-width: 1350px;
   margin: 0px auto;
   padding: 0;
}
.contain_trong {
   max-width: 1190px;
   margin: 0 auto;
}
.wrap-home {
   max-width: 100%;
   padding: 0px;
}
.wrap-content {
   margin: auto;
}

/* General */
h3.modal-title {
   font-size: 25px;
   font-weight: 700;
   text-transform: uppercase;
}
.title_slogan {
   text-align: center;
   font-size: 16px;
   color: #595b5a;
   margin-top: 10px;
}
.title-main {
   margin-bottom: 20px;
   text-align: center;
}
.title-main span {
   text-transform: uppercase;
   font-weight: 300;
   font-size: 30px;
}
.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;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 25px;
   margin: 0px;
   background-color: #000000;
   border-radius: 3px;
   -webkit-transition: 0.3s ease-out;
   -moz-transition: 0.3s ease-out;
   -o-transition: 0.3s ease-out;
   transition: 0.3s ease-out;
}
.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);
}
.text-sm {
   font-size: 0.875rem !important;
}
.sz16 {
   font-size: 16px;
}
.sz18 {
   font-size: 18px;
}
.sz20 {
   font-size: 20px;
}
.sz24 {
   font-size: 24px;
}
.box-flex {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.logo-header {
   display: inline-block;
}
.logo-header img {
   vertical-align: middle;
}
.top-header {
   width: 100%;
}
.top-header img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.wrap-dichvu .contain_trong {
   padding: 45px 0px 60px;
}
.detail_dv {
   width: calc(100% / 4);
   padding: 0px 10px 20px;
}
.detail_dv .price_regular {
   display: none;
}
.price-discount-pro-detail {
   margin-left: 10px;
   background: #d71212bf;
   color: #fff;
   padding: 2px 10px;
   font-size: 15px;
}
.btn-effect-default {
   position: relative;
   display: inline-block;
   font-weight: 700;
   line-height: 30px;
   cursor: pointer;
   text-decoration: none;
   padding: 7px 28px;
   color: #fff;
   border: 1px solid #000; /* border-radius: 5px 5px; */
   text-transform: uppercase;
   font-size: 12px;
   text-align: center;
   border-top-left-radius: 0;
   letter-spacing: 1px;
   background-color: transparent;
   -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
      border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
      border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
   z-index: 1;
   overflow: hidden;
   border-bottom-left-radius: 0;
}
.btn-effect-default:before {
   position: absolute;
   content: "";
   display: block;
   left: -2px;
   top: 0;
   right: -2px;
   bottom: 0;
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   -webkit-transform-origin: left center;
   transform-origin: left center;
   z-index: -1;
   background-color: #000;
   -webkit-transition: -webkit-transform 0.45s
      cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
   transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-effect-default:hover:before {
   -webkit-transform-origin: right center;
   transform-origin: right center;
   -webkit-transform: scale(0, 1);
   transform: scale(0, 1);
}
.btn-theme {
   --bs-btn-border-color: var(--maincolor);
   --bs-btn-hover-border-color: var(--maincolor);
   --bs-btn-bg: var(--maincolor);
   --bs-btn-hover-bg: var(--maincolor);
   --bs-btn-color: #fff;
   --bs-btn-hover-color: #fff;
   --bs-btn-disabled-bg: var(--maincolor);
   --bs-btn-disabled-border-color: var(--maincolor);
   --bs-btn-disabled-color: #fff;
}
.effect-hover-zoom img {
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}
.effect-hover-zoom:hover img {
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.effect-hover-guong {
   position: relative;
   overflow: hidden;
}
.effect-hover-guong:after {
   position: absolute;
   top: 0;
   left: 300px;
   width: 100%;
   height: 100%;
   background: linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0) 0,
      hsla(0, 0%, 100%, 0.3)
   );
   content: "";
   -webkit-transition: -webkit-transform 0.3s;
   transition: transform 0.4s;
   -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, -110%, 0);
   transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, -110%, 0);
}
.effect-hover-guong:hover:after {
   webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 240%, 0);
   transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, 240%, 0);
}
.effect-hover-zoom img {
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}
.effect-hover-zoom:hover img {
   -moz-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
}
.price_regular {
   color: #000;
}
.fix_head.menu {
   position: fixed;
   top: 0px;
   left: 0px;
   z-index: 123;
   width: 100%;
   animation: animatetop 0.4s;
}
.fix_heads.menu-res {
   position: fixed;
   top: 0px;
   left: 0px;
   z-index: 123;
   width: 100%;
   animation: animatetop 0.4s;
}
.fix_head.menu .contain_trong {
   padding-left: 10px;
}
.wrap-pagein #info:not(.page-about) {
   margin: 20px auto;
   max-width: 100%;
   padding: 0 3.5%;
}
.wrap-content-1300 {
   max-width: 1300px;
   margin: auto;
}
@keyframes animatetop {
   from {
      top: -300px;
      opacity: 0;
   }
   to {
      top: 0;
      opacity: 1;
   }
}

/* Lazyload */
img.lazy {
   opacity: 0;
}
img:not(.initial) {
   transition: opacity 1s;
}
img.initial,
img.loaded,
img.error {
   opacity: 1;
}
img:not([src]) {
   visibility: hidden;
}

/* Header */
.top-header {
   width: 100%;
   border-bottom: 1px solid #fff;
   line-height: 40px;
   color: #fff;
}
.header-full {
   padding: 10px 0;
}
.header-top {
   color: #ffffff;
   background-color: var(--color-red);
}
.header-top .wrap-content {
   padding: 6px 15px;
   width: 100%;
   max-width: 1230px;
   margin: auto;
}
.header-left {
   max-width: 20.7692308%;
}
.header-right {
   font-size: 1.2rem;
}
.header-right h2 {
   font-size: 3rem;
   font-weight: 900;
   color: #009444;
}
.info-header {
   margin-bottom: 0px;
}
.info-header i {
   vertical-align: top;
   margin: 3px 5px 0px 0px;
   font-size: 16px;
}
.social-header li {
   width: 30px;
}
.social-header p {
   color: #fff;
   font-weight: 400;
   text-transform: uppercase;
   font-size: 20px;
}
.header .list-item {
   -ms-flex-align: center !important;
   align-items: center !important;
   display: -ms-flexbox !important;
   display: flex !important;
   justify-content: flex-end;
   gap: 10px;
   width: 45%;
}
.header .list-item .item {
   -ms-flex-align: center !important;
   align-items: center !important;
   display: -ms-flexbox !important;
   display: flex !important;
   justify-content: right;
   padding: 3px 10px 3px 3px;
   border: 1px solid var(--header-item-head-color);
   border-radius: 40px;
}
.header .list-item .item .img {
   margin-right: 10px;
   width: 40px;
   flex: 0 0 40px;
}
.header .list-item .item .img img {
   max-height: 40px;
}
.header .list-item .item .title {
   text-align: left !important;
   font-size: 11px;
}
.header .list-item .item .title .heading {
   margin-top: 0;
   margin-bottom: 0;
   font-weight: 700;
   font-size: 12px;
   line-height: 15px;
   color: var(--header-item-head-color);
}
.header .list-item .item .title .heading a {
   color: currentColor;
}
.header .list-item .item .title .description {
   margin: 0;
   font-size: 11px;
   line-height: 20px;
   color: var(--header-item-txt-color);
}
.full-content-header {
   display: grid;
   grid-template-columns: 4.5fr 5fr;
   gap: 7px;
   align-items: center;
}
.fixed {
   -webkit-animation: animate-translate-top 1s;
   -moz-animation: animate-translate-top 1s;
   animation: animate-translate-top 1s;
}
header .btn-header img {
   height: 20px;
   margin-right: 5px;
}
@-webkit-keyframes animate-translate-top {
   0% {
      -webkit-transform: translate(0, -150px);
      -ms-transform: translate(0, -150px);
      transform: translate(0, -150px);
   }
   100% {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
   }
}
@-moz-keyframes animate-translate-top {
   0% {
      -webkit-transform: translate(0, -150px);
      -ms-transform: translate(0, -150px);
      transform: translate(0, -150px);
   }
   100% {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
   }
}
@keyframes animate-translate-top {
   0% {
      -webkit-transform: translate(0, -150px);
      -ms-transform: translate(0, -150px);
      transform: translate(0, -150px);
   }
   100% {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
   }
}
.fixed .menu-vertical .menu-vertical__content {
   display: none;
   top: auto !important;
}
.fixed .menu-vertical .menu-vertical__content.active {
   display: block;
}
.fixed .menu-vertical .menu-vertical__content .menu-vertical__category {
   border-radius: 0 0 var(--navd-radius-bottom) var(--navd-radius-left);
}
.fixed .menu-vertical.no-home:hover .menu-vertical__content {
   display: block;
}
.section-vertical {
   margin-top: var(--nav-hv-margin-top);
}
.section-vertical .vertical-slider {
   padding: 0 10px;
   position: relative;
}
.section-vertical .vertical-slider .container {
   width: 100% !important;
   padding: 0;
}
@media (max-width: 768px) {
   .section-vertical .vertical-slider {
      padding: 0;
   }
}
.header-title.header-title-style-1 {
   text-align: var(--heading-position);
}
.header-title.header-title-style-1 .header {
   text-align: var(--heading-position);
   letter-spacing: 0;
   padding-bottom: 0;
   position: relative;
   display: block;
   background-color: var(--header-title-bg);
}
.header-title.header-title-style-1 .header-image-bottom {
   text-align: var(--heading-position);
}
.header-title.header-title-style-1 .header-image-bottom img {
   display: inline-block;
}
.header-title.header-title-style-1 .header-description {
   color: var(--heading-des-color);
   width: var(--heading-des-width);
   margin: var(--heading-des-margin);
   max-width: 100%;
}
.header-mobile {
   padding: 10px 0;
}
.button-promotion {
   border: 1px solid #f00;
   border-radius: 5px;
   padding: 5px 10px;
   display: inline-block;
   color: red;
   border-color: red;
   font-weight: 700;
   text-transform: uppercase;
   color: red;
}
.button-promotion img {
   height: 20px;
   margin-right: 5px;
}
.button-promotion a {
   text-decoration: none !important;
   color: red;
}
.header-phone {
   color: red;
   font-size: 1.2rem;
   margin-right: 1rem;
}
footer {
   background-image: url(../images/bg-footer.png);
}
.pre-form-contact {
   overflow: hidden;
   margin-bottom: 10px;
}
.pre-form-contact__title {
   font-weight: 700;
   margin: 15px 0;
}
.pre-form-contact__box {
   background-color: var(--pre-form-contact-bg_box);
   padding: var(--pre-form-contact-padding);
   width: 100%;
   border-radius: 5px;
}
.pre-form-contact__box .form-group {
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 0;
}
.pre-form-contact__box .form-group .input {
   width: calc(100% - 60px);
}
.pre-form-contact__box .form-group .form-control {
   background-color: var(--pre-form-contact-bg_input);
   box-shadow: none;
   border-radius: 5px 0 0 5px;
   font-size: 15px;
   border: 0;
   min-height: 41px;
   height: 100%;
}
.pre-form-contact__box .form-group button {
   background-color: var(--pre-form-contact-bg_button);
   color: var(--pre-form-contact-color_button);
   width: 60px;
   border-radius: 0 5px 5px 0;
   font-size: 20px;
   border: 0;
}
.pre-form-contact__box .form-group button:hover {
   background-color: var(--pre-form-contact-bg_button_hover);
   color: var(--pre-form-contact-color_button_hover);
}
.pr-element-button-contact {
   margin-bottom: 10px;
   font-size: 20px;
   font-weight: 700;
   color: #000;
}
.pr-element-button-contact .buttons-contact {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 10px;
}
.pr-element-button-contact .buttons-contact img {
   width: 100%;
}
body .sidebar .widget.header-title.header-title-style-1 {
   --header-title-bg: #1f7f5c;
}
body .sidebar .widget.header-title.header-title-style-1 .header {
   color: #fff;
   font-size: 16px;
   font-weight: 800;
   line-height: 25px;
   text-align: center;
}
@media (max-width: 600px) {
   body ..sidebar .widget.header-title.header-title-style-1 .header {
      line-height: 25px;
   }
}
:root {
   --nav-padding: 0px 20px 0px 0px;
   --nav-layout-grid: 20% 60% 15%;
   --navd-head-txt: black;
   --navd-head-bg: #f1c232;
   --navd-head-radius: 5px;
   --navd-padding: 10px;
   --nav-hv-margin-top: 0px;
   --navd-border-color: #e9e9e9;
   --navd-border-style: solid;
   --navd-border-width-top: 1px;
   --navd-border-width-right: 1px;
   --navd-border-width-bottom: 1px;
   --navd-border-width-left: 1px;
   --navd-radius-top: 0px;
   --navd-radius-right: 0px;
   --navd-radius-bottom: 0px;
   --navd-radius-left: 0px;
   --navd-item-border-color: #e9e9e9;
   --navd-item-border-color-hv: #e9e9e9;
   --navd-item-border-style: solid;
   --navd-item-border-width-top: 0px;
   --navd-item-border-width-right: 0px;
   --navd-item-border-width-bottom: 1px;
   --navd-item-border-width-left: 0px;
   --navd-item-radius-top: 0px;
   --navd-item-radius-right: 0px;
   --navd-item-radius-bottom: 0px;
   --navd-item-radius-left: 0px;
}
.navigation {
   background: #1f7f5c;
}
.navigation ul.main-menu > li:hover > a {
   background: #1f7f5c;
}
.navigation ul.main-menu > li.active > a {
   color: #fff;
}
.navigation ul.main-menu > li a {
   color: #fff;
   font-size: 16px;
   font-weight: 800;
   line-height: 25px;
   text-align: left;
}
.navigation ul.main-menu > li a:hover {
   color: #fff;
}
:root {
   --prItem-bd-style: none;
   --prItem-bd-width: 0px;
   --prItem-bd-color: #fff;
   --prItem-bd-radius: 0px;
   --prItem-box-shadow: 0px 0px 0px 0px;
   --prItem-box-shadow-hover: 0px 0px 0px 0px;
   --prItem-img-ration: 100%;
   --prItem-img-style: cover;
   --prItem-title-display: block;
   --prItem-price-display: block;
}
.post .item {
   --post-item-radius: 0 0 0 0;
   --post-item-padding: 0 0 0 0;
   --post-item-img-ration: 100%;
   --post-item-img-radius: 0 0 0 0;
   --post-item-time-display: none;
   --post-item-des-display: none;
}
header {
   --header-layout-grid: 1.5fr 2fr 4fr;
   --header-padding: 10px 0;
   --header-logo-height: 40px;
   --header-search-br-color: #1f7f5c;
   --header-search-bg-color: white;
   --header-search-btn-bg-color: #1f7f5c;
   --header-search-btn-txt-color: white;
   --header-search-btn-width: 70px;
   --header-search-radius: 8px;
   --search-input-width: calc(100% - var(--header-search-btn-width));
   --header-item-head-color: black;
   --header-item-txt-color: black;
}
header .header-content {
   background-image: url(uploads/source/bg/banner.png);
   background-size: inherit;
   background-repeat: repeat;
   background-position: center center;
   background-blend-mode: color-burn;
}
@-webkit-keyframes oscillation {
   from {
      -webkit-transform: rotate(-3deg);
   }
   to {
      -webkit-transform: rotate(3deg);
   }
}
@-moz-keyframes oscillation {
   from {
      -moz-transform: rotate(-3deg);
   }
   to {
      -moz-transform: rotate(3deg);
   }
}
header {
   background: var(--bg-header);
}
header .list-item .item a {
   display: grid;
   grid-template-columns: 45px auto;
   grid-gap: 5px;
   align-items: center;
   text-decoration: none !important;
}
header .list-item .item a .icon {
   width: 45px;
   height: 45px;
}
header .list-item .item a .icon img {
   width: 100%;
   height: 100%;
   object-fit: contain;
}
header .list-item .item a .title .heading {
   color: var(--header-txt-color);
}
header .list-item .item a .title p {
   margin: 0;
   line-height: 22px;
}
header .list-item .item a .title .phone,
header .list-item .item a .title .name {
   color: var(--header-txt-color);
   font-size: 16px;
   font-weight: 700;
}
header .list-item .item a .title p {
   margin: 0;
   line-height: 22px;
}
header .list-item {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   grid-gap: 30px;
}

/* Menu */
.active-catagory {
   padding: 0 0.5rem;
   box-sizing: border-box;
   margin-right: 0rem;
   color: #ff0 !important;
   text-align: left !important;
   display: flex !important;
   justify-content: flex-start;
   align-items: center;
   font-size: 15px !important;
   font-weight: 900 !important;
   min-width: 322px;
   margin-left: -22px;
}
.active-catagory span {
   width: calc(100% - 15px);
   margin-left: 10px;
}
.menu_left {
   width: 100%;
}
.menu_top {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.menu ul {
   padding: 0px;
   list-style: none;
   margin: 0px;
}
.menu_top > ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -ms-flex: 1 0 auto;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-box-pack: end;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: end;
   justify-content: center;
   position: relative;
   margin-bottom: 0px;
   align-items: center;
   width: 100%;
}
.menu_top > ul > li {
   text-align: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: nowrap;
   -ms-flex-wrap: nowrap;
   flex-wrap: nowrap;
   -ms-flex: 1 0 auto;
   position: relative;
   padding: 0 25px;
}
.mrl-2rem {
   margin-left: 2rem;
}
.menu_top > ul > li > a {
   color: #fff;
   display: block;
   font-size: 16px;
   text-transform: capitalize;
   width: 100%;
   position: relative;
   text-shadow: none;
   font-weight: 500;
}
.menu_top > ul > li > a.active {
   color: #ffffff;
}
.menu_top > ul > li a span {
   position: relative;
   text-transform: uppercase;
}
.menu_top > ul > li ul {
   list-style: none;
   position: absolute;
   top: 0px;
   left: 251px;
   z-index: 3000;
   -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;
   transition: all 0.5s;
}
.menu_top > ul > li > ul {
   top: 45px;
   left: 0px;
   padding-top: 0px !important;
}
.menu ul li:hover > ul {
   -webkit-transform: perspective(600px) rotateX(0);
   transform: perspective(600px) rotateX(0);
   -webkit-transform-origin: 0 0 0;
   opacity: 1;
   visibility: visible;
   transition: all 0.7s;
}
.menu_top > ul > li li {
   width: 100%;
   position: relative;
   background: var(--color-main);
   line-height: 25px;
   text-align: left;
   border-bottom: 1px solid #fff;
}
.menu_top > ul > li li a {
   text-decoration: none;
   font-weight: 500;
   text-transform: none;
   color: #fff;
   font-size: 15px;
   display: block;
   line-height: 18px;
}
.menu_top > ul > li > ul li ul {
   box-shadow: 0px 2px 5px #ccc;
   top: 0px;
}
.menu_top > ul > li:hover > a {
   text-decoration: none;
}
.menu_top > ul > li > a.active {
   color: #ff0;
}
.menu_top > ul > li > a.mousego {
   color: #fff !important;
   background: transparent;
}
.menu_top > ul > li > a.act_hover {
   color: #ffffff !important;
   background: url(../images/active.png) no-repeat top center/100% 100%;
}
.menu_top > ul > li li:hover {
   background: var(--color-dark-main);
}
.menu_top > ul > li li:last-child {
   border-bottom: 0px solid #fff;
}
.flex_main {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   justify-content: flex-start;
   flex-wrap: wrap;
}
.menu-vertical ul {
   list-style: none;
   position: relative;
   top: 0px;
   left: 0;
   z-index: 1;
   transition: all 0.5s;
   padding-inline-start: 0px;
   background: #fff;
   border: 1px solid #dadada; /* padding: 10px; */
   box-sizing: border-box;
   margin-bottom: 0;
}
.menu-vertical ul li {
   padding: 0 10px;
   box-sizing: border-box;
   border-bottom: 1px solid #dadada;
   padding: 10px 30px 10px 40px;
}
.menu-vertical ul li a {
   text-decoration: none;
   color: #000;
}
.menu-vertical ul .scroll-menu {
   max-height: 525px;
   overflow: auto;
}
.menu-vertical ul li a .icon {
   position: absolute;
   top: 0;
   left: 0;
   width: 40px;
   height: 40px;
   line-height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px;
}
.menu ul li ul > div.scroll-menu {
   max-height: 390px;
   overflow-y: auto;
}
div.scroll-menu > li {
   position: relative;
}
.scroll-menu::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: #fff;
}
.scroll-menu::-webkit-scrollbar {
   width: 5px;
   background-color: #fff;
}
.scroll-menu::-webkit-scrollbar-thumb {
   background-color: var(--maincolor);
   border: 2px solid var(--maincolor);
}
.box-product-for-list {
}

/*Auto autocomplete*/
.keyword-autocomplete {
   border-radius: 5px;
   position: absolute;
   top: 107%;
   left: 0;
   width: 100%;
   background: #fff;
   border: 1px solid var(--maincolor);
   font-size: 13px;
   z-index: 9;
   max-height: 300px;
   overflow-y: auto;
   opacity: 0;
   visibility: hidden;
}
.autocomplete_item {
   display: block;
   padding: 10px;
   box-sizing: border-box;
   cursor: pointer;
}
.autocomplete_item:nth-child(even) {
   background: #f3f3f3;
}
.autocomplete_item:hover,
.autocomplete_item:hover h3 {
   background: var(--color-red);
   color: white;
   text-align: left;
}
.autocomplete_item {
   display: flex !important;
   align-items: center;
   gap: 0.5rem;
}
.autocomplete_item picture {
   max-width: 15%;
}
.autocomplete_item section {
   flex-grow: 1;
   position: relative;
   margin-left: 0.5rem;
}
.autocomplete_item h3 {
   font-size: 15px;
   color: #222;
   margin: 0;
}
.autocomplete_item p {
   float: none;
   width: 100%;
   text-align: left;
   line-height: unset;
   height: unset;
}
.autocomplete_item p span,
.autocomplete_item h3 span {
   font-size: 12px;
}
.autocomplete_item p span.price-per {
   top: 0;
   right: 0;
   z-index: 2;
   width: auto;
   height: auto;
   padding: 2.5px 5px;
   font-size: 10px;
   line-height: unset;
}
.autocomplete_item a {
   width: 100%;
   display: flex;
   text-decoration: none !important;
   color: currentColor;
}
.keyword-autocomplete.show {
   opacity: 1;
   visibility: visible;
}
.keyword-autocomplete::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
   background-color: #fff;
}
.keyword-autocomplete::-webkit-scrollbar {
   width: 5px;
   background-color: #fff;
}
.keyword-autocomplete::-webkit-scrollbar-thumb {
   background-color: #f00;
   border: 2px solid #f00;
}

/* Mmenu */
.menu-res {
   display: none;
   z-index: 10;
   background: var(--bg-header);
   position: sticky;
   line-height: normal;
   top: 0;
   box-shadow: 0px 0px 5px #ccc;
}
.menu-bar-res {
   padding: 0px 15px;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
#menu {
   display: none;
}
#hamburger {
   display: block;
   width: 45px;
   height: 23px;
   position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
   background: #333;
   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;
   transition-property: transform, top, bottom, left, opacity;
}
.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;
}

/* Search Responsive */
.search-res {
   width: 100%;
   position: relative;
}
.search-res .icon-search {
   width: 40px;
   height: 40px;
   cursor: pointer;
   text-align: center;
   line-height: 42px;
   color: #333;
   font-size: 17px;
   margin: 0px;
}
.search-res .icon-search.active {
   color: var(--color-main);
   background: #ffffff;
   border-radius: 100%;
}


/* Slideshow */
.vertical-menu-title {
   cursor: pointer;
   margin: 0 0 5px;
   padding: 0 15px;
   height: 40px;
   line-height: 40px;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 600;
   color: #fff;
   background-color: rgb(109, 90, 64);
   border-radius: 7px;
}
.slideshow .owl-carousel {
   height: 100%;
}
.slider-promotion {
   width: 100%;
   display: block;
   max-width: 392px;
   margin-top: 3px;
}
.row-nav {
   display: grid;
   grid-template-columns: 1.2fr 3.8fr;
   grid-gap: 0.5rem;
   margin: 5px 0;
}
.full-content-slider {
   display: grid;
   grid-template-columns: 1fr;
}
.menu-vertical {
   position: relative;
   z-index: 11;
   display: block !important;
}
.left-slider,
.right-slider {
   overflow: hidden;
   display: block;
   overflow: hidden;
}
.left-slider {
   width: 100%;

}
.slideshow {
   position: relative;
   margin: auto;
   height: 100%;
   border-radius: 10px;
   overflow: hidden;
}
.slideshow-item {
   display: block;
   cursor: pointer;
}
.slideshow:hover .control-slideshow {
   opacity: 1;
}
.control-slideshow {
   opacity: 0;
}
.slideshow .item {
   position: relative;
}
.slideshow .item img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.slideshow .item .cover {
   padding: 75px 0;
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: rgba(0, 0, 0, 0.6);
   display: flex;
   align-items: center;
}
.slideshow .item .cover .header-content {
   position: relative;
   padding: 56px;
   overflow: hidden;
   text-align: center;
}
.slideshow .item .cover .header-content .line {
   content: "";
   display: inline-block;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   position: absolute;
   border: 9px solid #fff;
   -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
   clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.slideshow .item .cover .header-content h2 {
   font-weight: 300;
   font-size: 35px;
   color: #fff;
   position: relative;
   display: inline-block;
   padding: 0 25px;
}
.header-content h2:after {
   content: "";
   position: absolute;
   left: -25px;
   background: url("../images/icon_slider_l.png");
   width: 18px;
   height: 35px;
   top: 3px;
}
.header-content h2:before {
   content: "";
   position: absolute;
   right: -25px;
   background: url("../images/icon_slider_r.png");
   width: 18px;
   height: 35px;
   top: 3px;
}
.slideshow .item .cover .header-content h1 {
   font-size: 56px;
   font-weight: 600;
   margin: 5px 0 20px;
   word-spacing: 3px;
   color: #fff;
}
.slideshow .item .cover .header-content h4 {
   font-size: 24px;
   font-weight: 300;
   line-height: 36px;
   color: #fff;
}
.slideshow .owl-item.active h1 {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.3s;
}
.slideshow .owl-item.active h2 {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInDown;
   animation-delay: 0.6s;
}
.slideshow .owl-item.active h2:after {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInLeft;
   animation-delay: 0.9s;
}
.slideshow .owl-item.active h2:before {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInRight;
   animation-delay: 0.9s;
}
.slideshow .owl-item.active h4 {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInUp;
   animation-delay: 0.3s;
}
.slideshow .owl-item.active .line {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
   animation-name: fadeInLeft;
   animation-delay: 0.3s;
}
.slideshow .owl-nav .owl-prev {
   position: absolute;
   left: 15px;
   top: 43%;
   opacity: 0;
   -webkit-transition: all 0.4s ease-out;
   transition: all 0.4s ease-out;
   background: rgba(0, 0, 0, 0.5) !important;
   width: 40px;
   cursor: pointer;
   height: 40px;
   position: absolute;
   display: block;
   z-index: 1000;
   border-radius: 0;
}
.slideshow .owl-nav .owl-prev span {
   font-size: 1.6875rem;
   color: #fff;
}
.slideshow .owl-nav .owl-prev:focus {
   outline: 0;
}
.slideshow .owl-nav .owl-prev:hover {
   background: #000 !important;
}
.slideshow .owl-nav .owl-next {
   position: absolute;
   right: 15px;
   top: 43%;
   opacity: 0;
   -webkit-transition: all 0.4s ease-out;
   transition: all 0.4s ease-out;
   background: rgba(0, 0, 0, 0.5) !important;
   width: 40px;
   cursor: pointer;
   height: 40px;
   position: absolute;
   display: block;
   z-index: 1000;
   border-radius: 0;
}
.slideshow .owl-nav .owl-next span {
   font-size: 1.6875rem;
   color: #fff;
}
.slideshow .owl-nav .owl-next:focus {
   outline: 0;
}
.slideshow .owl-nav .owl-next:hover {
   background: #000 !important;
}
.slideshow:hover .owl-prev {
   left: 10px;
   opacity: 1;
}
.slideshow:hover .owl-next {
   right: 10px;
   opacity: 1;
}
.full-content-slider .slider-right {
   overflow: hidden;
   position: relative;
}
.full-content-slider .slider-right-wrapper {
   position: relative;
   height: 100%;
   width: 100%;
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   gap: 10px;
   display: grid;
   grid-gap: 5px;
   max-height: 515px;
   margin-top: 5px;
}
.full-content-slider .slider-right-wrapper .banner {
   border-radius: 10px;
}
.full-content-slider .slider-right-wrapper .banner img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.full-content-slider .slider-right-wrapper .banner {
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
}
@media (max-width: 768px) {
   .full-content-slider .slider-row {
      display: block;
   }
   .full-content-slider .slider-right-wrapper {
      margin-top: 10px;
      position: relative;
   }
}

/*About*/
.wrap-about {
   width: 100%;
   margin: 2rem auto;
}
.boxContent {
   display: grid;
   grid-template-columns: 100%;
   border: 1px solid var(--maincolor);
   background: var(--maincolor);
   padding: 3rem 0;
}
.show-content {
   max-width: 55%;
   margin: auto;
   width: 100%;
   text-align: center;
}
.show-content .logo-about {
   margin-bottom: 2rem;
}
.show-content .logo-about img {
   max-width: 30%;
}

/* Partner */
.wrap-partner {
   position: relative;
   padding: 20px 0px;
}
.wrap-partner .wrap-content {
   position: relative;
}
.title-partner {
   position: relative;
   color: #fff;
   width: 12%;
   text-align: center;
}
.wrap-partner .header-title-style-1 {
   margin-bottom: 20px;
   padding-left: 0;
}
.wrap-partner .header-title-style-1 h2 {
   margin-bottom: 10px;
   font-size: 20px;
   font-weight: 700;
   text-transform: uppercase;
   color: var(--maincolor);
   margin-bottom: 0;
}
.btn-partnert {
   display: flex;
   justify-content: center;
}
.btn-partnert p {
   margin: 0;
   width: 30px;
   height: 30px;
   background: #fff;
   color: #1a3079;
   display: flex !important;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   font-size: 15px;
   cursor: pointer;
   margin: 0 5px;
}
.wrap-partner .partner:hover img {
   filter: grayscale(0);
   -webkit-filter: grayscale(0);
}
.wrap-partner .partner img {
   object-fit: contain;
   height: 100%;
   width: 100%;
   position: relative;
   display: block;
   transition: all 0.5s ease-in-out;
   filter: grayscale(1);
   -webkit-filter: grayscale(1);
}
.header-title-style-1 {
   font-family: var(--font-family);
   font-size: 1.7rem;
   color: #000;
   font-weight: bold;
   padding-left: 1rem;
   margin-bottom: 1.5rem;
}
.partner-item {
   border: 1px solid #ccc;
   border-radius: 5px;
   overflow: hidden;
}

/*Album*/
.wrap-album {
   position: relative;
   padding: 20px 0px;
   margin: 3rem auto;
}
.wrap-album .header-title-style-1 {
   margin-bottom: 20px;
   padding-left: 0;
   font-size: 16px;
   text-align: center;
}
.wrap-album .header-title-style-1 h2 {
   margin-bottom: 10px;
   font-size: 20px;
   font-weight: 700;
   text-transform: uppercase;
   color: var(--maincolor);
   margin-bottom: 0;
}
.wrap-album .wrap-content {
   position: relative;
}
.control-partner2 {
   opacity: 0;
}
.wrap-album:hover .control-partner2 {
   opacity: 1;
   transform: all 0.6s;
}
.control-partner1 {
   opacity: 0;
}
.wrap-album:hover .control-partner1 {
   opacity: 1;
   transform: all 0.6s;
}
.wrap-album .item:first-of-type {
   margin-bottom: 15px;
}
.wrap-album .item {
   margin-right: 7.5px;
   margin-left: 7.5px;
   margin-bottom: 0;
   position: relative;
}
.wrap-album .item-gallery {
   position: relative;
   display: block;
   width: 100%;
   padding-top: 65%;
   height: inherit;
   overflow: hidden;
}
.wrap-album .item-gallery picture {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}
.wrap-album .item-gallery picture img {
   min-height: 100%;
   min-width: 100%;
   position: relative;
   display: inherit;
   transition: all 0.5sease-in-out;
   object-fit: cover;
}
.wrap-album .item-gallery picture img {
   transition: all 0.6s;
}
.content-album {
   position: absolute;
   left: 0;
   width: 100%;
   top: 0;
   height: 100%;
   background: rgba(0, 0, 0, 0.5);
   padding: 1rem;
   display: flex;
   align-items: center;
   justify-content: center;
   color: white;
   transform: scale(0);
   visibility: hidden;
   opacity: 0;
   transition: 0.2s;
}
.wrap-album .item:hover .content-album {
   transform: scale(1);
   opacity: 1;
   visibility: visible;
   transition: 0.6s;
}
.view-more {
   text-align: center;
}
.content-album h3 {
   font-size: 1.15rem;
   font-weight: 500;
}
.view-more a {
   text-decoration: none !important;
   color: #fff;
   padding: 7px 20px;
   border-radius: 5px;
   display: inline-block;
}
.view-more:hover a {
   background: var(--maincolor);
   border: 1px solid var(--maincolor);
}

/* Breadcrumb */
.breadCrumbs {
   background-color: #eee;
}
.breadCrumbs .wrap-content {
   padding: 0.75rem 0;
}
.breadCrumbs .wrap-content .breadcrumb {
   padding: 0;
   margin-bottom: 0;
   background-color: transparent;
   border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
   color: var(--color-black);
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
   color: var(--color-gray);
}

/* Intro */
.left-intro {
   width: 100%;
}
.right-intro {
   width: 48.656%;
}
.wrap-intro {
   margin-bottom: 0px;
   background: url(../images/bg_tt.png) no-repeat bottom center;
}
.wrap-intro .wrap-content {
   padding: 44px 0px 178px;
}
.title-intro {
   border-bottom: 1px solid var(--color-red);
   margin-bottom: 1.5rem;
}
.title-intro span {
   display: inline-block;
   font-weight: 700;
   text-transform: uppercase;
   position: relative;
   padding-bottom: 10px;
   font-size: 20px;
}
.title-intro span:after {
   content: "";
   position: absolute;
   width: 100%;
   height: 4px;
   bottom: 0px;
   left: 0px;
   background-color: var(--color-red);
}
.newshome-best {
   width: 43%;
   display: block;
   float: left;
   margin-right: 1.5%;
}
.pic-newshome-best img {
   width: 100%;
}
.name-newshome {
   color: #333333;
   font-size: 14px;
   line-height: 24px;
   margin-bottom: 3px;
   font-weight: 700;
   height: 48px;
}
.name-newshome:hover {
   color: #f77900;
}
.name-newshome.text-split {
   -webkit-line-clamp: 2;
}
.time-newshome {
   color: var(--color-gray);
   margin-bottom: 0.25rem;
}
.desc-newshome {
   color: #666666;
   margin-bottom: 0px;
   line-height: 20px;
   height: 80px;
}
.view-newshome {
   display: inline-block;
   color: #f77900;
   font-weight: 700;
   margin-top: 4px;
   font-size: 14px;
}
.full-news {
   width: 100%;
   display: flex;
   justify-content: space-between;
}
.newshome-scroll {
   width: 100%;
   overflow: hidden;
   float: right;
   height: 365px;
}
.newshome-scroll ul li {
   margin-bottom: 15px !important;
   padding-bottom: 14px;
}
.newshome-normal {
   display: block;
   padding-left: 89px;
   position: relative;
   width: calc(50% - 15px);
   padding-bottom: 30px;
   border-bottom: 1px dashed #e6e6e6;
}
.ngaydang {
   margin-bottom: 0px;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 75px;
   height: 80px;
   background: #f77900;
   border-bottom: 5px solid #d96900;
   padding: 5px 0px;
}
.ngaydang span {
   display: block;
   text-align: center;
}
.ngay {
   font-size: 35px;
   font-weight: 700;
   color: #fff;
   line-height: 38px;
   margin-bottom: 7px;
}
.thang {
   color: #ffffff;
}
.pic-newshome-normal {
   float: left;
   width: 38.777%;
   margin: 0px 0px 0px;
}
.pic-newshome-normal img {
   width: 100%;
}
.info-newshome-normal {
   float: right;
   width: calc(100% - 41.8%);
}
#video-slick {
   display: flex;
   justify-content: space-between;
}
.video_lst {
   width: 135px;
}
.item-video img {
   min-height: 115px;
}
.dt_video {
   border: 0px !important;
   padding: 5px 0px;
}
.mg_video {
   margin: -5px 0px;
}
.slick_video .slick-list {
   min-height: 365px;
}
.slick_video .slick-prev {
   left: 0px;
}
.slick_video .slick-next {
   right: 0px;
}
.video-main {
   position: relative;
   height: 365px;
   width: calc(100% - 147px);
}
.video-main img {
   width: 100%;
   height: 100%;
}
.video-main iframe {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
}
.listvideos {
   width: 100%;
   height: 40px;
   padding: 0px 10px;
   border: 1px solid #ccc;
   color: var(--color-black);
   margin-top: 10px;
   cursor: pointer;
}
.page_trong:not(.page-about) {
   padding: 30px 0px;
   min-height: 550px;
   position: relative;
   max-width: 100%;
   margin: auto;
   padding: 0 3.5rem;
}
.page_trong .title-main span {
   font-weight: 700;
   font-size: 28px;
}
.page_trong .product {
   background: #f2f2f2;
}
.mg_tv {
   margin: 0px -5px -10px;
}
.page_trong .item_thuvien {
   width: 33.33%;
   padding: 0px 5px 10px;
}
.mw_thuvien {
   position: relative;
}
.mw_thuvien img {
   width: 100%;
}
.info_album {
   position: absolute;
   top: 0px;
   left: 0px;
   height: 100%;
   width: 100%;
   display: flex;
   align-items: center;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
   opacity: 0;
   visibility: hidden;
   background: rgb(0, 0, 0, 0.5);
}
.info_album p {
   text-align: center;
   text-transform: uppercase;
   font-size: 16px;
   font-weight: 700;
   color: #fff;
   background: transparent;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 12px 10px;
   margin-bottom: 0px;
}
.mw_albumanh {
   position: relative;
}
.mw_albumanh img {
   width: 100%;
}
.mw_albumanh:hover .info_album,
.mw_thuvien:hover .info_album {
   opacity: 1;
   visibility: visible;
}
.play_1 span {
   width: 50px;
   height: 35px;
   position: absolute;
   top: calc(50% - 35px / 2);
   left: calc(50% - 50px / 2);
   background: url(../images/play.png) no-repeat center;
}

/* Video */
.mg_vs {
   margin: 0px -10px -20px;
}
.detail_video {
   width: 25%;
   padding: 0px 10px 20px;
}
.video {
   cursor: pointer;
   margin-bottom: 0px;
   text-align: center;
}
.video-image {
   position: relative;
   margin-bottom: 0.75rem;
}
.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-name {
   text-align: center;
   font-size: 16px;
   color: var(--color-black);
   margin-bottom: 0px;
}

/* Album */
.album {
   cursor: pointer;
   margin-bottom: 1rem;
}
.album-image {
   margin-bottom: 0.75rem;
}
.album-name {
   margin-bottom: 0px;
   text-align: center;
}
.album-name a {
   display: block;
   font-size: 16px;
   color: var(--color-black);
   margin-bottom: 0px;
}

/* Brand */
.wrap-brand {
   margin-bottom: 50px;
   padding: 0px 15px;
}
.wrap-brand .wrap-content {
   position: relative;
}
.brand {
   display: block;
   border: 1px solid #eee;
   max-width: 160px;
   margin: 0px auto;
}
.input-triple-cart .select2-container {
   width: 100%;
   height: 39px;
   color: #4c4c4c;
   font-size: 14px;
   border-radius: 0px;
   border: none;
   box-shadow: none;
   text-indent: 10px;
}
.input-triple-cart .select2-container {
   width: 100%;
   height: 39px;
   color: #4c4c4c;
   font-size: 14px;
   border-radius: 0px;
   border: none;
   box-shadow: none;
   text-indent: 10px;
}
.input-triple-cart .select2-container .select2-selection--single {
   height: 39px;
   border: 1px solid #ced4da;
}
.input-triple-cart
   .select2-container--default
   .select2-selection--single
   .select2-selection__rendered {
   width: 100%;
   height: 39px;
   color: #767676;
   font-size: 14px;
   border-radius: 0px;
   border: none;
   box-shadow: none;
   text-indent: 0;
   padding-left: 10px;
   line-height: 40px;
}
.input-triple-cart
   .select2-container--default
   .select2-selection--single
   .select2-selection__arrow {
   top: 7px;
   right: 2px;
}
.wrap-thuvien .contain_trong {
   padding: 44px 0px 60px;
}
.mg_tvs {
   margin: 0px -5px -10px;
}
.col_thuvien {
   display: flex;
   justify-content: flex-start;
}
.col_thuvien:nth-child(1) .items_thuvien {
   width: 33.33%;
   padding: 0px 5px 10px;
}
.col_thuvien:nth-child(2) .items_thuvien {
   width: 50%;
   padding: 0px 5px 10px;
}
.btn_tv a {
   display: inline-block;
   background: #f77900;
   color: #fff;
   font-size: 15px;
   padding: 11px 44px;
}
.btn_tv {
   text-align: center;
   margin-top: 30px;
}
.btn_tv a:hover {
   background: #cd6603;
}

/* Product */
.flex-menu-catagory {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.left-menu-catalogy {
   width: 20%;
   background: #fff;
   border-radius: 5px;
   height: 100%;
}
.content-show-proudct {
   width: calc(100% - 20% - 20px);
}
.left-menu-catalogy h2 {
   width: 100%;
   font-weight: 700;
   color: #fff;
   font-family: var(--font-family);
   text-transform: uppercase;
   background: var(--maincolor);
   border-radius: 5px;
   font-size: 1.5rem;
   line-height: 45px;
   padding: 0 10px;
}
.left-menu-catalogy h2 i {
   font-size: 20px;
}
.left-menu-catalogy ul {
   list-style: none;
   padding-inline-start: 0px;
}
.left-menu-catalogy ul li ul {
   margin-left: 10px;
   height: 0;
   visibility: hidden;
   opacity: 0;
}
.left-menu-catalogy ul li ul.active {
   height: auto;
   visibility: visible;
   opacity: 1;
   transition: all 0.6s;
}
.left-menu-catalogy ul li {
   padding: 7px 10px;
   position: relative;
   padding-right: 25px;
}
.left-menu-catalogy ul li a {
   font-size: 1.2rem;
   color: black;
   font-weight: 500;
}
.left-menu-catalogy ul > li > a:hover,
.left-menu-catalogy ul li.active > a {
   color: var(--color-red);
}
.left-menu-catalogy ul li a i:nth-child(2) {
   display: none;
}
.left-menu-catalogy ul li.active a i:nth-child(2) {
   display: contents;
}
.left-menu-catalogy ul li.active a i:nth-child(1) {
   display: none;
}
.click-show-catagory-cat {
   position: absolute;
   top: 8px;
   right: 10px;
   cursor: pointer;
   width: 15px;
   height: 15px;
   text-align: center;
}
.product-slider-horizontal .list-item-product .item {
   margin-bottom: 15px;
}
.product-slider-horizontal .wg_pr_btn .next,
.product-slider-horizontal .wg_pr_btn .prev {
   position: absolute;
   top: 45%;
   z-index: 99;
   padding: 5px 10px;
   font-size: 20px;
   color: #fff;
   opacity: 0.1;
   background-color: #000;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
   cursor: pointer;
   height: 64px;
   width: 35px;
}
.product-slider-horizontal .wg_pr_btn .next {
   right: 0;
}
.product-slider-horizontal .wg_pr_btn .prev {
   left: 0;
}
.product-slider-horizontal .wg_pr_btn .next:hover,
.product-slider-horizontal .wg_pr_btn .prev:hover {
   opacity: 1;
}
.product-slider-vertical .item {
   margin-bottom: 10px;
   overflow: hidden;
}
.product-slider-vertical .item .img {
   float: left;
   margin-right: 10px;
}
.product-slider-vertical .item .img img {
   width: 75px;
   height: auto;
}
.product-slider-vertical .item .info {
   float: left;
   width: calc(100% - 85px);
}
.product-slider-vertical .item .info h3,
.product-slider-vertical .item .info .heading {
   font-size: 14px;
   font-weight: 500;
   color: #323c3f;
   font-family: var(--font-family);
   line-height: 1.4;
   letter-spacing: 0.01em;
   margin-top: 0;
}
.product-slider-vertical .item .info h3 a,
.product-slider-vertical .item .info .heading a {
   color: #323c3f;
}
.product-slider-vertical .item .info .price .price-new {
   color: #ff5c5f;
}
.product-slider-vertical .item .info .price .price-old {
   color: #d6d6d6;
   font-size: 12px;
}
.content-main .product-item {
   margin-top: 1.5rem;
}
.item-product-price {
   text-align: center;
   display: none;
}
.product-item {
   text-align: left;
   border: 1px solid #dbdbdb;
   background: #fff;
   border-radius: 5px;
   overflow: hidden;
}
.product-item h3 {
   font-size: 1.2rem;
   margin: 1rem auto;
   text-align: center;
   padding: 0 10px;
   box-sizing: border-box;
   font-weight: 700;
}
.product-item h3 a {
   color: black;
   text-decoration: none !important;
}
.product-item .img {
   text-align: center;
   overflow: hidden;
}
.product-item:hover h3 a {
   color: var(--maincolor);
}
.product-item-price {
   color: #fe0000;
   font-weight: 700;
   line-height: 26px;
   text-align: center;
}
.product-item .comment-star {
   margin: auto !important;
   margin-top: 0.5rem !important;
}
.product-item .title {
   padding: 0 5px;
}
.product-slick .item .comment-pro-detail {
   justify-content: center;
}
.views-user {
   text-align: center;
   display: none;
}
.control-product-item {
   opacity: 0;
   transition: all 0.6s;
}
.wrap-product-nb:hover .control-product-item {
   opacity: 1;
   transition: all 0.6s;
}
.control-product-item button.owl-next {
   right: 15px;
}
.control-product-item button.owl-prev {
   left: 15px;
}
.show-product-list {
   position: relative;
}
.owl-item .product-item {
   margin: 5px auto;
}

/* Product Detail */
.grid-pro-detail {
   margin-bottom: 3rem;
   padding: 0 15px;
}
.grid-pro-detail .comment-page {
   margin: 0 -15px;
   margin-top: 2rem;
}
.tab-content > .active {
   padding: 0 10px;
   box-sizing: border-box;
}
#tabsProDetailContent {
   background: #fff;
}
.left-pro-detail {
   position: relative;
}
.left-pro-detail .fotorama {
   width: 100%;
}
.grid-pro-detail .row1 {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.fixed-detail {
   position: relative;
}
.left-pro-detail .MagicZoom {
   border: 1px solid #eee;
   padding: 7px;
   border-radius: 5px;
   background-color: #ffffff;
   width: 100%;
}
.gallery-thumb-pro {
   position: relative;
   margin-top: 10px;
}
.owl-pro-detail {
   padding: 0px 30px;
}
.control-pro-detail button {
   background-color: transparent;
   color: #222222;
   opacity: 1;
   width: 25px;
   font-size: 23px;
}
.control-pro-detail button:hover {
   opacity: 0.7;
}
.control-pro-detail button.owl-prev {
   left: 0px;
}
.control-pro-detail button.owl-next {
   right: 0px;
}
.thumb-pro-detail {
   display: block !important;
   border: 1px solid #eee;
   padding: 5px;
   border-radius: 3px;
   cursor: pointer;
   background-color: #ffffff;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
   border-color: #cecfd2;
}
.thumb-pro-detail img {
   box-shadow: none !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;
   border-bottom: 1px #000 solid;
   padding-bottom: 5px;
   margin-bottom: 20px !important;
}
.comment-pro-detail {
   display: flex;
   align-items: center;
   justify-content: flex-start;
}
.social-plugin-pro-detail {
   margin-bottom: 1rem;
   margin-top: 0px !important;
}
.desc-pro-detail {
   margin-bottom: 1rem;
   background: #fff;
   padding: 10px;
   box-sizing: border-box;
}
.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: 1rem;
}
.price-new-pro-detail {
   font-weight: 700;
   font-size: 20px;
   color: var(--color-red);
}
.price-old-pro-detail {
   font-weight: 500;
   color: var(--color-gray);
   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,
.color-pro-detail.active {
   border-color: #e5101d;
   color: #e5101d;
}
.size-pro-detail.active:after,
.color-pro-detail.active:after {
   content: "";
   position: absolute;
   bottom: 0px;
   right: 0px;
   width: 13px;
   height: 13px;
   background-repeat: no-repeat;
   background-image: url(../images/check-cart.png);
}
.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
   display: none;
}
.quantity-pro-detail {
   width: 100%;
   max-width: 110px;
   line-height: normal;
   display: flex;
   align-items: center;
   justify-content: space-between;
   text-align: center;
   height: 100%;
}
.quantity-pro-detail span {
   line-height: 48px;
   padding: 0px;
   width: 30px;
   height: 48px;
   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: 48px;
   border: 1px solid #cccccc;
   width: calc(100% - 60px);
   text-align: center;
   font-size: 14px;
   padding: 5px;
}
.cart-pro-detail .btn-success {
   background: #b01722 !important;
   border-color: #b01722 !important;
}
.cart-pro-detail {
   margin-bottom: 1rem;
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   margin-left: 1rem;
}
.cart-pro-detail a {
   font-size: 14px;
   color: #ffffff !important;
   text-transform: uppercase;
   width: 50%;
   border-radius: 0;
   padding: 15px 0;
   margin: 0;
   box-sizing: border-box;
   font-weight: 700;
}
.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;
   width: calc(100% - 30px);
   margin-left: 15px;
}
.tabs-pro-detail .nav-tabs .nav-link {
   border-top-width: 3px;
   font-size: 13px;
}
.tabs-pro-detail .nav-tabs .nav-link.active,
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
   border-top-color: #555555;
}
.list-color-for-product .proprice_item_color span {
   width: 20px;
   height: 20px;
}
.proprice_item_color span {
   width: 32px;
   height: 32px;
   border-radius: 50%;
}
.proprice_item_color {
   display: inline-block;
   border-radius: 50%;
   border: 1px solid #e6e6e6;
   padding: 3px;
   overflow: hidden;
   cursor: pointer;
}
.prod_details_color {
   display: flex;
   justify-content: start;
   flex-flow: wrap;
   margin: 0 -5px;
   margin-bottom: 10px;
}
.prod_details_color .align-items-center {
   margin: 0 5px;
}
.proprice_item_color.active,
.proprice_item_color:hover {
   border: 1px solid #000;
   transition: 0.5s;
}
.proprice_item_size a {
   height: 40px;
   border: 1px solid #e8e8e8;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 8px 16px;
   border-radius: 5px;
   min-width: 65px;
   cursor: pointer;
   margin: 0px 0px 10px 0;
   text-decoration: none;
   color: #333;
}
.proprice_item_size:hover a,
.proprice_item_size.active a {
   background: #333;
   border: 1px solid #333;
   color: #fff;
}
.proprice_group {
   display: flex;
   align-items: center;
   justify-content: start;
   margin: 0 -5px;
   margin-bottom: 10px;
}
.proprice_item_size {
   margin-right: 10px;
}
.proprice_item_size.active > a {
   border: 1px solid #000;
   border-radius: 6px;
}
.proprice_item_label {
   margin-bottom: 5px !important;
}
input.code-coupon {
   max-height: 38px;
}
.comment-title {
   font-size: 18px;
}
.comment-show {
   display: block !important;
}
.comment-point {
   font-size: 47px;
   color: #cc0000;
}
.comment-star {
   font-size: 0;
   position: relative;
   display: inline-block;
   vertical-align: top;
   margin-bottom: 0.5rem;
}
.comment-star span {
   display: block;
   position: absolute;
   top: 0;
   left: 0px;
   bottom: 0;
   z-index: 1;
   overflow: hidden;
   text-align: left;
   white-space: nowrap;
}
.comment-star i {
   display: inline-block;
   margin: 5px 0.1rem;
   color: #b8b8b8;
   text-rendering: auto;
   font-size: 16px;
}
.comment-star i:nth-child(1) {
   margin-left: 0;
}
.comment-star span i {
   color: #ffc120;
}
.comment-progress {
   width: 100%;
   margin-bottom: 0.375rem;
   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;
}
.comment-progress:last-child {
   margin-bottom: 0px;
}
.comment-progress .progress {
   height: 12px;
   margin-right: 10px;
   margin-left: 5px;
   width: calc(100% - 90px);
   border-radius: 10px;
}
.comment-progress .progress-bar#has-rate {
   background-color: #cc0000;
}
.comment-progress .progress-num {
   font-size: 15px;
   width: 25px;
   text-align: center;
   color: #787878;
}
.comment-progress .progress-total {
   font-weight: 600;
   text-align: left;
   color: #787878;
   width: 50px;
}
.comment-write {
   display: none;
}
.review-rating-star {
   font-size: 0;
}
.review-rating-star-icon .fa {
   font-weight: 400;
   font-style: normal;
   display: inline-block;
   margin: 0.1rem;
   font-size: 21px;
   cursor: pointer;
   color: #f0c808;
}
.review-rating-star-icon .fa.star-empty {
   color: #dedddc;
}
.review-rating-star-icon .fa.star-not-empty {
   color: #f0c808;
}
.review-rating-star-icon .fa:nth-child(1) {
   margin-left: 0;
}
.review-fileuploader {
   padding: 20px 15px;
   text-align: center;
   background-color: #ffffff;
   cursor: pointer;
   border: 2px dashed #c2cdda;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.review-fileuploader .review-fileuploader-text {
   color: #90a0bc;
}
.review-file-uploader .fileuploader {
   padding: 0px;
   margin: 0px;
   background: transparent;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list {
   margin: 1rem -5px 0 -5px;
}
.review-file-uploader .fileuploader-items .fileuploader-items-list:after {
   display: block;
   content: "";
   clear: both;
}
.review-file-uploader
   .fileuploader-items
   .fileuploader-items-list
   .fileuploader-item {
   padding: 0px;
   width: calc(100% / 7 - 10px);
   float: left;
   margin: 0 5px 5px 5px;
   border-bottom: 0px;
}
.review-file-uploader
   .fileuploader-items
   .fileuploader-items-list
   .fileuploader-item
   .columns {
   display: block;
}
.review-file-uploader
   .fileuploader-items
   .fileuploader-items-list
   .fileuploader-item
   .column-thumbnail {
   width: auto;
   height: auto;
}
.review-file-uploader
   .fileuploader-items
   .fileuploader-items-list
   .fileuploader-item
   .column-thumbnail
   .fileuploader-item-image {
   height: auto;
   padding: 50% 0;
}
.review-file-uploader
   .fileuploader-items
   .fileuploader-items-list
   .fileuploader-item
   .column-thumbnail
   .fileuploader-item-image
   img {
   position: absolute;
   top: 0px;
   left: 0px;
   max-width: 100%;
   width: 100%;
   height: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   -webkit-transform: none;
   transform: none;
}
.review-file-uploader
   .fileuploader-items
   .fileuploader-items-list
   .fileuploader-item
   .column-title {
   padding: 0px;
   margin-top: 0.5rem;
   text-align: center;
   display: none;
}
.review-file-uploader
   .fileuploader-items
   .fileuploader-items-list
   .fileuploader-item
   .column-actions {
   margin: 0px;
   position: absolute;
   top: 0px;
   right: -5px;
}
.review-file-uploader
   .fileuploader-items
   .fileuploader-items-list
   .fileuploader-item
   .column-infos
   input {
   border: 1px solid #dddddd;
   border-radius: 0.25rem;
}
.review-poster-video-avatar {
   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;
}
.review-poster-video-avatar .avatar-detail {
   width: 95px;
   height: 95px;
   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;
}
.review-poster-video-avatar .avatar-detail img {
   max-width: 95px;
   max-height: 95px;
}
#review-content {
   height: 350px;
}
.carousel-comment-media .carousel-control a {
   opacity: 1;
   width: 45px;
   height: 45px;
   top: calc(50% - 45px / 2);
   bottom: inherit;
}
.carousel-comment-media .carousel-control a span {
   display: block;
   cursor: pointer;
   color: #222222;
   width: 45px;
   height: 45px;
   padding: 5px;
   text-align: center;
   background-color: #ffffff;
   -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
   box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
   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;
}
.carousel-comment-media .carousel-control a.carousel-control-prev {
   left: 20px;
}
.carousel-comment-media .carousel-control a.carousel-control-prev span {
   padding-right: 9px;
}
.carousel-comment-media .carousel-control a.carousel-control-next {
   right: 20px;
}
.carousel-comment-media .carousel-control a.carousel-control-next span {
   padding-left: 8px;
}
.carousel-comment-media .carousel-indicators {
   position: static;
   margin: 0px 0px 0.75rem 0px;
   text-align: left;
   display: block;
}
.carousel-comment-media .carousel-indicators li {
   width: auto;
   max-width: 60px;
   height: auto;
   text-indent: inherit;
   -webkit-box-flex: 0;
   -ms-flex: none;
   flex: none;
   margin: 0px 0px 3px 0px;
   border: 2px solid transparent;
   opacity: 1;
   cursor: -webkit-zoom-in;
   cursor: zoom-in;
}
.carousel-comment-media .carousel-indicators li.active {
   border-color: #ffc120;
   cursor: -webkit-zoom-out;
   cursor: zoom-out;
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
}
.carousel-comment-media .carousel-inner {
   max-width: 550px;
   -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
   box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.12);
}
.carousel-comment-media
   .carousel-inner
   .carousel-lists
   .carousel-comment-media-item-video
   #file-video {
   max-width: 100%;
   width: 100%;
   height: 500px;
   vertical-align: top;
   display: inline-block;
   background-color: #000000;
}
#form-reply {
   display: none;
}
.comment-item {
   margin-bottom: 3rem;
   display: flex;
   justify-content: space-between;
}
.comment-item-poster {
   width: 200px;
   margin-right: 30px;
   text-align: center;
}
.comment-item-letter {
   border-radius: 50%;
   background-color: #d3d2d3;
   color: #919090;
   width: 65px;
   height: 65px;
   text-transform: uppercase;
   display: inline-block;
   vertical-align: top;
   line-height: 67px;
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 0.5rem;
}
.comment-item-name {
   margin-bottom: 0.25rem;
   text-transform: capitalize;
}
.comment-item-posttime {
   font-size: 12px;
   color: #999999;
}
.comment-item-information {
   width: calc(100% - 230px);
}
.comment-item-star {
   float: left;
   margin-right: 10px;
}
.comment-item-star i {
   font-size: 17px;
}
.comment-item-title {
   font-size: 15px;
   font-weight: 500;
}
.comment-replies {
   position: relative;
   background: #f8f9fa;
   border: 1px solid #dfdfdf;
   padding: 1.75rem 1.5rem;
}
.comment-replies:after {
   content: "";
   position: absolute;
}
.comment-replies:before {
   content: "";
   position: absolute;
   z-index: 1;
   top: -13px;
   left: 10px;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-bottom: 13px solid #f8f9fa;
}
.comment-replies:after {
   top: -14px;
   left: 9px;
   border-left: 11px solid transparent;
   border-right: 11px solid transparent;
   border-bottom: 14px solid #dfdfdf;
}
.comment-replies-item {
   margin-bottom: 1.5rem;
   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;
}
.comment-replies-item:last-child {
   margin-bottom: 0px;
}
.comment-replies-letter {
   width: 45px;
   height: 45px;
   margin-right: 10px;
   line-height: 45px;
   padding-left: 1px;
   font-size: 14px;
   border-radius: 50%;
   background-color: #e5e3e5;
   color: #919090;
   text-transform: uppercase;
   display: inline-block;
   vertical-align: top;
   font-weight: 500;
   text-align: center;
   margin-top: 0.125rem;
}
.comment-replies-letter.admin {
   position: relative;
   background-color: #189eff;
   text-indent: 9999px;
   overflow: hidden;
}
.comment-replies-letter.admin:before {
   content: "QTV";
   text-indent: 0px;
   color: #ffffff;
   font-weight: 500;
   text-transform: uppercase;
   font-size: 13px;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.comment-replies-info {
   width: calc(100% - 55px);
}
.comment-replies-name {
   font-weight: 500;
   margin-bottom: 0.125rem;
}
.comment-replies [class*="btn-load-more-"] {
   border: 0px;
   outline: none;
   padding: 0px;
   background: transparent;
}
.comment-media-play {
   z-index: 1;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);
}
.comment-media-play svg {
   -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
   box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
   border-radius: 50%;
   background-color: rgba(255, 255, 255, 0.15);
}
.comment-media-play svg .comment-media-play-stroke-dotted {
   opacity: 0;
   stroke-dasharray: 4, 5;
   stroke-width: 1px;
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   -webkit-animation: spin 4s infinite linear;
   animation: spin 4s infinite linear;
   -webkit-transition: opacity 1s ease, stroke-width 1s ease;
   transition: opacity 1s ease, stroke-width 1s ease;
}
.comment-media-play svg .comment-media-play-stroke-solid {
   stroke-dashoffset: 0;
   stroke-dasharray: 300;
   stroke-width: 4px;
   -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
   transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.comment-media-play svg .comment-media-play-icon {
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   -webkit-transition: -webkit-transform 200ms ease-out;
   transition: -webkit-transform 200ms ease-out;
   transition: transform 200ms ease-out;
   transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.comment-media-play:hover svg .comment-media-play-stroke-dotted {
   stroke-width: 4px;
   opacity: 1;
}
.comment-media-play:hover svg .comment-media-play-stroke-solid {
   opacity: 0;
   stroke-dashoffset: 300;
}
.comment-media-play:hover svg .comment-media-play-icon {
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
}
.pr-element-button-contact {
   margin-bottom: 10px;
   font-size: 20px;
   font-weight: 700;
   color: #000;
}
.pr-element-button-contact .buttons-contact {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 10px;
}
.box-tv .form-newsletter {
   background-color: var(--maincolor);
   padding: 10px;
   width: 100%;
   border-radius: 5px;
}
.box-tv .newsletter-button input[type="submit"] {
   background: url(../images/send1.svg) #fff center no-repeat;
   border-radius: 2px;
   position: absolute;
   top: 13px;
   right: 11px;
   border: none;
   height: 40px;
   width: 38px;
   color: #fff;
}
.box-tv .newsletter-button svg {
   fill: black;
}
.box-tv .newsletter-input {
   margin-bottom: 0;
}
.right-pro-detail .addtocart_button {
   width: 100%;
}
@media (max-width: 1024px) {
   .right-pro-detail .addtocart_button {
      width: 100%;
   }
}
.right-pro-detail .btn {
   float: left;
   outline: none;
   height: 50px !important;
   line-height: 50px;
   background-color: #f94e3f;
   border: 1px solid #f94e3f;
   color: #fff;
   text-transform: inherit;
   font-weight: 700;
   font-size: 12px;
   margin: 0;
   padding: 0 5px;
   border-radius: 5px;
}
.right-pro-detail .btn span {
   display: block;
   line-height: 20px;
}
.right-pro-detail .btn span.button_cart__heading {
   font-size: 12px;
}
.right-pro-detail .btn span.button_cart__desc {
   font-weight: 400;
   font-size: 9px;
}
.right-pro-detail .button_cart {
   width: calc(55% - 5px);
   margin-right: 5px;
}
.right-pro-detail .button_cart img {
   width: 30px;
}
.right-pro-detail .button_cart:hover {
   background-color: #fff;
   color: #f94e3f;
}
.right-pro-detail .button_cart_now {
   width: calc(45% - 5px);
   margin-left: 5px;
}
.right-pro-detail .button_cart_now.btn-green {
   background-color: #02ab65;
   border: 1px solid #02ab65;
}
.right-pro-detail .button_cart_now.btn-green:before {
   background-color: #02ab65;
}
.right-pro-detail .button_cart_now.btn-green:hover {
   background-color: #fff;
   color: #02ab65;
}
.btn-effect-default.btn-danger:before,
.btn-effect-default.btn-red:before {
   background-color: var(--btn-red);
}
.right-pro-detail .button_cart_now.btn-green:hover {
   background-color: #fff;
   color: #02ab65;
}
.right-pro-detail .button_cart_now.btn-green {
   background-color: #02ab65;
   border: 1px solid #02ab65;
}
.sidebar .widget {
   background-color: #fff;
   clear: both;
   margin-bottom: 15px;
   padding: 0 !important;
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
   border-radius: 16px;
}
.sidebar-item-list .item {
   overflow: hidden;
   display: flex;
   gap: 10px;
   align-items: center;
   margin-bottom: 10px;
   border-bottom: 1px solid var(--border-color, #cccccc);
   padding: 10px 0;
   color: var(--name-color, #000000);
}
.sidebar-item-list .item .customer-name {
   font-weight: 700;
}
.sidebar-item-list .item .customer-product-name {
   color: var(--maincolor);
}
.sidebar-item-list .item .date {
   font-weight: 700;
   color: var(--time-color, var(--maincolor));
}
.sidebar-item-list .item:last-child {
   margin-bottom: 0;
}
.sidebar-item-list .item:last-child {
   border-bottom: none;
}
.review-wrapper {
   padding: 0;
}
.title-sidebar {
   text-align: center;
   letter-spacing: 0;
   padding-bottom: 0;
   color: #fff;
   position: relative;
   display: block;
   background-color: var(--maincolor);
   text-transform: uppercase;
}
.title-sidebar h6 {
   line-height: 45px;
   font-size: large;
   font-weight: 700;
}
.sidebar-border-radius {
   border-radius: 0px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}
.box-sidebar {
   background: #fff;
   overflow: hidden;
   box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
   margin-bottom: 1rem;
}
.content-sidebar {
   width: 100%;
   padding: 0 1rem;
}
.sidebar-item-list .item {
   overflow: hidden;
   display: flex;
   gap: 10px;
   align-items: center;
   margin-bottom: 10px;
}
.sidebar-item-list .item a {
   color: currentColor;
}
.sidebar-item-list .item .img {
   height: var(--item-icon-height, 50px);
   text-align: center;
}
.sidebar-item-list .item .img img {
   width: auto;
   height: 100%;
   display: inline-block;
   border-radius: 5px;
}
.sidebar-item-list .item .title .heading {
   color: var(--maincolor);
   font-size: 14px;
   font-weight: 700;
   margin: 0 0 5px 0;
}
.sidebar-item-list .item .title .des {
   color: #8a8b8c;
   font-size: 14px;
   line-height: 20px;
   margin-bottom: 5px;
   padding: 0;
   border: 0;
}
.sidebar-item-list .item:last-child {
   margin-bottom: 0;
}
.box-sidebar .title-note {
   text-align: center;
}
.box-sidebar .phone-contact {
   font-size: 2rem;
   font-weight: 700;
   color: var(--maincolor) !important;
}
.box-sidebar .phone-contact a {
   color: var(--maincolor) !important;
   text-decoration: none !important;
}
.box-sidebar .or {
   width: 100%;
   margin: 10px 0;
   color: #7a7d8d;
   text-align: center;
   line-height: 1.1;
}
.box-sidebar .or span {
   display: inline-block;
   background: #fff;
   padding: 0 10px;
   transform: translateY(50%);
   font-size: 13px;
}
.box-sidebar .or:after {
   display: block;
   content: "";
   width: 100%;
   height: 1px;
   background: #ededed;
}
.box-sidebar .chatNow {
   display: block;
   width: 100%;
   margin-top: 10px;
   padding: 10px;
   text-align: center;
   font-size: 16px;
   color: var(--maincolor);
   border: 1px solid var(--maincolor);
   border-radius: 2px;
   cursor: pointer;
   text-decoration: none !important;
   line-height: 1.1;
}
.box-sidebar .chatNow:hover {
   background: var(--maincolor);
   color: #fff;
}
.box-sidebar .title-support {
   text-align: center;
   font-size: 0.9rem;
}
.margin-1rem {
   margin: 0 -1rem;
}

/* News */
.news {
   margin-bottom: 2rem;
}
.news-name {
   margin-bottom: 0.5rem;
   font-weight: 600;
}
.news-name a {
   color: #333;
   font-size: 16px;
}
.news-name a.text-split {
   -webkit-line-clamp: 2;
}
.news-name a:hover {
   color: #999;
}
.news-time {
   color: #84878a;
   margin-bottom: 0.25rem;
}
.news-desc {
   color: #333;
   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;
   color: #333;
}
.list-news-other li a {
   text-transform: none;
   color: #333;
}
.list-news-other li a:hover {
   color: #999;
}

/*.title  */
.modal-content .title-h2 {
   margin-bottom: 10px;
}
.modal-content .title-h2 h2 {
   margin: 0;
}
.modal-header {
   padding: 10px;
   border: 0;
   border-bottom: 1px solid #ddd;
}
.modal-header h6 {
   font-weight: 700;
   font-size: 17px;
   text-transform: uppercase;
   color: #000;
}
.modal-header h6 a {
   font-size: 21px;
   color: #35a85f;
}

/*.title-h2 { position: relative; text-align: center; margin-bottom: 30px; background: url(../images/title.png) no-repeat bottom center; z-index: 2; padding-bottom: 30px; }
.title-h2 h2 { font-family: 'Barlow', sans-serif; font-size: 35px; margin: 0; text-transform: capitalize; color: #1a3079; font-weight: 700; }
.title-h2 p { font-family: 'VLMissLeGatees'; margin: 0; font-weight: 400; color: #282e2e; font-size: 40px; }*/
.title-h2.title-color {
   background: url(../images/title2.png) no-repeat bottom center;
}
.title-h2.title-color h2 {
   color: #ffc200;
   text-shadow: 1px 0 0 #1a3079, -1px 0 0 #1a3079, 0 1px 0 #1a3079,
      2px 2px 2px #ffc200;
}
.title-h2.title-color p {
   color: #fff;
}
.filter {
   filter: brightness(0) invert(1);
}
.title-h2 .color-white {
   color: #fff;
}

/* news */
.wrap-news {
   position: relative;
   padding: 40px 0px;
}
.box-news {
   width: 49%;
}

.slick-news .slick-slide {
   margin: 0 12px;
}
.item-news {
   position: relative;
}
.item-news a.scale-img {
   position: relative;
}
.item-news .content {
   position: relative;
   width: 100%;
   background: #f2f2f2;
   padding: 15px;
}
.item-news h3 {
   position: relative;
}
.item-news h3 a {
   font-size: 15px;
   color: #1a1a1a;
   font-weight: 700;
   -webkit-line-clamp: 2;
   line-height: 25px;
   text-transform: uppercase;
   height: 50px;
   text-decoration: none;
}
.item-news .date {
   font-size: 14px;
   color: #808080;
   font-weight: 400;
   margin-bottom: 5px;
}
.item-news .date p {
   margin: 0;
   font-weight: 400;
   border-top: 1px solid #dcdcdc;
   width: 100%;
}
.item-news p.text-split {
   font-size: 13px;
   color: #666666;
   font-weight: 400;
   margin-top: 10px;
   -webkit-line-clamp: 3;
   line-height: 25px;
   height: 75px;
}
.item-news a.readnews {
   display: block;
   font-size: 14px;
   color: #1a3079;
   font-weight: 400;
   text-align: right;
   margin-top: 10px;
}
.item-news:hover h3 a {
   color: #1a3079;
}

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

/*Cart*/
#popup-cart .modal-title {
   text-transform: uppercase;
}
#popup-cart .modal-body .wrap-cart {
   padding: 0px;
   -webkit-box-shadow: none;
   box-shadow: none;
   border: 0px;
}
#popup-cart .modal-footer {
   padding: 0.75rem 0 0 0;
   border-top: 0px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.buymore-cart {
   color: var(--maincolor);
   cursor: pointer;
   margin: 0px;
}
.buymore-cart i {
   margin-right: 2px;
   margin-top: 5px;
   vertical-align: top;
   font-size: 12px;
}
.wrap-cart {
   padding: 20px 15px;
   background: #ffffff;
   border: 1px solid #d8d8d8;
   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.top-cart {
   border-right: 1px solid #eee;
}
.procart {
   padding: 20px 10px;
   border: 1px solid #eee;
   border-top: 0px;
}
.pic-procart {
   text-align: center;
}
.pic-procart img {
   max-height: 100px;
   height: inherit;
}
.pic-procart .del-procart {
   color: #999;
   font-size: 12px;
   display: block;
   margin-top: 5px;
   cursor: pointer;
}
.pic-procart .del-procart:hover {
   color: var(--maincolor);
}
.name-procart a {
   font-size: 14px;
   color: #000;
   display: block;
}
.name-procart a:hover {
   color: var(--maincolor);
}
.properties-procart {
   display: block;
}
.properties-procart p {
   display: inline-block;
   margin-bottom: 0px;
}
.properties-procart p:first-child {
   margin-right: 10px;
}
.properties-procart p strong {
   font-weight: 600;
}
.quantity-procart p {
   margin-bottom: 0px;
}
.quantity-counter-procart {
   border: 1px solid #dfdfdf;
   width: 100%;
   height: 30px;
   line-height: normal;
   text-align: center;
   border-radius: 3px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.counter-procart {
   background-color: transparent;
   border: 0px;
   width: 30%;
   color: #333;
   outline: none;
   cursor: pointer;
   font-size: 23px;
}
.counter-procart:hover,
.counter-procart:focus {
   color: var(--maincolor);
}
.counter-procart:disabled {
   color: #ccc;
   cursor: not-allowed;
}
.counter-procart:disabled:hover {
   color: #ccc;
   cursor: not-allowed;
}
.counter-procart-minus {
   line-height: 26px;
}
.counter-procart-plus {
   line-height: 24px;
}
.quantity-counter-procart .quantity-procart {
   width: 40%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   border: 0px;
   border-right: 1px solid #dfdfdf;
   border-left: 1px solid #dfdfdf;
   outline: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   padding: 0px;
   color: #333;
   text-align: center;
}
.price-procart {
   width: 20%;
   text-align: right;
}
.price-procart-rp {
   display: none;
   width: 100%;
   margin-bottom: 10px;
   font-size: 13.5px;
}
.price-new-cart {
   color: var(--maincolor);
   margin-bottom: 0px;
   font-weight: bold;
}
.price-old-cart {
   color: #999;
   text-decoration: line-through;
}
.procart-label {
   border: 0px;
   background: #eee;
   padding: 10px;
   margin: 0px;
   text-transform: capitalize;
}
.money-procart {
   margin-top: 15px;
}
.total-procart {
   background: #eee;
   padding: 7px 10px;
   border: 1px solid #dddfe2;
   margin-bottom: -1px;
   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;
}
.total-procart p {
   margin-bottom: 0px;
   font-size: 15px;
}
.total-procart p:last-child {
   color: var(--maincolor);
   font-weight: bold;
}
.section-cart {
   position: -webkit-sticky;
   position: sticky;
   top: 15px;
}
.title-cart {
   font-size: 15px;
   text-transform: uppercase;
   color: var(--maincolor);
   border-bottom: 1px solid #eee;
   padding-bottom: 5px;
   margin-bottom: 15px;
   font-weight: bold;
}
.information-cart {
   margin-bottom: 1.5rem;
}
.input-cart {
   margin-bottom: 0.5rem;
   position: relative;
}
.input-cart textarea {
   resize: none;
   height: 100px;
}
.input-cart select {
   cursor: pointer;
}
.payments-cart {
   text-align: left;
   margin-bottom: 5px;
   min-height: auto;
}
.payments-cart:last-child {
   margin-bottom: 0px;
}
.payments-cart input {
   top: calc(50% - 1.25rem / 2);
}
.payments-label img {
   max-height: 20px;
}
.payments-label {
   cursor: pointer;
   background: #eee;
   padding: 10px 15px;
   border-radius: 3px;
   margin-bottom: 0px;
   color: #313131 !important;
   display: flex;
   align-items: center;
   gap: 10px;
}
.payments-label::before,
.payments-label::after {
   top: calc(50% - 1rem / 2);
}
.payments-label.active {
   background: var(--maincolor);
   color: #ffffff !important;
}
.payments-info {
   opacity: 0;
   visibility: hidden;
   height: 0px;
   overflow: hidden;
   background: #f5efef;
   border-radius: 5px;
}
.payments-info p {
   margin-bottom: 1em;
}
.payments-info.active {
   padding: 10px 15px;
   margin-top: 5px;
   opacity: 1;
   visibility: visible;
   height: auto;
}
.btn-cart {
   text-transform: capitalize;
}
.empty-cart {
   padding: 25px 30px;
   display: block;
   text-align: center;
   color: #23527c !important;
   width: 100%;
}
.empty-cart i {
   color: red;
   font-size: 70px;
}
.empty-cart p {
   margin: 15px 0px;
   color: #333;
   font-size: 18px;
}
.click-show-kt {
   cursor: pointer;
   font-size: 14px;
   font-weight: 600;
   color: #5a5a5a;
}
.filter_block {
   display: flex;
   padding: 0 1rem;
   margin-bottom: 1rem;
}
.filter_title {
   font-weight: bold;
   font-size: 14px;
   align-items: center;
   padding-bottom: 10px;
   margin-bottom: 10px;
   margin-right: 1rem;
   font-size: 1.1rem;
}
.filter_block ul {
   list-style: none;
   display: flex;
}
.filter_block ul li {
   margin: 0 0.5rem;
}
.filter_block ul li a {
   color: #777;
   display: flex;
   align-items: center;
   cursor: pointer;
   font-size: 1.1rem;
}
.filter_block ul li a span {
   border: 1px solid #ddd;
   border-radius: 3px;
   width: 1rem;
   height: 1rem;
   display: block;
   position: relative;
   display: none;
}
.filter_block ul li a.checked span:after {
   content: "\2713";
   filter: brightness(0);
   font-size: 15px;
   position: absolute;
   top: -7px;
   right: -1px;
   z-index: 2;
}
.cart-pro-detail .btn-success {
}
.btn-load-more-comment-parent {
   background: var(--maincolor) !important;
   border-color: var(--maincolor) !important;
}
.fillter-background {
   position: fixed;
   top: 0;
   left: 0;
   background: rgba(0, 0, 0, 0.5);
   width: 100vw;
   height: 100vh;
   opacity: 0;
   visibility: hidden;
   z-index: 1001;
}
.fillter-background.active {
   opacity: 1;
   visibility: visible;
}
.fix-fillter {
   position: fixed;
   left: -15px;
   max-width: 300px;
   background: #fff;
   top: 0;
   width: 100%;
   padding: 0 10px;
   height: 100vh;
   padding-top: 3rem;
   z-index: 10;
   box-sizing: border-box;
}
.fix-fillter h3 {
   font-size: 20px;
   padding-left: 15px;
   display: flex;
   justify-content: space-between;
   border-bottom: 1px solid #f6f6f6;
   padding-bottom: 10px;
   margin-bottom: 10px;
}
#filter_color_choose li.color-fillter {
   display: inline-block;
}
.filter_block ul li.color-fillter a i {
   width: 35px;
   height: 35px;
   border-radius: 50%;
}
.filter_block ul li.color-fillter a {
   border-radius: 50%;
   border: 1px solid transparent;
   padding: 3px;
}
.filter_block ul li.color-fillter a.checked {
   border-radius: 50%;
   border: 1px solid #f00;
}
.color-fillter span {
   display: none;
}
.fillter-button {
   width: 100%;
   display: flex;
   justify-content: end;
}
.fillter-button span {
   padding: 7px 20px;
   border: 1px solid #ccc;
   border-radius: 5px;
   cursor: pointer;
}
.title-product {
   position: relative;
}
.fillter-button {
   position: absolute;
   right: 0;
   top: 0;
}
.fix-fillter {
   left: -400px;
   transition: all 0.6s;
}
.fix-fillter.active {
   left: -15px;
   transition: all 0.6s;
}
.close-fillter {
   cursor: pointer;
}

.img-bg {
   background-image: url(../images/bg1.png);
   position: absolute;
   height: 200vh;
   width: 100%;
   background-position: 10%;
   background-repeat: no-repeat;
   background-size: cover;

}

/* Footer */
footer {
   background-image: url(../images/footer.png);
   line-height: 25px;
   color: var(--footer-text-color);
   padding-top: var(--color-padding-top-footer);
}
footer a {
   color: black;
   transition: all 0.6s;
}

#footer-mapss {
   overflow: hidden;
}

#footer-mapss iframe {
   width: 100%;
}
.footer-bottom {
   padding: 10px 0;
   text-align: center;
   display: var(--footer-bottom-public);
   background-color: var(--footer-bottom-bg);
   color: var(--footer-bottom-color);
   margin-top: 2rem;
}
.footer-bottom p {
   margin-bottom: 0;
}
.footer-article .wrap-content {
   display: grid;
   grid-template-columns: 2fr 1fr 1fr 1.5fr;
   grid-gap: 15px;
}
.group-support {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 15px;
   background-color: var(--bg);
   padding: 10px;
   border-radius: 5px;
}
.item-support {
   display: grid;
   grid-template-columns: 40px auto;
   grid-gap: 5px;
}
.image {
   width: 100%;
}
.title p {
   margin-bottom: 0;
   line-height: 20px;
   font-family: var(--font-family);
}
.title .name a {
   color: #1f7f5c;
   font-size: 16px;
   font-weight: bold;
   line-height: 23px;
}
.item-support a:hover {
   color: black;
}
footer .header-title {
   margin-bottom: 10px;
}
.header-title {
   border-bottom: 2px;
   text-align: center;
   margin-bottom: 10px;
}
footer .header-title {
   padding-bottom: 0;
   margin-bottom: 0;
}
footer .header-title {
   color: var(--footer-header-color);
   position: relative;
   text-align: left;
   font-size: var(--footer-header-size);
   text-transform: uppercase;
}
.header-title {
   color: #000;
   font-weight: 700;
   font-size: 18px;
   margin: 0;
}
footer .content-quote {
   background-color: var(--bg);
   margin-top: 20px;
   font-family: var(--font-family);
   border-radius: 5px;
   color: black;
}
footer .content-quote img {
   vertical-align: middle;
}
.footer-content .contact-menu {
   gap: 10px;
   line-height: 1.2;
   margin-bottom: 10px;
}
footer .footer-content .name {
   font-size: 2.5rem;
   margin-bottom: 10px;
}
.footer-menu {
   list-style: none;
   padding-inline-start: 0px;
}
.footer-menu a {
   text-decoration: none;
   color: #fff;
}
.footer-menu a:hover {
   color: #fff;
   padding-left: 15px;
   transition: all 0.6s;
}

/* fanpage-footer */
.fanpage-footer {
   width: 29%;
}
.footer-content {
   width: 100%;
   font-weight: 400;
}
.footer-content .content {
   text-align: left;
}
.flex-star {
   align-items: flex-start;
}
.box-newsletter {
   border: 1px solid #b3b3b3;
   padding: 20px;
   width: 55%;
}
.social-footer {
   margin-top: 5px;
}
.social-footer .hvr-rotate-y {
   margin-right: 7px;
}
.hvr-rotate-y:hover img {
   transform: rotateY(180deg);
   transition: all 0.6s;
}
.hvr-rotate-y img {
   transition: all 0.6s;
}
.statistic {
   margin-bottom: 0;
   margin-top: 5px;
}
.map-footer:hover {
   opacity: 0.8;
}
.map-footer {
   font-size: 14px;
   color: #0d0d0d;
   font-weight: 400;
   display: inline-block;
   background: #f6ee1d;
   padding: 13px 25px;
   border-radius: 50px;
   display: inline-flex;
   align-items: center;
}
.map-footer i {
   font-size: 22px;
   margin-right: 5px;
}
#footer-map iframe {
   position: relative;
   width: 100%;
   height: 270px;
}
.wrap-product-nb {
   padding: 40px 0;
}
.wrap-product-nb .wrap-content {
   position: relative;
   padding-bottom: 1rem;
}
.wrap-product-nb .product-s19-header .header-title .header {
   margin: 0;
   display: block;
   color: #fff;
   font-size: 20px;
   font-weight: 700;
   position: relative;
   width: fit-content;
   text-transform: uppercase;
}
.product-s19-categories ul {
   max-width: 100%;
   overflow-x: auto;
   overflow-y: hidden;
   white-space: normal;
   padding: 0;
   margin: 0;
   text-align: right;
}
.wrap-product-nb .product-s19-categories ul li {
   display: inline-block;
   cursor: pointer;
   flex-shrink: 0;
   margin: 0 10px 10px 0;
}
.wrap-product-nb .product-s19-categories ul li a {
   color: #1f7f5c;
   line-height: 20px;
   text-align: center;
   font-size: 16px;
   text-decoration: none !important;
   border-radius: 25px;
   border: 1px solid #ccc;
   padding: 5px 15px;
}
.wrap-product-nb .product-s19-categories ul li a {
   display: flex;
   align-items: center;
   color: #000;
   border-radius: 25px;
}
.wrap-product-nb .product-s19-categories ul li a.active,
.wrap-product-nb .product-s19-categories ul li a:hover {
   color: #fff;
   background: var(--maincolor);
   border: 1px solid var(--maincolor);
}
.wrap-product-nb .product-s19-header-wrapper {
   background-color: transparent;
   display: flex;
   align-items: center;
   justify-content: space-between;
   border-bottom: 2px solid var(--maincolor);
   padding: 0px 0px;
   box-sizing: border-box;
   position: relative;
   margin-bottom: 20px;
}
.product-s19-categories {
   opacity: 0;
   visibility: hidden;
}
.wrap-product-nb .product_view_more {
   margin-top: 15px;
   text-align: center;
}
.wrap-product-nb .more-link {
   padding: 2px 0px;
   border-radius: 5px;
   color: var(--maincolor);
   display: inline-block;
   text-decoration: none !important;
}
.wrap-product-nb .product-s19-header .header-title {
   position: relative;
   background: var(--maincolor);
   color: #fff;
   padding: 8px 25px;
   display: inline-block;
}
.wrap-product-nb .product-s19-header .header-title:before {
   content: "";
   position: absolute;
   top: 0px;
   width: 40px;
   height: 101%;
   right: -36px;
   background: var(--maincolor);
   clip-path: polygon(0 0, 11% 0, 100% 100%, 0% 100%);
}
.wrap-product-nb .more-link:hover {
   color: var(--color-red);
}

/* Like Share */
.social-plugin {
   display: flex;
   justify-content: flex-start;
   margin-top: 10px;
}
.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;
   margin-top: 20px;
}
.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: #e6e6e6;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
   color: #ffffff !important;
   border-color: #1a3079;
   background-color: #1a3079;
}
.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: 20px;
   right: 25px;
   display: none;
   z-index: 10;
   cursor: pointer;
}

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

/* Transition All */
.transition {
   -webkit-transition: 0.3s ease-out;
   -moz-transition: 0.3s ease-out;
   -o-transition: 0.3s ease-out;
   transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
   overflow: hidden;
}
.scale-img img {
   -webkit-transition: 0.3s ease-out;
   -moz-transition: 0.3s ease-out;
   -o-transition: 0.3s ease-out;
   transition: 0.3s ease-out;
   -moz-transform: scale(1, 1);
   -webkit-transform: scale(1, 1);
   -o-transform: scale(1, 1);
   -ms-transform: scale(1, 1);
   transform: scale(1, 1);
}
.scale-img:hover > img {
   -webkit-transition: 0.3s ease-out;
   -moz-transition: 0.3s ease-out;
   -o-transition: 0.3s ease-out;
   transition: 0.3s ease-out;
   -moz-transform: scale(1.1, 1.1);
   -webkit-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
   -webkit-animation-name: blink;
   -webkit-animation-duration: 1s;
   -webkit-animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
   -moz-animation-name: blink;
   -moz-animation-duration: 1s;
   -moz-animation-timing-function: linear;
   -moz-animation-iteration-count: infinite;
   animation-name: blink;
   animation-duration: 1s;
   animation-timing-function: linear;
   animation-iteration-count: infinite;
}
@-moz-keyframes blink {
   0% {
      opacity: 1;
   }
   50% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}
@-webkit-keyframes blink {
   0% {
      opacity: 1;
   }
   50% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}
@keyframes blink {
   0% {
      opacity: 1;
   }
   50% {
      opacity: 0;
   }
   100% {
      opacity: 1;
   }
}

/* Button Frame */
.btn-frame {
   display: block;
   width: 50px;
   height: 50px;
   position: fixed;
   right: 20px;
   z-index: 10;
   cursor: pointer;
}
.btn-frame i {
   display: flex;
   display: -ms-flex;
   justify-content: center;
   align-items: center;
   -ms-flex-align: center;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   background: var(--color-main);
   position: relative;
   z-index: 1;
}
.btn-frame i img {
   vertical-align: middle;
   width: 70%;
}
.btn-frame .animated.infinite {
   animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
   width: 60px;
   height: 60px;
   top: -5px;
   right: -5px;
   position: absolute;
   background-color: transparent;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   border: 2px solid rgba(7, 41, 103, 0.8);
   opacity: 0.1;
   border-color: var(--color-main);
   opacity: 0.5;
}
.btn-frame .zoomIn {
   animation-name: zoomIn;
}
.btn-frame .animated {
   animation-duration: 1s;
   animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
   width: 70px;
   height: 70px;
   top: -10px;
   right: -10px;
   position: absolute;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   border: 2px solid transparent;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   background-color: rgba(7, 41, 103, 0.35);
   opacity: 0.4;
}
.btn-frame .pulse {
   animation-name: pulse;
}
@-moz-keyframes coccoc-alo-circle-img-anim {
   0% {
      transform: rotate(0) scale(1) skew(1deg);
   }
   10%,
   30% {
      -moz-transform: rotate(-25deg) scale(1) skew(1deg);
   }
   20%,
   40% {
      -moz-transform: rotate(25deg) scale(1) skew(1deg);
   }
   100%,
   50% {
      -moz-transform: rotate(0) scale(1) skew(1deg);
   }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
   0%,
   100%,
   50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
   }
   10%,
   30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
   }
   20%,
   40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
   }
}
@-o-keyframes coccoc-alo-circle-img-anim {
   0%,
   100%,
   50% {
      -o-transform: rotate(0) scale(1) skew(1deg);
   }
   10%,
   30% {
      -o-transform: rotate(-25deg) scale(1) skew(1deg);
   }
   20%,
   40% {
      -o-transform: rotate(25deg) scale(1) skew(1deg);
   }
}

/* Shopee */
.btn-shopee {
   bottom: 390px;
}

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

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

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
   display: none !important;
}
.js-facebook-messenger-tooltip {
   bottom: 97px;
   right: 97px;
}
.js-facebook-messenger-tooltip {
   color: #404040;
   background: #fff;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
   z-index: 999;
}
.js-facebook-messenger-tooltip {
   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);
   box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
   z-index: 1e30;
}
.js-facebook-messenger-close-tooltip {
   width: 10px;
   height: 10px;
   display: inline-block;
   cursor: pointer;
   margin-left: 10px;
}
.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-box,
.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(--color-main);
   border-radius: 100%;
   overflow: hidden;
   z-index: 99;
   -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
   -moz-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 {
   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;
   -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
   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;
   -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
   transition: opacity 160ms ease-in-out, 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;
   transform: translateY(50px);
   bottom: 110px;
   right: 90px;
   border-radius: 10px;
   pointer-events: none;
   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;
   -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
   -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
   transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}
.js-facebook-messenger-top-header {
   width: 220px;
}
.js-facebook-messenger-top-header {
   color: #ffffff;
   background: #1182fc;
}
.js-facebook-messenger-top-header {
   display: block;
   position: relative;
   width: 220px;
   background: #1182fc;
   color: #ffffff;
   text-align: center;
   line-height: 1;
   padding: 10px;
   font-size: 14px;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}
.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
   z-index: 999;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
   z-index: 1000;
}
.js-facebook-messenger-top-header {
   color: #ffffff;
   background: #1182fc;
}
.js-facebook-messenger-top-header {
   width: 220px;
}
.js-facebook-messenger-tooltip {
   color: #404040;
   background: #fff;
}
.js-facebook-messenger-container.open {
   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 {
   transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
   opacity: 1;
}

/* Cart Fix */
.cart-fixed {
   position: fixed;
   right: 20px;
   bottom: 460px;
   z-index: 10;
   background: #4b4f56;
   width: 50px;
   height: 50px;
   text-align: center;
   color: #fff !important;
   border-radius: 100%;
   display: flex;
   align-items: 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: var(--color-red);
   text-align: center;
   line-height: 25px;
   font-size: 11px;
   border-radius: 100%;
}

/* Toolbar */
.toolbar {
   background: var(--maincolor);
   width: 100%;
   padding: 2vw;
   bottom: 0px;
   position: fixed;
   z-index: 500;
   height: auto;
   left: 0px;
   display: none;
}
.toolbar ul {
   list-style: none;
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 0px;
   margin: 0px;
}
.toolbar ul li {
   text-align: center;
   width: 25%;
}
.toolbar ul li a {
   display: block;
   width: 100%;
   cursor: pointer;
   color: #fff;
   text-decoration: none !important;
}
.toolbar ul li a img,
.toolbar ul li a i {
   height: 4vw;
   width: auto;
   font-size: 2.5rem;
}
.toolbar ul li a span {
   font-weight: 400;
   color: #ffffff;
   font-size: 3.5vw;
   display: none;
}

/* Fixbar */
.fixbar {
   bottom: 0;
   display: block;
   background: #f0eff4;
   border-top: 1px solid #ddd;
   width: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   position: fixed;
   margin: 0;
   z-index: 500;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   height: 50px;
}
.fixbar ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
}
.fixbar ul li {
   display: inline-block;
   margin: 0 auto 10px;
   text-align: center;
   width: 25%;
   float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
   width: 20px;
   height: 20px;
   display: block;
   margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
   background: url(../images/cart-mobile.png) no-repeat;
}
.cart-total-header-mobile {
   font-size: 10px;
   position: absolute;
   background: red;
   color: #fff !important;
   border-radius: 50%;
   height: 15px;
   width: 15px;
   line-height: 15px;
   top: 5px;
   margin-left: 5px;
}
.fixbar ul li a {
   font-size: 11px;
   text-decoration: none;
   color: #333;
}
.fixbar ul li a i {
   font-size: 20px;
}

/* Plugbar */
.plugbar {
   position: fixed;
   bottom: 0;
   left: 0;
   border-top: 1px solid #eae6e6;
   width: 100%;
   right: 0;
   max-width: 767px;
   margin: 0 auto;
   background: #ffffff;
   padding: 9px 10px 10px 7px;
   z-index: 10;
}
.plugbar ul {
   list-style: none;
   padding: 0;
   margin: 0px;
   display: -webkit-flex;
   display: -moz-flex;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.plugbar ul li {
   width: 20%;
   float: left;
}
.plugbar ul li a {
   display: block;
   color: #696969;
   font-size: 12px;
   text-align: center;
   position: relative;
}
.plugbar ul li a i {
   font-size: 20px;
   color: #696969;
}
.plugbar ul li a span {
   position: absolute;
   width: 50px;
   height: 50px;
   top: -40px;
   left: calc(50% - 50px / 2);
   font-size: 14px;
   display: block;
   border: 1px solid rgba(234, 230, 230, 0.5);
   border-radius: 100%;
}

/* Combo Phone */
.support-online .animated.infinite {
   animation-iteration-count: infinite;
}
.support-online .animated {
   animation-duration: 1s;
   animation-fill-mode: both;
}
.support-online .zoomIn {
   animation-name: zoomIn;
}
.support-online .pulse {
   animation-name: pulse;
}
.support-online {
   position: fixed;
   z-index: 999;
   left: 10px;
   bottom: 0px;
}
.support-online a {
   position: relative;
   margin: 20px 10px;
   text-align: left;
   width: 40px;
   height: 40px;
}
.support-online i {
   width: 40px;
   height: 40px;
   background: #43a1f3;
   color: #ffffff;
   border-radius: 100%;
   font-size: 20px;
   text-align: center;
   line-height: 1.9;
   position: relative;
   z-index: 999;
}
.support-online a span {
   border-radius: 2px;
   text-align: center;
   background: rgb(103, 182, 52);
   padding: 9px;
   display: none;
   width: 180px;
   margin-left: 10px;
   position: absolute;
   color: #ffffff;
   z-index: 999;
   top: 0px;
   left: 40px;
   transition: all 0.2s ease-in-out 0s;
   -moz-animation: headerAnimation 0.7s 1;
   -webkit-animation: headerAnimation 0.7s 1;
   -o-animation: headerAnimation 0.7s 1;
   animation: headerAnimation 0.7s 1;
}
.support-online a:hover span {
   display: block;
}
.support-online a {
   display: block;
}
.support-online a span:before {
   content: "";
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 10px 10px 10px 0;
   border-color: transparent rgb(103, 182, 52) transparent transparent;
   position: absolute;
   left: -10px;
   top: 10px;
}
.support-online .kenit-alo-circle-fill {
   width: 60px;
   height: 60px;
   top: -10px;
   position: absolute;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   border: 2px solid transparent;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
   background-color: rgba(0, 175, 242, 0.5);
   opacity: 0.75;
   right: -10px;
}
.support-online .kenit-alo-circle {
   width: 50px;
   height: 50px;
   top: -5px;
   right: -5px;
   position: absolute;
   background-color: transparent;
   -webkit-border-radius: 100%;
   -moz-border-radius: 100%;
   border-radius: 100%;
   border: 2px solid rgba(30, 30, 30, 0.4);
   opacity: 0.1;
   border-color: #0089b9;
   opacity: 0.5;
}
.support-online .support-online .btn-support {
   cursor: pointer;
}
.support-online .mes i {
   background: orange;
}
.support-online .sms i {
   background: red;
}
.support-online .call-now i {
   background: green;
}

/* Phone Switch */
.widget-mobile {
   position: fixed;
   left: 50%;
   transform: translateX(-50%);
   bottom: 10px;
   z-index: 9999999;
}
#my-phone-circle {
   position: relative;
   width: 50px !important;
   height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
   content: "\f00d";
}
.wcircle-icon {
   background: #1282fc;
   border-radius: 50%;
   display: flex !important;
   display: -ms-flex !important;
   align-items: center;
   -ms-flex-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   position: relative !important;
}
.wcircle-icon:before {
   position: absolute;
   content: "";
   width: 60px;
   height: 60px;
   background: rgba(18, 130, 252, 0.5);
   border: 1px solid #ffffff;
   border-radius: 50%;
   left: -5px;
   top: -5px;
   -webkit-animation: pulse 1s infinite ease-in-out;
   -moz-animation: pulse 1s infinite ease-in-out;
   -ms-animation: pulse 1s infinite ease-in-out;
   -o-animation: pulse 1s infinite ease-in-out;
   animation: pulse 1s infinite ease-in-out;
}
.wcircle-icon:after {
   position: absolute;
   content: "";
   width: 80px;
   height: 80px;
   background: rgba(18, 130, 252, 0.5);
   border-radius: 50%;
   left: -15px;
   top: -15px;
   -webkit-animation: zoomIn 2s infinite ease-in-out;
   -moz-animation: zoomIn 2s infinite ease-in-out;
   -ms-animation: zoomIn 2s infinite ease-in-out;
   -o-animation: zoomIn 2s infinite ease-in-out;
   animation: zoomIn 2s infinite ease-in-out;
}
.wcircle-menu {
   position: absolute !important;
   left: 0;
   top: 0;
   display: none;
}
.wcircle-menu-item {
   width: 50px;
   height: 50px;
   background: #1282fc;
   border-radius: 50%;
   display: flex;
   display: -ms-flex;
   align-items: center;
   -ms-flex-align: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.wcircle-menu-item img {
   width: 50px;
   height: 50px;
   display: block;
   border-radius: 50%;
}
.wcircle-menu-item i,
.wcircle-icon i {
   font-size: 25px;
   color: #ffffff;
   position: relative;
   z-index: 9999;
}
.shake-anim {
   -webkit-animation: shake-anim 1s infinite ease-in-out;
   -moz-animation: shake-anim 1s infinite ease-in-out;
   -ms-animation: shake-anim 1s infinite ease-in-out;
   -o-animation: shake-anim 1s infinite ease-in-out;
   animation: shake-anim 1s infinite ease-in-out;
   -webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
   -ms-transform-origin: 50% 50%;
   -o-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
}
@-moz-keyframes shake-anim {
   0% {
      transform: rotate(0) scale(1) skew(1deg);
   }
   10%,
   30% {
      -moz-transform: rotate(-25deg) scale(1) skew(1deg);
   }
   20%,
   40% {
      -moz-transform: rotate(25deg) scale(1) skew(1deg);
   }
   100%,
   50% {
      -moz-transform: rotate(0) scale(1) skew(1deg);
   }
}
@-webkit-keyframes shake-anim {
   0%,
   100%,
   50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
   }
   10%,
   30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
   }
   20%,
   40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
   }
}
@-o-keyframes shake-anim {
   0%,
   100%,
   50% {
      -o-transform: rotate(0) scale(1) skew(1deg);
   }
   10%,
   30% {
      -o-transform: rotate(-25deg) scale(1) skew(1deg);
   }
   20%,
   40% {
      -o-transform: rotate(25deg) scale(1) skew(1deg);
   }
}
@-webkit-keyframes hvr-pulse-shrink {
   to {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
   }
}
@keyframes hvr-pulse-shrink {
   to {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
   }
}
.hvr-pulse-shrink {
   display: inline-block;
   vertical-align: middle;
   -webkit-transform: translateZ(0);
   transform: translateZ(0);
   box-shadow: 0 0 1px rgba(0, 0, 0, 0);
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
   -webkit-animation-name: hvr-pulse-shrink;
   animation-name: hvr-pulse-shrink;
   -webkit-animation-duration: 0.3s;
   animation-duration: 0.3s;
   -webkit-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
   -webkit-animation-direction: alternate;
   animation-direction: alternate;
   cursor: pointer;
}
.rows_1 {
   -webkit-line-clamp: 1;
}
.rows_2 {
   -webkit-line-clamp: 2;
}
.rows_3 {
   -webkit-line-clamp: 3;
}
.rows_4 {
   -webkit-line-clamp: 4;
}
.rows_5 {
   -webkit-line-clamp: 5;
}

/*Title index*/
.title-index {
   width: 100%;
   text-align: center;
   margin-bottom: 2em;
}
.title-index h2 {
   font-size: 2.3em;
   font-weight: 700;
   text-transform: uppercase;
   color: #3741a3;
}

/* Menu */
.menu {
   position: sticky;
   z-index: 15;
   width: 100%;
   background: var(--maincolor);
   top: 0;
}
.menu ul li {
   position: relative;
   z-index: 1;
}
.menu ul li.line {
   width: 1px;
   height: 15px;
   background-color: rgba(0, 0, 0, 0.1);
}
.menu ul li a {
   display: block;
   position: relative;
   color: #fff;
   text-decoration: none !important;
   height: 100%;
   text-align: left;
   padding: 4px 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;
   -moz-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   -webkit-transition: all 0.4s ease-out;
   -moz-transition: all 0.4s ease-out;
   -o-transition: all 0.4s ease-out;
   -ms-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.menu > ul > li a.active,
.menu > ul > li:hover > a {
   background: url(../images/img/css.png) no-repeat bottom;
}
.menu ul li:hover > a.has-child:after,
.menu ul li a.active.has-child:after {
}
.menu ul li ul {
   position: absolute;
   min-width: 260px;
   background-color: #fafafa;
   border-radius: 0.25rem;
   -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
   box-shadow: 1px 1px 15px rgb(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;
   transition: all 0.5s;
   line-height: normal !important;
   height: auto !important;
   left: 0;
   top: 100%;
}
.menu ul li:hover > ul {
   -webkit-transform: perspective(600px) rotateX(0);
   transform: perspective(600px) rotateX(0);
   -webkit-transform-origin: 0 0 0;
   opacity: 1;
   visibility: visible;
   transition: all 0.7s;
}
.menu ul li ul li {
   padding-left: 0.75rem;
   padding-right: 0.75rem;
}
.menu ul li ul li a {
   font-weight: 600;
   font-size: 14px;
   text-align: left;
   color: #313131;
   border-bottom: 1px solid #ececec;
}
.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;
   -moz-transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.menu ul li ul li a.active,
.menu ul li ul li:hover > a {
   color: var(--color-red);
}
.menu ul li ul li:hover > a.has-child:after,
.menu ul li ul li a.active.has-child:after {
   border-color: var(--color-red);
}
.menu ul li ul li a {
   padding: 10px 0px 9px 0px;
   text-transform: capitalize;
}
.menu ul li ul li ul {
   left: 100%;
   margin-top: 0px;
   top: 0;
}

/* Flickering animation */
@keyframes flicker {
   0%,
   18%,
   22%,
   25%,
   53%,
   57%,
   100% {
      text-shadow: 0 0 4px #fc0, 0 0 11px #fc0, 0 0 19px #fc0, 0 0 40px #fff,
         0 0 80px #fff, 0 0 90px #fff, 0 0 100px #fff, 0 0 150px #fff;
   }
   20%,
   24%,
   55% {
      text-shadow: none;
   }
}
.hidden-menu {
   visibility: hidden;
   opacity: 0;
}

/*Catagory List*/
.wrap-list-product {
   width: 100%;
   margin: 2rem auto;
}
.item-catagory {
   text-align: center;
}
.item-catagory h3 {
   font-size: 16px;
   text-transform: uppercase;
   font-weight: 500;
}
.item-catagory h3 a {
   text-decoration: none;
   color: #000;
   text-decoration: none !important;
}
.item-catagory:hover h3 a {
   color: var(--color-red);
}
.control-list-catagory {
   opacity: 0;
}
.wrap-list-product:hover .control-list-catagory {
   opacity: 1;
}

/*Feeback*/
.wrap-feedback {
   width: 100%;
   margin: 2rem auto;
}
.content-feedback {
   position: relative;
}
.wrap-feedback .item {
   text-align: center;
}
.wrap-feedback .item .box-avatar {
   position: relative;
}
.wrap-feedback .item .box-avatar .avatar {
   width: 100px;
   height: 100px;
   margin: 0 auto;
   border-radius: 50%;
   overflow: hidden;
}
.wrap-feedback .item .box-avatar .avatar img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.wrap-feedback .item .item-container .feedback-content .content {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5;
   font-size: 16px;
}
.wrap-feedback .item .info {
   margin-top: 15px;
}
.wrap-feedback .item .info .feedback-name {
   font-size: 18px;
   font-weight: 700;
   margin: 0;
   margin: 10px auto;
}
.wrap-feedback .item .info .feedback-office {
   font-size: 14px;
   margin: 0;
   color: var(--maincolor);
   font-style: italic;
}
.wrap-feedback:hover .control-feedback {
   opacity: 1;
}
.control-feedback {
   opacity: 0;
}
@media (max-width: 600px) {
   .wrap-feedback .box-content {
      padding: 20px;
   }
   .wrap-feedback .arrow_nav {
      display: none;
   }
}
.wrap-images-customer:hover .control-feedback-customer {
   opacity: 1;
}
.control-feedback-customer {
   opacity: 0;
}

/*Images customer*/
.wrap-images-customer {
   margin: 3rem auto;
}
.wrap-images-customer .item:first-of-type {
   margin-bottom: 15px;
}
.wrap-images-customer .item {
   margin-right: 7.5px;
   margin-left: 7.5px;
   margin-bottom: 0;
}
.wrap-images-customer .item-gallery {
   position: relative;
   display: block;
   width: 100%;
   padding-top: 65%;
   height: inherit;
   overflow: hidden;
}
.wrap-images-customer .item-gallery picture {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}
.wrap-images-customer .item-gallery picture img {
   min-height: 100%;
   min-width: 100%;
   position: relative;
   display: inherit;
   transition: all 0.5sease-in-out;
   object-fit: cover;
}
.wrap-images-customer .item-gallery picture img {
   transition: all 0.6s;
}
.tienIchRight {
   position: fixed;
   display: block;
   top: 30%;
   right: 5px;
   transform: translate(0, -30%);
   background-color: #fff;
   box-shadow: 0 0 5px black;
   border-radius: 10px;
   border: 1px solid white;
   text-align: center;
   z-index: 9999;
   overflow: hidden;
}
.tienIchRight .item {
   padding: 5px;
}
.tienIchRight .item:hover {
   background-color: #ececec;
}
.tienIchRight p {
   color: red;
   font-size: 11px;
   font-weight: 600;
   margin: 0;
}
.tienIchRight .icon {
   height: 20px;
}
.tienIchRight .icon img {
   height: 100%;
}

/*News Posts*/
.news-posts {
   padding: 3.5em 0;
   width: 100%;
}
.title-main-index {
   text-align: center;
   width: 100%;
   margin-bottom: 2em;
}
.title-main-index h2 {
   font-size: 2em;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 48.41px;
   text-align: left;
   color: #678e0b;
   text-align: center;
}
.title-main-index span {
   color: #e9a403e5;
}
.ones-news-posts {
   width: 47.4285714%;
}
.ones-news-posts > p:nth-child(1) {
   margin-bottom: 25px;
}
.list-news-posts {
   width: 50%;
   margin-top: 0px;
}
.descs-content-news-posts {
   font-size: 1.1em;
   margin-bottom: 5px;
}
.wrap-content-news-posts {
   width: 100%;
}
.wrap-content-news-posts h3 {
   font-size: 1.3em;
   font-weight: 700;
   height: 36px;
}
.wrap-content-news-posts h3 a {
   color: #333;
   text-decoration: none;
}
.item-news-posts {
   margin-bottom: 1.7em;
}
.images-news-posts {
   width: 34.2857143%;
}
.content-shows-news-posts {
   width: 62.8571429%;
   font-size: 0.9em;
}
.content-shows-news-posts h3 {
   font-size: 1.2em;
}

/*News index*/
.wrap-news-index {
   width: 100%;
}
.wrap-news-index .wrap-content {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 30px;
}
.wrap-news-index .header-title {
   display: flex;
   justify-content: space-between;
   align-items: center;
   overflow: hidden;
   margin-bottom: 1rem;
}
.wrap-news-index .header-title .header {
   position: relative;
}
.wrap-news-index .header-title .header {
   margin: 0;
   font-size: 20px;
   line-height: 25px;
}
.wrap-news-index .header-title .header:after {
   position: absolute;
   content: "";
   width: 100vw;
   height: 1px;
   bottom: 2px;
   left: calc(100% + 5px);
   background: #000;
}
.wrap-news-index .header-title .view-more {
   color: var(--maincolor);
   transition: all 500ms;
   font-size: 14px;
   font-weight: 400;
   display: inline-block;
   text-decoration: none !important;
}
.wrap-news-index .header-title .view-more i {
   display: none;
}
.wrap-news-index .header-title .view-more:hover i {
   display: contents;
}
.wrap-news-index .video-box .row-video {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 10px;
}
.wrap-news-index
   .video-box
   .main-videos
   .video-section-outer
   .video-section
   .img {
   position: relative;
   display: block;
   width: 100%;
   padding-top: 80%;
   height: fit-content;
   border-radius: 0;
   overflow: hidden;
}
.wrap-news-index .video-box .video-section-outer .video-section .img a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}
.wrap-news-index .video-box .video-section-outer .video-section .img a img {
   height: 100%;
   width: 100%;
   position: relative;
   display: inherit;
   transition: all 0.5sease-in-out;
   object-fit: cover;
}
.wrap-news-index .list-post .item {
   display: grid;
   grid-template-columns: 4fr 1fr;
   grid-gap: 20px;
   margin-top: 5px;
   margin-bottom: 5px;
}
.wrap-news-index .list-post .item .title h3 {
   margin: 0;
   line-height: 20px;
}
.header,
.header-title .header {
   color: #000;
   font-weight: 700;
}
.wrap-news-index .list-post .item .title h3 a {
   color: #000;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 500;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   font-weight: 600;
}
.wrap-news-index .list-post .item .title h3:hover a {
   color: var(--maincolor);
}
.wrap-news-index .list-post .item .title .description {
   margin: 0;
   color: #000;
   font-size: 14px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
.wrap-news-index .list-post .item .img {
   position: relative;
   display: block;
   width: 100%;
   padding-top: 70%;
   height: fit-content;
   border-radius: 0;
   overflow: hidden;
}
.wrap-news-index .list-post .item .img a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}
.wrap-news-index .list-post .item .img a img {
   height: 100%;
   width: 100%;
   position: relative;
   display: inherit;
   transition: all 0.5sease-in-out;
   object-fit: cover;
}
.wrap-news-index .video-box .list-videos .video-section-outer {
   display: grid;
   grid-template-columns: 1fr 1.365fr;
   grid-gap: 10px;
   margin-bottom: 10px;
}
.wrap-news-index
   .video-box
   .list-videos
   .video-section-outer
   .video-section
   .img {
   position: relative;
   display: block;
   width: 100%;
   padding-top: 80%;
   height: fit-content;
   border-radius: 0;
   overflow: hidden;
}
.wrap-news-index .video-box .video-section-outer .video-section .img a {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   overflow: hidden;
}
.wrap-news-index .video-box .video-section-outer .video-section .img a img {
   height: 100%;
   width: 100%;
   position: relative;
   display: inherit;
   transition: all 0.5sease-in-out;
   object-fit: cover;
}
.wrap-news-index .play-now {
   position: absolute;
   left: 50%;
   top: 50%;
   display: block;
   border-radius: 50%;
   z-index: 10;
   width: 30px;
   height: 30px;
   -webkit-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
   transform-origin: center center;
}
.wrap-news-index .play-now .icon {
   position: absolute;
   left: 50%;
   top: 50%;
   height: 30px;
   width: 30px;
   text-align: center;
   line-height: 30px;
   color: #fff;
   z-index: 1;
   font-size: 10px;
   padding-left: 2px;
   display: block;
   -webkit-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
   -webkit-transform-origin: center;
   transform-origin: center center;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
   -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
   -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
   -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
   box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
   background-color: var(--maincolor);
}
.wrap-news-index .play-now .ripple,
.wrap-news-index .play-now .ripple:before,
.wrap-news-index .play-now .ripple:after {
   position: absolute;
   top: 50%;
   left: 50%;
   height: 30px;
   width: 30px;
   -webkit-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
   -webkit-transform-origin: center;
   transform-origin: center center;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
   -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
   -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
   -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
   -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
   box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
   -webkit-animation: ripple 3s infinite;
   -moz-animation: ripple 3s infinite;
   -ms-animation: ripple 3s infinite;
   -o-animation: ripple 3s infinite;
   animation: ripple 3s infinite;
}
.wrap-news-index .play-now .ripple:before {
   -webkit-animation-delay: 0.9s;
   -moz-animation-delay: 0.9s;
   -ms-animation-delay: 0.9s;
   -o-animation-delay: 0.9s;
   animation-delay: 0.9s;
   content: "";
   position: absolute;
}
.wrap-news-index .play-now .ripple:after {
   -webkit-animation-delay: 0.6s;
   -moz-animation-delay: 0.6s;
   -ms-animation-delay: 0.6s;
   -o-animation-delay: 0.6s;
   animation-delay: 0.6s;
   content: "";
   position: absolute;
   background-color: var(--maincolor);
}
.wrap-news-index .video-box .video-section-outer .video-title h3 {
   margin: 0;
   line-height: 20px;
}
.wrap-news-index .video-box .video-section-outer .video-title h3 a {
   color: #000;
   font-size: 14px;
   text-transform: uppercase;
   font-weight: 500;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
   height: 40px;
}
.wrap-news-index .video-box .video-section-outer .video-title .info {
   color: #6f6f6f;
   font-size: 13px;
}
.main-videos .video-section {
   margin-bottom: 10px;
}
.text-uppercase {
   text-transform: uppercase;
}
.font-size20 {
   font-size: 20px;
}
.font-we-700 {
   font-weight: 700;
}
.mg-b1 {
   margin-bottom: 2rem;
}
.post-list .read-more {
   padding: 0 20px;
   border-radius: 0;
   text-align: center;
}
.left-news-index:hover .control-news-index {
   opacity: 1;
}
.control-news-index {
   opacity: 0;
}

/* Newsletter */
.wrap-newsletter {
   position: relative;
   padding: 30px 0px;
   background: url("../images/bg3.jpg") no-repeat center center;
   background-size: cover;
}
.wrap-newsletter .wrap-content {
   display: grid;
   grid-template-columns: 3fr 2fr;
   grid-gap: 30px;
   overflow: hidden;
   align-items: center;
}
.box-form-newsletter {
   background: #fff;
   border-radius: 10px;
   padding: 1.5rem;
   box-shadow: -15px -15px 1px -3px rgba(0, 0, 0, 0.3);
   transition: all 0.6s;
   margin-top: 1.5rem;
}
.box-form-newsletter:hover {
   box-shadow: -0px -0px 0px -0px rgba(0, 0, 0, 0.3);
   transition: all 0.6s;
}
.contact-socail .description {
   color: #fff;
}
.header-title {
   color: #000;
   font-weight: 700;
   font-size: 18px;
   margin: 0;
}
.form-newsletter {
   position: relative;
}
.newsletter-input {
   position: relative;
   overflow: hidden;
   width: 100%;
   margin-bottom: 10px;
}
.newsletter-input i {
   position: absolute;
   right: 15px;
   font-size: 21px;
   color: #999;
   top: 50%;
   transform: translateY(-50%);
}
.newsletter-input .custom-file-label {
   margin: 0;
   height: 50px;
   background: transparent;
   line-height: 40px;
   color: #fff;
   border: none;
   padding-left: 55px;
}
.newsletter-input .custom-file-label::after {
   right: unset;
   left: 0;
   line-height: 40px;
   height: 50px;
   background: transparent;
   content: "\f03e";
   font-family: "Font Awesome 5 Free";
   color: #ffff;
   font-size: 30px;
}
.newsletter-input input {
   font-size: 14px;
   font-weight: 400;
   text-indent: 0px;
   color: #fff;
   height: 45px;
   padding: 0 10px;
   line-height: 40px;
   border-radius: 5px;
   border: 1px solid #d9d9d9;
}
.newsletter-input textarea {
   padding: 10px;
   font-size: 15px;
   color: #333333;
   border-radius: 5px;
   height: 150px;
   text-indent: 0px;
   border-color: #f1f1f1;
}
.newsletter-input.textarea {
   width: 100%;
   margin: 0;
   grid-column: span 3;
}
.newsletter-input.textarea i {
   transform: unset;
   top: 12px;
}
.newsletter-button input {
   border: none;
   background: #1a3079;
   border-radius: 0;
   font-size: 14px;
   font-weight: 700;
   width: 100%;
   color: #fff;
   text-transform: uppercase;
   padding: 0;
   height: 40px;
   line-height: 40px;
   display: table;
   margin: 0px auto;
}
.newsletter-button input[type="submit"] {
   background: url("../images/send.svg") #000 center no-repeat;
   border-radius: 2px;
   position: absolute;
   top: 3px;
   right: 3px;
   border: none;
   height: 38px;
   width: 38px;
   color: #fff;
}
.newsletter-input input::-webkit-input-placeholder,
.newsletter-input textarea::-webkit-input-placeholder {
   color: #808080;
}
.newsletter-input input:-moz-placeholder,
.newsletter-input textarea:-moz-placeholder {
   color: #808080;
}
.newsletter-input input::-moz-placeholder,
.newsletter-input textarea::-moz-placeholder {
   color: #808080;
}
.newsletter-input input:-ms-input-placeholder,
.newsletter-input textarea:-ms-input-placeholder {
   color: #808080;
}
.newsletter-button input:hover {
   opacity: 0.8;
}
.wrap-newsletter .list-item {
   display: grid;
   grid-gap: 10px;
   max-width: 500px;
}
.wrap-newsletter .list-item .item {
   padding-bottom: 5px;
   padding-right: 4px;
}
.wrap-newsletter .list-item .item a {
   display: grid;
   grid-template-columns: auto 50px;
   grid-gap: 10px;
   align-items: center;
   border-radius: 12px;
   box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.251);
   padding: 10px 18px;
   background-color: var(--bgColor);
   color: var(--txtColor);
}
.wrap-newsletter .invalid-feedback {
   display: none;
   width: 100%;
   margin-top: 0.25rem;
   font-size: 80%;
   color: #000 !important;
   font-weight: 700 !important;
}
.btn-effect-default.btn-theme {
   border: 1px solid var(--btn-theme);
}
.btn-effect-default.btn-theme:before {
   background-color: var(--btn-theme);
}

/*Call right contact*/
.social-contact-style3 {
   --social-pc-vertical: 150px;
   --social-pc-horizontal: 10px;
   --social-mb-vertical: 68px;
   --social-mb-horizontal: 10px;
   --social-pc-display: block;
   --social-mb-display: none;
   --mainColor: var(--maincolor);
   --txtColor: white;
   position: fixed;
   z-index: 1000;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: var(--mainColor);
   transform: translateY(-50%);
   flex-direction: column;
   padding: 10px;
}
@media (min-width: 601px) {
   .social-contact-style3.social-bottomLeft {
      right: 0;
      bottom: var(--social-pc-vertical);
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      animation-name: fadeInRight;
   }
}
@media (min-width: 601px) {
   .social-contact-style3.social-bottomLeft:before,
   .social-contact-style3.social-topLeft:before {
      top: -30px;
      right: 0;
      border-radius: 0 0 0 50px;
      box-shadow: -30px 0 0 0 var(--mainColor);
      transform: rotateY(180deg);
   }
}
.social-contact-style3:before,
.social-contact-style3:after {
   content: "";
   position: absolute;
   height: 30px;
   width: 60px;
   pointer-events: none;
}
@media (min-width: 601px) {
   .social-contact-style3.social-bottomLeft:after,
   .social-contact-style3.social-topLeft:after {
      bottom: -30px;
      right: 0px;
      border-radius: 50px 0 0 0;
      box-shadow: -30px 0 0 0 var(--mainColor);
      transform: rotateY(180deg);
   }
}
.social-contact-style3:before,
.social-contact-style3:after {
   content: "";
   position: absolute;
   height: 30px;
   width: 60px;
   pointer-events: none;
}
.social-contact-item {
   width: 36px;
   height: 36px;
   line-height: 36px;
   border-radius: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: var(--mainColor);
   position: relative;
   color: var(--txtColor);
   font-size: 30px;
   margin: 5px 0;
   text-decoration: none !important;
}
.animated {
   animation-duration: 1s;
   animation-fill-mode: both;
}
.social-contact-item.phone-box {
   animation: play0 1.5s ease infinite;
}
@media (min-width: 601px) {
   .scb-phone-box.social-bottomRight {
      right: var(--phone-pc-horizontal);
      bottom: 135px;
   }
}
.scb-phone-box {
   position: fixed;
   display: var(--phone-pc-display);
   z-index: 1000;
}
.scb-phone-box .btn-call {
   position: relative;
   background: var(--btn-bg-color);
   border: 2px solid var(--btn-bg-color);
   border-radius: 50%;
   box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
   cursor: pointer;
   height: 60px;
   width: 60px;
   text-align: center;
   z-index: 999;
   transition: 0.3s;
   -webkit-animation: hoverWave linear 1s infinite;
   animation: hoverWave linear 1s infinite;
   display: flex;
   justify-content: center;
   align-items: center;
   text-decoration: none;
}
.scb-phone-box.social-bottomRight .btn-call__number,
.scb-phone-box.social-topRight .btn-call__number {
   right: 30px;
   top: 5px;
   padding-right: 50px;
   border-radius: 20px 0 0 20px;
   text-align: right;
}
.scb-phone-box .btn-call__number {
   position: absolute;
   height: 50px;
   line-height: 50px;
   background: var(--btn-txt-color);
   border: 2px solid var(--btn-bg-color);
   box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
   color: var(--btn-txt-color);
   font-size: 20px;
   font-weight: bold;
   z-index: 1;
   transition: all 0.5s;
   width: 200px;
   overflow: hidden;
}
.scb-phone-box .btn-call__number a {
   color: var(--btn-bg-color);
}
.scb-phone-box .btn-call__ico {
   display: flex;
   justify-content: center;
   align-items: center;
   animation: 1200ms ease 0s normal none 1 running shake;
   animation-iteration-count: infinite;
   -webkit-animation: 1200ms ease 0s normal none 1 running shake;
   -webkit-animation-iteration-count: infinite;
   color: var(--btn-txt-color);
   font-size: 30px;
   padding-top: 5px;
   transition: 0.3s all;
   z-index: 3;
}

/*Advantage*/
.wrap-advantage {
   width: 100%;
   margin: 2rem auto;
}
.wrap-advantage .item {
   position: relative;
   overflow: hidden;
   text-align: center;
   background-position: center;
}
.wrap-advantage .item .title {
   text-align: center;
   padding: 10px;
}
.wrap-advantage .item .title .image {
   text-align: center;
}
.wrap-advantage .item .title .image span {
   width: 75px;
   height: 75px;
   border: 1px solid var(--maincolor);
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   margin: auto;
   margin-bottom: 15px;
}
.wrap-advantage .item .title p.description {
   color: #8a8b8c;
   font-size: 19px;
   line-height: 20px;
   font-weight: 600;
}
.wrap-advantage .service-block + .service-block {
   border-left: 1px solid #355eb2;
}
.effect-hover-guong {
   position: relative;
   overflow: hidden;
}
.effect-hover-guong:after {
   position: absolute;
   top: 0;
   left: 300px;
   width: 100%;
   height: 100%;
   background: linear-gradient(
      90deg,
      hsla(0, 0%, 100%, 0) 0,
      hsla(0, 0%, 100%, 0.3)
   );
   content: "";
   -webkit-transition: -webkit-transform 0.3s;
   transition: transform 0.4s;
   -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, -110%, 0);
   transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg)
      translate3d(0, -110%, 0);
}
.wrap-advertisement-double {
   margin: 1rem auto;
}
.wrap-advertisement-double img {
   transition: all 0.6s;
}

/*.wrap-images-customer .item-gallery picture img*/

/*News */
.css_flex_baiviet {
   display: flex;
   flex-wrap: wrap;
   margin: 0 -10px;
}
.post .item {
   display: grid;
   transition: all 0.3s ease;
   position: relative;
   border-radius: 10px;
}
.post .item .img {
   overflow: hidden;
   height: 0 !important;
   width: 100%;
   position: relative;
   padding-top: 100%;
   border-radius: 10px;
}
.post .item .img img {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   object-fit: cover !important;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.3s,
      -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   transition: all 0.3s, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.effect-hover-zoom img {
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}
.post .item .title {
   text-align: left;
   line-height: 25px;
   padding: 0 15px;
}
.post .item .title .description {
   margin-bottom: 18px;
   text-align: justify;
   color: #687385;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 25px;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}
.post .item:hover .img {
   border-radius: 5px 0 0 5px;
   transition: all 0.8s;
}
.post .item {
   display: grid;
   transition: all 0.3s ease;
   position: relative;
   border-radius: 10px;
}
.post .item .img {
   overflow: hidden;
   height: 0 !important;
   width: 100%;
   position: relative;
   padding-top: 100%;
   border-radius: 10px;
}
.post .item .img img {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   object-fit: cover !important;
   -webkit-transform: scale(1);
   transform: scale(1);
   -webkit-transition: all 0.3s,
      -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
   transition: all 0.3s, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      -webkit-transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.post .item .img .date-box {
   position: absolute;
   bottom: 15px;
   left: 15px;
   width: 65px;
   height: 65px;
   text-align: center;
   padding: 15px 0;
   font-size: 10px;
   line-height: 15px;
   color: #fff;
   background-color: var(--maincolor);
   border-radius: 5px;
}
.post .item .img .date-box:before {
   content: "";
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   border: 1px dotted #ce8f98;
   border-radius: 5px;
}
.post .item .img .date-box span {
   font-size: 18px;
}
.post .item .title {
   text-align: left;
   line-height: 25px;
}
.post .item .title .post-info {
   margin: 10px 0;
   letter-spacing: 2px;
   font-size: 13px;
   color: #212529;
}
.post .item .title h3.header {
   font-size: 20px;
   line-height: 24px;
   margin: 10px 0 10px 0;
   text-align: left;
   color: #212529;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   line-clamp: 2;
   -webkit-box-orient: vertical;
}
.post .item .title .description {
   margin-bottom: 18px;
   text-align: justify;
   color: #687385;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 25px;
   -webkit-line-clamp: 3;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}
.post .item .title .description a {
   color: #687385;
}
.post .item.grid {
   grid-template-columns: 1fr;
   overflow: hidden;
   margin-bottom: 10px;
   padding: 0 0;
   transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.post .item.grid .img {
   padding-top: 80%;
}
.post .item.grid .title {
   padding: 20px;
}
.post .item.classic {
   grid-template-columns: 1fr 2fr;
   align-items: center;
}
.post .item.classic .title {
   padding-left: 20px;
}
.post .item.photo {
   grid-template-columns: 1fr;
   overflow: hidden;
   margin-bottom: 10px;
   padding: 0 0;
   transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.post .item.photo .img {
   padding-top: 50%;
}
.post .item.photo .img .date-box {
   display: none;
}
.post .item.photo .title {
   position: relative;
   top: -40px;
   padding: 20px;
   background: #fff;
   width: 80%;
   margin: 0 auto;
   border-radius: 10px;
}
.post .item:hover {
   border-radius: 10px;
   transform: translateY(-5px);
   box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.2), 0 0 0 transparent;
   background: #fff;
}
.post .item:hover .img {
   border-radius: 5px 0 0 5px;
}
.post .item .img .date-box:before {
   content: "";
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   border: 1px dotted #ce8f98;
   border-radius: 5px;
}
.post .item .img .date-box span {
   font-size: 18px;
}
.post .item .img .date-box {
   position: absolute;
   bottom: 15px;
   left: 15px;
   width: 65px;
   height: 65px;
   text-align: center;
   padding: 15px 0;
   font-size: 10px;
   line-height: 15px;
   color: #fff;
   background-color: var(--maincolor);
   border-radius: 5px;
}
.sidebar .widget .sidebar-title .header {
   border: 0;
   padding: 10px 15px;
   background-color: var(--maincolor);
   color: #fff;
   text-align: center;
   margin: 0;
   font-size: 16px;
   text-transform: unset;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
}
.post .post-container {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
   column-count: 3;
   column-gap: 10px;
}
.sidebar-content {
   max-height: 420px;
   padding: 10px;
   overflow: hidden;
}
.widget_box_post_sidebar .item {
   overflow: hidden;
   position: relative;
   margin: 0;
   padding: 10px 0;
   transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
   transition: all 0.6s;
}
.sidebar .item .item_content {
   transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}
.widget_box_post_sidebar .item .img {
   float: left;
   padding: 0;
   height: 80px;
   width: 80px;
   position: relative;
   overflow: hidden;
   border-radius: 5px;
}
.widget_box_post_sidebar .item .img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   vertical-align: top;
   margin: 0 0 0;
}
.widget_box_post_sidebar .item .title {
   float: left;
   width: calc(100% - 80px);
   padding-left: 10px;
}
.widget_box_post_sidebar .item .title h3 {
   display: block;
   font-size: 14px;
   font-weight: 700;
   color: #333;
   overflow: hidden;
   padding: 0;
   margin: 0 0 5px 0;
   text-overflow: ellipsis;
   line-height: 20px;
   -webkit-line-clamp: 2;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}
.widget_box_post_sidebar .item .title .time {
   color: #666;
   font-size: 12px;
   margin-bottom: 5px;
   text-transform: uppercase;
}
.widget_box_post_sidebar .item .title h3 a {
   color: #333;
}
.widget_box_post_sidebar .item:hover {
   transform: translateY(-5px);
   transition: all 0.6s;
}
.object-detail .info .block:first-child {
   padding-left: 0;
}
.object-detail .header {
   margin: 20px 0;
   font-size: 1.6em;
}
.object-detail .info .block {
   display: inline-block;
   padding-right: 20px;
   color: #333;
}
.post-time {
   font-size: 12px;
   color: #494949;
   margin-bottom: 0;
   display: inline-block;
   background-color: #ececec;
   border-radius: 20px;
   padding: 3px 13px;
   text-align: center;
}
.object-detail .info .block {
   display: inline-block;
   padding-right: 20px;
   color: #333;
}
.post-time {
   font-size: 12px;
   color: #494949;
   margin-bottom: 0;
   display: inline-block;
   background-color: #ececec;
   border-radius: 20px;
   padding: 3px 13px;
   text-align: center;
}
.pull-left .block {
   margin-right: 20px;
}
.contact-text p,
.contact-text span {
   color: #000;
}

/*News detail*/
.object-detail .pull-left {
   float: none;
   margin-bottom: 1rem;
}
.css_flex_album {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   grid-gap: 1rem;
}
.css_flex_album a {
   text-decoration: none;
   color: var(--mainColor);
}
.css_flex_album h3 {
   font-weight: 700;
   font-size: 1.35rem;
}
.css_flex_album a:hover {
   color: var(--color-red);
}
.page-about .wrap-content-1300 {
   padding: 3.5rem 0;
}
.full-content-about {
   width: 100%;
   background: #000;
}
.box-content-about {
   margin: auto;
   font-family: var(--font-family);
   margin-bottom: 5rem;
   display: flex;
   justify-content: space-between;
}
.order2 > div:nth-child(1) {
   order: 2;
}
.order2 > div:nth-child(2) {
   order: 1;
}
.box-content-about ul li {
   background-image: url(../images/check-circle-svgrepo-com-1-1.svg);
   background-repeat: no-repeat;
   list-style: none;
   margin-left: 0;
   padding-left: 27px;
   font-weight: 500;
   margin-bottom: 0.7rem;
   padding-bottom: 5px;
}
.col-inner {
   font-weight: 500;
   font-family: var(--font-family);
}
.col-inner ul {
   margin-left: 15px;
   padding-inline-start: 0px;
}
.box-content-about h2 {
   font-weight: 700;
   font-style: normal;
   text-transform: uppercase;
   margin-bottom: 1.5rem;
}
.box-content-about.dark h2 {
   color: #fff;
}
.img-content-about {
   overflow: hidden;
   border-radius: 15px;
}
.img-content-about img {
   width: 100%;
}
.box-content-about:last-child {
   margin-bottom: 0;
}
.item-about-criteria {
   text-align: center;
   color: #606060;
   background: #fff;
   border-radius: 10px;
   overflow: hidden;
   padding: 20px 15px;
   font-size: 15px;
}
.item-about-criteria h3 {
   text-transform: uppercase;
   font-weight: 700;
   font-size: 18px;
   margin: 15px auto;
}
.box-about-criteri {
   position: relative;
}
.control-criteria {
   opacity: 0;
   transition: all 0.6s;
}
.box-about-criteria:hover .control-criteria {
   opacity: 1;
   transition: all 0.6s;
}
.title-content-about {
   text-align: center;
   margin-bottom: 3rem;
}
.title-content-about h2 {
   font-weight: 700;
   font-size: 2.5rem;
   text-transform: uppercase;
}
.title-content-about .sologan-content {
   max-width: 50%;
   margin: auto;
   font-size: 15px;
}
.box-content-bread {
   padding: 5.5rem;
   position: relative;
}
.box-content-bread img {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100% !important;
   object-fit: cover;
}
.box-content-bread .breadCrumbs {
   background: none;
}
.box-content-bread .wrap-content-1300 {
   position: relative;
   z-index: 2;
}
.box-content-bread .wrap-content-1300 h3 {
   font-size: 40px;
   font-weight: 700;
   margin-bottom: 2.5rem;
   margin-top: 0.6rem;
}
.box-content-bread .wrap-content-1300 .slogan-about {
   max-width: 555px;
   font-size: 20px;
}
.box-content-about > div {
   width: 49%;
}
.box-content-bread .breadCrumbs .wrap-content {
   padding: 0.75rem 0;
}
.product-slider-horizontal > .row > div {
   margin-bottom: 1.5rem;
}

/* Start */

/* Topbar */

.topbar {
   --height-search: 38px;
   padding-block: 20px;
   background-color: #FFF;
   background-image: url("../images/bg-topbar.png");
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
}

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

.topbar .wrap-content {
   display: flex;
}

.topbar .wrap-content .item-topbar {
   gap: 20px;
}

.topbar .topbar-mid {
   flex: 1;
}

.topbar .search-res {
   width: 75%;
   height: var(--height-search);
}

.topbar .search-res .search-grid {
   border: 0.5px solid var(--maincolor);
   border-radius: 25px;
   height: 100%;
   align-items: center;
   background-color: #FFF;
   overflow: hidden;
}

.topbar .search-res .search-grid p {
   display: inline-block;
   margin: 0;
   background-color: var(--maincolor);
   display: flex;
   align-items: center;
   height: var(--height-search);
   padding-inline: 15px;
}

.topbar .search-res .search-grid p img{
   width: 20px;
}

.topbar .search-res .search-grid .search-input input {
   border: none;
   background-color: transparent;
   flex: 1;
   padding-inline: 10px;
}
.topbar .search-res .search-grid .search-input {
   flex: 1;
   display: flex;
   align-items: center;
}
.topbar .search-res .search-grid .text {
   padding-inline: 15px;
   border-right: 1px solid var(--maincolor);
   display: block;
   line-height: var(--height-search);
   font-size: 13px;
   color: #C1C1C1;
}

.topbar .topbar-right .item-contact {
   display: flex;
   align-items: center;
   gap: 5px;
   font-size: 13px;
   font-weight: 500;
}

.topbar .topbar-right .item-discount span {
   text-transform: uppercase;
   color: #737373;
   font-size: 17px;
   line-height: 1;
   font-weight: 500;
}

.topbar .topbar-right .text .title {
   font-size: 13px;
   color: #737373;
   margin: 0;
   line-height: 1;
}

.topbar .topbar-right .text .phone {
   color: var(--maincolor);
   font-size: 18px;
   font-weight: 700;
   line-height: 1;
}

.topbar .wrap-content .topbar-right {
   gap: 35px;
}

/* end Topbar */

/* menu */

.menu_top {
   height: 50px;
   display: grid;
   grid-template-columns: 1.2fr 3.8fr;
}

.menu_top .category-box {
   width: 392px;
   height: 100%;
   background-color: var(--btn-yellow);
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
}

.menu_top .category {
   width: 100%;
   color: #fff;
   text-transform: uppercase;
   font-size: 18px;
   line-height: 1;
   display: flex;align-items: center;
   height: 100%;
   padding-left: 20px;
}


.menu_top .category img {
   width: 25px;
   margin-right: 10px;
}

/* End Menu */

/* About */
.wrap-about .about-img {
   display: flex;
   justify-content: flex-end;
   margin-right: 20px;
}
.wrap-about .sub-title {
   color: var(--maincolor);
   font-weight: 500;
   margin-bottom: 10px;
   text-transform: uppercase;
   font-size: 18px;
}

.wrap-about .title-about {
   font-size: 50px;
   font-weight: 700;
   margin-bottom: 20px;
   text-transform: uppercase;
   line-height: 1.2;
   color: #595959;
}

.wrap-about .desc-about {
   color: #808080;
   border-bottom: 1px solid #EDEDED;
   margin-bottom: 10px;
   padding-bottom: 5px;
}

.wrap-about .desc-about p {
   margin-bottom: 0;
}

.wrap-about .tieuchi-list {
   width: 60%;
   display: grid;
   gap: 20px;
}

.wrap-about .tieuchi-list .item  {
   gap: 10px;
}

.wrap-about .tieuchi-list .item .icon {
   width: 32px;
   flex: 0 0 32px;
}

.wrap-about .tieuchi-list .item .icon img{
   width: 100%;
   display: block;
}

.wrap-about .tieuchi-list .item .text .name {
   font-weight: 600;
}

.wrap-about .tieuchi-list .item .text .desc {
   color: #808080;
   font-size: 14px;
   line-height: 1.6;
}

/* end About */

.title-product-hot {
   font-weight: 700;
   margin-bottom: 20px;
   text-transform: uppercase;
   color: #000;
   text-align: center;
   position: relative;
   margin-bottom: 80px;
}

.title-product-hot::before {
    content: "";
    position: absolute;
    background-image: url(../images/titlt-product.png);
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 131px;
    width: 420px;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-product-hot h2 {
   padding-top: 54px;
   color: #FFF;
   position: relative;
   z-index: 1;
   font-size: 25px;

}

.wrap-product-hot {
   margin: 100px auto;
}

.wrap-product-hot .product-slick .item {
   padding-inline: 10px;
}

.wrap-product-hot .product-slick .item .img {
   border-radius: 15px;
   overflow: hidden;
   position: relative;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);

}

.wrap-product-hot .product-slick .item .content {
background-color: #FFF;
    border-radius: 10px;
    padding: 15px;
    transform: translateY(-40px);
    width: 90%;
    margin: auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding-bottom: 30px;
}

.wrap-product-hot .product-slick .item .content h3 {
   font-size: 16px;
   color: #000;
}

.wrap-product-hot .product-slick .item .content h3 a {
   color: #000;
   font-weight: 700;
}

.wrap-product-hot .product-slick .item .content h3 a.text-split {
   -webkit-line-clamp: 1;
   line-clamp: 1;
}

.wrap-product-hot .btn-product {
   background-color: var(--maincolor);
   color: #FFF;
   border: none;
   border-radius: 25px;
   padding: 5px 15px;
   font-size: 14px;
   width: max-content;
   text-transform: uppercase;
   transition: all 0.3s;
   cursor: pointer;
   position: absolute;
   left: 50%;
   transform: translate(-50%, 10px);
}

.wrap-product-hot .product-box {
   position: relative;
}

.wrap-product-hot .btn-slick {
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   background-color: var(--maincolor);
   width: 50px;
   height: 50px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   z-index: 2;
   transition: all 0.3s;
   color: #FFF;
   font-size: 20px;
   opacity: 0;
}

.wrap-product-hot .product-box:hover .btn-slick {
   opacity: 1;
}

.wrap-product-hot .btn-slick.prev {
   left: 15px;
}
.wrap-product-hot .btn-slick.next {
   right: 15px;
}


.wrap-customer {
   margin: 100px auto;
}

.wrap-customer .title-index {
   margin-bottom: 50px;
}

.title-index h2{
   position: relative;
   text-align: center;
   color: var(--maincolor);
   text-transform: uppercase;
   display: inline-block;
   margin-bottom: 0;
   font-size: 2rem;
   padding-top: 10px;
   font-weight: 500;
}

.title-index h2::before {
   content: "";
   position: absolute;
   background-image: url(../images/title1.png);
   width: 26px;
   height: 43px;
   left: -35px;
   top: 0;
}

.title-index h2::after {
   content: "";
   position: absolute;
   background-image: url(../images/title2.png);
   width: 35px;
   height: 42px;
   right: -44px;
   top: 0;
}

.wrap-customer .grid-review-news {
   display: grid;
   grid-template-columns: 1.5fr 1fr;
   gap: 30px;
}

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

.review-list .item {
   display: flex;
   box-shadow: 0 0 15px rgb(0 0 0 / 10%);
   border-radius: 50px;
   gap: 5px;       
   position: relative;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                
}

.review-list .item::before {
   content: "";
    position: absolute;
    width: 35px;
    height: 25px;
    background-image: url(../images/nhay.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: -10px;
    right: 37px;
}

.review-list .item .content{
   margin-block: 10px;
   padding-right: 10px;
}

.review-list .item .content .name {
   font-weight: 700;
   text-transform: capitalize;
}

.review-list .item .img {
   border-radius: 50%;
   overflow: hidden;
   margin: 5px;
}


.review-list .item .comment-pro-detail i{
   font-size: 12px;
}

.review-list .item .content .desc{
   color: #808080;
   font-size: 13px
}

.wrap-customer .newsletter-form {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 20px;
}

.div-form-newsletter {
   background-color: var(--btn-yellow);
   border-radius: 20px;
   padding: 20px;
}

.div-form-newsletter .newsletter-input {
   overflow: unset;
}

.div-form-newsletter .form-control {
   box-shadow: 5px 5px 7px rgb(0 0 0 / 20%);
   border: none;
   border-radius: 25px;
   height: 45px;
   padding-left: 15px;
}


.div-form-newsletter textarea.form-control {
   background-color: transparent;
   border: 1px solid #FFF;
   color: #FFF;
   height: 150px;
   box-shadow: none;
}

.div-form-newsletter textarea.form-control::placeholder {
   color: #FFF;
   font-size: 14px;
}

.div-form-newsletter .btn {
   position: absolute;
   border-radius: 50px;
   font-weight: 400;
   background-color: var(--maincolor);
   color: #FFF;
   padding: 5px 20px;
}

.grid-news-index {
   display: grid;
   grid-template-columns: 22% 78%;
}

.grid-news-index .name a{
   color: #000;
   font-weight: 600;
   font-size: 16px;
}

.grid-news-index .name a.text-split {
   -webkit-line-clamp: 1;
   line-clamp: 1;
}

.grid-news-index .content-wrap {
   margin-right: 20px;
}

.grid-news-index .news-slick .item {
   background-color: #FFF;
   box-shadow: 0 0 15px rgb(0 0 0 / 10%);
   border-radius: 15px;
   margin: 15px;
   position: relative;
   padding-bottom: 15px;
}

.grid-news-index .news-slick .item .img {
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   overflow: hidden;
   position: relative;
   display: block;
}

.grid-news-index .news-slick .item .img img {
   width: 100%;
}

.grid-news-index .news-slick .item .content {
   padding: 15px;
}

.grid-news-index .news-slick .item .buttons {
   display: flex;
   justify-content: center;
   position: absolute;
   bottom: -10px;
   left: 50%;
   transform: translateX(-50%);
}

.grid-news-index .news-slick .item .btn-news {
   background-color: var(--maincolor);
   color: #FFF;
   border: none;
   border-radius: 25px;
   padding: 5px 15px;
   font-size: 14px;
   margin: auto;
   display: inline-block;
}

.grid-news-index .buttons-slick {
   display: flex;
   justify-content: center;
   gap: 10px;
   margin-top: 20px;
}

.grid-news-index .buttons-slick .slick-news-btn {
   background-color: var(--btn-yellow);
   width: 40px;
   height: 40px;
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: all 0.3s;
   color: #FFF;
   font-size: 18px;
}

.wrap-features {
   padding: 100px 0;
   background-color: var(--btn-yellow);
}

.wrap-features .features-list {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 30px;
}

.wrap-features .features-list .item {
   display: flex;
   align-items: center;
   gap: 15px;
   background-color: #FFF;
   border-radius: 50px;
   padding: 10px;
}

.wrap-features .features-list .item  .icon img {
   width: 60px;
}

.wrap-features .features-list .item .name {
   font-weight: 700;
}

.wrap-features .features-list .item .desc {
   color: #595959;
   font-weight: 600;
}

.news-box {
   overflow: hidden;
}

.mm-navbar, .mm-panel {
   background-color: var(--btn-yellow);
}

.wrap-about .about-img {
   margin-left: auto;
}

/* phone */

.phone-icon {
	position: fixed;
   bottom: 80px;
   right: 15px;
	z-index: 5;
}

.phone-icon:hover i {
	background-color: var(--white);
	color: var(--blue);
}

.phone-icon i {
	background-color: var(--blue);
	border-radius: var(--radius-cle);
	color: var(--white);
	padding: 12px;
	font-size: var(--fs-2);
	transition: var(--transition-1);
	animation: rotateIcon 1.5s ease-in infinite;
	border: 2px solid var(--maincolor);
}

.phone-icon .btn-effect-zoom {
	background-color: var(--maincolor);
}

.phone-icon-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	border: 2px solid var(--maincolor);
	background-color: var(--white);
	color: var(--maincolor);
	font-size: var(--fs-5);
	font-weight: var(--fw-bold);
	letter-spacing: var(--letter-spacing-2);
	border-radius: var(--radius-4);
	z-index: -2;
	overflow: hidden;
	transition: all 0.3s;
	height: 85%;
	width: 0%;
	display: flex;
	align-items: center;
	justify-content: end;
   padding-right: 35px;
}

.phone-icon-text p {
	margin: 0;
   padding-right: 10px;
}

.phone-icon:hover .phone-icon-text {
	width: 260px;

}

.phone-icon .btn-icon-box{
   width: 50px;
   height: 50px;
   background-color: var(--maincolor);
   display: flex;
   border-radius: 50%;
   justify-content: center;
   align-items: center;
   padding: 5px;
   border: 1px solid var(--maincolor);
}

.phone-icon img{
   display: block;
}

.phone-icon-text {
   font-size: 15px;
   border-radius: 25px;
   color: var(--maincolor);
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

.btn-effect-zoom {
	position: absolute;
	background-color: var(--white-alpha);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	z-index: -1;
}

.btn-effect-zoom.effect-1 {
	animation: toZoom 3s infinite;
}

.btn-effect-zoom.effect-2 {
	animation: toZoom 3s 1s infinite;
}

.btn-effect-zoom.effect-3 {
	animation: toZoom 3s 1.5s infinite;
}

@keyframes toZoom {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(2.5);
		opacity: 0;
	}

}

/* Responsive */
@media (max-width: 1360px) {
   .wrap-content {
      padding: 20px;
   }
}
@media (max-width: 1280px) {
   .topbar .search-res .search-grid .text {
      display: none;
   }
}
@media (max-width: 1220px) {
   .page_trong {
      padding: 30px 10px;
   }
   .header-bottom .wrap-content {
      padding: 0px 10px;
   }
   .menu {
      padding-left: 10px;
   }
   .search {
      padding-right: 10px;
   }
   .search:after {
      width: calc(100% - 37px);
   }
   .wrap-gioithieu .contain_trong,
   .wrap-dichvu .contain_trong,
   .wrap-productnb .contain_trong,
   .wrap-thuvien .contain_trong,
   .wrap-dknt .contain_trong,
   .wrap-intro .wrap-content {
      padding: 20px 10px;
   }
   .ngaydang {
      display: none;
   }
   .newshome-normal {
      padding-left: 0px;
   }
   .wrap-intro {
      background: transparent;
   }
   .footer-article .wrap-content {
      padding: 20px 10px;
   }
   .footer-powered .wrap-content {
      padding: 16px 10px;
   }
}
@media (max-width: 1080px) {
   .footer-article .wrap-content {
      grid-template-columns: repeat(2, 1fr);
   }
}
@media (max-width: 1024px) {
   .topbar .search-res .search-grid p {
      width: 50px;
   }
   .topbar .search-res .search-grid input {
      flex: 1;
   }
   .topbar .wrap-content .topbar-right {
      display: none;
   }
   .topbar .logo-header {
      display: none;
   }
   .topbar .name-text img{
      width: 130px;
   }
   .topbar .wrap-content {
      padding: 0;
   }

   .wrap-customer .grid-review-news {
      grid-template-columns: 1fr;
   }

   .grid-news-index {
      grid-template-columns: 1fr;
   }
   .topbar {
      padding-left: 30px;
   }
   .title-main span {
      font-size: 28px;
   }
   .footer-powered .wrap-content {
      justify-content: center;
      flex-wrap: wrap;
   }
   .footer-copyright,
   .footer-statistic {
      display: block;
      text-align: center;
      width: 100%;
   }
   .wrap-intro .wrap-content .d-flex {
      flex-wrap: wrap;
   }
   .td {
      font-size: 42px;
      line-height: 65px;
   }
   .header-bottom .wrap-content {
      padding: 5px 10px;
   }
   .logo-header {
      margin-bottom: 0px;
      padding-top: 0px;
   }
   #footer-map {
      height: 350px;
   }
   .sz13 {
      font-size: 14px;
   }
   .menu,
   .menu-slider {
      display: none;
   }
   .logo-header {
      margin-top: 0;
   }
   .menu-res {
      display: block;
   }
   .left-menu-fufllpage {
      display: none;
   }
   .right-content-fullpage {
      width: 100%;
   }
   img {
      height: auto !important;
   }
   .toolbar ul li a img {
      height: 6vw !important;
      width: auto;
   }
   .right-content-fullpage .slick-next,
   .right-content-fullpage .slick-prev {
      display: none !important;
   }
   .left-menu-catalogy {
      display: none;
   }
   .content-show-proudct {
      width: 100%;
   }
   .page-product > div:nth-child(1) {
      width: 100%;
   }
   .right-slider,
   .vertical-menu,
   .tienIchRight {
      display: none;
   }
   .row-nav,
   .full-content-slider {
      display: block;
      margin: auto;
   }
   .menu-res .logo-header {
      padding-block: 5px;
   }
}
@media (max-width: 991px) {
   .full-content-header {
      display: block;
   }
   .wrap-features {
      padding-inline: 20px;
   }
   .wrap-features .features-list {
      grid-template-columns: 1fr 1fr;
   }
   header .list-item {
      display: none;
   }
   .wrap-news-index .wrap-content {
      grid-template-columns: repeat(1, 1fr);
      padding: 0 10px;
      box-sizing: border-box;
   }
   .news-box-right {
      order: 1;
   }
   .video-box-left {
      order: 2;
   }

   .wrap-about .title-about {
      font-size: 35px;
   }
}
@media (max-width: 850px) {
   .right-news-index,
   .top-header {
      display: none;
   }
   .left-news-index {
      max-width: 100%;
   }
   .css_flex_album {
      grid-template-columns: repeat(3, 1fr);
   }
   .wrap-advantage .row-cols-5 > * {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
   }
   .wrap-advantage .service-block + .service-block {
      border-left: 1px solid transparent;
   }
   .wrap-pagein #info:not(.page-about) {
      margin: 20px auto;
      max-width: 100%;
      padding: 0 0.5%;
   }
   .product-slider-horizontal > .row > div {
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
   }
   .page_trong:not(.page-about) {
      padding: 0 1.5rem;
   }
}
@media (max-width: 769px) {
   .social-contact-style3.social-bottomLeft {
      display: none;
   }
   .wrap-about .about-img {
      margin: auto;
   }

   .wrap-customer {
      margin-block: 30px;
   }
   .css_flex_album {
   }
   .library-album {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 0;
   }
   .wrap-item-course {
      grid-template-columns: repeat(2, 1fr);
   }
   .wrap-newsletter .wrap-content {
      flex-wrap: wrap;
      padding: 1rem;
      grid-template-columns: repeat(1, 1fr);
   }
   .wrap-product-nb .product-s19-header .header-title {
      padding: 8px 13px;
   }
   .wrap-product-nb .product-s19-header .header-title .header {
      font-size: 16px;
   }
   .toolbar {
      display: block;
   }
   .box-content-about {
      flex-wrap: wrap;
      padding: 0 15px;
      box-sizing: border-box;
   }
   .box-content-about > div {
      width: 100%;
      margin-bottom: 1.5rem;
   }
   .order2 > div:nth-child(1) {
      order: 1;
   }
   .order2 > div:nth-child(2) {
      order: 2;
   }
   .show-content {
      max-width: 85%;
   }
   .grid-pro-detail {
      padding: 0;
   }
}
@media (max-width: 660px) {
   .topbar .logo-header {
      width: 160px;
   }
}
@media (max-width: 576px) {
   .wrap-features .features-list {
      grid-template-columns: 1fr;
   }
   .news-image {
      margin-bottom: 1rem;
   }
   .content-footer-end {
      flex-wrap: wrap;
   }
   .content-footer-end-child:nth-child(1),
   .content-footer-end-child:nth-child(2) {
      width: 100%;
   }
   .content-footer-end-child:nth-child(2) {
      margin-top: 20px;
   }
   .info-catalogy h3 {
      font-size: 17px;
   }
   .icon-search {
      display: block;
   }
   .copyright .wrap-content {
      flex-wrap: wrap;
      text-align: center;
   }
   .product-item h3 {
      font-size: 1.05rem;
   }
   .css_flex_album {
      grid-template-columns: repeat(2, 1fr);
   }
   .footer-article .wrap-content {
      grid-template-columns: repeat(1, 1fr);
   }
   .wrap-advantage .row-cols-5 > * {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }
   .product-slider-horizontal > .row > div {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }
}
@media (max-width: 440px) {
   .dt_video {
      padding: 0px 5px;
   }
   .mg_video {
      margin: 0px;
   }
   .video-main {
      width: 100%;
   }
   #video-slick {
      flex-wrap: wrap;
   }
   .video_lst {
      width: 100%;
      margin-top: 10px;
   }
   .title-main span {
      font-size: 24px;
   }
   .product {
      padding-bottom: 10px;
   }
   .pic-product {
      margin-bottom: 6px;
   }
   #footer-map {
      height: 250px;
   }
   .title-album h3 {
      font-size: 20px;
   }
   .grid-product {
      grid-template-columns: repeat(2, 1fr);
   }
   .wrap-advantage .row-cols-5 > * {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }
}
@media (max-width: 369px) {
}
@-webkit-keyframes ripple {
   70% {
      box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
   }
   100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
}
@keyframes ripple {
   70% {
      box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
   }
   100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
   }
}
