.we-radio, .we-checkbox{
	min-height:30px;
	margin-right:0px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.we-radio span,
.we-checkbox span{
	cursor:pointer;
	position:relative;
	background:#FFF;
	display:inline-block;
	padding:5px 10px 5px 22px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
}
.we-radio span:before,
.we-checkbox span:before{
	content:"";
	position:absolute;
	left:10px; top:10px;
	width:10px;
	height:10px;
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%227.5%22%20width%3D%221.2%22%20height%3D%2216%22%20fill%3D%22%23DDDDDD%22%2F%3E%0A%3Crect%20x%3D%2216%22%20y%3D%227.5%22%20width%3D%221.2%22%20height%3D%2216%22%20transform%3D%22rotate%2890%2016%207.5%29%22%20fill%3D%22%23DDDDDD%22%2F%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
}
.no-icon span{
	padding-left:16px;
	border:1px solid #DDD;
	background:var(--bg-white-color);
}
.no-icon span::before{
	display:none;
}
.we-radio input[type="radio"],
.we-checkbox input[type="checkbox"]{
	display:none;
}
.we-radio input[type="radio"]:checked + span,
.we-checkbox input[type="checkbox"]:checked + span{
	color:var(--main-text-color);
	background-color:rgb(204 216 243);
}
.no-icon input[type="radio"]:checked + span,
.no-icon input[type="checkbox"]:checked + span{
	color:var(--text-white-color);
	border-color::var(--main-bg-color);
	background-color:var(--main-bg-color);
}
.we-radio input[type="radio"]:checked + span::before,
.we-checkbox input[type="checkbox"]:checked + span::before{
	background:url("data:image/svg+xml;charset=utf-8,%3Csvg%20font-size%3D%2216px%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%207L9.20003%2018L5%2013.2857%22%20stroke%3D%22%232e4ea0%22%20stroke-width%3D%221.9%22%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") no-repeat center center;
}
.input-group-search .loading{
	position: absolute;
	right: 8px; top: 12px;
}
/*detail sop*/
.page_detail_address .box_head {
    position: relative;
    padding-bottom: 45px;
}
.page_detail_address .box_head .title_page {
    margin: 0;
    background: #33529e;
    color: #fff;
    position: relative;
    padding: 15px 20px 15px;
    line-height: 30px;
    font-size: 21px;
    letter-spacing: .3px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
}
.page_detail_address .box_head .title_page:after {
    content: "";
    width: 50px;
    height: 10px;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    background: #33529e;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.page_detail_address .box_image_shop {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
	height: 436px;
}
.page_detail_address .box_image_shop img {
    width: 100%;
}
.page_detail_address .item_info {
    display: block;
    position: relative;
    color: #77838f;
    line-height: 1.2;
    padding: 0.35rem 0;
    font-size: 18px;
    min-height: 28px;
    margin-bottom: 10px;
}
.page_detail_address .item_info i {
    margin-right: 5px;
}
.page_detail_address .btn_link {
    text-transform: uppercase;
    letter-spacing: .4px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
}
.page_detail_address .btn_link.link_phone {
    color: #fff;
    background: #696cff;
	margin-top: 15px
}
.page_detail_address .btn_link.link_map {
    border: 1px solid;
}
.page_detail_address .btn_link.link_map i {
    margin-right: 10px;
}
.container_detail {
    margin-bottom: 40px;
}
.section_introduct {
    padding: 40px 0px;
    margin-top: 40px;
	background-color: #f5fbf6;
}
.section_introduct .title_section {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: .3px;
    color: #666;
}
.owl-next,
.owl-prev{
	text-align: center;
    background: var(--bs-white) !important;
    color: rgba(159,34,58,1) !important;
}
/*end detail shop*/
@media screen and (max-width:1280px){
	.box_list_shop_relate {
		max-width: 100%;
	}
	.section_relate .owl-carousel .owl-prev {
		left: 15px;
	}
	.section_relate .owl-carousel .owl-next {
		right: 15px;
	}
}
@media screen and (max-width:991px){
	.page_detail_address .box_image_shop {
		height: 300px;
	}
}
@media screen and (max-width:767px){
	.container_detail {
		padding: 0;
	}
	.page_detail_address .box_info_shop {
		padding-top: 20px; 
	}
	.page_detail_address .box_head .title_page {
		padding: 10px;
		font-size: 18px;
		line-height: 27px;
	}
	.page_detail_address .box_head {
		padding-bottom: 25px;
	}
	.page_detail_address .box_head .title_page:after {
		width: 30px;
	}
	.page_detail_address .box_image_shop,.section_relate .item_shop_relate .box_image_relate {
		height: 230px;
	}
	.page_detail_address .item_info {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.section_relate {
		padding: 20px 0px;
		background: inherit;
		margin-top: 20px;
	}
	.section_relate .title_section {
		text-align: left;
		font-size: 24px;
		margin-bottom: 20px;
	}
}
.sop_slider_overlay,
.awe__sop-slider-overlay{
	width:100%;
	height:100%;
	left:0; top:0;
	bottom:0; right:0;
	filter: blur(15px);
	-ms-filter: blur(15px);
	-moz-filter: blur(15px);
	-webkit-filter: blur(15px);
	-khtml-filter: blur(15px);	
}
.sop_slider_image > img{
	height:400px;
	/*min-height:400px;*/
	max-height:400px;
}
@media screen and (max-width:575px){
	.w-xs-100{
		width: 100%;
	}
	.sop_slider_image > img{
		height:225px;
		/*min-height:225px;*/
		max-height:225px;
	}
}
.sop_slider-pagination{
	right:10px;
	bottom:10px;
	padding:1px 10px;
	background:rgba(0,0,0,0.5);
	color:var(--bs-white);
	font-size:12px;
	border-radius:10px;
	font-weight:bold;
	letter-spacing:4px;
	z-index:2;
}
.sop_link,
.sop_copy{
	padding: 6px;
	display: inline-block;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
	background: rgb(239 239 239);
	position:relative;
	width:26px;
	height:26px;
}
.sop_copy:hover,
.sop_link:hover{
	background: rgb(48,79,149);
	color:var(--bs-white) !important;
}
.awe__sop-content {
	margin-bottom:30px;
    min-height: 75px;
    position: relative;
	transition: box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: box-shadow .2s, -webkit-box-shadow .2s;
}
.awe__sop-content .awe__sop-media {
	width: 100%;
	max-width: 100% !important;
}
.awe__sop-media,
.awe__sop-media .awe__sop-image{
	display:block;
	overflow:hidden;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}
.awe__sop-media .slick-arrow{
	position: absolute;
	top:50%;
	z-index: 1;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	background: rgb(255,255,255);
	visibility: hidden;
}
.awe__sop-media .slick-prev{
	left: 10px;
}
.awe__sop-media .slick-next{
	right: 10px;
}
.awe__sop-media > .awe__project-img,
.awe__sop-media .awe__sop-image > img {
    width: 100%;
	min-height: 190px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	-khtml-transition:all .3s ease-in-out;
}
.awe__sop-media > .box_owner_badge{	
	position:absolute;
	left:10px; top:10px;
}
.awe__sop-media .box_owner_badge> .awe__sop-badge{
	display:inline-block;
	font-size:11px;
	padding:2px 10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
}
.awe__product-thumb > .box_owner_badge{	
	position:absolute;
	right:5px; top:5px;
}
.awe__product-thumb .box_owner_badge > .awe__sop-badge {
	display:inline-block;
	font-size:10px;
	padding:2px 5px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
}
.grid .job-recommended .logo-box .preloader{
	height:180px;
}
@media screen and (max-width:1400px){
	.awe__sop-media > .awe__project-img,
	.awe__sop-media .awe__sop-image > img {
		min-height:168px;
	}
}
@media screen and (max-width:575px){
	.grid .job-recommended .logo-box .preloader{
		height:114px;
	}
}
.awe__sop-media > .like{
	display:block;
	width:33px;
	height:33px;
	color:var(--bs-white);
	position:absolute;
	top:10px; right:10px;
	padding:11px 9.5px;
	position:absolute;
	top:10px; right:10px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	background:rgba(0,0,0,.4);
	cursor:pointer;
}
.awe__sop-media > .liked{
	background:rgb(49,81,156);
}
.awe__sop-media > .liked i{
	color: var(--bs-white);
}
.awe__sop-body {
    width: 100%;
    max-width: 100% !important;
    padding-top: 10px;
    min-height: 140px;
}
.awe__sop-body > .awe__sop-meta {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.43px;
}
.awe__sop-body > .awe__sop-subject {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.4px;
    color: #8e8e8e;
}
.awe__product-subject > .label{
	margin-top:2px;
}
.awe__product-body .awe__product-title {
    width: 100%;
    font-size: 16px;
	line-height: 24px;
    font-weight: 600;
    color: #2c2c2c;
}
.grid .job-recommended .logo-box .hot-job-badge {
    background-color: rgb(255, 227, 227);
    color: #ec4242;
    font-weight: bold;
    width: 76px;
    height: 28px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0
}
.grid .job-recommended .logo-box a .logo {
    max-height: 45px;
    margin: auto;
    width: auto
}
.awe__sop-slider:hover .slick-arrow{
	visibility: visible;
}
.awe__sop-slider-image img{
	height: 190px;
	max-height: 190px;
	min-height: 190px;
	max-width: 100%;
}
.iframe-wrapper {
	position: relative;
	padding-bottom: 62.25%;
	overflow: hidden;
}
@media screen and (max-width:1400px){
	.awe__sop-slider-image img{
		height: 168px;
		max-height: 168px;
		min-height:168px;
	}
}
@media screen and (max-width:575px){
	.iframe-wrapper {
		padding-bottom: 66.25%;
	}
	.awe__sop-slider-image img{
		height: 300px;
		max-height: 300px;
		min-height: 300px;
	}
	.oDimQHEQij > .qqfSRjPFMr{
		width:48%;
	}
}
.iframe-wrapper iframe {
	position: absolute;
	top:0; left: 0;
	bottom:0; right: 0;
	width: 100%;
	height: 100%;
}
.slick-dots {
    position: absolute;
    right: 0; left: 0;
    bottom: 15px;
    z-index: 2;
    display: flex!important;
    justify-content: center;
    margin-right: 15%;
    margin-bottom: 0;
    margin-left: 15%;
    padding-left: 0;
    list-style: none;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    flex: 0 1 auto;
    box-sizing: content-box;
    width: 12px;
    margin: 0 2px;
    padding: 0;
    text-align: center;
    text-indent: -999px;
    vertical-align: top;
    transition: all .5s;
}
.slick-dots li button {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    background: #fff;
    border: 0;
	font-size: 0;
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
    outline: none;
    cursor: pointer;
    opacity: .3;
    transition: all .5s;
}
.slick-dots li.slick-active button{
	opacity: 1;
}
.sop__search-select-button{
	padding: 5px 15px;
}
.sop__search-select-button.sliwENIGcR{
	padding-top:5px;
	padding-bottom:5px;
}
.sop__search-select-button .delete{
	font-size:16px;
	cursor:pointer;
	color:rgb(159,34,58) !important;
}
.awe__product-item:not(.mobile){
	padding:10px 0px;
	border-bottom:1px solid #DDD;
}
.awe__product-item.mobile{
	margin-bottom:15px;
}
.awe__product-item:last-child{
	border-bottom:0px !important;
}
.awe__product-badge{
	color:var(--bs-white);
	background: #f91a1a;
	display: inline-block;
	position: absolute;
	left: 8px; top: 8px;
	font-size: 9px;
	padding: 2px 8px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
.awe__product-item:not(.mobile) .awe__product-thumb {
	float: left;
    height: 80px;
    width: 110px;
	flex:110px 0 0;
	-ms-flex:110px 0 0;
	-webkit-flex:110px 0 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
    background: #000;
    overflow: hidden;
	margin-right:10px;
}
.awe__product-item.mobile .awe__product-thumb {
    width: 100%;
	height: 245px;
	overflow: hidden;
	border-radius: 4px;
	-moz-overflow: hidden;
	-webkit-overflow: hidden;
	-khtml-overflow: hidden;
	background-position:center center;
	background-size:cover;
}
@media screen and (max-width:1400px){
	.awe__product-item:not(.mobile) .awe__product-thumb{
		flex:90px 0 0 !important;
		-ms-flex:90px 0 0 !important;
		-webkit-flex:90px 0 0 !important;
		height:80px;
	}
}
.awe__product-item:not(.mobile) .awe__product-body{
	flex: calc(100% - 80px);
	-ms-flex:calc(100% - 80px);
	-webkit-flex:calc(100% - 80px);
}
.awe__product-item.mobile .awe__product-body{
	position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    padding: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 90, 141, 0)), to(rgba(11, 5, 33, 0.8)));
    background: linear-gradient(to bottom, rgba(20, 90, 141, 0) 0%, rgba(11, 5, 33, 0.8) 100%);
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.awe__product-body .awe__product-title{
	margin:0 0 5px 0;
}
.awe__product-title .awe__product-link{
    color: #3d4d65;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3em;
}
.grid-container{
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 10px;
}
.switch-toggle {
	padding: 2px;
	display: inline-flex;
	align-items: center !important;
	background: #2196f3;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	overflow: hidden;
}
.switch-toggle input {
	position: absolute;
	visibility: hidden;
}
.switch-toggle input + label {
	width: 22px;
	height: 22px;
	padding: 5px 4px;
	float:left;
	color: #fff;
	cursor: pointer;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-khtml-transition: all .3s ease-in-out;
}
.switch-toggle input:checked + label {
	color: var(--bs-dark);
	background: var(--bs-white);
}
tr.deleted td:not(:last-child) {
    opacity: 0.3;
    pointer-events: none;
}
.preventDefault{
	opacity:.5;
	cursor:not-allowed;
}
.selectize-md .selectize-input{
	padding:5px 10px;
	min-height:32px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}

.exclusive {
    border: 1px solid #f91a1a;
    color: #f91a1a;
    font-weight: bold;
    right: 6px;
    bottom: 6px;
    z-index: 1;
    pointer-events: none
}
.exclusive_text {
    border: 1px dashed #f91a1a;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exclusive_detail {
    border: 1px solid #f91a1a;
    color: #f91a1a;
    font-weight: bold;
    right: 6px;
    bottom: 6px;
    z-index: 1;
    pointer-events: none;
}
.exclusive_detail .exclusive_text{
	border: 1px dashed #f91a1a;
	border: 1px dashed #f91a1a;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 14px
}
.pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}
.pagination ul .page-item .page-link{
	margin: 0
}
.box_solded {
    border: 1px solid #414040;
    color: #414040;
    font-weight: bold;
    left: 6px;
    bottom: 6px;
    z-index: 1;
    pointer-events: none;
    background: #ffffff70;
}
.box_solded_detail{
	left: 6px;
    bottom: 6px;
}
.box_solded_detail .is_solded_text {
    width: 70px;
    height: 70px;
	font-size: 14px;
}
.is_solded_text {
    border: 1px dashed #414040;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item_price.active,.item_area.active {
    position: relative;
}
.item_price.active:after, .item_area.active:after {
    content: "";
    width: 11px;
    height: 7px;
    position: absolute;
    display: inline-block;
    border: 0px solid #696cff;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    right: 15px;
    top: 11px;
}
.item_area.active, .item_price.active {
    color: #696cff !important;
}

.card-item.item_area.active:after,.card-item.item_price.active:after {
    display: none;
}
.lbl_text:before {
    display: none;
}

.we-radio .lbl_text {
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.we-radio input[disabled] ~ span {
    background: #dbd9d9;
}
.multiselect.custom-select {
    text-align: left !important;
	font-size: 0.8375rem;
}
.we-radio-tab.we-radio span:before{
    position: unset;
    display:inline-block;
    margin-right: 5px
}
.we-radio-owner span, .we-checkbox-owner span {
    border: 0;
    padding: 5px 10px;
    border-radius: 5px;
}

.we-radio-owner span:before, .we-checkbox-owner span:before {
    display: none;
}

.we-radio-owner.active span, .we-checkbox-owner.active span,.we-radio-owner.active span:hover, .we-checkbox-owner.active span:hover {
    color: #FFF;
    background-color: rgb(105 108 255);
}
.we-radio-owner span, .we-checkbox-owner span {
    background: #f8f8f8;
}
.we-radio-owner:hover span, .we-checkbox-owner:hover span {
    background: #eee;
}
@media screen and (max-width:767px) {
	.exclusive_detail .exclusive_text {
		width: 50px;
		height: 50px;
		font-size: 11px;
	}
	.box_solded_detail .is_solded_text {
		width: 50px;
		height: 50px;
		font-size: 11px;
		text-align: center;
	}
	.we-radio-owner span, .we-checkbox-owner span {
		padding: 5px 8px;
	}
}