/* Vertical Menu */
.side-menu-container {
  position: relative;
  border-radius: 0.2rem;
  /* margin-bottom: -1px; */
  display: none;
  border-radius: 4px;
  height: 100%;
  }
.side-menu-container .side-nav {
  position: absolute;
  z-index: 1080;
  background-color: #fff;
  width: 340px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.side-menu-container:hover .side-nav {
	opacity: 1;
	visibility: visible;
}
  /*
 *  STYLE 7
 */
.site-accessories {
    color: #fff;
    background-color: #e17929;
    padding: 40px 0 !important;
}
.site-accessories .product {
    border-radius: 5px;
}
.site-accessories .product .product-image-container {
    padding: 20px;
}
.site-accessories .product .product-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 52px;
    line-height: 1.5;
    overflow: hidden;
}
.scrollbar-style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 0;
}

.scrollbar-style-7::-webkit-scrollbar
{
	width: 3px;
	background-color: #F5F5F5;
    border-radius: 0;
}

.scrollbar-style-7::-webkit-scrollbar-thumb
{
	border-radius: 0;
	background-image: -webkit-gradient(linear,
					   left bottom,
					   left top,
					   color-stop(0.44, rgb(0 174 239)),
					   color-stop(0.72, rgb(0 174 239)),
					   color-stop(0.86, rgb(0 174 239)));
}
.side-menu-container h2 {
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem 2.5rem;
    background-color: var(--main-color);
    margin: 0;
    border-radius: 8px;
    cursor: pointer;
}
.menu.menu-vertical {
    display: block;
    margin: 0;
    max-height: 359px;
    overflow-y: auto;
    /* overflow-x: hidden; */
}
@media screen and (min-width: 1600px) {
    .menu.menu-vertical {
        max-height: 408px;
    }
}
.menu.menu-vertical > li {
  float: none;
  /* margin-left: -1px; */
  /* margin-right: -1px; */
  padding-left: 0;
  padding-right: 0;
  }
  .menu.menu-vertical > li > a {
    color: #000;
    display: flex;
    align-items: center;
    font-weight: 500;
    white-space: unset;
    font-size: 1.3rem;
    text-transform: capitalize;
    letter-spacing: .005rem;
    padding: .6rem 1.2rem;
    border-top: 1px dotted #eee;
    transition: background 0s;
    border-radius: 0;
    }
  .menu.menu-vertical > li > a img {
	  margin-right: 7px;
	 }
  .menu.menu-vertical > li:first-child > a {
    border-top: none; }
  .menu.menu-vertical > li i {
    margin-right: 12px; }
.menu.menu-vertical li {
  transition: background 0s; }
  .menu.menu-vertical li.megamenu-container {
    position: unset;
    }
.menu.menu-vertical ul,
.menu.menu-vertical .megamenu {
  top: 0;
  left: 100%;
  /* height: 100%; */
  /* margin-left: 7px; */
  }
.menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
  width: 721px; }
.menu.menu-vertical ul ul {
  top: -1rem; }
.menu.menu-vertical.sf-arrows > li > a.sf-with-ul {
  padding-right: 2.8rem; }
.menu.menu-vertical.sf-arrows .sf-with-ul {
  position: relative; }
  .menu.menu-vertical.sf-arrows .sf-with-ul::after {
    font-size: 1.8rem;
    content: '\e81a';
    color: #000;
    top: 50%;
    right: 1.2rem;
    margin-top: -1px;
    }
.menu.menu-vertical > li:hover,
.menu.menu-vertical > li.show,
.menu.menu-vertical > li.active {
  /* background-color: #0088cc; */
  }
  .menu.menu-vertical > li:hover > a,
  .menu.menu-vertical > li.show > a,
  .menu.menu-vertical > li.active > a {
    color: var(--main-color);
    background: none;
    }

@media screen and (min-width: 992px) {
  .side-menu-container {
    display: block; }

  .side-menu-container h2 {
    padding: 1rem 5rem;
    }

    .menu.menu-vertical > li > a {
      font-size: 1.4rem;
      padding: 1rem 1.2rem; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 856px; }
   }
@media screen and (min-width: 1280px) {
     .side-menu-container h2 {
    padding: 1rem 8.2rem;
    }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 900px;
    } }
    @media screen and (min-width: 1600px) {
     .side-menu-container h2 {
    padding: 1rem 9.2rem;
    }
   }
@media screen and (max-width: 1199px) {
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-4 {
    display: none; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) .col-lg-8 .col-lg-4 {
      display: block; } }
/*Variable*/

.swal-button {
  color: #fff;
  padding: 7px 19px;
  border-radius: 2px;
  background-color: var(--main-color2);
  font-size: 12px;
  border: 1px solid var(--main-color2);
  text-shadow: none!important;
}
.swal-icon--warning__body, .swal-icon--warning__dot {
    background-color: #000!important;
}
.swal-button:hover {
  background-color: var(--main-color)!important;
  border: 1px solid var(--main-color);
}
.swal-button:focus {
    outline: none;
    box-shadow: none;
}
.section {
	padding: 40px 0;
}
.text-main {
    color: var(--main-color2);
}

.table.table_ordered td, .table.table_ordered th {
    vertical-align: middle;
}

.ob-cover {
    object-fit: cover!important;
}

.ob-contain {
    object-fit: contain!important;
}

.image-effect {
    position: relative;
    overflow: hidden;
}

.image-effect:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(67,69,113,0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image-effect:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(67,69,113,0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.image-effect:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255,255,255,0.3)
}

.image-effect:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3)
}

/* .entry-content-support img {
    width: 100%!important;
    height: auto;
} */

.section-hide-ls .lSSlideOuter .lSPager.lSGallery {
    display: none;
}

.stock-brand-title {
    font-weight: 500;
    color: #525252;
    width: 100px;
    display: inline-block;
}

.a-stock {
    color: #28a745;
}

.a-stock.a2 {
    color: #28a745;
}

.a-stock.a3 {
    color: var(--color-primary);
}

#image_load {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 996;
    display: none;
}

#image_load > img {
    margin: auto;
    height: 12%;
}

.info_header {
    padding: 0 50px 0 75px;
}

.logo_section {
    position: absolute;
    left: 50%;
    top: -39px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    transform: translate(-50%, 0);
}

.logo_section img {
    max-width: 68px;
}

/* Product */

.featured-section-products {
    position: relative;
    padding: 50px 0;
}

.section_product_list {
    position: relative;
    padding: 40px 0 40px;
}

.icon-youtube {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    max-width: 30px;
    opacity: .2;
    /* visibility: hidden; */
    transition: all 0.4s;
}

.products-new-slider .slick-track {
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .products-new-slider .slick-slider {
        margin: 0 -30px;
    }
    .products-new-slider .slick-slide {
        margin: 5px 30px;
    }
}

.album-box .img-box img {
    height: 225px;
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .album-box .img-box img {
        height: 90px;
    }
}

@media screen and (min-width: 992px) {
    .item_product_main .product-image img {
        height: 395px;
    }
    
    .item_product_main .product-title {
        font-size: 2rem;
    }

    .section_product_saleoff .product-image img, .section_product_list .product-image img, .product-image.height-style-2 img {
        height: 206px;
    }
    .arrows-style-2 .slick-prev{
        left: unset;
        right: 45px;
        top: -64px;
    }
    
    .arrows-style-2 .slick-next{
        right: 5px;
        top: -64px;
    }
}

@media screen and (max-width: 991px) {
    .slick-prev, .slick-next {
        background: #f9f9f9;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5px;
    }
}

/* End product */

.section_aboutus {
    padding: 40px 0 0;
    background-position: top center;
    background-repeat: no-repeat;
}

.feature-box {
    position: relative;
    padding: 15px 15px 0;
    text-align: center;
}

.feature-box .image img {
    height: 60px;
    object-fit: contain;
}

.feature-box .boxTitle {
    font-size: 3rem;
    font-family: SVN-CocoFY;
    margin-top: 10px;
}

.feature-box p {
    margin-bottom: 24px;
}

.feature-box .btn {
    border-radius: 40px;
}

.info-boxes-container {
    padding: 20px 0 20px;
    border-bottom: 1px solid #eee;
}

.info-boxes-heading {
    font-size: 90px;
    color: #f22e08;
}

.info-box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    text-align: center;
}

.info-box .icon {
    height: auto;
    text-align: center;
}

.info-box .icon img {
    width: 100%;
    height: 125px;
    object-fit: contain;
}

.info-box .info-box-content {
    width: 100%;
    display: block;
    transition: all 0.4s;
    padding: 0 15px;
}

.info-box .info-box-content .angle-right {
    color: #fff;
    width: 37px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    background-color: var(--color-primary);
    right: 15px;
    bottom: 25px;
}

.info-box .info-box-content .angle-right:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
}

.info-box h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0.4rem;
    letter-spacing: 0.05rem;
}

.info-box p {
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: .01rem;
}

@media screen and (max-width: 600px) {
    .section_aboutus {
        padding: 0;
    }
    .info-boxes-container {
        padding-bottom: 0;
    }
}

.tt-about-description {
    color: #76809B;
    font-size: 16px;
    text-align: justify;
    line-height: 22px;
}

/*News*/

.section_event {
	padding: 50px 0 30px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	background-image: linear-gradient(to bottom, #f2f8fd, #fdfefe, #ffffff);
}

.section_health_knowledge {
	padding: 50px 0 30px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.blog-slider .entry {
    color: #363636;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    transition: 0.3s;
}

.blog-slider .entry-media {
    margin: 0;
    position: relative;
    border-radius: 3px;
}

.blog-slider .entry .entry-media img {
    height: 240px;
    object-fit: cover;
    border-radius: 3px 3px 0 0;
}

.blog-slider .body-style-2 .entry-body {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    background: rgb(51 51 51 / 20%);
    transition: all 0.35s;
}

.blog-slider .body-style-2 .entry-body .entry-title {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 0;
}

.blog-slider .entry-date {
    background-color: var(--main-color2);
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    font-size: 27px;
    font-family: 'Bold';
    left: 0.7rem;
    letter-spacing: .1rem;
    margin: 0;
    padding: 0;
    padding-top: 1.7rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0.7rem;
    width: 6.5rem;
    height: 7rem;
}

.blog-slider .entry-date span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    font-size: 1.2rem;
    /* margin-top: 0.2rem; */
    font-family: 'Regular';
    padding: 1px 7px;
    background-color: #000;
}

.blog-slider .entry-body {
    font-size: 1.2rem;
    padding: 20px 0;
}

.blog-slider .entry-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    position: relative;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: -.01rem;
}

.blog-slider .entry-title a {
    color: inherit;
}

.blog-slider .entry-title a:hover {
	color: var(--main-color);
}

.blog-slider .description {
    line-height: 24px;
    padding-top: 10px;
}

.blog-slider .entry-content {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 7px;
}

.blog-slider .entry-content p {
    margin-bottom: 0.7rem
}

@media screen and (min-width: 992px) {
	.col-lg-2-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
    .blog-slider .img-style-2 .entry-media img {
        height: 386px;
    }
    .blog-slider .simple-entry-list .item {
        margin-bottom: 3rem;
    }
    .blog-slider .entry-title {
        font-size: 2rem;
    }
    .blog-slider .entry-body {
        font-size: 1.4rem;
    }
    .blog-slider .body-style-2 .entry-body {
        opacity: 0;
        visibility: hidden;
    }
    
    .blog-slider .body-style-2:hover .entry-body {
        opacity: 1;
        visibility: visible;
    }
}

/*End news*/

.section_partner {
    padding: 40px 0;
}

.section_partner .image {
    padding: 20px;
    cursor: pointer;
}

.section_partner .image img {
    height: 138px;
    object-fit: contain;
    transform: translate(0, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.section_partner .image:hover img {
    transform: translate(0, -5px);
}

.section_newsletter {
    padding: 40px 0;
}

/*Footer*/

.widget-title-link {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.border-lg-right {
		border-right: 1px solid rgb(238 238 238 / 50%);
	}
}

@media screen and (max-width: 767px) {
	.widget-title-link {
		margin: 20px 0 8px;
	}

	.widget-title-link br {
		display: none;
	}

}
/*End footer*/


@media screen and (max-width: 991px) {
    .lSSlideOuter .lightSlider li img {
        height: 320px;
    }
    .lSSlideOuter .lSPager.lSGallery img {
        height: 60px;
    }
    .product-single-info .product-title {
        font-size: 2rem;
    }
}

/*Menu*/

/*SubPage*/
.site-content-contain {
    position: relative;
    padding: 0 0 20px;
}
.layout-product {
    background: #edf0f3;
}
/*End subpage*/

/*Contact page*/
.block-contact-infos {
	font-size: 1.6rem;
	background-color: var(--main-color);
	padding: 25px;
	color: #fff;
}

.block-contact-infos a {
	color: inherit;
}

.block-contact-infos .phone {
	padding-bottom: 1rem;
	border-bottom: 1px solid rgb(255 255 255 / 50%);
}

.block-contact-infos .email {
	padding-top: 1rem;
}

.block-contact-infos .contact-info {
	margin: 10px 0;
}

.block-contact-infos .contact-info li {
	line-height: 30px;
}

.contact-page .form-control {
	max-width: none;
}

.contact-page .form-footer .btn {
	font-size: 2rem;
	background-color: #d71a21;
	border-color: #d71a21;
	border-radius: 0;
}

@media screen and (max-width: 767px) {
    .block-contact-infos {
        margin-bottom: 20px;
    }
}

/*End contact page*/

.social-group {
    position: fixed;
    left: 15px;
    bottom: 100px;
    z-index: 1040;
}

.social-group .widget-container {
    display: grid;
}

.social-group .widget-container .widget-item {
    position: relative;
    margin: 7px 5px;
    border-radius: 50%;
    border: 4px solid hsl(0deg 0% 100% / 80%);
    text-align: center;
    transition: all 0.3s;
}

.social-group .widget-container a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    border-radius: 50%;
}

.social-group .widget-container a:before {
    content: '';
    width: 56px;
    height: 56px;
    position: absolute;
    top: -8px;
    left: -8px;
    border: 4px solid rgb(217 217 217 / 50%);
    border-radius: 50%;
}

.social-group .widget-container .widget-item:hover {
    border-color: rgb(217 217 217 / 50%);
}

@media screen and (max-width: 767px) {
    .social-group {
        bottom: 100px;
    }
    .user-register {
        font-size: 1.8rem;
        margin: 2px 12px 0 3px;
    }
    .variant-sku {
        font-size: 1.3rem;
    }
    .d-xs-none {
        display: none!important;
    }
}

/*Hotline*/
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
    left: -12px;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
	width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 178px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 40px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
     display: none; 
  }
}


@-webkit-keyframes glowing {
  0% { background-color: #4a7b37; -webkit-box-shadow: 0 0 3px #4a7b37; }
  50% { background-color: #4a7b37; -webkit-box-shadow: 0 0 10px #4a7b37; }
  100% { background-color: #4a7b37; -webkit-box-shadow: 0 0 3px #4a7b37; }
}
 
@-moz-keyframes glowing {
  0% { background-color: #4a7b37; -moz-box-shadow: 0 0 3px #4a7b37; }
  50% { background-color: #9dc74a; -moz-box-shadow: 0 0 10px #9dc74a; }
  100% { background-color: #4a7b37; -moz-box-shadow: 0 0 3px #4a7b37; }
}
 
@-o-keyframes glowing {
  0% { background-color: #4a7b37; box-shadow: 0 0 3px #4a7b37; }
  50% { background-color: #9dc74a; box-shadow: 0 0 10px #9dc74a; }
  100% { background-color: #4a7b37; box-shadow: 0 0 3px #4a7b37; }
}
 
@keyframes glowing {
  0% { background-color: #4a7b37; box-shadow: 0 0 3px #4a7b37; }
  50% { background-color: #9dc74a; box-shadow: 0 0 10px #9dc74a; }
  100% { background-color: #4a7b37; box-shadow: 0 0 3px #4a7b37; }
}

.messenger-fb{
    position: fixed;
    bottom: 85px;
    right: 30px;
    z-index: 1040;
}
.messenger-fb .social-icons {
    display: inline-grid;
    align-items: center;
}
.mess-wrap{
    margin-top: 1.5rem;
    position: relative;
    font-weight: 600;
    transition: all 0.4s;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mess-wrap .social-icon {
    display: inline-flex;
    color: #ffffff;
    background: #e5322d;
    font-size: 2.7rem;
    width: 52px;
    height: 52px;
    justify-content: center;
    border-radius: 50%;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}
[data-color="icon-facebook"]{
    background-color: #0c54a6!important;
    color: #fff;
}
[data-color="fab fa-youtube"]{
    background-color: #da251d!important;
    color: #fff;
}
[data-color="fab fa-facebook-messenger"]{
    background-color: #4a7a3b!important;
    color: #fff;
}
[data-color="zalo"] img{
    max-width: 55px;
}
[data-color="zalo"] {
    background: none!important;
}
[data-color="lh"]{
    background: #2d2d2d;
    color: #fff;
}
[data-tooltip]:before {
    content: attr(data-tooltip);
    padding: 8px 18px;
    min-width: 50px;
    max-width: 300px;
    width: max-content;
    width: -moz-max-content;
    border-radius: 6px;
    font-size: 14px;
    background-color: #4a7a3b;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    white-space: pre-wrap;
    /* transform: translate(-50%, -5px) scale(0.5); */
    position: absolute;
    left: auto;
    right: calc(100% + 5px);
    top: 10px;
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}
[data-tooltip-location="left"]:before {
    /* transform: translate(-5px, 0) scale(0.5); */
    left: auto;
    right: calc(100% + 5px);
}
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #4a7a3b;
    transform-origin: left;
    /* transform: translateY(50%) scaleX(0); */
    position: absolute;
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
    left: -6px;
    bottom: calc(33% + 7px);
    pointer-events: none;
    transition: 0.2s;
    will-change: transform;
    content: '';
    border-style: solid;
}
/* [data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 0) scale(1);
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after {
    transform: translate(-5px, 0) scale(1);
    visibility: visible;
    opacity: 1;
} */
.mess-wrap-icon{
    max-width: 46px;
    position: relative;
    height: auto;
    transition: all 0.5s;
}
.mess-wrap-icon img{
    width: 100%;
}

.search-form-header .form-control {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.search-form-header .form-control {
	    margin-bottom: .5rem;
	}
}

@media screen and (min-width: 1200px) {
    .subtitle.tt-title:before {
        content: '';
        position: absolute;
        left: -167PX;
        bottom: 17px;
        height: 3px;
        width: 152px;
        background: var(--main-color2);
    }
    .subtitle.tt-title:after {
        content: '';
        position: absolute;
        right: -167px;
        bottom: 17px;
        height: 3px;
        width: 152px;
        background: var(--main-color2);
    }
}

.tt-description {
    margin-top: 2rem;
    font-size: 3rem;
    line-height: 35px;
    font-family: Bold;
    color: var(--main-color2);
}

@media screen and (max-width: 767px) {
    .tt-description {
        font-size: 2rem;
        line-height: 28px;
    }
}

.table-border-white tbody tr {
    border-bottom: 1px solid #fff;
}
.table-border-white tbody tr td {
    border-right: 1px solid #fff;
}
.table-recruit-container {
    border: 1px solid var(--main-color2);
    border-radius: 10px;
    overflow: hidden;
}
.table-recruit-container table {
    margin: 0;
}
.table-recruit-container thead {
    background-color: var(--main-color2);
    color: #fff;
}
.table-recruit-container thead th {
    border: none;
}
.table-recruit-container td, .table-recruit-container th {
    padding: 12px 20px;
    vertical-align: middle;
    border-right: 1px solid #eee;
}
.table-recruit-container .btn_view_td {
    display: inline-block;
    background-color: var(--main-color2);
    color: #fff;
    padding: 10px 16px;
}
.btn-success:hover {
    color: #fff!important;
    background-color: var(--main-color)!important;
    border-color: var(--main-color)!important;
}
.button-contact {
    background: #0a874c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 9px 15px;
}
.button-contact img {
    max-width: 28px;
}
.button-contact span {
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #eee;
}
.button-contact:hover {
    background: #8cc03f;
}
@media screen and (max-width: 767px) {
    .table-recruit-container thead{
        display: none;
    }
    .table-recruit-container tbody th, .table-recruit-container tbody td {
        display: block;
        /* font-size: 11px; */
        position: relative;
        width: unset!important;
        padding-left: 37%;
    }
    .table-recruit-container tbody th:before, .table-recruit-container tbody td:before {
        content:attr(data-title);
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translate(0,-50%);
        padding-right: 4px;
        width: 35%;
    }
}

/*---------------------------------------*/
/*-------   18. Loader module       -----*/
/*---------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #ffffff;
    opacity: 1;
    display: block;
}

#loader-wrapper.loader-off, body.loaded #loader-wrapper {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms linear 0s;
    -moz-transition: all 500ms linear 0s;
    -ms-transition: all 500ms linear 0s;
    -o-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -9px;
    margin-left: -100px;
    perspective: 400px;
    transform-type: preserve-3d;
}

#loader .dot {
    animation: loader ease-in-out 3s infinite;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: black;
    position: absolute;
    background: var(--main-color);
}

#loader .dot:nth-child(2) {
    animation-delay: 0.5s;
}

#loader .dot:nth-child(3) {
    animation-delay: 0.4s;
}

#loader .dot:nth-child(4) {
    animation-delay: 0.3s;
}

#loader .dot:nth-child(5) {
    animation-delay: 0.2s;
}

#loader .dot:nth-child(6) {
    animation-delay: 0.1s;
}

#loader .dot:nth-child(7) {
    animation-delay: 0s;
}

html:not(.ie) #loader .dot {
    border: 2px solid #ffffff;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }

    45% {
        transform: translateX(235px);
    }

    65% {
        transform: translateX(235px);
    }

    95% {
        transform: translateX(0);
    }
}

.ajax-tab .tab-content .tab-content-item {
    display: none
}

.ajax-tab .tab-content .tab-content-item.active {
    display: block
}

.home-slider .swiper-slide {
    text-align: center
}

.home-slider .swiper-slide img {
    display: block;
    margin: 0 auto
}

@media (max-width: 413px) and (min-width: 410px) {
    .home-slider .swiper-slide {
        height:246px
    }
}

.home-search {
    margin-bottom: 30px;
    margin-top: -60px;
    position: relative;
    z-index: 1
}

.home-search h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
    color: #000;
}

.home-search .row-fix {
    margin-left: -10px;
    margin-right: -10px
}

.home-search .row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px
}

.home-search .widget_search_box {
    background: #F2F4FA;
    padding: 25px 25px 15px;
    border-radius: 12px
}

.home-search .widget_search_box.item-effect.on-show {
    animation-name: fadeInDown
}

.home-search .widget_search_box select {
    height: 40px;
    background-color: #fff;
    box-shadow: none;
    outline: none;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    color: #8F939F;
    border-color: #eaeaea;
    border-radius: 8px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.home-search .widget_search_box .widget_search_btn {
    color: var(--oldColor);
    line-height: 40px;
    font-weight: 600;
    height: 40px;
    font-size: 16px;
    text-align: center;
    background-color: var(--mainColor);
    z-index: 1;
    overflow: hidden;
    position: relative;
    box-shadow: none;
    outline: none;
    display: block;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: 0s all
}

.home-search .widget_search_box .widget_search_btn:hover,.home-search .widget_search_box .widget_search_btn:focus {
    opacity: 0.8
}

.home-about {
    padding-top: 40px
}

.home-about .col-left.on-show {
    animation-name: fadeInDown
}

.home-about .col-left .about-text-1 {
    color: var(--oldColor);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase
}

.home-about .col-left h2 {
    color: #212633;
    line-height: 40px;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 20px
}

.home-about .col-left .des {
    color: #76809B;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 30px
}

@media (max-width: 1199px) {
    .home-about .col-left .des {
        font-size:14px
    }
}

.home-about .content_about .list-content {
    display: flex;
    flex-wrap: wrap
}

.home-about .content_about .list-content .item {
    color: #2B2F33;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 50%;
    padding-right: 15px
}

.home-about .content_about .list-content .item .icon {
    overflow: hidden;
    width: 40px;
    display: flex;
    -o-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -os-justify-content: center;
    -o-display: flex;
    -moz-display: flex;
    -webkit-display: flex;
    -os-display: flex;
    align-items: center;
    position: relative;
    height: auto !important;
    padding-bottom: 13%
}

@media (max-width: 767px) {
    .home-about .content_about .list-content .item .icon {
        padding-bottom:9%
    }
}

@media (max-width: 375px) {
    .home-about .content_about .list-content .item .icon {
        padding-bottom:12%
    }
}

.home-about .content_about .list-content .item .icon img {
    width: auto !important;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.home-about .content_about .list-content .item svg {
    width: 40px
}

.home-about .content_about .list-content .item .text {
    width: calc(100% - 40px);
    padding-left: 15px
}

.home-about .col-right .thumb {
    padding-bottom: 96%
}

.home-about .col-right.on-show {
    animation-name: goRight
}

.home-cate {
    background: #F2F4FA;
    position: relative;
    padding: 60px 0 70px
}

.home-cate h2 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    line-height: 1
}

.home-cate .block-content {
    margin: -30px
}

.home-cate .block-content.on-show {
    animation-name: fadeInUp
}

.home-cate .cate-swiper {
    padding: 30px
}

.home-cate .cate-swiper .cate-item {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    counter-increment: list-counter;
    position: relative;
    height: auto
}

.home-cate .cate-swiper .cate-item:before {
    content: counter(list-counter, decimal-leading-zero);
    color: #f2f4fa;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 15px;
    top: 20px
}

.home-cate .cate-swiper .cate-item .cate-title {
    background: #f5f5f7;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    border-left: 3px solid var(--main-color)
}

.home-cate .cate-swiper .cate-item .cate-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.home-cate .cate-swiper .cate-item .cate-img {
    padding: 25px
}

.home-cate .cate-swiper .cate-item .cate-img a {
    position: relative;
    padding-bottom: 18%
}

.home-cate .cate-swiper .cate-item .cate-img a img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    will-change: opacify;
    transform: scale(1);
    transition: all 0.5s ease
}

.home-cate .cate-swiper .cate-item .cate-sub-menu {
    padding: 15px 25px
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a {
    color: #76809B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a:hover {
    color: var(--mainColor)
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a.view-all {
    margin-top: 15px;
    color: var(--main-color)
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a.view-all svg {
    width: 10px;
    height: 10px;
    position: relative;
    top: -1px
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a.view-all svg path {
    fill: var(--mainColor)
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a.view-all:hover {
    color: var(--oldColor)
}

.home-cate .cate-swiper .cate-item .cate-sub-menu a.view-all:hover svg path {
    fill: var(--oldColor)
}

.home-service {
    background: var(--main-color);
    padding: 55px 0 70px;
    margin-bottom: 70px
}

.home-service h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 40px
}

.home-service .block-content.on-show {
    animation-name: goLeft
}

.thumb {
    position: relative;
    display: block;
    padding-bottom: 100%;
}

.related .thumb {
    padding-bottom: 80%;
}

.thumb img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 6px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.home-service .block-content .service-swiper .swiper-slide .info {
    background: #fff;
    height: 100%;
    border-radius: 0 12px 12px 12px;
    width: 85%;
    padding: 15px 40px 20px 20px;
    position: relative;
    margin-top: -70px
}

.home-service .block-content .service-swiper .swiper-slide .info h3 {
    display: -webkit-box;
    color: #2B2F33;
    font-size: 24px;
    height: 71px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-service .block-content .service-swiper .swiper-slide .info p {
    font-size: 15px;
    color: #76809B;
    line-height: 1.3;
    text-align: justify;
    margin-bottom: 0
}

@media (max-width: 991px) and (min-width: 767px) {
    .home-service .block-content .service-swiper .swiper-slide .info p {
        min-height:78px
    }
}

.home-service .block-content .service-swiper .swiper-slide .info .view-now {
    color: #152755;
    font-size: 16px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color2);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%)
}

.home-service .block-content .service-swiper .swiper-slide .info .view-now svg {
    width: 14px;
    height: 14px
}

.home-service .block-content .service-swiper .swiper-slide .info .view-now:hover {
    background: var(--main-color)
}

.home-service .block-content .service-swiper .swiper-slide .info .view-now:hover svg path {
    fill: #fff
}

.home-three-banner {
    margin-bottom: 70px
}

.home-three-banner .three-banner-swiper .swiper-slide .thumb {
    padding-bottom: 50%
}

.home-three-banner .three-banner-swiper .swiper-slide.item-effect:nth-child(1).on-show {
    animation-name: goRight
}

.home-three-banner .three-banner-swiper .swiper-slide.item-effect:nth-child(2).on-show {
    animation-name: fadeInUp
}

.home-three-banner .three-banner-swiper .swiper-slide.item-effect:nth-child(3).on-show {
    animation-name: goLeft
}

.home-three-banner .three-banner-swiper .swiper-pagination {
    position: initial
}

@media (min-width: 767px) {
    .home-three-banner .three-banner-swiper .swiper-pagination {
        display:none
    }
}

.home-three-banner .three-banner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--mainColor)
}

.home-voucher {
    margin-bottom: 70px
}

.home-voucher .item .inner {
    background: var(--backgroundColorItemVoucher);
    padding: 0 25px;
    position: relative
}

.home-voucher .item .inner .bg {
    background: #fff;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 40px;
    position: absolute
}

.home-voucher .item .inner .bg.left-top {
    left: -12px;
    top: -12px
}

.home-voucher .item .inner .bg.right-top {
    right: -12px;
    top: -12px
}

.home-voucher .item .inner .bg.right-bottom {
    right: -12px;
    bottom: -12px
}

.home-voucher .item .inner .bg.left-bottom {
    left: -12px;
    bottom: -12px
}

.home-voucher .item .inner .inner-2 {
    background: #F3F8FF;
    padding: 7px;
    border-left: 2px dashed var(--backgroundColorItemVoucher);
    border-right: 2px dashed var(--backgroundColorItemVoucher)
}

.home-voucher .item .inner .inner-2 .inner-3 {
    background: #fff;
    border: 1px solid #D4E0F1;
    padding: 10px
}

.home-voucher .item .title {
    color: var(--mainColor);
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px
}

.home-voucher .item .des {
    color: #152755;
    line-height: 1.3
}

.home-voucher .item .hsd {
    color: #152755;
    font-weight: bold;
    margin-top: 5px
}

.home-voucher .item .voucher-code {
    padding: 2px 16px 2px 16px;
    background: var(--mainColor);
    display: inline-block;
    border-radius: 8px;
    color: var(--oldColor);
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer
}

.home-voucher .item .voucher-code:hover {
    opacity: 0.8
}

.home-voucher .item .voucher-code.iscopied {
    opacity: 0.8
}

.home-voucher .swiper-pagination {
    position: initial;
    margin-top: 10px
}

.home-voucher .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color)
}

.home-voucher .item-effect.on-show {
    animation-name: fadeInDown
}

.home-flash-sale {
    background: var(--main-color);
    padding-bottom: 70px;
    margin-bottom: 70px
}

.home-flash-sale .item-effect.on-show {
    animation-name: fadeInUp
}

/* .home-flash-sale h2 {
    background-image: url(../images/bg-title-flashsale_new.png);
    width: 630px;
    height: 92px;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    margin: auto;
    position: relative;
    top: -9px;
    margin-bottom: 30px
} */

.home-flash-sale .block-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.home-flash-sale .block-countdown img {
    width: 180px;
    position: relative;
    z-index: 9
}

@media (max-width: 991px) and (min-width: 767px) {
    .home-flash-sale .block-countdown img {
        display:none
    }
}

.home-flash-sale .block-countdown #countdown {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    position: relative;
    font-style: italic;
    padding: 8px 30px 8px 130px;
    margin-left: -110px
}

@media (max-width: 991px) and (min-width: 767px) {
    .home-flash-sale .block-countdown #countdown {
        padding:8px 30px 8px 30px;
        margin-left: 0
    }
}

.home-flash-sale .block-countdown #countdown .text {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-right: 20px
}

.home-flash-sale .block-countdown #countdown:before {
    content: "";
    background: var(--oldColorFlashSale);
    transform: skew(-26deg);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.home-flash-sale .block-countdown #countdown .dots {
    color: var(--oldColorFlashSale2);
    font-size: 40px;
    display: inline-block;
    position: relative;
    z-index: 99;
    transform: skew(-26deg);
    font-style: initial
}

.home-flash-sale .block-countdown #countdown .item {
    color: var(--oldColorFlashSale2);
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
    position: relative;
    margin: 0 10px;
    line-height: 1;
    padding: 0 10px 5px
}

.home-flash-sale .block-countdown #countdown .item span {
    position: relative;
    z-index: 99
}

.home-flash-sale .block-countdown #countdown .item:before {
    content: "";
    background: var(--oldColorFlashSale3);
    width: 100%;
    height: 75%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: skew(-26deg)
}

.home-flash-sale .block-countdown #countdown .inner-countdown {
    position: relative;
    top: -5px
}

.home-flash-sale .block-countdown #countdown .inner-countdown:before {
    position: absolute;
    right: 140px;
    top: -135px;
    content: "";
    height: 282px;
    width: 2px;
    background: linear-gradient(180deg, rgba(252,219,16,0) 0%, #E4C400 100%);
    rotate: -90deg
}

.home-flash-sale .block-countdown #countdown .inner-countdown:after {
    position: absolute;
    left: 140px;
    top: -80px;
    content: "";
    height: 282px;
    width: 2px;
    background: linear-gradient(180deg, rgba(252,219,16,0) 0%, #E4C400 100%);
    rotate: 90deg
}

.home-flash-sale .flash-sale-swiper .swiper-slide {
    height: auto
}

@media (max-width: 991px) and (min-width: 767px) {
    .home-flash-sale .block-countdown #countdown .text {
        font-size:18px
    }
}

@media (max-width: 767px) {
    .home-flash-sale {
        padding-bottom:40px;
        margin-bottom: 40px
    }

    .home-flash-sale h2 {
        width: 290px;
        background-size: contain;
        height: 42px;
        font-size: 24px;
        top: -4px
    }

    .home-flash-sale .block-countdown img {
        display: none
    }

    .home-flash-sale .block-countdown #countdown {
        padding: 10px;
        margin-left: 0;
        font-style: initial
    }

    .home-flash-sale .block-countdown #countdown:before {
        transform: initial
    }

    .home-flash-sale .block-countdown #countdown .text {
        display: none
    }

    .home-flash-sale .block-countdown #countdown .item {
        font-size: 20px
    }

    .home-flash-sale .block-countdown #countdown .item:before {
        transform: initial
    }

    .home-flash-sale .block-countdown #countdown .dots {
        font-size: 20px;
        transform: initial
    }

    .home-flash-sale .block-countdown #countdown .inner-countdown {
        position: relative;
        top: -5px
    }

    .home-flash-sale .block-countdown #countdown .inner-countdown:before {
        display: none
    }

    .home-flash-sale .block-countdown #countdown .inner-countdown:after {
        display: none
    }
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

.home-one-banner {
    margin-bottom: 60px
}

.home-one-banner .thumb {
    padding-bottom: 16.3%
}

.home-one-banner .item-effect.on-show {
    animation-name: fadeInDown
}

.home-product-tab {
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #eee;
}

.home-product-tab.ajax-tab-1 .item-effect.on-show {
    animation-name: fadeInUp
}

.home-product-tab.ajax-tab-2 .item-effect.on-show {
    animation-name: fadeInUp
}

.home-product-tab.ajax-tab-3 .col-product.item-effect.on-show {
    animation-name: goLeft
}

.home-product-tab.ajax-tab-3 .col-banner.item-effect.on-show {
    animation-name: goRight
}

.home-product-tab .block-title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.home-product-tab .block-title h2 {
    color: #212633;
    font-size: 42px;
    margin-bottom: 0
}

.home-product-tab .block-title ul {
    margin-top: 15px;
    justify-content: center;
}

.home-product-tab .block-title ul li {
    display: inline-flex;
    color: #2B2F33;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    cursor: pointer;
}

.home-product-tab .block-title ul li a {
    padding: 12px 22px 12px 22px;
    border-radius: 4px;
    background: #F2F4FA
}

.home-product-tab .block-title ul li a.active,.home-product-tab .block-title ul li a:hover {
    background: var(--main-color);
    color: var(--main-color2)
}

.home-product-tab .block-title ul li h4 {
    margin-bottom: 0
}

@media screen and (min-width: 1025px) {
	.home-product-tab .block-title ul li h4 {
	    font-size: 16px;
	}
}

.home-product-tab .block-title.title-ajax-3 {
    text-align: center
}

.home-product-tab .block-title.title-ajax-3 h2 span {
    color: var(--main-color2)
}

.home-product-tab .tab-nav {
    margin-bottom: 20px
}

.home-product-tab .tab-nav li {
    display: inline-flex;
    border-radius: 4px;
    color: #2B2F33;
    align-items: center;
    justify-content: center;
    padding: 8px 16px 8px 16px;
    margin-right: 8px;
    cursor: pointer;
    background: #F2F4FA
}

.home-product-tab .tab-nav li.active,.home-product-tab .tab-nav li:hover {
    background: var(--main-color);
    color: var(--main-color2)
}

.home-product-tab .tab-nav li h4 {
    margin-bottom: 0
}

.home-product-tab .tab-content .row .col-fix {
    margin-bottom: 10px
}

@media (min-width: 991px) {
    .home-product-tab .tab-content .row .col-fix {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
    .solutions-container .row .col-fix {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .home-product-tab .tab-content .row .col-fix:nth-child(9),.home-product-tab .tab-content .row .col-fix:nth-child(10) {
        display:none
    }
}

.aside-category {
    margin-bottom: 20px;
}

.aside-category .category-slider .swiper-slide {
    text-align: center
}

.aside-category .category-slider .swiper-slide .cate-img img {
    height: 42px;
    object-fit: scale-down;
    filter: grayscale(1);
}

.aside-category .category-slider .swiper-slide .cate-info {
    margin-top: 8px
}

.aside-category .category-slider .swiper-slide .cate-info .cate-title {
    font-weight: 500
}

.aside-category .category-slider .swiper-slide .cate-info .cate-title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 1
}

.aside-category .category-slider .swiper-slide .cate-info .cate-count {
    color: #76809B;
    font-size: 13px
}

@media (max-width: 767px) {
    .aside-category .category-slider .swiper-slide {
        display:block;
        text-align: center
    }

    .aside-category .category-slider .swiper-slide .cate-img {
        margin: auto;
        margin-bottom: 5px
    }

    .aside-category .category-slider .swiper-slide .cate-info {
        width: 100%;
        padding-left: 0
    }

    .aside-category .category-slider .swiper-slide .cate-info .cate-count {
        font-size: 12px
    }
}

.home-product-tab .tab-content .row .col-fix-2 {
    margin-bottom: 20px
}

.home-product-tab .tab-content .view-all a {
    display: inline-block;
    font-size: 16px;
    padding: 6px 16px;
    color: var(--mainColor);
    border: 1px solid var(--main-color);
    border-radius: 4px
}

.home-product-tab .tab-content .view-all a svg {
    margin-left: 5px;
    width: 14px;
    height: 14px
}

.home-product-tab .tab-content .view-all a:hover {
    background: var(--mainColor);
    color: #fff
}

.home-product-tab .tab-content .view-all a:hover svg path {
    fill: #fff
}

.home-product-tab .col-banner .thumb {
    padding-bottom: 124%
}

@media (max-width: 991px) {
    .home-product-tab {
        margin-bottom:40px
    }

    .home-product-tab .col-banner {
        margin-top: 20px
    }

    .home-product-tab .tab-nav {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        display: block;
        text-align: center
    }

    .home-product-tab .tab-nav::-webkit-scrollbar {
        display: none
    }

    .home-product-tab .block-title h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px
    }

    .home-product-tab .block-title ul {
        position: initial;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        display: block;
        text-align: center
    }

    .home-product-tab .block-title ul::-webkit-scrollbar {
        display: none
    }
}

.home-review-customer {
    background: var(--main-color);
    padding: 70px 0;
    margin-bottom: 70px
}

.home-review-customer .block-image.item-effect.on-show {
    animation-name: goLeft
}

.home-review-customer .block-image .bg {
    background: var(--main-color2);
    border-radius: 12px;
    padding: 45px
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide {
    text-align: center
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .icon {
    width: 65px;
    height: 65px;
    margin: auto;
    background: var(--main-color);
    border-radius: 12px;
    margin-bottom: 20px
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .icon svg {
    width: 40px;
    height: 32px
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .icon svg path {
    fill: #fff
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .thumb {
    padding-bottom: 17%;
    margin-bottom: 15px
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .thumb img {
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2)
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .des {
    color: #212633;
    font-size: 18px;
    line-height: 1.4
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .star {
    margin-top: 20px;
    margin-bottom: 20px
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .star svg {
    width: 168px
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .star svg path {
    fill: #ffc700
}

.home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .name {
    font-size: 18px;
    color: #212633;
    font-weight: 700;
    margin-bottom: 5px
}

.home-review-customer .block-image .swiper-pagination {
    position: initial;
    margin-top: 15px;
    line-height: 1
}

.home-review-customer .block-image .swiper-pagination .swiper-pagination-bullet {
    background: #E2E6F2;
    border-radius: 2px;
    margin: 0 5px;
    opacity: 1
}

.home-review-customer .block-image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color2);
    width: 45px
}

.home-review-customer .block-info.item-effect.on-show {
    animation-name: goRight
}

.home-review-customer .block-info h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px
}

.home-review-customer .block-info h2 span {
    color: var(--main-color2);
    display: block
}

.home-review-customer .block-info p {
    color: #BDC4D8;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px
}

@media (min-width: 1199px) {
    .home-review-customer .block-info p {
        padding-right:120px
    }
}

.home-review-customer .block-info .text-donghanh {
    color: #BDC4D8;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px
}

.home-review-customer .block-info .text-donghanh span {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.home-review-customer .block-info .thumb {
    padding-bottom: 15%
}

.home-review-customer .block-info .thumb img {
    margin: initial
}

.item-blog:not(.relate) {
    height: 100%;
    background: #f6f6f6;
    border-radius: 12px
}

.item-blog:not(.relate) .block-thumb {
    position: relative;
    background: #fff;
    border-radius: 12px
}

.item-blog:not(.relate) .block-thumb .article-published {
    position: absolute;
    bottom: -15px;
    left: 25px;
    background: var(--main-color2);
    padding: 10px;
    border-radius: 12px;
    z-index: 9
}

@media (max-width: 991px) {
    .item-blog:not(.relate) .block-thumb .article-published {
        left:15px
    }
}

.item-blog:not(.relate) .block-thumb .thumb {
    padding-bottom: 62%
}

.item-blog:not(.relate) .block-thumb .thumb img {
    border-radius: 12px;
    height: 100%;
}

.item-blog:not(.relate) .block-thumb .thumb.video_play:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%)
}

.item-blog:not(.relate) .block-thumb .thumb.video_play:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #333;
    opacity: 0.5;
    z-index: 1;
    border-radius: 12px
}

.item-blog:not(.relate) .block-info {
    padding: 50px 25px 25px;
    border-radius: 0 0 12px 12px;
    margin-top: -15px
}

@media (max-width: 991px) {
    .item-blog:not(.relate) .block-info {
        padding:50px 15px 15px
    }
}

.item-blog:not(.relate) .block-info h3 {
    font-size: 16px;
    font-weight: 600;
    word-break: break-all
}

.item-blog:not(.relate) .block-info h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-word;
    -webkit-line-clamp: 2
}

.item-blog:not(.relate) .block-info .article-content {
    font-size: 14px;
    color: #76809B;
    line-height: 1.4;
    margin-top: 10px
}

@media (max-width: 991px) {
    .item-blog:not(.relate) .block-info .article-content {
        display:none
    }
}

.home-brand {
    position: relative;
    padding: 80px 0 100px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../images/certificatebg.png);
}

.home-brand h2 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 50px;
    text-align: center
}

.home-brand .swiper-brand.item-effect.on-show {
    animation-name: fadeInDown
}

.home-brand .slick-slide {
    
}

.logo-brand {
    -moz-transform: scale(.75);
    -ms-transform: scale(.75);
    -o-transform: scale(.75);
    -webkit-transform: scale(.75);
    transform: scale(.75);
    transition: all 300ms ease;
}

.wrap_core .slick-center .logo-brand {
   -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.home-brand .slick-slide .slick-item a img {
    width: auto;
    padding: 5px
}

.home-blogs {
    margin-bottom: 70px
}

.home-blogs h2 {
    color: #212633;
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center
}

.home-blogs h2 span {
    color: var(--main-color2)
}

.home-blogs .swiper-slide {
    height: auto
}

.home-blogs .index-blog-swiper.item-effect.on-show {
    animation-name: fadeInUp
}

@media (max-width: 1199px) and (min-width: 991px) {
    .home-search {
        margin-top:50px;
        margin-bottom: 50px
    }

    .home-about .col-left h2 {
        font-size: 32px
    }

    .home-about .col-left .content_about .list-content .item .icon {
        padding-bottom: 17%
    }

    .home-service {
        padding: 50px 0;
        margin-bottom: 50px
    }

    .home-service .block-content .service-swiper .swiper-slide .info h3 {
        font-size: 20px
    }

    .home-three-banner {
        margin-bottom: 50px
    }

    .home-one-banner {
        margin-bottom: 50px
    }

    .home-review-customer {
        padding: 50px 0;
        margin-bottom: 50px
    }

    .home-brand {
        margin-bottom: 50px
    }

    .home-blogs {
        margin-bottom: 50px
    }

    .home-voucher .row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        width: auto
    }

    .home-voucher .row .item {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        min-width: 30%;
        margin-bottom: 14px
    }
}

@media (max-width: 991px) {
    .home-search {
        margin-top:40px;
        margin-bottom: 40px
    }

    .home-search .row-fix .col-fix {
        margin-bottom: 15px
    }

    .home-one-banner {
        margin-bottom: 40px
    }

    .home-service {
        padding: 40px 0;
        margin-bottom: 40px
    }

    .home-three-banner {
        margin-bottom: 40px
    }

    .home-blogs {
        margin-bottom: 40px
    }

    .home-blogs .title-module {
        font-size: 28px;
        margin-bottom: 20px
    }

    .home-blogs .block-content {
        margin-bottom: 20px
    }

    .home-blogs .block-content .block-title h2 {
        font-size: 18px
    }

    .home-brand {
        padding: 20px 0 50px;
    }

    .home-brand h2 {
        font-size: 28px;
        margin-bottom: 20px
    }

    .home-review-customer {
        padding: 40px 0;
        margin-bottom: 40px
    }

    .home-review-customer .block-info {
        text-align: center
    }

    .home-review-customer .block-info h2 {
        font-size: 28px
    }

    .home-review-customer .block-info .thumb {
        display: none
    }

    .home-review-customer .block-info .text-donghanh {
        display: none
    }

    .home-service h2 {
        font-size: 28px;
        margin-bottom: 30px
    }

    .home-about .col-left .about-text-1 {
        text-align: center
    }

    .home-about .col-left h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 30px
    }

    .home-about .col-left h2 span {
        display: block
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .home-voucher {
        margin-bottom:50px
    }

    .home-about .col-right .thumb {
        padding-bottom: 82%
    }

    .home-cate {
        padding: 40px 0 50px
    }

    .home-flash-sale {
        padding-bottom: 50px;
        margin-bottom: 50px
    }

    .home-product-tab .col-banner .thumb {
        padding-bottom: 102%
    }
}

@media (max-width: 767px) {
    .flash-sale-swiper .swiper-button-next,.flash-sale-swiper .swiper-button-prev {
        top:40%
    }

    .home-cate {
        padding: 40px 0 40px;
        margin-top: initial
    }

    .home-cate h2 {
        font-size: 28px
    }

    .home-cate .block-content {
        margin: 0
    }

    .home-cate .block-content .cate-swiper {
        padding: 0
    }

    .home-cate .block-content .cate-swiper .cate-item {
        box-shadow: initial
    }

    .home-blogs h2 {
        font-size: 28px
    }

    .home-review-customer .block-image .bg {
        padding: 20px
    }

    .home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .inner {
        display: block
    }

    .home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .inner .thumb {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 80%
    }

    .home-review-customer .block-image .bg .review-customer-swiper .swiper-slide .inner .info {
        width: 100%;
        padding: 0
    }

    .home-voucher {
        margin-bottom: 40px
    }

    .home-about .col-left {
        margin-bottom: 30px
    }

    .home-about .col-left h2 span {
        display: inline-block
    }

    .home-about .col-left .content_about .list-content .item {
        margin-bottom: 12px;
        width: 100%;
        padding-right: 0
    }
}

.flashsale__bottom .flashsale__label {
    font-size: 12px
}

.flashsale__bottom .flashsale__label img {
    width: 35px;
    margin-top: -5px
}

.flashsale__bottom .flashsale__progressbar {
    color: #fff;
    display: block;
    width: 100%;
    height: 10px;
    background: #ebebeb;
    margin-bottom: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden
}

.flashsale__bottom .flashsale__progressbar.style2 {
    height: 16px
}

.flashsale__bottom .flashsale__progressbar.style2 .flashsale__label {
    font-size: 11px;
    line-height: 16px;
    position: relative;
    left: 0;
    z-index: 2;
    text-align: center;
    margin: auto
}

.flashsale__bottom .flashsale__progressbar.style2 .flashsale__label img {
    display: none
}

.flashsale__bottom .flashsale___percent {
    width: 0%;
    height: 100%;
    background-color: #e17929;
    border-radius: 6px 0 0 6px;
    position: absolute;
    top: 0;
    z-index: 1;
    background-size: 40px 40px;
    -webkit-animation: progress_bar_fill 2s linear infinite;
    animation: progress_bar_fill 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255,255,255,0.25) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0.25) 75%, transparent 75%, transparent)
}

@keyframes progress_bar_fill {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

.sold-module {
    height: 20px;
    border-radius: 10px;
    background: linear-gradient(to right, #ec1a17, #ffad00)
}

.sold-module img {
    left: 2px;
    top: -2px;
    width: 18px
}

.sold-module .sold {
    font-size: 12px;
    color: #fff;
    z-index: 2;
    line-height: normal
}

.sold-module .remain {
    background: #ffbda6;
    right: 0;
    top: 0;
    z-index: 1
}

.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 0 var(--main-color);
    top: 50%;
    transform: translateY(calc(-50% - 0px));
    margin: 0;
    transition: .3s;
    outline: none;
    background: #fff;
    box-shadow: 0 0 4px 0 var(--main-color);
    border-radius: 4px
}

.swiper-container .swiper-button-next:hover,.swiper-container .swiper-button-prev:hover {
    opacity: 1;
    background: #fff;
    box-shadow: 0 0 4px 0 var(--main-color)
}

@media (min-width: 1199px) {
    .swiper-container .swiper-button-next:hover,.swiper-container .swiper-button-prev:hover {
        width:33px;
        height: 33px
    }
}

.swiper-container .swiper-button-next:after,.swiper-container .swiper-button-prev:after {
    font-size: 14px;
    color: var(--main-color);
    font-weight: bold
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.footer .module-payment .item {
    display: inline-block;
    margin-right: 6px
}

@media (max-width: 1199px) and (min-width: 767px) {
    .footer .module-payment .item {
        margin-bottom:8px
    }
}

.products-view .row-fix {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.products-view .row-fix .col-fix {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px
}

@media (min-width: 991px) {
    .products-view .row-fix .col-fix {
        -ms-flex:0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

table {
    width: 100%;
}

table td {
    border: 1px solid #eee;
    padding: 5px 10px;
}

.download-list h3 {
	color: #fff;
	background-color: var(--main-color);
	padding: 10px 15px;
	margin: 0;
}

.download-list .d-flex {
	border: 1px solid #eee;
	padding: 10px 15px;
	align-items: center;
	justify-content: space-between;
}

.download-list .d-flex .icon {
	font-size: 24px;
}

.product-single-tabs .tab-content .product-desc-content img {
    display: block;
    margin: auto;
}

.accordion-item {
    font-size: 1.5rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    font-size: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 2.25rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/arrow-black.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow.svg);
    transform: rotate(-180deg);
}

.accordion-button:hover, .accordion-button:focus {
    text-decoration: none;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-body {
    padding: 1.5rem 2.25rem;
}

.solutions-container {
    padding: 40px 0;
    background-color: #eee;
}

.solutions-item {
    margin-bottom: 20px;
}

.solutions-item h2 {
    padding: 10px 20px;
    color: var(--main-color2);
    background-color: #000;
}

.solutions-item .solutions-body {
    font-size: 1.5rem;
    text-align: justify;
    margin-bottom: 20px;
}

.solutions-item .solutions-gallery {
    margin-bottom: 20px;
}

.solutions-item .solutions-info .solutions-info-item {
    padding: 10px;
    border: 1px solid #1e9825;
    background-color: rgba(247,255,250, 1);
    height: 100%;
}

.solutions-item .solutions-info .solutions-info-header h3 {
    color: #1e9825;
    font-size: 1.8rem;
    padding: 10px;
    margin: 0 0 5px 0;
}

.solutions-item .solutions-info .solutions-info-content {
    color: #666;
    padding: 0 10px 10px;
    font-size: 1.5rem;
    line-height: 1.7;
}

.solutions-item .solutions-info .solutions-info-item.blue {
    border-color: #3168b1;
    background-color: rgba(247,250,255, 1);
}

.solutions-item .solutions-info .solutions-info-item.blue .solutions-info-header h3 {
    color: #3168b1;
}

.solutions-item .solutions-info .solutions-info-item.orange {
    border-color: #e69138;
    background-color: #fffcf7;
}

.solutions-item .solutions-info .solutions-info-item.orange .solutions-info-header h3 {
    color: #e69138;
}

.solutions-item .solutions-info .solutions-info-item.pink {
    border-color: #5e3eae;
    background-color: #fefbff;
}

.solutions-item .solutions-info .solutions-info-item.pink .solutions-info-header h3 {
    color: #5e3eae;
}

.solutions-item .solutions-info .solutions-info-item.steel-blue {
    border-color: #45818e;
    background-color: #f7fdff;
}

.solutions-item .solutions-info .solutions-info-item.steel-blue .solutions-info-header h3 {
    color: #45818e;
}

.chatbox {
  position: fixed;
  bottom: 0;
  right: 20px;
  width: 320px;
  font-family: sans-serif;
  z-index: 1000;
}

.chatbox-toggle {
  display: flex;
  justify-content: space-between;
  background-color: #2fa8ec;
  color: white;
  padding: 12px 15px;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.15);
}

.chatbox-content {
  background: #fff;
  border: 1px solid #2fa8ec;
  border-bottom: 0;
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}

.chatbox-content.open {
  max-height: 500px;
  padding: 15px;
}

.chatbox-content input,
.chatbox-content textarea {
  border-radius: 50px;
}

.chatbox-content textarea {
  resize: vertical;
  min-height: 60px;
}

.chatbox-content button {
  width: 100%;
  padding: 8px 10px;
  background-color: #00b140;
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
}

.chatbox-content button:hover {
  background-color: #94D662;
}
