.zoom-in-out {
    animation: zoomEffect 1.8s infinite;
}
.zoom-in-out:hover {
    animation: zoomEffect 1.8s infinite;
}
@keyframes zoomEffect {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: .8;
  }
}

.header_subpage {
    background-image: url(../images/t3.png);
    padding: 78px 0;
    background-size: cover;
    background-position: top;
}
/* Vertical Menu */
.side-menu-container {
  border: 2px solid var(--main-color);
  border-radius: 0.2rem;
  margin-bottom: -1px;
  display: none;
  border-radius: 4px;
  height: 100%;
  }
.side-menu-container .side-nav {
  position: relative;
}
  /*
 *  STYLE 7
 */

.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;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    background-color: var(--main-color);
    margin: 5px;
    border-radius: 8px;
    }
.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 solid var(--main-color);
    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: 1.15rem 3rem;
    }

    .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) {
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 901px; } }
@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;
}

.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 {
    color: #525252;
    width: 100px;
    display: inline-block;
}

.a-stock {
    color: #189eff;
}

.a-stock.a2 {
    color: #73a91d;
}

.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 40px;
    background-image: url(../images/background.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
}
.mt-thum-bx {
    background-color: #f7f7f7;
    border-radius: 0 0 12px 12px;
}

.mt-thum-bx img {
    /* height: 410px; */
    object-fit: cover;
    width: 100%;
	border-radius: 0 0 12px 12px;
}

.countdown-container {
    padding-bottom: 45px;
    text-align: center;
    background-color: rgb(245 246 248 / 95%);
    border-radius: 0 0 12px 12px;
}

.countdown-container .deals-countdown {
	margin-top: 30px;
}

.deals-countdown .countdown-section {
	 display: inline-flex;
	 align-items: center;
	 position: relative;
	 font-weight: 400;
	 padding: 0.3rem 0 0.3rem;
	 margin-left: 0.8rem;
	 margin-right: 0.8rem;
	 color: #fff;
	 background-color: #277c27;
	 border-radius: 0.3rem;
	 border: none;
}
.deals-countdown .countdown-section .countdown-amount {
	 color: #fff;
	 font-size: 38px;
	 width: 90px;
	 height: 90px;
	 line-height: 56px;
	 text-align: center;
	 letter-spacing: .2rem;
	 z-index: 10;
}

 .deals-countdown .countdown-section .countdown-period {
	 font-size: 18px;
	 position: absolute;
	 left: 0;
	 right: 0;
	 text-align: center;
	 bottom: 15px;
	 display: block;
	 font-weight: 400;
	 text-transform: uppercase;
	 width: 100%;
	 padding-left: 0;
	 padding-right: 0;
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
}
 .deals-countdown .countdown-section:not(:last-child)::after {
	 color: #4fa400;
	 content: ':';
	 display: inline-block;
	 font-weight: 400;
	 font-size: 30px;
	 line-height: 1;
	 position: absolute;
	 left: 100%;
	 margin-left: 4px;
	 margin-top: -1px;
	 top: 50%;
	 transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
}

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

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

.info-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.info-box .icon {
    color: #24aeb1;
    font-size: 3.6rem;
    height: auto;
    line-height: 46px;
    text-align: center;
}

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

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

.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) {
    
    .info-boxes-container {
        padding-bottom: 0;
    }
    .deals-countdown .countdown-section .countdown-amount {
    	 font-size: 20px;
    	 width: 70px;
    	 height: 70px;
    	 line-height: 46px;
    }
}

@media screen and (min-width: 992px) {
    .tt-about-description {
        font-size: 17px;
        line-height: 28px;
    }
}

.title_module_main {
    margin-bottom: 20px
}

.title_module_main h2 {
    text-align: center;
    margin: 0;
    font-size: 0;
    letter-spacing: 2px;
    text-transform: uppercase
}

.title_module_main h2 a {
    font-size: 20px;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 10px 0;
    display: inline-block
}

.title_module_main h2 a .t1 {
    font-weight: bold;
    color: var(--main-color)
}

.title_module_main h2 a:hover {
    color: var(--main-color)
}

@media (max-width: 991px) {
    .section_three_col .col-product {
        margin:15px 0
    }
}

.section_three_col .col-product .module-title h3 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 0;
    padding-right: 75px;
    text-transform: uppercase
}

.section_three_col .col-product .module-title h3 a {
    font-size: 20px
}

.section_three_col .col-product .module-title h3 a .t1 {
    padding-bottom: 4px;
    color: var(--main-color);
    font-weight: bold
}

.section_three_col .col-product .product-item-small {
    display: flex;
    position: relative;
    padding: 10px;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

@media (max-width: 1199px) and (min-width: 991px) {
    .section_three_col .col-product .product-item-small {
        margin:1px;
        margin-bottom: 10px
    }
}

.section_three_col .col-product .product-item-small .product-thumbnail {
    width: 150px;
    margin-right: 10px
}

@media (max-width: 1199px) and (min-width: 991px) {
    .section_three_col .col-product .product-item-small .product-thumbnail {
        width:120px;
        height: 120px
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .section_three_col .col-product .product-item-small .product-thumbnail {
        width:75px;
        height: 75px
    }
}

.section_three_col .col-product .product-item-small .product-thumbnail img {
    width: auto;
    height: 150px;
    margin: auto;
    object-fit: contain;
}

@media (min-width: 1199px) {
    .section_three_col .col-product .product-item-small .product-thumbnail {
        height:150px
    }
}

@media (max-width: 767px) {
    .section_three_col .col-product .product-item-small .product-thumbnail {
        height:90px
    }
}

@media (max-width: 767px) {
    .section_three_col .col-product .product-item-small .product-thumbnail {
        width:90px
    }
}

.section_three_col .col-product .product-item-small .product-content {
    width: calc(100% - 160px)
}

.section_three_col .col-product .product-item-small .product-content ol {
    margin-left: 15px
}

@media (max-width: 1199px) and (min-width: 991px) {
    .section_three_col .col-product .product-item-small .product-content {
        width:calc(100% - 130px)
    }
}

@media (max-width: 991px) and (min-width: 767px) {
    .section_three_col .col-product .product-item-small .product-content {
        width:calc(100% - 85px)
    }
}

@media (max-width: 767px) {
    .section_three_col .col-product .product-item-small .product-content {
        width:calc(100% - 100px)
    }

    .section_three_col .col-product .product-item-small .product-content .price-box {
        min-height: initial
    }
}

.section_three_col .col-product .product-item-small .product-content .product-summary {
    margin-top: 10px
}

.section_three_col .col-product .product-item-small .product-content .product-name {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.section_three_col .col-product .product-item-small .product-content .product-name a {
    color: #000;
}

.section_three_col .col-product .product-item-small:hover .product-name a {
    color: #fff
}

.section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-next {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    left: initial !important;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    left: initial !important;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: -27px !important;
    margin: 0 !important;
    right: 0 !important
}

.section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-next:before {
    line-height: 32px !important;
    width: 32px !important;
    color: #000
}

.section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-next:hover {
    background: var(--main-color)
}

.section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-next:hover:before {
    color: #fff !important
}

.section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-prev {
    height: 32px;
    width: 32px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    left: initial !important;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgba(72,139,216,0.2);
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: -27px !important;
    margin: 0 !important;
    right: 40px !important;
    left: initial !important
}

.section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-prev:before {
    line-height: 32px !important;
    width: 32px !important;
    color: #000
}

.section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-prev:hover {
    background: var(--main-color)
}

.section_three_col .col-product .module-content .owl-carousel .owl-nav .owl-prev:hover:before {
    color: #fff !important
}

/*News*/

.section_event {
	padding: 50px 0 30px;
}

.section_event .list-group.list-group-flush .list-group-item {
    padding: 1.5rem 1.5rem;
}

.section_event .list-group.list-group-flush .list-group-item a {
    height: 23px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 25px;
}

.section_event .list-group.list-group-flush .list-group-item a strong {
    font-size: 17px;
    text-transform: uppercase;
}

.section_event .list-group.list-group-flush .list-group-item a .date {
    color: #287c2b;
}

.section_event .list-group.list-group-flush .list-group-item a .dots {
    font-size: 20px;
}

.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) {
    .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;
    background-color: #f9f9f9;
    padding: 0 0 20px;
}
/*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: 13%;
    right: 2%;
    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;
}

.tt-title {
    color: #c55500;
    font-weight: 700;
    font-size: 4rem;
    line-height: 25px;
}

.tt-title small {
    font-weight: 600;
    font-size: 18px;
}

.tt-description {
    font-weight: 600;
    font-size: 2rem;
    color: #c55500;
}

@media screen and (max-width: 767px) {
    .tt-description {
        font-size: 1.6rem;
        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;
}
@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);
    }
}

.inner-fab-icon {
  height: 40px;
  width: 40px;
}

.roundCool {
  transition: all 120ms ease-in-out;
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 18px;
  user-select: none;
  cursor: pointer;
  color: #FF9500;
  font-size: 5em;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 3px 10px rgba(0, 0, 0, 0.08);
  z-index: 9999999;
}

.img-circle {
    border-radius: 50%;
}

.inner-fabs a {
    position: fixed;
    right: 35px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    font-size: 1.5em;
    will-change: bottom;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    z-index: 999999;
}

.inner-fabs.show a {
    bottom: 88px;
}

.inner-fabs.show a#challenges-fab {
    bottom: 140px;
}

.inner-fabs.show a#chat-fab {
    bottom: 193px;
}

.inner-fabs a::before {
    content: attr(data-tooltip);
    transition: opacity 120ms cubic-bezier(0.4, 0, 1, 1);
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #333333;
    right: 53px;
    top: 19%;
    background-color: #259e00;
    font-size: .6em;
    line-height: 1.2em;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border-radius: 15px;
    padding: 7px 18px 6px 18px;
    max-width: 200px;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.inner-fabs.show a::before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

.call-animation {
    background: #fff;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  
}
 
@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.4), 0 0 0 20px rgba(0, 0, 0, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.4), 0 0 0 30px rgba(0, 0, 0, 0.2);
    }

}

@media screen and (max-width: 575px) {
    .roundCool {
        bottom: 100px;
    }
    .inner-fabs a {
        bottom: 100px;
    }
    .inner-fabs.show a {
        bottom: 164px;
    }
    .inner-fabs.show a#challenges-fab {
        bottom: 215px;
    }
    .inner-fabs.show a#chat-fab {
        bottom: 267px;
    }
}
.header-top {
    background-color:#066d36;
}

.logo img {
    background-color: #066d36;
}
.heading_banner {
    padding: 15px 0;
}
.heading_banner h1{
    font-size: 1.4rem;
}
.background-img {
    background-image: url("../images/banner-80-nam.png?v=1");
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
/* .home-top-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50px;
    background-image: url(../images/header.png);
    background-size: cover;
    background-position: left;
    z-index: 0;
}
.home-top-container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50px;
    background-image: url(../images/header.png);
    background-size: cover;
    background-position: right;
    z-index: 1;
} */
@media (min-width: 768px) {
    .background-img {
        height: 394px;
    }
}
@media (min-width: 992px) {
    .background-img {
        height: 586px;
    }
}
@media (min-width: 1200px) {
    .width-slide{
     height: 650px;
    } 
    .background-img {
        height: 770px;
    }
    .heading_banner h1 {
        font-size: 2.6rem!important;
    }
    
}

@media screen and (min-width: 1920px) {
    .width-slide{
         height: 800px;
    }
    .background-img {
        background-size: cover;
        background-repeat: no-repeat;
        height: 1030px; /* Đặt chiều cao bằng chiều cao của viewport */
    }
}

@media screen and (min-width: 2300px) {
    .background-img {
        height: 1373px;
    }
}


@media (max-width: 767px) {
.background-img {
    height: 235px !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.width-slide {
    height: 200px!important; 
}
.home-top-container h1 {
font-size: 1.2rem !important;
}
.width-slide {
    background-image: url("../images/banner3.png") !important;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    height: 250px; 
}
.magin-top-4 {
    margin-top: 4rem !important;
}
.mt-thum-bx img {
    height: 250px;
    object-fit: contain;
    width: 100%;
    border-radius: 0 0 12px 12px;
}
.heading_banner {
    bottom: -50px;
}
.section_aboutus {
    padding: 30px 0 0 0;
}
}

.banner-section {
    display: flex;
    justify-content: center; 
     max-width:100%;
}

.banner-section .item {
    width: 1180px; 
}
@media (max-width: 1520px) {
    .banner-section .item {
        background-image: url("../images/banner3.png");
        background-size: cover; 
        background-position: center; 
        background-repeat: no-repeat; 
        width: 100%!important;
        
    }
}

.banner-section {
    background-color: #2866e1;
}