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

.text-decoration {
    text-decoration: underline;
}

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

/* Product */

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

.pt-header {
    padding: 55px 0;
    background: linear-gradient(125deg, #104B0A 30%, #fff) !important;
    margin-bottom: 40px;
}

.pt-header .title-group {
    margin: 0;
}

.pt-header .title-group .subtitle, .pt-header .title-group .subtitle span {
    color: #fff;
}

.pt-header .title-group .subtitle {
    padding-left: 30px;
    border-left: 3px solid #fff;
}

.section_video_list {
    padding-bottom: 40px;
}

.section_video_list .subtitle {
    padding-left: 30px;
    border-left: 3px solid #222;
}

.video-container {
    padding: 15px;
    background-image: url(../images/Rectangle-123.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.video-container iframe {
    border-radius: 25px;
    width: 100%;
}

.section_video_list .icon {
	font-size: 18px;
	margin-bottom: 20px;
	color: var(--color-primary);
}

.section_video_list .title {
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 20px;
	color: var(--main-color);
}

.section_video_list .description {
	padding: 25px 35px 25px 35px;
	background-color: #FFF194;
	border-radius: 30px 30px 30px 30px;
	line-height: 1.7;
}

.icon-youtube {
    font-size: 30px;
    color: #FFF;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 60px;
    height: 60px;
    transition: all 0.4s;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    opacity: .95;
}

.section_video_list .partners-carousel .item img {
	border-radius: 10px;
	height: 230px;
	object-fit: cover;
}

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

    .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: 50px 30px 40px;
    background-image: url(../images/H11_bg-03.png);
    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;
}

.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) {
    .section_aboutus {
        padding: 0;
    }
    .info-boxes-container {
        padding-bottom: 0;
    }
}

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

/*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) {
    .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: 60px 0;
    background-image: url(../images/bg-newsletter.png);
    background-repeat: no-repeat;
    background-size: cover;
}

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

.article-related {
    background-color: #FFF1D8;
    padding: 25px 25px 10px 25px;
}

.article-related .title {
    font-weight: 500;
    font-size: 22px;
    color: #046bd2;
    margin-bottom: 20px;
}

.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;
    margin-top: 20px;
    padding: 9px 15px;
    max-width: 360px;
}
.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);
    }
}

.svg-calLoader {
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}

.cal-loader__plane {
  fill: #004aad;
}
.cal-loader__path {
  stroke: #259e01;
  animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }
  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}

@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 {
  font-size: 45px !important;
  transition: all 120ms ease-in-out;
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 30px;
  bottom: 50px;
  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;
}
.roundCool .cancel-icon {
    display: none;
}
.roundCool.active .cancel-icon {
    display: block;
}

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

.roundCool.active .img-circle {
    display: none;
}

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

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

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

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



.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: #ffff;
    left: 60px;
    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: 767px) {
	.section_newsletter {
        background: none;
        padding: 15px 0 0;
    }
    .widget-newsletter form {
        padding: 54px 30px;
    }
    .featured-section-products {
        position: relative;
        padding: 30px 0;
    }
    .pt-header {
        padding: 25px 0;
    }
    .product-image img {
        height: 150px;
    }
    .product {
        margin-bottom: 2rem;
    }
}

