/*Variable*/
.zindex-dropdown {
    z-index: 1000;
}
.animate_infinity {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
.section {
	padding: 40px 0;
}
.entry .read-more-news {
	color: #283d98;
}

.bottom-block {
	position: relative;
}

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

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

@media screen and (min-width:992px) {
	.bottom-block:before {
		content: '';
		height: 47px;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		background: var(--color-primary);
	}
}

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

/* Vertical Menu */
.side-menu-container {
  border-radius: .2rem;
  display: none;
  cursor: pointer;
  }
  .side-menu-container h2 {
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    padding: 13px 20px;
    background-color: #eb0a0a;
    margin: 0;
    min-height: 47px;
    }
.side-menu-container h2:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 22px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
.side-nav-child {
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    background: #fff;
    border: 1px solid #eee;
    z-index: 1050;
}
.side-menu-container:hover .side-nav-child {
    opacity: 1;
    visibility: visible;
}
.menu.menu-vertical {
	display: block;
}
.menu.menu-vertical > li {
  float: none;
  margin-left: -1px;
  margin-right: -1px;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .menu.menu-vertical > li > a {
    color: #000;
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    text-transform: capitalize;
    letter-spacing: .005rem;
    padding: .6rem 1.2rem;
    border-top: 1px solid #e6ebee;
    transition: background 0s;
    white-space: unset;
    }
  .menu.menu-vertical li > a img {
      margin-right: 5px;
      max-width: 14px;
  }
  .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: relative; }
.menu.menu-vertical ul,
.menu.menu-vertical .megamenu {
  top: 0;
  left: 100%;
  margin-left: -1px; }
.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: 1.5rem; }
  .menu.menu-vertical.sf-arrows > li > a.sf-with-ul::before {
    border-width: 10px 7px 10px 0;
    border-color: transparent #fff transparent transparent;
    bottom: auto;
    top: 50%;
    left: auto;
    right: -14px;
    margin: -10px 0 0; }
.menu.menu-vertical.sf-arrows .sf-with-ul {
  position: relative; }
  .menu.menu-vertical.sf-arrows .sf-with-ul::after {
    content: '\e81a';
    top: 50%;
    right: .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: #fff;
    border-color: #0088cc;
    background-color: #0088cc; }

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

  .side-menu-container h2 {
    font-size: 1.5rem;
    }

  .menu.menu-vertical > li {
    padding-left: 2rem;
    padding-right: 2rem; }
    .menu.menu-vertical > li > a {
      font-size: 1.5rem;
      padding: 1.5rem 1.2rem 1.5rem 0; }
  .menu.menu-vertical .megamenu:not(.megamenu-fixed-width) {
    width: 856px; }
  .menu.menu-vertical.sf-arrows > li > a.sf-with-ul::before {
    right: -19px; } }
@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; } }
/*End variable*/

/* Category */

#carouselVideoSlide {
    position: relative;
    max-height: 800px;
    overflow: hidden;
}

#carouselVideoSlide .carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-color: hsl(0deg 0% 0% / 70%);
    z-index: 1;
}

.carousel-inner {
    height: 100%;
}

#carouselVideoSlide .carousel-caption {
    top: 14%;
    max-height: 500px;
    right: 3%;
    left: 3%;
}

.carousel-relative {
	position: relative;
	z-index: 1050;
	color: #fff;
}

.headline {
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 102px;
    margin-bottom: 65px;
}

.headline span{
    font-size: 148px;
}

.headtitle {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 47px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 31px;
    background-image: url(../images/massage_dd/dddddd-20200923022338.jpg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}

.img-background {
    top: 7px;
    left: 0px;
    background-image: url(../images/massage_dd/sd-20200923023339.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: scroll;
    background-origin: content-box;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.headprice span {
	font-size: 40px;
	font-weight: bold;
	color: var(--main-color2)
}

.headprice del {
	font-size: 25px;
	color: #eee;
}

.headright {
	line-height: 78px;
}

.headsale {
	font-size: 36px;
	font-family: Aristote;
	margin-bottom: 12px;
}

.headpercent {
	font-family: 'Lora', sans-serif;
	font-weight: bold;
	font-size: 232px;
	line-height: 172px;
	background-image: url(../images/massage_dd/dddddd-20200923022338.jpg);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 100%;
	display: inline-block;
	background-size: cover;
	background-position: center center;
}

.headpercent span {
	font-size: 40px;
}

.show > .btn-primary.dropdown-toggle:focus, .btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: unset;
    border-color: unset;
}

.headright .dropdown-menu {
    line-height: 20px;
}

.headright .dropdown-menu {
    line-height: 24px;
    font-size: 1.5rem;
    background: rgb(24 22 33 / 80%);
}

.headright .dropdown-menu .dropdown-item {
    color: #c1c1c1;
    padding: 0.35rem 1.5rem;
}

.headright .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: var(--main-color2);
}


@media screen and (max-width: 1599px) {
    #carouselVideoSlide {
        max-height: 700px;
    }
    .headline {
        font-size: 46px;
        line-height: 78px;
    }
    .headline span {
        font-size: 115px;
    }
    .headpercent {
    	font-size: 205px;
    	line-height: 163px;
    }
}

@media screen and (max-width: 1199px) {
    #carouselVideoSlide {
        max-height: unset;
    }
	#carouselVideoSlide .carousel-caption {
	    top: 50%;
        bottom: unset;
        transform: translate(0, -50%);
	}
    .headline {
        font-size: 35px;
        line-height: 54px;
        margin-bottom: 42px;
    }
    
    .headline span{
        font-size: 70px;
    }
    
    .headtitle {
    	font-size: 30px;
    	line-height: 1.6;
    }
    
    .headprice span {
    	font-size: 22px;
    }
    
    .headprice del {
    	font-size: 16px;
    }
    
    .headright {
    	line-height: 18px;
    }
    
    .headsale {
    	font-size: 22px;
    }
    
    .headpercent {
    	font-size: 130px;
    	line-height: 107px;
    }
    
    .headpercent span {
    	font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    #carouselVideoSlide {
        max-height: unset;
    }
    .headline {
        font-size: 24px;
        line-height: 43px;
        margin-bottom: 32px;
    }
    
    .headline span{
        font-size: 60px;
    }
    
    .headtitle {
    	font-size: 25px;
    	line-height: 1.6;
    	margin-bottom: 25px;
    }
    
    .headprice span {
    	font-size: 22px;
    }
    
    .headprice del {
    	font-size: 16px;
    }
    
    .headright {
    	line-height: 55px;
    }
    
    .headsale {
    	font-size: 22px;
    }
    
    .headpercent {
    	font-size: 105px;
    	line-height: 76px;
    }
    
    .headpercent span {
    	font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
	.headline {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    
    .headline span{
        font-size: 26px;
    }
    
    .headtitle {
    	font-size: 14px;
    	line-height: 1.6;
    }
    
    .headprice span {
    	font-size: 17px;
    }
    
    .headprice del {
    	font-size: 13px;
    }
    
    .headright {
    	line-height: 40px;
    }
    
    .headsale {
    	font-size: 16px;
    	margin-bottom: 5px;
    }
    
    .headpercent {
    	font-size: 61px;
    	line-height: 47px;
    }
    
    .headpercent span {
    	font-size: 12px;
    }
}

@media screen and (min-width: 1200px) {
	.headright .dropdown .btn {
	    font-size: 2rem;
	    padding: 2rem 6.7rem;
	}
}

.ekko-lightbox {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-right: 0 !important
}

.ekko-lightbox iframe {
    width: 100%;
    height: 100%
}

.ekko-lightbox .modal-dialog {
    display: none
}

.ekko-lightbox .modal-dialog .modal-header .modal-title {
    font-family: 'Lora', sans-serif;
    float: left;
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 700;
    color: #000;
}

.ekko-lightbox .modal-dialog .modal-body {
    padding: 3px
}

.ekko-lightbox .modal-footer {
    text-align: left
}

.ekko-lightbox a:hover {
    opacity: 1;
    text-decoration: none
}

.ekko-lightbox-container {
    position: relative
}

.ekko-lightbox-container>div.ekko-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.ekko-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.ekko-lightbox-nav-overlay a {
    flex: 1;
    display: flex;
    align-items: center;
    opacity: .6;
    text-decoration: none;
    transition: opacity .5s;
    color: #404040;
    font-size: 30px;
    z-index: 1
}

.ekko-lightbox-nav-overlay a>* {
    flex-grow: 1
}

.ekko-lightbox-nav-overlay a span {
    padding: 0 30px
}

.ekko-lightbox-nav-overlay a:hover {
    text-decoration: none
}

.ekko-lightbox-nav-overlay a:focus {
    outline: none
}

.ekko-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden
}

.ekko-lightbox-nav-overlay a>:focus {
    outline: none
}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: right
}

.ekko-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.ekko-lightbox-loader>div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center
}

.ekko-lightbox-loader>div>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: a 2s infinite ease-in-out
}

.ekko-lightbox-loader>div>div:last-child {
    animation-delay: -1s
}

.modal-dialog .ekko-lightbox-loader>div>div {
    background-color: #333
}

.product .product-indicators {
    margin: 0 0 2rem 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.product .product-indicators li {
    cursor: pointer;
    height: auto;
    overflow: hidden;
    width: 60px;
    box-shadow: 0 0 2px rgb(0 0 0 / 40%);
    border-radius: 3px;
    border-radius: 6px;
    margin: 0 4px !important;
}

.product .product-indicators li img {
    height: 55px;
    object-fit: cover;
}

.featured-section-products {
    position: relative;
    padding: 70px 0 40px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.featured-section-products .bg_color {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: 0;
}

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

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

.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 (max-width: 992px) {
    .iframe-list {
        padding: 0 12px;
    }
}
/* End category */

/*About*/
.intro-section {
    position: relative;
    padding: 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-section .content {
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	
}

/*End about*/

/*Gallery*/

.project-group-content .item .content {
    padding: 50px 0;
}

.project-group-content .item .content {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
}

.project-group-content .item .content .text {
    position: absolute;
    bottom: 0;
    right: 14%;
    color: #fff;
    background-color: #BB1313;
    padding: 30px 25px 80px 25px;
    max-width: 306px;
}

.bg-grey {
	background-color: #f8f8f8;
}

.project-title {
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-top: 12px;
}

.project-title:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #BB1313;
    width: 37px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: -63px;
}

.project-title a {
    color: inherit;
}

.project-title a:hover {
    color: rgb(109 207 246);
}

@media screen and (min-width: 992px) {
	.project-group-content .item .content {
        min-height: 620px;
    }
}

/*
 *  STYLE 15
 */

.scroll-style-g::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scroll-style-g::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.scroll-style-g::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #a3a3a3;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(##a3a3a3),
									   to(##a3a3a3),
									   color-stop(.6,##a3a3a3))
}

.listt-info.scroll-style-g::-webkit-scrollbar-track-piece:end
{
	margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
    
}

@media screen and (max-width: 991px) {
	
}

/*End project*/

/*News*/

.card-blog {
    position: relative;
}

.blog-slider .entry {
    position: relative;
    margin-bottom: 15px;
    padding: 0;
    transition: 0.3s;
}

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

.blog-slider .entry-media img {
    height: 200px;
    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;
    border: 0;
    margin: 0;
    margin-left: 0;
    padding: 1.5rem 0 0;
}

.blog-slider .entry-title {
    position: relative;
    font-size: 1.4rem;
    text-transform: capitalize;
    letter-spacing: -.01rem;
    color: #c1c1c1;
}

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

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

.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 .entry-title {
        font-size: 1.5rem;
    }
    .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*/

/*Register*/
.registration-section {
	position: relative;
    background-color: #F8F8F8;
    margin: 0;
}

.box-contact {
	padding: 30px 20px;
}

.registration-section form .form-control {
	height: 4.5rem;
	max-width: none;
	background-color: #fff;
	color: #333;
	border: 0;
}

.registration-section form .form-control:focus {
    background-color: rgb(255 255 255 / 70%);
    color: #283d98;
}

.registration-section .form-control::-webkit-input-placeholder {
    color: #333;
}

.registration-section .form-control::-moz-placeholder {
    color: #333;
}

.registration-section .form-control:-ms-input-placeholder {
    color: #333;
}

.registration-section .form-control::-ms-input-placeholder {
    color: #333;
}

.registration-section .form-control::placeholder {
    color: #333;
}

@media screen and (min-width: 1200px) {
	.registration-section .image img {
	    min-height: 620px;
	    object-fit: cover;
	}
	.box-contact {
    	padding: 30px 50px;
    }
}

/*End register*/

/*Brands*/
.partners-section {
	position: relative;
	padding-bottom: 30px;
}

.partners-section:after {
	content: '';
    width: 100%;
    height: 36%;
    position: absolute;
    bottom: 0;
    background: rgba(15, 18, 126, 1);
    z-index: -1;
}

.partners-container {
    padding: 5rem 4rem;
    background-image: url(../images/bg-doitac.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.partners-container .image img {
    height: 180px;
    object-fit: cover;
}

.partners-container .partner {
    position: relative;
    display: block;
}

.partners-container .partner img {
    height: 80px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .partners-container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
/*End brands*/

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

/*Menu*/

.menu-section {
    background-color: #fafdfc;
    padding: 50px 0;
}

.menu-group {
}

.menu-group .widget-title {
	position: relative;
	color: #fff;
	background-color: var(--color-primary);
	margin: 0;
	text-transform: uppercase;
	font-size: 1.6rem;
	padding: 11px 15px;
	border-radius: 0 30px 30px 0;
}

.menu-group .widget-title:after {
	font-family: "Font Awesome 6 Free";
	content: '\f107';
	font-weight: 900;
	position: absolute;
	right: 15px;
}

.list-info {
	height: 200px;
	overflow: auto;
	padding: 20px;
	background: #fff;
	text-transform: uppercase;
	border-radius: 0 0 30px 0;
}

.list-info li:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.list-info li h5{
	font-size: 1.6rem;
    color: #283d98;
    margin-bottom: 0.8rem;
    padding-bottom: 0.4rem;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}

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

@media screen and (max-width: 767px) {
    
}

@media screen and (min-width: 992px) {
    
}

/*Menu*/


/*Project page*/
.project-item .image {
	margin-bottom: 15px;
}

.project-item .image img {
	height: 270px;
	object-fit: cover;
	width: 100%;
}

.project-item .heading {
	font-size: 2rem;
    color: #283d98;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    text-transform: uppercase;
    border-bottom: 2px solid #eee;
}

.project-item .heading > a {
	color: inherit;
}

.project-item .heading > a:hover {
	color: #d71a21;
}

@media screen and (min-width: 992px) {
	.project-item .image img {
		height: 380px;
	}
}

/*End project page*/

/*Page Blog*/
.blog-page .entry-media img {
	height: 170px;
	object-fit: cover;
	width: 100%;
}
/*End page blog*/

/*Recruitment page*/
.recruitment-page .entry-media img {
	height: 220px;
	object-fit: cover;
	width: 100%;
}
/*End recruitment page*/

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

.user-register {
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    margin: 2px 12px 0 0;
    color: #fff;
}

.user-register a {
    color: #fff;
}

.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: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -webkit-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -webkit-box-shadow: 0 0 3px #004A7F; }
}
 
@-moz-keyframes glowing {
  0% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; -moz-box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; -moz-box-shadow: 0 0 3px #004A7F; }
}
 
@-o-keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}
 
@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

.messenger-fb{
    position: fixed;
    bottom: 5%;
    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 {
    color: #ffffff;
    background: #e5322d;
    font-size: 2.7rem;
    width: 56px;
    height: 56px;
    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: #0080ff!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: #0080ff;
    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 #0080ff;
    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;
}
@media screen and (max-width: 600px) {
    .messenger-fb{
        bottom: 2%;
    }
}
/* [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%;
}

.md-form {
    position: relative;
    margin-bottom: 2.5rem;
}
.md-form .prefix {
    -webkit-transition: color .2s;
    transition: color .2s;
    position: absolute;
    font-size: 1.5rem;
    padding-top: 10px;
}

.md-form select, .md-form input[type=text], .md-form input[type=password], .md-form input[type=number], .md-form textarea[type=text]{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    border-radius: 0;
    outline: 0;
    height: 3.5rem!important;
    width: 100%;
    font-size: 1.3rem;
    box-shadow: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: .6rem 0 .6rem 2.5rem;
}
.md-form .row .form-control {
    margin-bottom: 0;
}

.md-form label {
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #757575;
    position: absolute;
    top: .8rem;
    left: 0;
    font-size: 1.2rem;
    cursor: text;
}
.md-form label.error {
    top: 37px;
    left: 2px;
    color: #e5322d;
}

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

@media screen and (max-width: 767px) {
	.search-form-header .form-control {
	    margin-bottom: .5rem;
	}
	.mess-wrap .social-icon {
        font-size: 2rem;
        width: 44px;
        height: 44px;
    }
    [data-color="zalo"] img {
        max-width: 44px;
    }
    .mess-wrap {
        margin-top: 1rem;
    }
}

.section_blog {
    position: relative;
    padding: 50px 0 50px;
    background-image: url("../images/massage_dd/bg-product.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.section_vaitro {
    position: relative;
    padding: 40px 0 0;
    background: var(--main-color);
    /* background-image: url("../images/massage_dd/f-20200923075848.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
}


.section_vaitro .mt-box h2 {
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 37px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 15px
}

.section_vaitro .mt-box p {
    font-size: 14px;
    margin-bottom: 2.5rem;
}

.section_vaitro .mt-box .site-button {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    color: var(--main-color2);
    padding: 10px 20px;
    display: inline-block;
    font-size: 15px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    /* margin-left: -1px; */
    text-transform: uppercase;
    text-decoration: none !important;
    margin-bottom: 10px;
    border: solid 1px var(--main-color2);
}

.section_vaitro .mt-box .site-button:hover {
    color: #e62901;
    background: #fff;
    border-color: #e62901
}

.border-ms {
	border: 2px solid #f8d33d;
	border-radius: 10px;
}

.section_vaitro .mt-box .item {
    width: 100%;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.section_vaitro .mt-box .item .counter img {
    max-width: 69px;
    margin: auto;
}

.section_vaitro .mt-box .item h4 {
    color: #fff;
    font-family: 'Lora', sans-serif;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
    .section_vaitro {
        padding: 150px 0 40px;
    }
    .section_vaitro .mt-box h2 {
        font-size: 30px;
    }
    .mt-thum-bx {
        margin-top: -40px;
    }
}

.section_newletter {
    position: relative;
    padding: 40px 0 10px;
}

.section_newletter .fl1::after {
    content: '';
    background-image: url(../images/massage_dd/fl1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 972px;
    height: 550px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
    z-index: 1;
}

.branch-slider .slick-dots {
    position: relative;
    z-index: 999;
    transform: translate(0, -1100%);
}

.branch-slider .slick-slide .image {
    position: relative;
}
  
.branch-slider .slick-slide img {
    /* transform: scale(1.25, 1.25);  */
    width: 100%;
}
  
/* .branch-slider .slick-active img {
    transform: scale(1, 1); 
    width: 100%;
} */

.branch-item .box {
    position: relative;
    max-width: 500px;
    border: 2px solid #f8d33d;
    background: var(--main-color);
    border-radius: 10px;
    padding: 30px 20px 15px 20px;
    margin: auto;
    transform: translate(0, -125px);
    text-align: center;
    z-index: 999;
}

.branch-item .box .title {
    font-family: 'Lora', sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
    transform: scale(1.5, 1.5);
    opacity: 0;
    transition: all 500ms ease-in-out;
    transition-duration: 2.5s;
}

.branch-item.slick-active .box .title {
    opacity: 1;
    transform: scale(1, 1);
}

.branch-item .box .title::after {
    content: '';
    height: 2px;
    width: 40px;
    background-color: var(--main-color2);
    position: absolute;
    bottom: -15px;
    right: 50%;
    transform: translate(50%,0);
}

.branch-item .box address b {
    color: rgb(255 255 255 / 90%);
}

.icon-ms {
    display: inline-block;
    width: 85px;
    height: 85px;
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(50%,-50%);
    background-image: url(../images/massage_dd/Polygon_2.png);
    background-size: contain;
    z-index: 999;
}

.article_view .image img {
    width: 100%;
    height: 550px;
    object-fit: contain;
    transition: all 2200ms ease-in-out;
    transform: scale(0.3);
}

.article_view.slick-active .image img {
    transform: scale(1);
}

.section-custom {
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    height: 100vh;
    width: 100vw;
    text-align: center;
    background-image: url(../images/4694e67882f40cf2b34b00bd31e469b2.png);
    background-size: cover;
}
.section-custom .logo img {
	max-width: 200px;
}
.section-custom .subtitle {
    font-size: 4rem;
	margin: 20px 0 40px;
}
.section-custom .site-button {
    font-size: 36px;
	padding: 9px 20px;
	background: #000;
	color: var(--main-color2);
	border: 2px solid;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.section-custom .site-button:hover {
	background: #ffd646;
	color: #000;
}
.section-custom .hotline {
	font-size: 18px;
	color: #dac263;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.section-custom .hotline .icon {
    max-width: 70px;
}
@media screen and (max-width: 991px) {
    .section_newletter .fl1::after {
        width: 500px;
        height: 281px;
    }
    .icon-ms {
        width: 50px;
        height: 50px;
    }
    .article_view .image img {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .section_newletter .fl1::after {
        width: 300px;
        height: 169px;
    }
    .branch-item .box {
        transform: translate(0, -25px);
        margin: 0 15px;
    }
    .branch-slider .slick-dots {
        transform: translate(0, 0);
    }
    .section-custom {
        padding: 50px 10px;
    }
    .section-custom .subtitle {
        font-size: 2rem;
    }
   /*  .section-custom .site-button {
       font-size: 14px;
   } */
    .section-custom .hotline {
    	font-size: 14px;
    }
}

.hotline_button {
    display: block;
    min-height: 60px;
    text-align: center;
}

.hotline_button a {
    display: inline-block;
 border-radius: 15px;
 border-width: 4px;
 appearance: none;
 position: relative;
 padding: 1em 2em;
 border: 0;
 background-color: #212121;
 font-family: "Roboto", Arial, "Segoe UI", sans-serif;
 font-size: 18px;
 font-weight: 500;
 color: #fff;
 z-index: 2;
}

.hotline_button a::after {
 --m-i: linear-gradient(#000, #000);
 --m-o: content-box, padding-box;
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 padding: var(--border-width);
 border-radius: var(--border-radius);
 background-image: conic-gradient(
		#488cfb,
		#29dbbc,
		#ddf505,
		#ff9f0e,
		#e440bb,
		#655adc,
		#488cfb
	);
 -webkit-mask-image: var(--m-i), var(--m-i);
 mask-image: var(--m-i), var(--m-i);
 -webkit-mask-origin: var(--m-o);
 mask-origin: var(--m-o);
 -webkit-mask-clip: var(--m-o);
 mask-composite: exclude;
 -webkit-mask-composite: destination-out;
 filter: hue-rotate(0);
 animation: rotate-hue linear 500ms infinite;
  animation-play-state: running;
}


@keyframes rotate-hue {
 to {
  filter: hue-rotate(1turn);
 }
}

.hotline_button::after {
 box-sizing: border-box;
}

.hotline_button:active {
 --border-width: 5px;
}

