@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* --- Cấu hình Font --- */

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; /* Độ đậm 400 (Regular) cho nội dung bình thường */
  font-size: 16px; /* Kích thước font cơ bản cho nội dung bình thường */
  line-height: 1.6; /* Khoảng cách dòng để dễ đọc hơn */
  color: #333; /* Màu chữ cơ bản, bạn có thể chỉnh sửa */
}

/* Các tiêu đề (h1 đến h6) sẽ dùng Encode Sans */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Encode Sans', sans-serif;
  line-height: 1.2; /* Khoảng cách dòng cho tiêu đề có thể nhỏ hơn */
  color: #000; /* Màu chữ cho tiêu đề */
}

/* --- Kích thước font cụ thể cho từng loại tiêu đề --- */
/* (Sử dụng 'em' để kích thước tương đối với font-size của phần tử cha) */

h1 {
  font-size: 2.5em; /* Ví dụ: 2.5 * 16px (font-size của body) = 40px */
  font-weight: 700;
}
h2 {
  font-size: 1.5em;   /* 2 * 16px = 32px */
  font-weight: 700;
}
h3 {
  font-size: 1.3em; /* 1.5 * 16px = 24px */
  font-weight: 600;
}
h4 {
  font-size: 1.2em; /* 1.2 * 16px = 19.2px */
  font-weight: 600;
}
h5 {
  font-size: 1em;   /* Bằng với font-size của body (16px) */
  font-weight: 600;
}
h6 {
  font-size: 1em;   /* Bằng với font-size của body (16px) */
  font-weight: 600;
}

blockquote, dl, figure, form, ol, p, pre, ul{
  margin-bottom: 0.4em
}
li {
    margin-left: 1.2em;
}
.row [class].pb0{
	padding-bottom:0
}
[class].mb0{
	margin-bottom: 0
}
[class].pt0{
	padding-top: 0
}
#main [id^=section_].pt0{
	padding-top: 0
}
#main [id^=section_].pb0{
	padding-bottom: 0
}
[class].mt10{
	margin-top: 10px
}
.page-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* .page .content-area {
    padding-left: 15px;
    padding-right: 15px;
} */
.header-bottom > .flex-row  > .flex-col{
	width: 100%
}
.header-bottom > .flex-row  > .flex-col > ul{
	justify-content: space-between;
}
.header-bottom-nav > li > a{
	font-weight: 600;
}
.header-search-form{
	width: 80%
}
.service{
	padding: 15px 0 0
}
.service__inner{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: content-box;
}
.service__list{
	display: flex;
	justify-content: space-between;
}
.service__item{
	width: 24%;
	display: flex;
	align-items: center;
	border: 1px solid rgb(243, 241, 241);
	background: #fff;
	padding: 5px 5px 3px;
	border-radius: 5px
}
.service__item p{
	margin: 0;
}
.service__info > span{
	display: block;
}
.service__text{
	font-size: 12px
}
.service__title{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold
}
.service__img{
	width: 39px
}
.service__info{
	width: calc(100% - 39px);
	padding-left: 10px
}

/*footer*/
.absolute-footer{display:none}
.footer-wrapper{
    background: #fff;
    padding-top: 25px
}
.footer__inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: content-box;
    font-size: 12px;
    color: #666
}
.footer__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer__list > *{    
    flex: 1 1 calc(23.33%);
/* 	 flex: 1 1 calc(15.33%); */
    -webkit-box-flex: 1;
    padding: 0 5px;
}
.footer__list .footer-info{
	flex-basis: 30%;
}
.footer__inner ul{
    list-style: none;
    padding: 0;
    margin:0;
}

.footer__inner a{
    color: #666
}
.footer__title{
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px
}
.footer__title:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: var(--primary-color);
    margin-top: 5px;
}
.footer-info__list li{
    position: relative;
    padding-left: 30px;
	margin-left: 0
}
.footer-link__list li{
	margin-left: 0
}
.footer-info__icon{
    position: absolute;
    top:0;
    left: 0;
}
.footer-contact__social{
    display: flex;
    align-items:center;
}
.footer-contact__social li{
    padding: 0;
	margin-left: 0;
	margin-bottom: 0
}
.footer-contact__social li + li{
	margin-left: 10px
}
.footer-contact__social li img{
    width: 35px
}
.footer-contact__social li.ins img{
    width: 40px
}
.footer-contact__social li.linkedin img{
    width: 40px
}
.footer-contact__social li:first-child{
    padding-left: 0
}
.footer__titleSM{
    margin: 20px 0;
    color: #000
}
.footer__payment{
    display: flex;
    flex-wrap: wrap
}
.footer__payment li{
    overflow: hidden;
    position: relative;
    margin: 3px;
    padding: 2px;
    width: 63px;
    height: 33px;
    border-radius: 5px;
    border: 1px solid rgb(187, 187, 187);
    display: flex;
    align-items: center;
}
.footer__inner .footer__payment{
    margin-bottom: 20px
}
.footer__bottom{
    text-align: center;
    background: rgb(243, 243, 243);
    border-bottom: 1px solid rgb(51, 51, 51);
    padding: 20px 15px;
    font-size: 12px
}
.footer__copyright p,
.footer__bottom p{
    margin-bottom: 0
}
.footer__copyright{
    font-size: 12px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    box-sizing: content-box;
}
.footer__inner .footer-hotline {
    font-size: 18px;
    font-weight: bold;
    color: #0088cc;
}
.footer__title--quick{
	margin: 0 0 8px
}
.footer-contact__social li.fb{
	margin-right: 5px
}
#footer .col-inner ul li{
	margin-left: 0
}
#footer .footer__payment-02 li+li{
	margin-left: 8px
}
.footer__payment-02 li{
	background:#fff
}
@media screen and (min-width: 850px) and (max-width: 1024px){
	.header-bottom-nav > li > a{
		font-size: 14px
	}
	.header-bottom-nav > li{
		margin: 0 6px;
	}
}
@media screen and (max-width: 767px){
    .footer__list{
        flex-direction: column;
    }
    .footer__list > * + *{
        margin-top: 15px;
		padding:0
    }
	.footer__bottom{
		margin-top: 15px
	}
     .footer__title{
        font-size: 14px;
        font-weight: 600;
		 margin-bottom: 5px
     }
    .footer__title:after{
        display: none;
    }
	.footer__title--connect{
		margin-top: 15px
	}
    .footer-link__list{
        display: none;
    }
    .footer__title--accord{
        position: relative;
        width: 100%;
        border: none;
        padding: 10px;
        cursor: pointer;
        background: rgb(235, 235, 233);
        text-align: left;
        margin-bottom: 0;
		border-radius: 5px
    }
    .footer__title--accord:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        z-index: 9;
        transform: translateY(-50%) rotate(0deg);
        content: "";
        display: block;
        width: 0px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #000;
        transition: transform 0.25s ease-in-out 0s;
        background: transparent;
        margin:0;
    }
    .footer__title--accord.active:after{
        transform: translateY(-50%) rotate(180deg);
    }
    .footer__title--accord + .footer-link__list{
        border: 1px solid rgb(235, 235, 233);
        padding: 10px 10px 0;
    }
	
	.footer-contact{
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}
	.footer__title--quick{
		margin-right: 10px
	}
	.footer__title--quick, .footer__title--quick + p{
		display: inline-block;
		width: auto
	}
	.footer__inner ul{
		width: 100%
	}
}

/*SLIDER HOMEPAGE*/
.header-slider{
	max-width: 1200px;
	margin: 15px auto 0;
}
.slider__img img{
    width: 100%
}
.slider-list{
    position: relative;
    width: 100%;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 10%), 0 2px 6px 2px rgb(60 64 67 / 15%);
/*     border-radius: 10px 10px 0 0; */
    overflow: hidden;
}
.slider-list figure{
    margin-bottom: 0
}
.slider-list .slick-slide{
    line-height: 0
}
.slick-arrow{
    margin:0;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 100;
    font-size: 0;
    display: block;
    cursor: pointer;
    background: rgba(194,194,194,.45);
    border-radius: 100%;
    text-align: center;
}
.slick-prev:before{
    content:'';
    width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;   
  border-right:8px solid #fff;
}
.slick-next:before{
    content: '';
    width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;  
  border-left: 8px solid #fff;
}

.slider-nav{
    position: relative;
    height: 53px;
    width: 100%;
    margin-top: 1px
}
.slider-nav .slick-list{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider-nav .slick-slide{
    padding: 10px 2px 5px;
    cursor: pointer;
}
.slider-nav__item{
    padding: 5px 0 2px;
    background: #fff;
    color: #6e6e6e;
    transition: all .3s;
    min-height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.slider__text{
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    display: block;
    border-right: 1px solid #e5e5e5;
    padding: 0 4px;
	color: #343a40;
}
.slider-nav .slick-slide.slick-current .slider-nav__item{
    background: transparent linear-gradient(90deg,#989999 0%,#454a4c 100%) 0% 0% no-repeat;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.16);
    padding: 20px 15px;
}
.owl-carousel .owl-item{
    border-bottom: 3px solid transparent;
    transition: all .3s;
}
.owl-carousel .owl-item.current{
    position: relative;
}
.owl-carousel .owl-item.current:after{
    content: ''; 
    width: 100%;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0 
}
.owl-carousel .owl-item.current .slider__text{
	font-weight:600
}
#sync2 .owl-carousel .owl-stage{
    background: #fff
}
@media (min-width: 768px){
    [class].only-sp{
        display: none
    }
}

@media (max-width: 767px){
    [class].only-pc{
        display: none
    }
}

/*feedback*/
.feedback{
    background: url(../img/influencer-content-background.jpg) no-repeat;
    background-size: cover;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
}
.feedback:after{
    content: '';
    display: block;
    clear: both;
}
.feedback > .feedback__item{
    display: block;
    float: left;
}
.feedback__list{
    width: calc(100% - 236px);
    padding: 8px;
    float: left;
}
.feedback__item{
    display: inline-block;
    position: relative;
}
.feedback__item > *{
    display: block
}
.feedback__img img{
    border-radius: 4px;
}
.feedback__title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 30px;
    padding: 6px 8px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5
}
.feedback__imgStatic{
    background-image: url(../img/cam-on-khach-hang.jpg) ;
    background-repeat: no-repeat;
    background-size: 236px 100%;
    background-position: top right;
    width: 236px;
    height: 100%;
    position: relative;
}

.feedback__list.owl-carousel .owl-item{
    line-height: 0;
    border-bottom: 0
}
.boxes {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: center
}
.boxes__title{
	width: auto;
	margin-bottom: 0
}
.boxes__list{
	display: flex;
    justify-content: flex-end;
}
.boxes__list:empty{
	display:none;
}
.boxes__link{
	font-size: 13px;
    background: #eee;
    color: #444;
    margin: 0 5px;
    padding: 2px 9px 3px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    position: relative;
    text-transform: none;
    font-weight: 500;
    min-height: inherit;
    transition: .3s;
    white-space: nowrap;
}
.boxes__link:hover{
	background:#fff
}
/* [class].pt8 > .col-inner{
	padding-top: 8px
} */
.product-category.col .header-title{
	text-transform: inherit
}
.preview__item{
    position: relative;
}
.preview__image{
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #dee2e6;       
    overflow: hidden
}
.preview__title{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 600
}
@media screen and (min-width: 850px){
	.boxes__list{
		width: 70%;
	}
}
@media screen and (min-width: 768px) and (max-width:1180px){
	.box-product .flickity-viewport .flickity-slider > .col {
		max-width: 23%;
	}
	.box-service .flickity-viewport .flickity-slider > .col {
		max-width: 31%;
	}
}
@media screen and (max-width:1180px){
	.row .row-xsmall:not(.row-collapse).box-service,
	.row .row-xsmall:not(.row-collapse).box-product{
		margin-right: -15px;
	}
}
@media screen and (max-width:849px){
	.feedback {
		margin: 0 -10px;
	}
	.feedback__list,.preview__carousel {
		display: flex;
		-webkit-display: flex;
		flex-flow: row nowrap;
		flex: 1 100%;
		overflow-x: scroll;
		width: calc(100% - 175px);
		padding: 5px;
	}
    .preview__carousel{
        width: 100%;
        padding: 0;
        margin-right: -10px
    }
    .preview__image{
        width: 250px; 
    }
    .preview__item + .preview__item{
        margin-left: 10px
    }
	.feedback__imgStatic {
		width: 175px;
		height: 135px;
		background-size: 175px 135px;
	}
	.feedback__list .feedback__item {
		min-width: 155px;
		border: 1px solid #ffffff;
		border-radius: 4px;
	}
	.boxes{
		margin-top: 10px;
		margin-bottom: 0;
		margin-right: -10px
	}
	.boxes .boxes__title{
		margin-bottom: 10px
	}
	.boxes__list {
		overflow-x: scroll;
		justify-content: flex-start;
		padding-bottom: 10px;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px){
	.box-service .flickity-viewport .flickity-slider > .col,
	.box-product .flickity-viewport .flickity-slider > .col {
		max-width: 39%;
	}
}
/*product category*/
.category-page-title{
	box-shadow: inset 0 0 30px 0px rgba(0,0,0,.1)
}
.page-title-inner{
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: auto
}

.page-title-inner > .flex-col .woocommerce-breadcrumb{
	text-align: left
}
.category-page-row{
	padding-top: 0;
}
.category-page-title .flex-col + .flex-col{
	display: none;
}
.category-page-row > .large-3.col{
	padding-left: 10px
}
.category-page-row .shop-container .products{
	margin-bottom: 10px
}
.row .products.row-small:not(.row-collapse) {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
}
.row-small>.flickity-viewport>.flickity-slider>.col, .row-small>.col {
    padding: 0 9.8px 19.6px;
    margin-bottom: 0;
}
.col .product, .shop-container .products .product-category {
    padding: 5px;
}
.col .product > .col-inner, .products .product-category .col-inner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #dee2e6;
    overflow: hidden;
    height: 100%;
}
.product-small .box-text {
    padding-bottom: 10px;
}
.box-text.text-center {
    padding-left: 10px;
    padding-right: 10px;
}
.title-wrapper p.product-title a {
    width: 100%;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.row-xsmall>.flickity-viewport>.flickity-slider>.col {
    padding: 5px;
}
.row-xsmall>.flickity-viewport>.flickity-slider>.col.product-category > .col-inner{
	border-radius: 10px;
	box-shadow: 0 0 3px 0 #dee2e6;
	overflow: hidden;
}
.term-short-desc, .term-description {
    background: #fff;
    padding: 10px 12px;
    text-align: justify;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #dee2e6;
    font-size: 15px;
    margin-bottom: 10px;
}
.product-footer .entry-content h2, .term-short-desc h2, .term-description h2 {
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #dee2e6;
    line-height: 25px;
}
#shop-sidebar .market-place, #shop-sidebar .product-sidebar {
    background-color: #fff;
    box-shadow: 0 0 3px 0 #dee2e6;
}
.product-sidebar{
    border-radius: 3px;
    border: 1px solid #ebebeb;
}
.product-sidebar__title{
    background: #454a4c;
    color: #fff;
    margin:0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 5px 6px;
    text-align: center;
}
.product-sidebar > ul{
    margin: 0;
    list-style: none;
    padding: 20px 15px;
}
.product-sidebar > ul + ul{
    border-top:1px solid #ebebeb
}
.product-commitment li{
    margin:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-commitment li + li{
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #ebebeb
}
.product-commitment li p{
    font-size: 14px;
    margin-bottom: 0
}
.product-commitment li p.first{
    width: 45px;
    text-align: center;
}
.product-commitment li p + p{
    width: calc(100% - 55px)
}
.product-commitment li p span{
    display: block;
    font-size: 14px
}
.warranty-item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 13px;
    margin-bottom: 0;
margin-left:0
}
.warranty-item + .warranty-item{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb
}
.warranty-item span + span{
    color: #000
}
.product-commitment li p span:first-child{
    text-transform: uppercase;
    font-weight: bold;
}
.p__card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 3px 0 #dee2e6;
padding-bottom:0
}
.boxCard{
    border-radius: 6px;
    overflow: hidden;
}
.boxCard__title{
    padding: 6px 0;
    background: #454a4c;
    color: #fff;
    text-align: center
}
.boxCard__content{
    padding:10px;
}
.boxCard__item{
    display: flex;
    padding: 10px 0;
    font-size: 12px;
}
.boxCard__item + .boxCard__item{
    border-top: 1px solid #ebebeb;
}
.boxCard__name{
    width: 35%;
}
.boxCard__text{
    font-weight: bold;
    width: calc(65% - 5px);
    font-weight: 700;
    margin-left: 5px;
}
.p__card + .p__card{
    margin-top: 10px
}
.product-related__item{
    display: flex;
}
.product-related__item + .product-related__item{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
}
.product-related__img{
    width: 110px;
	border-radius: 8px;
	overflow: hidden
}
.product-related__img a{
}
.product-related__info{
    width: calc(100% - 110px);
    padding-left: 10px
}
.product-related__link{
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 1.5;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-related__link:hover{
    color: #2e4871
}
/*single product*/
.product-main {
  background: #fff;
  box-shadow: 0 0 3px 0 #dee2e6;
}
table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.product-summary table tr + tr {
  border-top: 1px dashed #ddd;
}
table th:first-child, td:first-child, table td {
  padding: 10px;
}
.product-page-price .amount.contact,
p.price.product-page-price span.woocommerce-Price-amount.amount {
  font-size: 18px;
}

span.amount,
span.woocommerce-Price-amount.amount {
  color: #ff0000;
}
.product-info.summary.entry-summary.col.col-fit.product-summary.text-left span bdi {
  font-size: inherit;
  color: #f00;
}
.product-info .price {
  margin: 0;
}
.price-wrapper .price {
  display: block;
}
.product-info .price-wrapper {
  display: flex;
  align-items: center;
}
.product-summary .woocommerce-Price-currencySymbol {
  vertical-align: baseline;
  margin-top: 0;
  font-size: 16px;
}
.product-summary .product-short-description {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  text-align: justify;
}
.boxPromo{
    margin: 40px 0 0;
    border: solid 1px #e80104;
    border-radius: 5px;    
    position: relative;
    background: #f8f9fa;
    width: 100%;
    order:2;
}
.product-type-simple .product-sku{
    order:3;
    width: 100%;
    margin: 20px 0 0;
}
.boxPromo__title{
    position: absolute;
    left: 15px;
    height: 28px;
    overflow: hidden;
    padding-left: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    background: #fff url(../img/icon-khuyen-mai.png) no-repeat 10px top;
    z-index: 1;
    margin-left: 20px;
    background-size: 27px;
    width: 140px;
    top: -20px;
    color: #d96729;
}
.boxPromo__list{
    padding: 20px 15px 15px;    
}
.boxPromo__item{
    position: relative;
    padding-left: 18px;
    line-height: 1.5  
}
.boxPromo__item:before{
    content:'';
    width:6px;
    height: 6px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
    background: #dd1e21;
}
.boxPromo__item + .boxPromo__item{
    margin-top: 8px
}
.boxPromo__text{
    font-size: 14px;
}
.boxPromo__link{
    margin-left: 5px;
    position: relative;
    top: 1px;
    font-size: 14px
}
.button--buynow{
	margin: 20px 0 0;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear,0 0,0 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
    text-decoration: none;
    width: 100%;
}
.button__main{
	display: block
}
.button__sub{
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
	font-weight: normal
}
.button--buynow > span{
	line-height: 1.2
}
/*block news*/
.block-news{
    padding: 25px 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 15%);
    border-radius: 10px;
    background-color: #fff;
}

.block-news__inner{
    display: flex;
    flex-wrap: wrap;    
    margin: 0 -10px;
    padding: 40px 0 0;
    height: auto;
}

.block-news__inner > *{
    width: 50%;
    padding: 0 10px;
    height: 100%
}

.news-slider__img{
    width: 100%;
    padding-bottom: 56.4%;
    height: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
    position: relative;
    display: block
}

.news-slider__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    transition: var(--transition);
}

.block-news__title.section-title-normal span{
    text-transform: uppercase;    
    color: var(--primary-color)
}

.news-list__item + .news-list__item{
    margin-top: 24px
}

.news-list__inner{
    display: flex;
    justify-content: space-between;
}
.news-list__img{
    width: 191px;
    height: 108px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.news-list__img img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
    transition: var(--transition);
}
.news-list__info{
    width: calc(100% - 191px)
}

.news-list__text{
    color: #334862;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 22px
}

.news-list__title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 22px
}
.block-news__title.section-title-normal{
	border-bottom:0
}

.instagram{
	position: relative
}

.instagram__box{
	margin-top: 30px
}
.instagram__box > .col{
	padding: 0 5px
}
.instagram__box > .col > .col-inner{
	border-radius: 10px;
    box-shadow: 0 0 3px 0 #dee2e6;
    overflow: hidden;
}
.instagram__box > .col > .col-inner .box-text{
	display:none
}
.slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg{
	margin: 0
}
.slider-nav-reveal .flickity-prev-next-button, .slider-nav-reveal .flickity-prev-next-button:hover{
	top: 0
}
.product-info {
    padding-bottom: 0;
	border-right: 0
}
#product-sidebar {
    padding-bottom: 0;
}
.product-gallery, .product-thumbnails .col {
    padding-bottom: 0 ;
}
.product-main {
    padding: 40px 0 15px;
}
.page-title:not(.featured-title)+main .product-main {
    padding-top: 15px;
}
.product-footer {
    margin-top: 16px;
}
.product-footer + .product-footer{
	margin-bottom: 30px
}
.product-extra-info {
	order: 1;
}
.product-page-sections {
    padding: 10px 0;
}
.product-section {
    border-top: 0;
}
.single .entry-content {
    padding-top: 0;
	padding-bottom: 0
}
#review_form_wrapper.col{
	padding-bottom: 0
}
.page-title.shop-page-title .flex-col + .flex-col{
	display: none;
}
.boxContact{
	margin:15px -5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column
}
.boxContact__text{
	font-weight: 600
}
.boxContact__list{	
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.boxContact__link{
	height: 40px;
	border-radius: 30px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	background: #0083FF;
	transition: opacity .3s;
}
.boxContact__link:hover{
	color: #fff;
	opacity: .8;
}
.boxContact__item--phone .boxContact__link{
	background: #E94235
}
.boxContact__item--phone .boxContact__link svg{
	width: 20px;
	height: 24px;
	display: inline-block;
	margin-right:10px
}
.boxContact__item--fb .boxContact__link svg{
	width: 35px;
	height: 35px;
	display: inline-block
}
.boxContact__item{
	padding: 0 5px
}
.boxContact__item--phone{
	width: 45%
}
.boxContact__item--zl{
	width: 20%
}
.boxContact__item--fb{
	width: 35%
}
/*blog*/
.blog-archive .post-item > .col-inner {
    height: 100%;
    box-shadow: 0 0 3px 0 #dee2e6;
    border-radius: 10px;
    overflow: hidden;
	background:#fff
}
.post-item .box-text {
    padding-left: 1.2em;
    padding-right: 1.2em;
}
.archive.category .post-item .box-text .post-title a {
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-archive > .row > .large-10 {
    flex-basis: 100%;
    max-width: 100%;
}
.blog-archive .archive-page-header .large-12 {
    text-align: left;
}
.blog-archive .post-item > .col-inner{
    height: 100%;
    box-shadow: 0 0 3px 0 #dee2e6;
border-radius: 10px;
overflow: hidden
}
.breadcrumb{
    display: flex;
    list-style: none;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 1.3em
}
.breadcrumb li{
    font-size: 14px;
    position: relative;
    margin:0;
    line-height: 1.2;
}
.breadcrumb li a:not(:first-child){
    display: none;
}
.breadcrumb li a,.breadcrumb li{
    color: #8D8E92
}
.breadcrumb li a:hover{
    opacity: .75
}
.breadcrumb li+li{
    padding-left: 7px;
    margin-left: 7px;
}
.breadcrumb li+li:before{
    content: '';
    width: 1px;
    height: 15px;
    background: #ccc;
    position: absolute;
    display: block;
    left: 0;
    top:0px;
}
.article-inner .entry-title{
    font-size: 28px;
    color: #070707
}
.post__info{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 0
}
.post__info li{
    font-size: 12px;
    color: #8D8E92;
    line-height: 1;
    align-items: center;
    display: flex;
    margin:0;
}
.post__info li img{
    margin: -2px 5px 0 0
}
.post__info li+li{
    margin-left: 20px
}
.single .entry-content{
    padding-top: 0
}
.widget_categories ul{
    display: flex;
    flex-wrap: wrap;    
}
.widget_categories ul li{
    margin-bottom: 5px;
    margin-right: 5px;
}
.widget_categories ul li:last-child{
    margin-right: 0
}
.widget_categories ul li a{
    background: #eee;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 10px 3px;
    color: inherit;
    border-radius: 27px;
    font-size: 13px;
    transition: all .3s;
    flex: inherit;
}
.widget_categories ul li a:hover{
    opacity: .75
}
.widget_categories ul li .children,
.widget_categories ul li .toggle{
    display: none !important
}
span.widget-title {
    text-transform: inherit;
    margin-bottom: 15px;
    display: block;
}
.widget .is-divider{
    display: none
}
.related__postItem{
    display: flex;
}
.related__postItem+.related__postItem{
    margin-top: 15px
}
.related__post .post__img {
    display: inline-block;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 10px;
}
.related__post .post__title{
    font-size: 14px;
    color: #334862;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    line-height: 1.4;
	 -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}
.widget__title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.widget__title a{
    text-transform: uppercase;
    font-size: 13px;
    color: #F16225;
    font-weight: 500
}
.widget__title span.widget-title{
    margin-bottom: 0
}
.widget + .widget{
    margin-top: 10px;
}
.widget>ul>li+li{
    border-top:0;
}
.article-inner{    
    box-shadow: 0 0 3px 0 #dee2e6;
border-radius: 10px;
	background: #fff
}
.article-inner:hover{
     box-shadow: 0 0 3px 0 #dee2e6
}
.entry-header-text{
	padding: 1.5em 1.5em 0
}
.blog-single .entry-content {
    padding: 10px 1.5em;
    font-size: 95%;
	text-align: justify
}
.recent-post__list{
    display: flex;
    flex-wrap: wrap;
}

.recent-post__inner{
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.recent-post__item:last-child .recent-post__inner,
.recent-post__item:nth-last-child(2) .recent-post__inner{
    margin-bottom: 0
}
.recent-post__title{
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    background: #e81414;
    padding: 5px 20px;
    border-radius: 15px;
    width: auto;
    display: inline-block;
}
.recent-post__thumbnail img{
    width: 135px;
    height: 90px;
    object-fit: cover;
}
.recent-post__entry{
    width: calc(100% - 135px);
    padding-left: 10px
}
.recent-post__text{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}
.recent-post__text a{
    color:#454a4c;
}
.recent-post, aside.widget {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 3px 0 #dee2e6;
border-radius: 10px
}
h1.product-title.product_title.entry-title {
	font-size: 20px
}
.product-article{
	text-align: justify
}
.polylang-flags{
	list-style: none
}
.polylang-flags li{
	margin-bottom: 0;
	line-height:0
}
.product-small .title-wrapper{
	margin-bottom: 5px
}
.hdtoc{
margin: 0 0 10px;	
}
.hdtoc__inner{
background-color: #dbedf9;
    border: 1px solid #c3e5f8;
    padding: 8px 15px;
    text-align: left;
    display: inline-block;
    border-radius: 8px;
}
.hdtoc__header {
  color: #143a6b;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0
}
.hdtoc__view{
  font-weight: normal;
  color: #3175e4;
  margin-left: 5px;
  cursor: pointer;
  line-height: 1
}
.hdtoc__view:hover{
  border-bottom: 1px dotted;
}
.hdtoc__view:before{
  content: "[";
  margin-right: 5px;
  color: #333
}
.hdtoc__view:after{
  content: "]";
  margin-left: 5px;
  color: #333
}
.hdtoc__item{
  margin-top: 5px;
  margin-left: 0
}
.hdtoc__link{
  color: #333;
}

.hdtoc ol{
  list-style: none;
  padding: 0;
  margin-bottom:0;
  display: none
}
.hdtoc__link > *{
  display: inline-block;
}
.hdtoc__number{
  margin-right: 5px
}

@media screen and (min-width: 850px) and (max-width: 1023px){
	.footer__list .footer-info {
		flex-basis: 36%;
	}
}
@media screen and (min-width: 768px) and (max-width: 849px){
	.footer__list .footer-info {
		flex-basis: 30%;
	}
}
@media screen and (min-width: 850px){
	h2{
		font-size: 1.5em;
	}
	#header #logo img{
		height: 75px
	}
	.service.second {
		top: -100px;
		left: 0;
		position: fixed;
		opacity: 0;
		height: auto;
		padding: 1px;
		pointer-events: none;
		-webkit-transition: all .6s ease-in-out;
		transition: all .6s ease-in-out;
		z-index: 5;
		width: 100%;
	}
	.stuck + .service.second {
		pointer-events: auto;
		opacity: 1;
		top: 70px;
		background-color: rgb(243, 243, 243);
		box-shadow: 0 10px 30px rgba(0,0,0,.1);
	}
	.product-main .large-4 {
		width: 32%;
		padding-right: 0;
		padding-left: 0;
		max-width: inherit;
		flex-basis: inherit;
	}
	.product-main .product-summary {
		width: 38.5%;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 0
	}
	.product-main .large-3 {
		width: 26.25%;
		padding-right: 0;
		padding-left: 0;
		max-width: inherit;
		flex-basis: inherit;
	}
	.product-footer > .row, .product-main > .row {
		justify-content: space-between;
		max-width: 1200px;
		padding: 0 15px;
	}
	.category-page-row > .large-9.col{
		padding-right: 10px
	}
	.product-article {
		width: 73%;
		padding: 0 10px
	}
	.product-extra-info {
		width: 26.25%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0
	}
	.feedback{
		display: flex
	}
	.blog-archive .archive-page-header .large-12 {
        padding-top: 15px;
        padding-bottom: 15px
    }
	.blog-single .large-9.col{
		padding-right: 20px
	}
	.blog-archive .post-sidebar, .blog-single .post-sidebar {
		padding-left: 0;
	}
}
@media screen and (max-width: 849px){
	h2{
		font-size: 120%
	}
	.header-main li.html.custom{
		display: block
	}
	.service.second{
		display: none
	}
	.stuck .header-main.hide-for-sticky{
		display:block
	}
    .product-container .product-main #product-sidebar{
        padding-left: 5px;
		padding-right: 5px;
        margin-top: 15px;
        padding-bottom: 0
    }
    .block-news__inner{
        flex-direction: column;
		padding-top: 20px
    }
    .block-news__inner > *{
        width: 100%
    }
    .news-list{
        margin-top: 20px
    }
    .news-list__img{
        width: 137px;
        height: 78px;
        margin-right: 10px;
        border-radius: 5px;
    }
    .news-list__info{
        width: calc(100% - 137px)
    }
    .news-list__text{
        font-size: 14px;
        line-height: 20px
    }
    .block-news{
        padding: 15px;
    }
	.preview{
		margin-right: -10px
	}
	.service__list{
		overflow-x: auto;
		flex-flow: row;
		justify-content: inherit;
		margin-right: -10px;
	}
	.service__item{
		min-width: 270px;
		margin: 0 5px
	}
	.instagram__box{
		overflow-x: auto;
		flex-flow: row;
		margin-left: -5px
	}
	.service__item:first-child{
		margin-left:0
	}
	.instagram__box > .col{
		max-width: 220px;
		flex-basis: 220ppx;
		width: 220px
	}
	.instagram__box > .col > .col-inner .box-image{
		width: 220px
	}
	#main [id^=section_]{
		padding-top: 20px;
		padding-bottom: 20px
	}
	.slider-wrapper+.row:not(.row-collapse){
		margin-top: 20px
	}
	#header #logo{
		width: 100px;
		padding: 0;
		margin: 0
	}
	
	#header .flex-col.show-for-medium.flex-left{
		display: none;
	}
	.box-product > .col{
		margin-top: 10px
	}
	.category-filter-row,.category-filtering{
		display: none;
	}
	.page-title-inner{
		padding-top: 0;
		padding-bottom: 0
	}
	.page-title-inner > .flex-col .woocommerce-breadcrumb{
		padding: 5px 0
	}
	.product-info,.footer__inner,
	.product-footer + .product-footer{
		padding-left: 5px;
		padding-right: 5px
	}
	.product-article.col{
		padding-left: 5px;
		padding-right: 5px
	}
	.product-footer .feedback{
		margin: 0
	}
	.product-extra-info{
		margin-top: 15px;
		padding-left:0;
		padding-right:0;
		padding-bottom: 0
	}
	.entry-header-text{
		padding: 15px 15px 0
	}
	.blog-single .entry-content{
		padding-left: 15px;
		padding-right: 15px
	}
	.post-sidebar.col{
		padding-bottom: 0
	}
	.post-sidebar aside.widget{
		margin-bottom: 20px
	}
	.post{
		margin-bottom: 0
	}
	.category-page-row > .large-9.col{
		padding: 5px
	}
	.term-short-desc, .term-description{
		padding-left: 5px;
		padding-right: 5px
	}
}
@media screen and (max-width: 549px){
	#header #logo img{
		height: 55px
	}
}
@media screen and (max-width: 479px){
	.boxContact__list{
		flex-wrap: wrap
	}
	.boxContact__item--phone{
		width: 100%;
		margin-bottom:10px
	}
	.boxContact__item--fb,.boxContact__item--zl{
		width: 50%;
	}
}
/*faq schema*/
/*faq schema*/
body #faqsu-faq-list{
	background: #f5fcf8
}
body #faqsu-faq-list .faqsu-faq-single{
	box-shadow:none;
	padding:0;
	border-radius: 0;
	background: transparent
}
body #faqsu-faq-list .faqsu-faq-single:last-child:not(.open) .faqsu-faq-question{
	border-bottom:0;
}
body #faqsu-faq-list .faqsu-faq-question{
	padding-left: 25px;
	padding-right: 0;
	cursor: pointer;
	transition: opacity .3s;	
	padding-bottom: 10px;
	margin-bottom: 0
}
body #faqsu-faq-list .faqsu-faq-question + *{
	padding-top: 10px;
	text-align: justify
}
body #faqsu-faq-list .faqsu-faq-question:hover{
	opacity: .8
}
body #faqsu-faq-list .faqsu-faq-question + *{
	display:none
}
body #faqsu-faq-list .faqsu-faq-question:after{
	display: none
}
body #faqsu-faq-list .faqsu-faq-question:before{
	content: "\f107";
	font-family: fl-icons;
	border: 0 !important;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 20px;
	color: #143a6b;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 3px;
	line-height:1
}
body #faqsu-faq-list p{
	margin-bottom: 0
}
body #faqsu-faq-list p + p{
	margin-top: 10px
}
.v-fit iframe{
	border: 0;
	box-shadow: none
}
.blog-wrapper > .row > .large-10{
	flex-basis: 100%;
    max-width: 100%
}
.box-prosper{
	text-align: center
}
.box-prosper p{
	line-height: 1;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
}
.box-prosper p:first-child{
	font-size: 41px;
	font-weight: bold;
	font-family: "Encode Sans", sans-serif;
}
.box-prosper p:nth-child(2){
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F6EBE4;
	font-size: 19px;
	font-family: "Roboto", sans-serif;
	color:#000;
	margin-top: 7px
}
.box-prosper p:nth-child(3){
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600;
	font-style: italic
}
.c-title{
	font-weight: bold;
	color: #242424;
	line-height: 1.1;
	font-family: "Encode Sans", sans-serif;
}
.c-title h2{
	font-size: 50px;
	margin-bottom: 0;
	color: #242424
}
.c-title p{
	font-size: 48px;	
	margin-bottom: 0;
	font-weight: 600
}
.box-company{
	margin-bottom: 30px
}
.box-company img{
	border-radius:15px;
}
.box-achievement .row-collapse:after{
	display: none
}
.box-list{
	padding: 15px 0 0
}
.box-list .ux-menu-title{
	text-transform: none;
	color: #c33e6a;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	min-height: auto;
	padding: 5px 0 5px 35px;
	position: relative;
	font-weight: 600
}
.box-list .ux-menu-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	display: block;	
background:url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzbmFtZT0idy02IGgtNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9ImN1cnJlbnRDb2xvciI+ICAgICAgICAgICAgICA8cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIHN0cm9rZWxpbmVjYXA9InJvdW5kIiBzdHJva2VsaW5lam9pbj0icm91bmQiIGQ9Ik00MDcuNTUyIDEyNy4wNGEyMy40NTYgMjMuNDU2IDAgMCAxIDMzLjUwNCAwYzkuMTUyIDkuMjQ4IDkuMjggMjQuMTkyIDAuMzIgMzMuNkwyNTIuMTYgMzg0LjMyYTIzLjQ1NiAyMy40NTYgMCAwIDEgLTM0LjA4IDAuNjRMMTAyLjk0NCAyNjguMjg4YTI0LjIyNCAyNC4yMjQgMCAwIDEgMCAtMzMuOTIgMjMuNDU2IDIzLjQ1NiAwIDAgMSAzMy41MDQgMGw5Ny42NjQgOTguOTc2IDE3Mi44IC0yMDUuNmE3LjkwNCA3LjkwNCAwIDAgMSAwLjY0IC0wLjcwNFoiPjwvcGF0aD48L3N2Zz4=") no-repeat center / contain; 
}
.book-now{
	width: 186px;
	height: 43px;
	margin: 0 auto;
	font-size: 19px;
	font-family: "Roboto", sans-serif;
	min-height: auto;
	line-height:1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	background: #c33e6a;
	padding: 0 5px
}
.book-now span{
	position: relative;
	padding-right: 29px
}
.book-now span:after{
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzbmFtZT0idy02IGgtNiIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGZpbGw9IiNmZmZmIj4KICAgICAgICAgICAgICA8cGF0aCBmaWxsPSIjZmZmIiBzdHJva2VsaW5lY2FwPSJyb3VuZCIgc3Ryb2tlbGluZWpvaW49InJvdW5kIiBkPSJNMjU2IDBhMjU2IDI1NiAwIDEgMSAwIDUxMkEyNTYgMjU2IDAgMCAxIDI1NiAwek0xNDQgMjQwYTE2IDE2IDAgMCAwIDAgMzJoMTg1LjM3NmwtNjguNzA0IDY4LjY3MmExNiAxNiAwIDAgMCAyMi42NTYgMjIuNjU2bDk2IC05NmExNiAxNiAwIDAgMCAwIC0yMi42NTZsLTk2IC05NmExNiAxNiAwIDEgMCAtMjIuNjU2IDIyLjY1NkwzMjkuMzc2IDI0MEgxNDR6Ij48L3BhdGg+PC9zdmc+") no-repeat center / contain;
	width: 19px;
	height: 19px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}
.box-icon h3{
	font-size: 21px;
	color: #000;
	font-family: "Encode Sans", sans-serif
}
.box-icon p{
	font-family: "Roboto", sans-serif;
	font-size: 16px
}
@media screen and (min-width: 550px) and (max-width: 1023px){
	.c-title h2{
		font-size: 30px
	}
	.c-title p{
		font-size: 28px
	}
	.box-list .ux-menu-title{
		font-size: 18px;
		padding: 7px 0 7px 35px
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px){
	.box-icon h3{
		font-size: 18px;
	}
	.box-icon p{
		font-size: 15px
	}
}
@media screen and (min-width: 550px){
	.box-flex .col{
		flex-basis: calc((100% - 32px * 2) / 3);
    	max-width: calc((100% - 32px * 2) / 3);
	}
	.box-flex{
		gap: 32px;
	}
}
@media screen and (min-width: 768px){
	.v-fit{
		max-width: 600px;
		margin: 10px auto;
	}
	.v-fit iframe{
		height: 338px;
		width: 100%;
	}
}

@media screen and (max-width: 549px){
	.c-title h2{
		font-size: 24px;
		margin-top: 15px
	}
	.c-title p{
		font-size: 24px
	}
	.box-list .ux-menu-title{
		font-size: 15px;
		padding: 5x 0 5px 35px
	}
	.box-list{
		padding-top: 10px
	}
	.box-prosper p:nth-child(3){
		display: none
	}
	.box-company{
		margin-bottom: 20px
	}
	.box-company .col + .col{
		padding-bottom: 0
	}
	.box-flex .col{
		flex-basis: 33.33%;
		max-width: 33.33%
	}
	.box-prosper p:first-child{
		font-size: 40px
	}
	.box-prosper p:nth-child(2){
		font-size: 12px;
		height: 40px;
		margin-top: 14px
	}
	#main [id^=section_].box-achievement{
		padding-bottom: 0
	}
}
@media screen and (max-width: 767px){
	.v-fit{
		position: relative;
		height: auto;
		overflow: hidden;
		padding-top: 56.5%;
		background-position: 50% 50%;
		background-size: cover;
		margin-top: 10px;
	}
	.v-fit iframe{
		object-fit: fill;
		right: 0;
		width: 100%;
		height: 100%;
		bottom: 0;
		left: 0;
		top: 0;
		position: absolute;
		object-position: 50% 50%;
	}
	.box-icon .col + .col{
		margin-top: 15px
	}
	.box-icon .col{
		flex-basis: 100%;
    	max-width: 100%;
	}
	.box-icon h3{
		font-size: 16px;
		margin-bottom: 5px
	}
	.box-icon p{
		font-size: 14px
	}
}
.video-inner{
    position: relative;
    max-width: 100%;
    background-color: #454a4c;
    padding: 12px;
    margin: 0;
    border-radius: 10px
}
.video__inner{
    border-radius: 10px
}
.video__item{
    padding: 0 7px;
}
.video__inner{
    position: relative;
    overflow: hidden;
}
.video__wrap {
  position: relative;
  padding-bottom: 56.25%;
}

.video__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:0;
}
.video-inner .section-title-normal{
    padding-left: 5px
}
.video__play{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/icon-play-youtube.svg);
    background-color: transparent;
}
.video__img.none,
.video__play.none{
    display: none
}
.video__img{
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 9;
    transform: translateY(-50%);
    width: 100%;
}
.video-list .slick-prev.slick-arrow{
    left:0;        
}
.video-list .slick-next.slick-arrow{
    right:0;        
}
.video__title{
	color:#fff;
	margin-bottom: 20px
}
@media (min-width: 768px){
    .video__play{
        background-size: 60px
    }
}
@media (max-width: 767px){
    .video__play{
        background-size: 40px
    }
}