:root {
    --primary-color: #C8F31D;
    --bg-color: #ff5e14;
    --bg-color-ho: #f02c00;
	--font-secondary: 'kanit';
	--font-primary: 'kanit';
    --primary: #C8F31D;
}

.row.dz-row {
    display: flex;
    align-items: start;
    padding: 40px 40px;
}
.row.dz-row img{
	width: 100%;
    object-fit: cover;
	border-radius:20px;
	
}
.row.dz-row p{
	margin:20px 0;
}
.box-key-feature .style-1 {
    min-height: 200px;
}

.case-study-slider .swiper-slide {
	background-position: top;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.container-fluid {
}


/* Rows and Column */
.filter-isotope .row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}


/* items-boxs */
.business-fillter{
	background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.2);
	width: 100%;
}
.business-area{
	display:flex;
	position: relative;
}
.business-area .form-group{
	margin-bottom:0;
}
.business-category{
	flex:0 0 280px; 
}
.business-search{
    width: 100%;
}
.category-btn{
    color: #222;
    position: relative;
    height: 70px;
    display: block;
    padding: 24px 15px 24px 60px;
    line-height: 17px;
    font-size: 18px;
    font-family: 'Kanit';
    font-weight: 400;
    border-right: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
	display: flex;
    align-items: center;	
}
.category-btn:hover{
	color: #000;
}
.category-btn i{
    font-size: 28px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.category-btn span{
	display:block;
}
.category-btn:after{
	content: "\e64b";
    font-family: 'themify';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
}
.business-search{
	padding:12px 20px;
}
.business-search .form-control{
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    height: 45px;
    font-size: 16px;
    padding: 0 15px;
    position: relative;
    border-width: 0 0 2px 0;
    color: #000;
    font-weight: 500;
    font-family: 'Kanit';
	width: 100%;
}
.business-search .form-control::-moz-placeholder {
    color: #222;
}
.business-search .form-control:-moz-placeholder {
    color: #222;
}
.business-search .form-control:-ms-input-placeholder {
    color: #222;
}
.business-search .form-control::-webkit-input-placeholder {
    color: #222;
}
.business-type{
	flex:0 0 240px;
}
.business-type .bootstrap-select .dropdown-toggle{
	background: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    color: #222;
    height: 70px;
    border-radius: 0;
    border-width: 0 0px 0px 1px !important;
    padding: 0 50px 0 20px;
    text-transform: capitalize;
    width: 100%;
    box-shadow: none;
    transform: unset;
	outline: 0 !important;
	gap: 0;
	white-space: nowrap;
}
.business-type .bootstrap-select.show .dropdown-toggle{
	background: #eee !important;
	color:#000;
}
.business-type .bootstrap-select .dropdown-toggle::after{
	content: none;
}
.business-type .bootstrap-select{
	position: relative;
	width: 100% !important;
}
.bootstrap-select .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.bootstrap-select .dropdown-menu > li > a:hover {
    background-color: #f2f2f4;
}
.business-type .bootstrap-select.btn-group > .dropdown-menu{
    border: 0;
    background: #fff;
    padding: 5px 0;	
	box-shadow: 0 20px 40px 0 rgba(0,0,0,0.2);
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
	border-radius: 0;
}
.business-type .bootstrap-select.btn-group > .dropdown-menu.show{
    display: block;
}
.business-type  .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
	font-family: 'Kanit';
}
.business-type .bootstrap-select.btn-group .dropdown-toggle .caret{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
.business-type .bootstrap-select.btn-group .dropdown-toggle .caret:before{
	content: "\e64b";
    font-family: 'themify';
}
.business-type .bootstrap-select.btn-group .dropdown-menu li a{
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 10px 20px;
    text-transform: capitalize;
    font-family: 'Kanit';
	display: block;
}
.business-find .site-button{
    border-radius: 0;
    height: 70px;
    background: #fff;
    font-size: 20px;
    width: 70px;
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
    color: #000;
	align-items: center;
    display: flex;
    justify-content: center;
	position: relative;
	z-index: 1;
	padding: 10px 20px;
}
.business-find .site-button.refresh:before{
	content:none;
}
.business-find .site-button:after{
	content:none;
}
.business-find .site-button + .site-button {
	border-left:0;
}
.business-find .site-button:active,
.business-find .site-button:focus,
.business-find .site-button:hover{
	background:#fff;
}
.business-find .site-button:before{
    content: "GO";
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    z-index: -1;
    top: 0;
    line-height: 70px;
    left: 0;
    width: 100%;
    opacity: 0.1;
}
.items-area{
	padding-top:40px;
	padding-bottom:80px;
    background: #F9F9F9;	
}
.items-area .site-filters{
	margin-bottom:50px;
}
.items-grid .col{
	flex:0 0 20%;
	max-width:20%;
}
.items-grid{
    display: flex;
    flex-wrap: wrap;
}
.items-info{
	position:relative;
}
.items-info .title{
	text-transform: capitalize;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    min-height: 50px;
    padding: 10px 0;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	font-family: 'Kanit';
	font-size: 18px;
	font-weight: 400;	
}
.items-boxs:hover .items-info .title{
    bottom: 50px;
    padding: 80px 0 25px 0px;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0));
    color: #fff;
    z-index: 1;
}
.items-boxs .items-media{
	overflow: hidden;
    border: 1px solid #ebebeb;
	position:relative;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	position:relative;
	
}
.items-boxs .items-media:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color:#000;
    opacity: 0;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.items-boxs:hover .items-media:after{
	 opacity: 0.1;
}
.items-boxs{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.items-boxs:hover{

}
.items-boxs:hover .items-media{
	
}
.items-boxs .items-media img{
	width:100%;
}
.items-boxs{
	margin-bottom:30px;
}
.items-boxs.offer-bx .items-media:after{
    content: "";
    background-image: url(../images/corner.png);
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
.items-inner{
	position:relative;
	z-index:2;
}
.items-inner-btn {
    display: flex;
   background: var(--primary-color);
    transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform-origin: bottom;
    -moz-transform-origin: bottom;
    -webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.items-boxs:hover .items-inner-btn {
	transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
}
.btn-preview,
.btn-showcase{
	padding: 16px 15px;
	border-radius: 0;
	display: inline-block;
	line-height: 18px;
	position: relative;
	width: 50%;
	text-align: center;
	height: 50px;
	color: #000 !important;
	text-decoration: none !important;
	border: 0;
	outline: 0;
	font-size: 16px;
    font-family: 'Kanit';
    font-weight: 400;
}
.btn-preview span,
.btn-showcase span{
	padding: 0 5px;
    display: inline-flex;
    align-items: center;
    vertical-align: bottom;
}
.items-boxs .btn-preview span img,
.items-boxs .btn-showcase span img{
    width: 18px;
}
.seprator.items-info .items-inner-btn .btn-preview:after{
	content: "";
	background: #000;
	position: absolute;
	right: -1px;
	width: 1px;
	height: 100%;
	top: 0;
	opacity: 0.1;
}

.sepratorss.items-info .items-inner-btn .btn-preview:last-child:after{
    display: none;
}
.btn-visit-website{
	font-size: 14px;
    text-transform: uppercase;
    color: #000;
    background: #fff;
    font-weight: 700;
    padding: 10px 25px 10px 12px;
    border-radius: 20px;
    display: inline-block;
    line-height: 18px;
	position: relative;	
	margin: 5px 0px;
}
.items-inner .meta-btn{
	margin: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 15px;
}
.items-inner .meta-btn li {
	margin-bottom:10px;
}
.items-inner .meta-btn li a{
    padding: 4px;
}
.items-inner .meta-btn li a img{
    width: 24px;
}
.btn-showcase{
	color: #a9a9a9;
}
.list-items.active  > span{
	border: 0px solid #ff0101;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #82b440;
    background: #eaf5dc;
}

/* Blog */
@media only screen and (max-width: 1480px) {
	.items-grid .col {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.category-btn{
		line-height: 18px;
		font-size: 15px;
	}
	.category-btn i{
		font-size: 20px;
		left: 15px;
	}
	.category-btn{
		height: 60px;
	    padding: 20px 15px 20px 45px;	
	}
	.business-category {
		flex: 0 0 220px;
	}
	.category-btn:after{
	    right: 15px;
	    font-size: 15px;	
	}
	.business-search {
		padding: 5px 15px;
	}
	.business-type .bootstrap-select .dropdown-toggle{
	    height: 60px;
		padding: 0 30px 0 15px;	
	}
	.business-type .bootstrap-select.btn-group .dropdown-toggle .filter-option {
		font-size: 14px;
		line-height: 22px;
		font-weight: 500;
		font-family: 'Kanit';
	}
	.business-type {
		flex: 0 0 200px;
	}
	.business-type .bootstrap-select.btn-group .dropdown-toggle .caret{
	    right: 15px;
	    font-size: 15px;	
	}
	.business-find .site-button{
	    height: 60px;
		width: 60px;	
	}
	.business-find .site-button:before{
		line-height: 60px;
		font-size: 30px;
	}
	.business-search .form-control{
	    font-size: 14px;	
	    font-weight: 500;
		padding: 0 0;		
	}
}
@media only screen and (max-width: 1200px) {
	.items-grid .col {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.category-dropbox .category-list .list-items > span img {
		width: 28px;
	}
}
@media only screen and (max-width: 991px) {
	.business-category {
        flex: 0 0 150px;
    }
	.category-btn {
        line-height: 15px;
        font-size: 12px;
    }
	.business-search .form-control {
        font-size: 13px;
    }
	.business-type .bootstrap-select .dropdown-toggle {
        padding: 0 30px 0 15px;
    }
	.business-type .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 12px;
    }
	.business-fillter > .container{
		max-width: 100%;
	}
	.business-type .bootstrap-select.btn-group .dropdown-toggle .caret {
        right: 11px;
        font-size: 13px;
    }
	.business-type .bootstrap-select .dropdown-toggle {
        padding: 0 25px 0 15px;
    }
}
@media only screen and (max-width: 767px) {
	.items-grid .col{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.business-area{		
		flex-wrap: wrap;
		justify-content: center;
	}
	.business-category {
        flex: 0 0 35%;
		border-bottom: 1px solid rgba(0,0,0,0.2);
    }
	.business-search {
		width: 65%;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.business-fillter > .container{
		padding: 0;
	}
	.business-category .category-btn{
	    border-left: 0;
	}
}
@media only screen and (max-width: 576px) {
	.items-grid .col{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.business-category {
        flex: 0 0 40%;
    }
	.business-search {
        width: 60%;
    }
	.business-type .bootstrap-select .dropdown-toggle{
		border: 0 !important;
	}
	.business-find .site-button.refresh{
		border-right: 0 !important;
	}
}
.site-filters .filter-curs .owl-stage{
    margin: auto;
}

/* .site-filters a */
.site-filters .filter-curs .owl-item{
	margin-left: -1px;
}
.site-filters .filter-curs{
	overflow: hidden;
}
.site-filters .filter-curs a{
    background: #eee none repeat scroll 0 0;
	font-family: 'Kanit';
	font-size: 16px;
	font-weight: 400;
    color: #000;
    display: block;
    margin: 0;
    opacity: 1;
    line-height: 1.25;
    padding: 8px 16px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #f3f3f3;	
}
.site-filters .filter-curs{
    padding: 0 60px;
}
.site-filters .filter-curs .owl-stage{
    margin: auto;
}
.site-filters .filter-curs li.btn input{
	display: none;
}
.site-filters .filter-curs li.btn{
	padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
}
.site-filters .filter-curs li.active a{
    background: var(--primary-color);
    opacity: 1;
    color: #000;
    border-color: transparent;
}
.owl-btn-center-lr .owl-nav .owl-prev, .owl-btn-center-lr .owl-nav .owl-next {
    position: absolute;
    left: 0;
    top: 40%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}

/*  Trigger tTop */
.filter-curs.owl-btn-center-lr .owl-nav .owl-prev, 
.filter-curs.owl-btn-center-lr .owl-nav .owl-next{
    background: rgb(249 249 249) none repeat scroll 0 0;
    border-radius: 30px;
    color: #000000;
    font-size: 28px;
    height: 60px;
    line-height: 60px;
    margin: 3px -10px;
    padding: 0;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.filter-curs.owl-btn-center-lr .owl-nav .owl-prev:hover, 
.filter-curs.owl-btn-center-lr .owl-nav .owl-next:hover{
	background: #fff;
}

/* Header logo END */
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
}
.pagination-bx.style-1 .pagination li a.page-numbers, 
.pagination-bx.style-1 .pagination li span.page-numbers{
    border: 0;
    min-width: 35px;
    height: 35px;
	display: block;
    padding: 0 2px;
    line-height: 35px;
    font-family: 'Kanit';
    font-weight: 400;
    font-size: 15px;
    color: #000;
    background: #eee;
    margin: 0 4px;
}
.pagination-bx.style-1 .pagination li a.page-numbers.next, 
.pagination-bx.style-1 .pagination li a.page-numbers.prev{
	padding: 0 15px;
}
.pagination-bx.style-1 .pagination li a.page-numbers:hover, 
.pagination-bx.style-1 .pagination li span.page-numbers.current{
    background: var(--primary-color);
    color: #000;
}

@media only screen and (max-width: 767px){	
	.items-area{
		margin-top:0 !important;
	}
}
@media only screen and (max-width: 576px){
	.items-boxs .items-media{
	    border-radius: 4px;	
		box-shadow: 0 8px 15px 0 rgba(0,0,0,0.1);
	}
	.items-info .title{
	    font-size: 14px;
		line-height: 18px;	
		margin-bottom: 0;	
	}
	.items-area .site-filters {
		margin-bottom: 30px;
	}
	.items-boxs {
		margin-bottom: 20px;
	}
	.items-area {
		padding-bottom: 20px;
	}
	.site-filters .filter-curs a{
	    padding: 10px 12px;
		font-size: 13px;	
	}
	.filter-curs.owl-btn-center-lr .owl-nav .owl-prev, .filter-curs.owl-btn-center-lr .owl-nav .owl-next{
		height: 50px;
		font-size: 20px;	
		line-height: 50px;	
		width: 50px;
	}
	.site-filters .filter-curs {
		padding: 0 45px;
	}
}


.category-dropbox.active .category-btn{
	background: #eee;
}
.category-dropbox .category-list{
	position: absolute;
    width: 100%;
    z-index: 1000;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.9);
    top: 100%;
    left: 0;
}
.category-dropbox.active .category-list,
.category-dropbox:hover .category-list{
	visibility:visible;
	opacity:1;
}
.category-dropbox .category-list .list-items{
	flex: 0 0 25%;
    max-width: 25%;
    white-space: normal;
    border: 0;
    outline: 0;
    border-radius: 0;
    padding: 2px 2px;
    transform: unset;
    background-color: transparent;
    box-shadow: none;
}
.category-dropbox .category-list .list-items input[type="checkbox"]{
	opacity: 0;
	display: none;
}
.category-dropbox .category-list .list-items > span{
	color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 5px;
    margin: 0;
    text-align: left;
    display: block;
    width: 100%;
}
.category-dropbox .category-list .list-items  > span img{
	width: 32px;
    margin-right: 5px;
}
@media only screen and (max-width: 991px) {
	.category-dropbox .category-list .list-items {
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}
@media only screen and (max-width: 767px) {	
	.category-dropbox{
		position: relative;
	}
	.category-dropbox .category-list {
		width: calc(100vw - 20px);
		left: 10px;
	}
	.category-dropbox .category-list .list-items {
        flex: 0 0 50%;
        max-width: 50%;
    }
	.category-dropbox .category-list .list-items > span img {
        width: 30px;
        margin: auto;
        display: block;
    }
	.category-dropbox .category-list .list-items > span {
        padding: 5px 5px;
        font-size: 12px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
        height: 100%;
    }
}

/* Alert */
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-dismissible {
    padding-right: 4rem
}
.alert-dismissable .close{
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
    font-size: 20px;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}
.alert-primary .alert-link {
    color: #002752
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}
.alert-warning{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}
.alert-danger{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.dz-load-more.site-button{
    color: #171717;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #171717;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 700;
    text-align: center;
}

/* Product Load more */
.loading-container{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	z-index: 1000;
	display:none;
}
.loading-container.active{
	display: block;
}
.loader{
	width:100%;
	height:4px;
	display:block;
	position:relative;
}
.loader > span{
	animation-name: m;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-fill-mode: forwards;
	background-color: var(--bg-color);
	bottom: 0;
	position: absolute;
	top: 0
}
.loader-inner-bx{
	position: sticky;
	left: 0;
	top: 0;
	z-index: 2;
	background-position: 50% 50%;
	width: 100%;
	height: 100vh;
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 100%;
}
.loader1 {
	animation-delay: .2s;
	left: 0;
	opacity: .25;
	width: 25%
}
.loader2{
	animation-delay: .1s;
	left: 0;
	opacity: .5;
	width: 25%
}
.loader3{
	left: 12.5%;
	width: 12.5%
}
@keyframes m {
	50% {
		left: 75%
	}
}
.arolax-base .wp-block-latest-comments__comment a,
strong {
	font-weight:500;
}
.arolax-base .wp-block-latest-posts__list li, .arolax-base .wp-block-categories-list li, .arolax-base .wp-block-archives-list li{
    font-weight: 400;
}

.info--post-details ul,
.info--post-details ol{
	margin-bottom:35px;
}
.info--post-details {
    line-height: 1.4;
}

.info--post-details p{
	margin-bottom:20px;
	
}
.info--post-details li{
    padding-top: 6px;
    padding-bottom: 6px;
}

.woocommerce-tabs p{
	
	
}

.client-showcase .swiper-slide-shadow-right,
.client-showcase .swiper-slide-shadow-left{
	display:none;
}
.client-showcase .advance_slider_wrapper .swiper-slide-content{
	position:unset;
	transition: all .3s ease-in;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.client-showcase .swiper-carousel{
	overflow: unset;
    height: auto !important;
}
.client-showcase .advance_slider_wrapper .swiper-slide img{
	border-radius: 20px;
	height:680px;
}
.client-showcase .advance_slider_wrapper .swiper-slide {
    overflow: unset;
    transform: none !important;
	padding: 0 15px;
}
.swiper-carousel .swiper-slide{
	opacity:0.2;
}
.swiper-carousel .swiper-slide-active{
	opacity:1;
}



/* ==== Filter Work Box ==== */
.filter-work-box {
    position: relative;
    overflow-y: scroll;
    height: 100vh;
    width: 100%;
}
.our-works-filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
}

.filter-work-box .filter-list{
    padding: 40vh 0;
}
.filter-work-box .filter-list li{
	display: block;
}
.filter-work-box .filter-list li a{
    padding-bottom: 25px;
    display: block;
    color: #fff;
    font-size: 130px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
    background-image: linear-gradient(90deg, #000, #000 50%, hsla(41, 0%, 0%, 0.5) 0);
    background-position: 100%;
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Kanit';
}
.filter-work-box .filter-list li.active a,
.filter-work-box .filter-list li a:hover{
    transition: all .5s;
    background-size: 200% 100%;
    background-position: 0;
}
.filter-thumb-box{
    top: 0;
    height: 100vh;
    position: absolute;
    width: 100%;
	    z-index: 1;
}
.filter-thumb{
	transform: scale(1);
	transition:all 0.6s;
	overflow:hidden;
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.filter-thumb-box .filter-thumb img {
	transition:all 0.6s;
	opacity:1;
    height: 100vh;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.filter-thumb.active{
	transition:all 0.6s;
	opacity:1;
}
.filter-thumb.active img {
	transition:all 0.6s;
	opacity:1;
}
.filter-thumb.disappear .img-thumb{
	opacity:0;
	transition:all 1s;
}
.filter-item {
    position: absolute;
    width: 100%;
    height: 100%;
}



/* preview-header */
.preview-header.active + iframe.frame{
	margin-top:50px;
	height:calc(100vh - 50px);
}
.preview-header + iframe.frame{
	margin-top:0;
	height:100vh;
}
.preview-header{
	display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    left: calc(100% - 50px);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
}
.preview-header.active {
	left:0;
}
.preview-header .w3-product-dropdown{
	border-right: 1px solid rgba(0,0,0,0.1);
    margin-right: auto;
	max-width: 350px;
	margin-left: 10px;
	padding-right: 30px;
}
.preview-header .bootstrap-select.btn-group .dropdown-toggle .caret{
    top: 20px;
	font-size: 18px;
    right: 20px;
}
.preview-header .bootstrap-select .dropdown-toggle{
	border: 0 !important;
    height: 50px;
    padding: 5px 30px;
    font-weight: 600;
    color: #000;
    line-height: 22px;
}
.down-logo {
	width: 40px;
    bottom: -30px;
    position: absolute;
    right: 40px;
    background: #fff;
    height: 30px;
    padding: 0 6px;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
    text-align: center;
    color: #000;
    font-size: 22px;
    line-height: 24px;
}
.preview-logo {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 8px 8px;
}
.preview-header .bootstrap-select.btn-group > .dropdown-menu {
    border: 0;
    background: #fff;
    padding: 5px 0;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,0.2);
}
.preview-header .bootstrap-select.show.btn-group .dropdown-menu.inner {
    display: block;
}
.preview-header .bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 10px 20px;
    text-transform: capitalize;
    font-family: Roboto;
}
.preview-header .bootstrap-select.btn-group .dropdown-toggle .caret:before{
    content: "\e64b";
    font-family: 'themify';
}

/* Iframe */
iframe.frame{
	position:fixed;
	width:100%;
	padding:0;
	height:100%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
iframe.iframe-tablet{
	width:768px;
	margin:0 auto;
	position:unset;
	display: block;
}
iframe.iframe-mobile{
	width:360px;
	margin:0 auto;
	position:unset;
	display: block;
}
.responsive-layout{
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    width: 230px;
}
.responsive-layout li {
	display: inline-block;
    float: right;
}
.responsive-layout li a{
	font-size: 24px;
    padding: 0 10px;
    color: #000;
    height: 50px;
    display: block;
    line-height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}
.theme-button{
	padding: 10px 20px;
    white-space: nowrap;
    background: #ff0101;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: 900;
    margin-right: 30px;
    cursor: pointer;
    margin-left: 5px;
}
.theme-button img{
    margin-right: 5px;
    width: 20px;
}
.theme-button:hover{
	color:#fff;
}
.iframe-overlay{
	position: fixed;
	width: 200px;
	height: 100%;
	z-index: 99;
	right: 0;
	top: 50px;
}
@media (max-width: 991px){
	.theme-button {
		margin-right: 10px;
	}
	.responsive-layout li:first-child{
		display: none;
	}
}
@media (max-width: 767px){
	.preview-header .w3-product-dropdown {
		max-width: 200px;
		width: 200px;
	}
	.theme-button {
		padding: 10px 15px;
		font-size: 12px;
	}
	.responsive-layout {
		width: 150px;
	}
}
@media (max-width: 591px){
	.responsive-layout {
		display: none;
	}
	.theme-button span{
		display: none;
	}
	.theme-button img{
		margin-right: 0;
	}
	.theme-button {
		padding: 10px 12px
	}
}