/*Variable*/
.section {
	padding: 40px 0;
}

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

.sold_out {
    display: inline-block;
    position: absolute;
    z-index: 1090;
    left: 6px;
    top: -6px;
}

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

/* Product */

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

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

.arrows-style-2 .slick-prev{
    left: unset;
    right: 45px;
    top: -50px; 
}

.arrows-style-2 .slick-next{
    right: 15px;
    top: -50px;
}

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

.tt-description {
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tt-description .year {
	font-style: italic;
	color: #00a2d1;
}

.tt-left span + span, .tt-right span + span {
	position: relative;
	margin-left: 6px;
	padding-left: 9px;
}

.tt-left span + span:before, .tt-right span + span:before {
	content: '';
	height: 11px;
	width: 2px;
	background: #a2a2a2;
	position: absolute;
	top: 2px;
	left: 0px;
}

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

.list-products-container {
    margin-bottom: 40px;
}

@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;
    }
    .tt-title {
        font-size: 3.5rem;
    }
    .load_more_product {
        min-width: 250px;
    }
}

.img1 {
    position: relative;
    overflow: hidden
}

.img1 img {
    height: auto
}

.img1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -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
}

.img1:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 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
}

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

.img1:hover:after {
    /* height:0; */
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.3);
}

/* End product */

.section_policy {
    width: 100%;
    padding: 40px 0 20px;
}

.section_policy .wrap_policy {
    width: 100%;
}

.section_policy .wrap_policy .items {
    width: 100%;
    background: #f7f7f7;
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

@media (min-width: 768px) {
    .section_policy .wrap_policy .items {
        padding: 12px 14px;
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section_policy .wrap_policy .items .imgs {
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 52px;
    font-size: 2.7rem;
    display: block;
    float: left;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 767px) {
    .section_policy .wrap_policy .items .imgs {
        margin: auto;
    }

    .section_policy .wrap_policy .items .imgs img {
        margin: 0 auto
    }
}

.section_policy .wrap_policy .items .imgs img {
    max-width: 100%
}

.section_policy .wrap_policy .items .content {
    display: block;
    float: left;
    width: calc(100% - 55px - 15px);
    -webkit-width: calc(100% - 55px - 15px);
    -moz-width: calc(100% - 55px - 15px);
    -o-width: calc(100% - 55px - 15px);
    -os-width: calc(100% - 55px - 15px);
    margin-left: 15px
}

.section_policy .wrap_policy .items .content p {
    font-family: "Roboto",sans-serif;
    display: block;
    font-size: 16px;
    height: 26px;
    font-weight: 700;
    padding-top: 6px;
    margin: 0 0 5px;
}

.section_policy .wrap_policy .items .content span {
    display: block;
    font-size: 14px;
    font-weight: 400
}

.section_policy .wrap_policy .owl-nav,.section_policy .wrap_policy .owl-dots {
    display: none
}

.button_custome_35 {
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    background: #cc364c;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border: solid 1px #cc364c;
    padding: 0 30px;
}

/*News*/

.blog-slider {
    padding: 50px 0 20px;
    background-color: #f8f8f8;
}

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

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

.blog-slider .entry .entry-media img {
    height: 330px;
    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: #00a2d1;
    box-shadow: none;
    color: #fff;
    display: block;
    float: none;
    left: 0;
    position: absolute;
    bottom: 0;
    padding: 9px 10px 7px 17px;
}

.blog-slider .entry-date:after {
    content: '';
    position: absolute;
    right: -18px;
    top: -1px;
    width: 0;
    height: 0;
    border-bottom: 36px solid #00a2d1;
    border-right: 18px solid transparent;
}

.blog-slider .entry-body {
    font-size: 1.2rem;
    border: 0;
    width: 100%;
    padding-top: 1.5rem;
}

.blog-slider .entry-title {
    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(--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 .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*/


/*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: 210px;
    }
    .lSSlideOuter .lSPager.lSGallery img {
        height: 60px;
    }
    .product-single-info .product-title {
        font-size: 2rem;
    }
}

/*Menu*/

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

/*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: #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: 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 {
    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;
}
/* [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;
	}
}

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



