.w-posts-wrap{
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 50px;
}
.w-post2{
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width: 767px) {
	.w-post2{
		padding-left: 16px;
		padding-right: 16px;
	}
}
.wehomo-pagination {
	text-align: center;
}
.w-pagination-inner{
	display: inline-block;
	background: #FCEFEF;
	border-radius: 8px;
}
.w-pagination-inner .page-numbers{
	min-width: 40px;
	min-height: 40px;
	color: #FF0000;
	border-radius: 8px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.w-pagination-inner .page-numbers.current{
	background: #FF0000;
	color: #ffffff;
}
.w-post2-thumbnail a{
	display: block;
	width: 100%;
	height: 0;
	padding-top: 65%;
	position: relative;
}
.w-post2-thumbnail a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w-post2-text .elementor-post__meta-data {
	margin-top: 10px;
}
.wehomo-image-carousel img{
	width: 100%;
}
.wehomo-image-carousel .slick-dots li{
	width: 40px;
	height: 40px;
	margin: 0;
}
.wehomo-image-carousel .slick-dots li button{
	background-color: #FCEFEF;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FF0000;
}
.wehomo-image-carousel .slick-dots li.slick-active button{
	background-color: #FF0000;
	color: #ffffff;
}
.wehomo-image-carousel .slick-dots li button:before{
	display: none;
}
.wehomo-image-carousel .slick-dots{
	position: relative;
    display: inline-block;
    width: auto;
	background-color: #FCEFEF;
	border-radius: 8px;
	bottom: unset;
}
.wehomo-image-carousel .slick-slider{
	text-align: center;
	margin-left: -10px;
	margin-right: -10px;
}
.wehomo-image-carousel img{
	width: 100%;
	height: auto;
}
.w-image-item-inner .w-caption{
	margin-top: 15px;
}
.wehomo-image-carousel .w-image-item{
	padding-left: 10px;
	padding-right: 10px;
}
.w-slick-controls{
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.w-slick-controls .w-arrow,
.w-slick-controls .w-dots{
	display: inline-block;
}
.w-slick-controls .w-arrow{
	width: 40px;
	min-width: 40px;
	height: 40px;
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	line-height: 40px;
	box-sizing: border-box;
	margin: 0 5px;
	color: #D9D9D9;
	cursor: pointer;
	transition: all 0.3s;
}
.w-slick-controls .w-arrow:hover{
	color: #FF0000;
	border: 1px solid #FF0000;
}
.w-timeline-item .w-timeline-item-inner{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	flex: 1;
	padding-left: 12px
}
.w-timeline-odd .w-timeline-item-inner{
	flex-direction: column-reverse;
}
.w-timeline-image{
	height: 0;
	padding-top: 50%;
	position: relative;
}
.w-timeline-image img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w-timeline-caption{
	height: 0;
	padding-top: 50%;
	position: relative;
}
.w-timeline-caption span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    overflow-y: auto;
}
.w-timeline-odd .w-timeline-caption span{
	position: absolute;
	bottom: 0;
	top: unset;
	left: 0;
	width: 100%;
	height: auto;
}
.w-timeline-outer{
	display: flex;
	align-items: center;
}
.w-outer-icon{
	padding-top: 55px;
}
.w-timeline-odd .w-outer-icon{
	transform: rotate(180deg);
}
.w-timeline-year{
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.w-dashed{
	flex: 1;
	height: 1px;
	position: relative;
/* 	border-bottom: 2px dashed #FF0000; */
	margin-left: 15px;
	background-image: linear-gradient(90deg, #f00, #f00 50%, transparent 50%, transparent 100%);
  	background-size: 20px 2px;
}
.w-timeline-caption span{
	padding-right: 50px;
}
.w-timeline-image img{
	padding-right: 50px;
}
.w-timeline-inner{
	overflow: hidden;
	margin-bottom: 50px;
}
.w-timeline-inner .slick-list{
	margin-right: -50px;
}
@media (max-width: 767px){
	.w-timeline-inner{
		overflow: hidden;
	}
	.w-timeline-inner .slick-list{
		margin-right: -150px;
	}
	.w-outer-icon{
		max-width: 20px;
		padding-top: 35px;
	}
	.w-timeline-caption span{
		padding-right: 20px;
	}
	.w-timeline-image img{
		padding-right: 20px;
	}
}
.w-slick-controls .w-arrow.w-arrow-red{
	border: 1px solid #FF0000;
	color: #FF0000;
	background-color: #ffffff;
	transition: all 0.3s;
}
.w-slick-controls .w-arrow.w-arrow-red:hover{
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #FF0000;
}
.w-heading-url{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.w-separator{
	display: block;
	flex: 1;
	border-bottom: 1px solid #D9D9D9;
	margin: 0 10px;
}
.w-awards-outer {
	display: flex;
	justify-content: center;
	background-color: #F6F4F0;

}
.w-awards-descriptions {
	flex: 0 0 33.5%;
	padding: 0px 32px;
}
@media (max-width: 767px) {
	.w-awards-descriptions {
		padding: 0px 16px;
	}
}
.w-awards-photo {
	flex: 0 0 66.5%;
}
.w-awards-photo a {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 70%;
	position: relative;
}
.w-awards-photo a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.w-awards-year span {
	margin-top: 29px;
	display: inline-block;
	padding-bottom: 24px;
	border-bottom: 2px solid black;
}
.w-awards-heading {
	margin-top: 24px;
}
.w-awards-caption {
	margin-top: 20px;
}
.wehomo-awards {
	position: relative;
}
.wehomo-awards .w-slick-wrap {
	display: flex;
}
.wehomo-awards .w-slick-controls {
	flex: 0 0 33.5%;
	justify-content: right;
	padding-right: 32px;
	margin-top: -60px;
}
.wehomo-awards .w-slick-space {
	flex: 0 0 66.5%;
}
.wehomo-awards .slick-dots li button{
	border-radius: 8px;
	width: 40px;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #A3A3A3;
}
.wehomo-awards .slick-dots li button:before {
	display: none;
}
.wehomo-awards .slick-dots li.slick-active button {
	color: #000000;
}
.wehomo-awards .slick-dotted.slick-slider {
	margin-bottom: 0px;
}
.wehomo-awards .slick-dots {
	position: relative !important;
	bottom: 0 !important;
}

@media (max-width: 767px) {
	.wehomo-awards .w-awards-outer {
		display: block;
	}
	.w-awards-year {
		text-align: center;
	}
	.w-awards-caption {
		margin-bottom: 24px;
	}
	.wehomo-awards .w-slick-wrap {
		display: block;
		margin-bottom: 50px;
	}
	.wehomo-awards .w-slick-controls {
		display: block;
		margin-top: 20px;
	}
}
/* Featured Video */
.wehomo-widget-featured-videos .w-widget-featured-videos-inner {
	display: flex;
	flex-wrap: wrap;
}
.wehomo-widget-featured-videos .w-widget-video-left {
	flex: 0 0 71.6%;
	max-width: 71.6%;
	position: relative;
	height: 100%;
	border-radius: 8px;
}
.w-widget-video-right-all {
	flex: 0 0 28.3%;
	max-width: 28.3%;
	height: 100%;
	border-radius: 8px;
	padding: 0 24px 0 24px;
}
.wehomo-widget-featured-videos .w-widget-video-right {
	max-height: 390px;
	overflow: scroll;
	overflow-x: hidden;
}
.w-widget-video-left-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 58%;
	height: 0;
}
.w-widget-video-left-thumbnail img {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	border-radius: 8px;
}
.w-widget-main-video-title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	background: #00000078;
	border-radius: 8px 8px 0 0;
	color: white;
	display: inline-flex;
    height: 40px;
    align-items: center;
    padding: 0 8px;
    justify-content: space-between;
}
.w-widget-main-video-title .w-caption {
	padding: 0px 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.w-widget-main-video-thumbnail-overlay {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 3;
	cursor: pointer;
}
.w-widget-main-video-thumbnail-overlay:hover {
	background: #00000073; 
	transition: all 0.25s;
	border-radius: 8px;
	border: 2px solid #ff0000;
}
.w-widget-open-video-lightbox {
	display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.w-widget-video-right-wrap {
	position: relative;
	height: 100%;
	border-radius: 8px;
	margin-bottom: 12px;
}
.w-widget-video-right-title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	background: #00000078;
	border-radius: 8px 8px 0 0;
	color: white;
	display: inline-flex;
    height: 30px;
    align-items: center;
    padding: 0 8px;
    justify-content: space-between;
}
.w-widget-video-right-title .w-caption {
	padding: 0px 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.w-widget-video-right-thumbnail {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 55%;
	height: 0;
}
.w-widget-video-right-thumbnail img {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	border-radius: 8px;
}
.w-widget-video-right-thumbnail-overlay {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 4;
	cursor: pointer;
}
.w-widget-video-right-thumbnail-overlay:hover {
	background: #00000073; 
	transition: all 0.25s;
	border-radius: 8px;
	border: 2px solid #ff0000;
}
.w-widget-readmore-wrap {
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin-top: 25px;
}
.w-widget-readmore-button {
	width: 100%;
	background: #ff0000;
	color: #ffffff;
	border: 1px solid #ff0000;
	height: 50px;
	padding: 0px 40px;
	font-weight: 700;
	font-size: 16px;
	border-radius: 8px;
}
.w-widget-featured-videos-inner ::-webkit-scrollbar {
	width: 4px;
}
.w-widget-featured-videos-inner ::-webkit-scrollbar-track {
	background: #EBEBEB;
	border-radius: 10px;
}
.w-widget-featured-videos-inner ::-webkit-scrollbar-thumb {
  background: #A3A3A3; 
  border-radius: 10px;
}
.w-widget-featured-videos-inner ::-webkit-scrollbar-thumb:hover {
  background: #ff0000; 
}
.w-widget-video-right {
	padding-right: 10px;
} 
@media (max-width: 767px) {
	.w-widget-featured-videos-inner {
		display: block !important;
	}
	.w-widget-video-left {
		display: block !important;
		max-width: 100% !important;
	}
	.wehomo-widget-featured-videos .w-widget-video-right-all {
		display: block !important;
		width: 100%;
		max-width: 100%;
		padding: 0 !important;
		margin-top: 12px !important;
	}
	.wehomo-widget-featured-videos .w-widget-video-right {
		max-width: 100%;
		height: 100%;
		overflow-x: scroll !important;
		overflow-y: hidden !important;
		white-space: nowrap;
	}
	.wehomo-widget-featured-videos .w-widget-video-right-wrap {
		display: inline-block;
		width: 40%;
		max-width: 40%;
	}
	.wehomo-widget-featured-videos .w-widget-main-video-title {
		height: 30px !important;
	}
}
/* tuyển dụng */
.w-recruitment-accordion {
	padding: 16px 16px;
	height: 83px;
	background: #F8F8F8;
}
.w-recruitment-title {
	display: flex;
}
.w-recruitment-job {
	flex: 0 0 95%;
	display: flex;
	max-width: 95%;
	justify-content: left;
}
.w-recruitment-job h3 {
	margin-bottom: 8px !important;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #1E1F20;
}
.w-recruitment-job h5 {
	margin-bottom: 8px !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #878790;
	padding-top: 4px;
	margin-left: 12px;
}
.w-recruitment-job h5 span{
	display: inline-block;
	padding: 0 5px;
	line-height: 1;
}
.w-recruitment-job h5 span + span{
	border-left: 1px solid #d7d7d7;
}
.w-recruitment-term h4 {
	font-size: 12px;
	line-height: 14.63px;
	color: #878790;
}
.w-recruitment-icon {
	flex: 0 0 5%;
	display: flex;
	max-width: 5%;
	justify-content: right;
}
.w-recruitment-icon .w-recruitment-icon i:before {
	font-size: 15px;
	font-weight: 700;
}
.w-recruitment-content {
	display: flex;
	flex: wrap;
	padding: 16px 16px;
	background: #F8F8F8;
	position: relative;
}
.w-recruitment-description {
	flex: 0 0 76.87%;
	display: block;
	max-width: 76.87%;
	justify-content: left;
}
.w-recruitment-button {
	flex: 0 0 23.13%;
	max-width: 23.13%;
}
.w-recruitment-button button {
	position: absolute;
	bottom: 16px;
	right: 16px;
	padding: 6px 24px;
	background-color: #FCEFEF;
	border: none;
}
.w-recruitment-button button span {
	font-size: 16px;
	line-height: 25.6px;
	letter-spacing: -0.01em;
	font-weight: 700;
	color: #FF0000;
}
.w-recruitment-content {
	display: none;
}
.w-recruitment-accordion.show + .w-recruitment-content {
	display: block;
}
.w-recruitment-wrap .show .icon-arrow-down:before {
	content: "\e607" !important;
	transition-duration: 2s;
}
.w-recruitment-accordion {
	cursor: pointer;
}
.w-recruitment-wrap {
	margin-bottom: 12px;
}
.w-recruitment-button {
	cursor: pointer;
}

@media (max-width: 767px) {
	.w-recruitment-content {
		height: 100%;
	}
	.w-recruitment-description {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}
	.w-recruitment-button {
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 12px;
	}
	.w-recruitment-button button {
		display: block;
		justify-content: center;
		position: unset;
		margin-bottom: 24px;
	}
	.w-recruitment-job h3 {
		font-size: 16px;
		width: 80%;
	}
	.w-recruitment-term h4 {
		margin: 0;
	}
	.w-recruitment-accordion {
		height: 100%;
	}
	.w-recruitment-content {
		padding-top: 0;
		padding-bottom: 0;
	}
	.w-recruitment-job h5 {
		min-width: 102px;
	}
}
.w-recruit-terms-wrap {
	display: block;
	text-align: center;
	border-bottom: 1px solid #D9D9D9;
}
.w-recruit-term-item {
	display: inline-block;
	padding: 8px 16px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #D9D9D9;
	cursor: pointer;
	position: relative;
}
.w-recruit-child-wrap {
	position: absolute;
	top: 41px;
	left: 16px;
	width: 241px;
	text-align: left;
	display: none;
	z-index: 1;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(168, 168, 168, 0.3);
	padding: 0px 12px;
}
.w-recruit-child-term-item {
	padding: 12px 8px;
	border-bottom: 1px solid #D9D9D9;
	color: #404047;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	width: 100%;
}
.w-recruit-child-term-item:last-child {
	margin-bottom: 9px;
	border: none;
}
.w-recruit-term-item:hover {
	color: #ff0000;
	transition: all 0.25s;
}
.w-recruit-term-item:hover .w-recruit-child-wrap {
	display: block;
}
.w-recruit-terms-wrap .show {
	color: #ff0000;
}
.w-recruit-terms-wrap .show>span {
	border-bottom: 2px solid #ff0000;
	padding-bottom: 10px;
}
.w-recruit-terms-wrap .w-recruit-child-wrap .show>span {
	border-bottom: none;
}
.w-recruit-outer {
	margin-top: 40px;
	width: 82.45%;
	margin-left: auto;
	margin-right: auto;
}
.w-recruit-terms-wrap-mobile {
	display: none;
}
@media (max-width: 767px) {
	.w-select-recruit {
		padding: 0px 10px !important;
		border: 1px solid #BDBDBD;
	}
	.w-recruit-terms-wrap-mobile {
		display: block;
		padding: 0px 12px;
		width: 100%;
	}
	.w-recruit-terms-wrap {
		display: none;
	}
	.w-recruit-outer {
		width: 90%;
	}
}
.w-title-readmore i{
	font-weight: 700;
}
.w-recruit-icon-dropdown:before {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	bottom: 7px;
	font-size: 13px;
}
.w-awards-home-inner {
	display: flex !important;
}
.w-awards-home-photo-wrap {
	flex: 0 0 76.92%;
	max-width: 76.92%;
}
.w-awards-home-timeline-wrap {
	flex: 0 0 23.08%;
	max-width: 23.08%;
	padding-right: 12px;
}
.w-awards-home-timeline-item {
	width: 100% !important;
	max-width: 100%;
	padding: 25.6px 23px;
	border-top: 1px solid #D9DADB;
	border-bottom: 1px solid #D9DADB;
	position: relative;
}
.w-awards-home-photo a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65%;
}
.w-awards-home-photo img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	border-radius: 8px 0px 0px 8px;
}
.w-awards-home-photo-item  {
	position: relative;
}
.w-awards-home-main-heading-outer {
	position: absolute;
	bottom: 57px;
	left: 55px;
	z-index: 2;    
	padding-right: 55px;
}
.w-awards-home-timeline-nav .slick-track {
	width: 100% !important;
	transform: unset !important;
}
.w-timeline-title {
	border-radius: 0px 8px 0px 0px;
	padding: 18px 23px;
	border: 1px solid #D9DADB;
}
.w-awards-home-timeline-nav .w-awards-home-timeline-item:hover {
	cursor: pointer;
	background-color: #F5F5F5;
}
.w-awards-home-photo:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(64, 48, 61, 0.35);
	z-index: 1;
	border-radius: 8px 0px 0px 8px;
}
.w-awards-home-timeline-nav .slick-list {
	overflow: unset;
}
/* .w-awards-home-timeline-nav .slick-current:before {
	content: url('../images/Path.svg');
	position: absolute;
	left: -12.1px;
	margin-top: 10px;
	display: block;
} */
.w-awards-home-sub-heading span {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.w-awards-home-timeline-nav {
	height: 507px;
	max-height: 507px;
	overflow-y: auto;
	overflow-x: hidden;
}
.w-awards-home-timeline-nav::-webkit-scrollbar {
	width: 4px;
}
.w-awards-home-timeline-nav::-webkit-scrollbar-track {
	background: #EBEBEB;
/* 	border-radius: 0px 0px 8px 0px; */
}
.w-awards-home-timeline-nav::-webkit-scrollbar-thumb {
  background: #A3A3A3; 
/*   border-radius: 0px 0px 8px 0px; */
}
.w-awards-home-timeline-nav::-webkit-scrollbar-thumb:hover {
  background: #ff0000; 
}
.w-awards-home-timeline-nav .slick-current {
	background-color: #F5F5F5;
}
@media (max-width: 1023px) {
	.w-awards-outer {
		flex-direction: column-reverse;
	}
	.w-awards-photo {
		padding: 20px 100px 0px 100px;
	}
	.w-awards-year {
		text-align: center;
	}
	.w-awards-year span {
		padding-bottom: 0px;
		font-size: 32px !important;
		margin-top: 12px;
	} 
	.w-awards-heading {
		text-align: center;
	}
	.w-awards-caption {
		margin-bottom: 24px;
		background-color: #F6F4F0;
		height: 130px;
	} 
	.wehomo-awards .w-slick-controls {
		flex: 0 0 100%;
		justify-content: center;
		margin-top: -50px;
	} 
}
@media (max-width: 767px) {
	.w-awards-home-inner {
		display: block !important; 
		padding-left: 0 !important;
	}
	.w-awards-outer {
		flex-direction: column-reverse;
	}
	.w-awards-home-photo-wrap {
		max-width: 100%;
		display: block;
	}
	.w-awards-home-timeline-wrap {
		max-width: 100%;
		display: block;
	}
	.w-awards-home-timeline-nav {
		height: 100%;
		max-height: 100%;
		margin-top: 24px;
	}
	.w-awards-home-timeline-nav .slick-track {
		max-width: 100%;
		height: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		padding: 10px 0px;
		margin: 0;
	}
	.w-awards-home-timeline-item {
		display: inline-block !important;
		width: 55%;
		max-width: 55%;
		padding: 15px 15px;
		border-right: 1px solid #D9DADB;
	}
	.w-awards-home-timeline-nav .slick-slide {
		float: unset;
	}
	.w-timeline-title {
		display: none !important;
	}
	.w-awards-home-timeline-nav .slick-current:before {
		display: none;
	}
	.w-awards-home-photo:before {
		border-radius: 8px 8px 8px 8px;
	}
	.w-awards-home-photo img {
		border-radius: 8px 8px 8px 8px;
	}
	.w-awards-home-photo-wrap {
		padding: 0px 12px;
	}
	.w-awards-home-main-heading-outer {
		position: absolute;
		bottom: 12px;
		left: 12px;
		padding-right: 12px;
	}
	.wehomo-image-carousel .w-image-item-inner p {
		font-size: 14px !important;
		height: 52px;
	}
	.w-awards-photo {
		padding: 0;
	}
	.w-awards-heading {
		text-align: left;
	}
	.w-awards-caption {
		margin-bottom: 24px;
		background-color: unset;
		height: unset;
	} 
	.wehomo-awards .w-slick-controls {
		margin-top: 10px;
	} 
}
.wehomo-image-carousel .w-image-item-inner p {
	height: 48px;
}
.w-store-map-wrap {
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
}
.w-store-list-wrap {
	flex: 0 0 29.3%;
	max-width: 29.3%;
	border: 1px solid #BDBDBD;
	max-height: 700px;
}
.w-store-gmaps {
	flex: 0 0 70.7%;
	max-width: 70.7%;
}
.w-store-thumbnail-wrap {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65%;
}
.w-store-thumbnail-wrap img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
.w-store-list-items {
	height: 415px;
	overflow: auto;
	margin-top: 12px;
}
.w-store-list-wrap ::-webkit-scrollbar {
	width: 4px;
}
.w-store-list-wrap ::-webkit-scrollbar-track {
	background: #EBEBEB;
	border-radius: 10px;
}
.w-store-list-wrap ::-webkit-scrollbar-thumb {
  background: #A3A3A3; 
  border-radius: 10px;
}
.w-store-list-wrap ::-webkit-scrollbar-thumb:hover {
  background: #ff0000; 
}
.w-store-list-item {
	padding: 8px 0px;
	cursor: pointer;
}
.w-store-list-item div {
	padding: 0px 48px 0px 48px;
}
.w-store-name {
	position: relative;
}
.w-store-name:before {
	content: url('../images/location-icon.svg');
	position: absolute;
	left: 25px;
	top: 1px;
}
.w-store-list-items .active {
	background: #F5F5F5;
}
.w-store-list-heading {
	padding: 24px 24px 12px 24px;
}
@media ( max-width: 1024px ) {
	.w-store-list-wrap {
		flex: 0 0 40%;
		max-width: 40%;
		border: 1px solid #BDBDBD;
		max-height: 570px;
	}
	.w-store-gmaps {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.w-store-list-items {
		height: 300px;
	}
	.w-store-gmaps {
		max-height: 565px;
		overflow: hidden;
	}
}
@media ( max-width: 767px ) {
	.w-store-map-wrap {
		flex-direction: column-reverse;
		width: 100%;
	}
	.w-store-list-wrap {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.w-store-gmaps {
		flex: 0 0 100%;
		max-width: 100%;
		height: 300px;
		max-height: 300px;
	}
	.w-store-thumbnail-wrap {
		padding-top: 40%;
	}
}