

#logo {
    float: left;
    /*padding-left: 10rem;
    top: 24px;*/
}

.primary-color {
	color: #ED1B24 !important;
}

.color-black {
	color: #000 !important;
}

.px-6 {
	padding-left: 3.25rem;
	padding-right: 3.25rem;
}

.px-7 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.pt-6 {
	padding-top: 3.25rem;
}

.pt-7 {
	padding-top: 3.5rem;
}

.py-10 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.px-30px {
	padding-right: 30px;
	padding-left: 30px;
}

.pt-45px {
	padding-top: 45px !important;
}

.fixed {
	position: fixed;
}

.mt-6, .my-6 {
	margin-top: 3.25rem !important;
}

.mt-7, .my-7 {
	margin-top: 3.5rem !important;
}

.mt-20px {
	margin-top: 20px !important;
}

.mb-6, .my-6 {
	margin-bottom: 3.25rem !important;
}

.mb-7, .my-7 {
	margin-bottom: 3.5rem !important;
}

.my-24px {
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}

.my-20px {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mt-50px {
	margin-top: 50px;
}

.mb-50px {
	margin-bottom: 50px;
}

.mb-10px {
	margin-bottom: 10px;
}

.mb-20px {
	margin-bottom: 20px !important;
}

.mb-30px {
	margin-bottom: 30px;
}

.mb-40px {
	margin-bottom: 40px;
}

.mt-40px {
	margin-top: 40px;
}

.mt-30px {
	margin-top: 30px;
}

.w-40 {
	width: 40% !important;
}

.sticky {
	position: sticky !important;
}

.top-5 {
	top: 5rem;
}

.text-white {
	color: #fff;
}

.max-540 {
	max-width: 540px;
}

.mobile-only {
	display: none;
}

.bg-white button.dropdown-toggle {
	background-color: #fff;
}

li.menu-item.primary {
	background-color: #ED1B24;
	transition: ease .3s;
}

li.menu-item.primary:hover {
	background-color: #BE1920;
}

li.menu-item.primary a, li.menu-item.primary a:hover {
	color: #fff;
}

li.menu-item.lang-left a {
	padding: 19px 0 19px 20px !important;
}

li.menu-item.lang-left a div {
	border-right: 1px solid #000;
	padding-right: 5px;
}


li.menu-item.lang-right a {
	padding: 19px 14px 19px 5px !important;
}

li.menu-item.lang a {
	color: #BDBDBD;
}

li.menu-item.lang a.active {
	font-weight: 600;
	color: #000;
}

.v2-search {
	margin-top: 60px;
	background-color: #f2f2f2;
	z-index: -1;
	height: fit-content;
}

.container-top-search {
	padding: 8rem 0rem 4rem 1rem;
	width: 100%;
	/*max-width: 100%;*/
}

.w-80 {
	max-width: 80%;
}

.top-search-form__form .input-group-append {
	margin-left: -30px;
}

.top-search-form__form > .input-group-append i {
	font-size: 25px;
}

.btn-search-recomendation {
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 8px;
}

.btn-search-recomendation:hover {
	background-color: #BE1920;
	color: #fff !important;
	border-color: #BE1920;
}

.button-primary {
	background-color: #ED1B24;
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

.button-primary:hover {
	color: #fff !important;
	background-color: #BE1920;
}

a:hover {
	color: #ED1B24 !important;
}

.bg-white {
	background-color: #fff !important;
}

.button-secondary {
	border: 1px solid #fff;
	border-radius: 7px;
	background-color: transparent;
	width: fit-content;
	align-self: center;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

.button-secondary:hover {
	color: #fff !important;
	border: 1px solid #ED1B24;
	background-color: #ED1B24 !important;
}

.header-row {
	align-items: flex-start;
}

.book-rental a:hover {
	color: #fff !important;
}

.badge.badge-new_arrival {
	padding: .3rem .2rem;
	background-color: #ED1B24;
	color: #fff;
	border-radius: unset;

	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase;
}

.badge.badge-favorite {
	top: 10px;
	right: 10px;
	left: auto;
}

.badge.badge-favorite a i {
	padding: .5rem .45rem .45rem .45rem;
	color: #fff;
	background-color: #E0E0E0;
	border-radius: 50%;
	font-size: 21px;
}

.badge.badge-favorite.favorited a i {
	background-color: #ED1B24;
}

.slider-button {
	margin-top: 30px;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
	content: "";
	background-color: #ED1B24;
	width: 40px;
	height: 40px;
}

input.custom-file-input {
	height: 40px;
	color: #000;
}

.custom-file-label {
    padding: 14px 12px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    background-color: #fff;
    border: 1px solid #DCDCDC;
    height: 42px;
}

.custom-file img {
	z-index: 5;
	position: absolute;
	right: 12px;
}

.v2-title {
	font-family: 'Roboto', sans-serif;
	font-size: 48px !important;
	font-weight: 300 !important;
	line-height: 64px !important;
}

.v2-sub-title {
	font-family: 'Roboto', sans-serif;
	font-size: 36px !important;
	font-weight: 300 !important;
	line-height: 54px;
}

.section-title {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #BDBDBD;
	text-transform: uppercase;

	margin-top: 80px;
	margin-bottom: 30px;
}

.section-title-bod {
	margin-top: 10px;
}

#header nav.mobile-menu-off-canvas {
	transition: ease-in-out .5s !important;
}

.subscribe-input {
	background-color: #fff !important;
	border: 1px solid #DCDCDC !important;
	box-sizing: border-box !important;
	border-top-left-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
	padding-left: 1rem;
	color: #000 !important;
}

.subscribe-input::placeholder {
	font-size: 14px;
	color: #BDBDBD;
}

.subscribe-icon {
	line-height: 11px !important;
}

.project-item-home {
	transition: ease-out .3s;
}

.project-item-home:hover {
	/*transform: scale(1.015);*/
	opacity: 0.5;
}

.project-desc {
	position: absolute;
	bottom: 70px;
	padding-left: 3rem;
	max-width: 75%;	
}

.project-desc__category {
	margin: 0 0 4px 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}

.project-detail-desc {
	margin-bottom: 50px;
}

.project-detail-desc p {
	line-height: 25px !important;
}

.badge.badge-new-arrival {
	color: #fff;
	background-color: #ED1B24;
	text-transform: uppercase;
	width: fit-content;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	border-radius: 0;
}

.product-desc {
	position: absolute;
	bottom: 40px;
	padding-left: 2rem;
	max-width: 75%;	
}

.product-image > a, .product-image .slide a {
	transition: all ease-in-out .3s;
}

.product-image > a:hover {
	opacity: 0.5;
}

.tab-nav li a {
	font-weight: 300;
	font-size: 14px;
}

.tabs-bb .tab-nav li.ui-tabs-active a {
	font-weight: normal;
}

.product-desc.product-details {
	position: unset;
}

.product-detail-btn-buy > .input-group-prepend {
	margin-right: -5px;
	z-index: 1;
}

.product-detail-btn-buy > .input-group-prepend > .input-group-text {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

.product-title {
	margin-top: 13px;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
}

.product-detail-breadcrumb a,
.product-detail-breadcrumb span {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

.product-detail-breadcrumb span {
	color: rgba(0,0,0,0.2);
}

.product-title a {
	color: #000;
}

.product-details__success-stories {
	margin: 50px 0;
}

.flex-column-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mw-85 {
	max-width: 85% !important;
}

.news-category {
	font-weight: 500 !important;
	font-size: 14px !important;
	line-height: 21px;
}

.news-title {
	font-weight: 300 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	text-transform: none !important;
}

.entry-image {
	margin-bottom: 24px;
}

.entry-title .news-title {
	margin-top: 8px;
}

.testimonials-section {
	height: 646px;
}

.testimonial-slider-item {
	width: 85%;
}

.entry-image img {
	transition: ease-out .3s;
}

.entry-image img:hover {
	/*transform: scale(1.03);*/
	opacity: 0.5;
}

footer .address p {
	font-size: 14px;
}

.side-navigation-wrapper {
	position: sticky;
	top: 145px;
}

.side-navigation {
	padding: .4rem 2rem 0 0;
}

.side-navigation li {
	list-style-type: none;
	padding: 5px 0;
}

.side-navigation li a {
	color: rgba(0,0,0,.5);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

.side-navigation li a.active {
	color: #000;
}

.side-navigation li a.active::after {
	content: ' ';
	display: inline-block;
	margin-left: 12px;
	border-top: 2px solid #BE1920;
	width: 24px;
	margin-bottom: 4px;
}

.generic-wrap {
	padding: 80px 0;
	overflow: unset;
}

.overflow-unset {
	overflow: unset;
}


.hide-on-large {
	display: none;
}

.visible-on-large {
	display: block;
}

.v2-select {
    width: 100% !important;
    background-color: #F2F2F2;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px;
    font-size: 14px;
}

.v2-select.no-default button.dropdown-toggle {
	color: #000;
}

.v2-select button.dropdown-toggle {
	border-radius: 8px;
}

.v2-select button.dropdown-toggle {
	color: #000 !important;
}

.v2-select button.dropdown-toggle:focus {
	color: #000;
}

/*.bootstrap-select>.dropdown-toggle.bs-placeholder, */
.bootstrap-select>.dropdown-toggle.bs-placeholder:active, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, 
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #000;
}

button.dropdown-toggle {
	background-color: #f2f2f2;
}

.v2-select > .disabled {
	background-color: #E0E0E0;
}

.product-filter-select {
	/*width: 115% !important;*/
}

.search-product-form {
	/*width: 108% !important;*/
}

.product-filter-select > .dropdown-toggle {
	background-color: #fff;
}

.search-product-form input {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	border-radius: 8px !important;
	padding: 12px 0 12px 16px;
}

.search-product-form input::placeholder {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

.search-product-form > .input-group > .input-group-append {
	margin-left: -30px;
	z-index: 1;
}

.bg-f2 {
	background-color: #f2f2f2 !important;
}

.product-sidebar-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px !important;
	text-transform: uppercase;
}

.product-sidebar-title.upcoming {
	color: #ED1B24;
}

.product-details-action {
	margin-top: 20px;
}

.product-image-wrapper {
	padding-bottom: 40px;
}

.product-image > .badge.badge-new_arrival {
	top: 16px;
	left: 16px;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
	color: #ED1B24;
}

.bootstrap-select .dropdown-menu {
	border-radius: 8px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.modal-body.corp-modal {
	display: flex;
	padding: 0;
}

.modal-body.corp-modal img {
	width: 100%;
}

.modal-body.corp-modal p {
	font-size: 14px;
	line-height: 26px;
	font-weight: normal;
}

.modal-body.corp-modal p,
.body-font-regular {
	font-size: 14px;
	line-height: 26px !important;
	font-weight: normal;
}

.modal-desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tab-projecs-wrapper .tab-nav li.ui-tabs-active a:after {
    border-bottom: 2px solid #ED1B24;
    width: 50px;
}

.tab-nav li.ui-tabs-active a {
	top: -1px;
}

.tab-nav.tab-projects {
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
	flex-wrap: unset;
	overflow-x: scroll;
	overflow-y: hidden;

	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.tab-nav.tab-projects::-webkit-scrollbar{
	display: none;
}

/*.tabs-bb .tab-nav li.ui-tabs-active a {
	border-bottom-color: #ED1B24;
}*/

.section.project-details {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

.project-details-wrapper {
	padding-top: 50px;
}

.product-container {
	margin-left: 0;
	max-width: 93%;
	margin-right: 3%;
}

.product-search {
	position: fixed;
}

.content-product {
	overflow-x: hidden;
}

.btn-search-trigger {
	position: fixed;
	right: 0px;
	top: 150px;
}

.pagination {
	margin-top: 50px;
	margin-bottom: 100px;

	justify-content: flex-end;
}

.pagination-sm a {
	font-style: normal;
	font-weight: normal !important;
	font-size: 16px !important;
	line-height: 19px !important;
	color: #000 !important;
	padding: 0.25rem 0.5rem;
}

.pagination.pagination-inside-transparent .page-item:not(:first-child):not(:nth-child(2)):not(:nth-last-child(1)) a {
	border-left: 0 !important;
}

.pagination.pagination-circle.pagination-sm .page-item:not(:first-child) .page-link, .pagination.pagination-rounded.pagination-sm .page-item:not(:first-child) a {
	margin-left: 3px !important;
}

.pagination.pagination-inside-transparent .page-item a:not(:hover) {
	color: #000 !important;
}

.page-item.active a, 
.page-item a:hover, 
.page-item a:focus {
	text-decoration: underline !important;
}

.product-details .badge.badge-favorite a,
.product-details .badge.badge-share a {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
}

.product-details .badge.badge-share a:hover {
	color: #000 !important;
}

.product-details .badge.badge-favorite a i,
.product-details .badge.badge-share a i {
	font-size: 14px;
	line-height: 10px;
	padding: .5rem 0.35rem .4rem;
	margin-left: .3rem;
}

.product-details .badge.badge-share a i {
	padding: .4rem .28rem;
}

.badge.badge-share {
	margin-left: 1rem;
}

.badge.badge-share a i {
	padding: .5rem 0.35rem .4rem;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
}

.product-detail-cat {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
}

.product-detail-badge.badge.badge-new_arrival {
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
}

.product-detail-cat {
	margin-right: .7rem;
}

.product-detail-download {
	margin-top: 30px;
}

.product-detail-download span {
	text-transform: uppercase;
	color: #BDBDBD;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;

}

.product-details__misc-link-wrapper {
	justify-content: flex-end;
}

.btn-download-brochure {
	margin-top: 1rem;
	border: 1px solid #000;
	border-radius: 7px;
	background-color: transparent;
	width: fit-content;
	align-self: center;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #000
}

.btn-download-brochure:hover {
	border-color: #ED1B24;
	background-color: #ED1B24;
	color: #fff !important;
}

.input-group.product-detail-btn-buy {
	width: unset;
	margin-right: .7rem;
}

.input-group.product-detail-btn-buy .input-group-text {
	border-radius: 8px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn.btn-request-demo {
	border: 1px solid #000;
	border-radius: 7px;
	background-color: transparent;
	width: fit-content;
	align-self: center;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}

.btn.btn-request-demo:hover {
	background-color: #BE1920;
	border-color: #BE1920;
	color: #fff !important;
}

.request-demo-wrapper {
	max-width: 935px;
}

.request-demo-wrapper a,
.button-secondary-white {
	border: 1px solid #fff;
	border-radius: 7px;
	background-color: transparent;
	width: fit-content;
	align-self: center;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
}

.request-demo-wrapper a:hover,
.button-secondary-white:hover {
	color: #fff !important;
	background-color: #BE1920;
	border-color: #BE1920;
}

/*.request-demo-wrapper a:hover {
	color: #000 !important;
	background-color: #fff;
	border-color: #fff;
}*/

.request-form > .row > .form-group > label {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

.request-form > .row > .form-group > input::placeholder {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #BDBDBD;
}

.product-wrapper {
	padding-left: 3rem;
}

small.notes,
p.notes {
	font-style: normal;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #BDBDBD;
}

.store-address {
	font-weight: normal;
	font-size: 14px;
	line-height: 28px !important;
	color: #000;
	margin-bottom: 0;
}

.store-btn-wrapper {
	margin: 2rem 0 3rem;
}

.ourstore-slider {
	height: 700px;
}


p.rental-caption {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px !important;
	color: #000;
}

.news-detail-desc__wrapper {
	display: flex;
	align-items: center;
}

.news-detail-desc__title {
	margin-right: 4rem;
}

.news-detail-desc__title h3 {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
}

.news-detail-desc__value p {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px !important;
	color: #000;
}

.news-detail-content {
	margin-bottom: 60px;
}

.badge.badge-share-news {
	display: flex;
	align-items: center;
}

.badge.badge-share-news a {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000;
}

.badge.badge-share-news i {
	font-size: 14px;
	line-height: 10px;
	padding: .4rem 0.35rem;
	margin-left: .3rem;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
}

.event-card {
	display: flex;
	margin-bottom: 2rem;
}

.event-sticky {
	margin-bottom: 30px;
}

.event-card__image {
	margin-right: 3rem;
}

.event-card__image img {
	max-width: unset;
	width: 255px;
	height: 255px;
}

.event-card__content {
	margin-top: 10px;
}

.event-card__content-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}


.event-card__content-meta span {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #BDBDBD;
}

.event-card__content-desc {
	max-width: 70%;
}

.event-card__content-action {
	display: flex;
	align-items: center;
}

.btn-readmore-event {
	border: 1px solid #000;
	border-radius: 7px;
	background-color: transparent;
	width: fit-content;
	align-self: center;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
}

.btn-readmore-event:hover {
	color: #fff !important;
	background-color: #BE1920;
	border: 1px solid #BE1920;
}

p.contactus-address-title {
	font-weight: bold;
	font-size: 14px;
	line-height: 26px !important;
	color: #000;
	margin-bottom: .5rem;
}

p.contactus-address-title a {
	font-weight: normal;
}

p.contactus-address {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	margin-bottom: .5rem;
}

div:not(.maps-desktop):not(.product-details-wrapper):not(.news-detail-content):not(.maps-tab)  > .fluid-width-video-wrapper {
	display: none !important;
}

.maps-tab .fluid-width-video-wrapper {
	display: none;
}

.notfound-content {
	height: 100vh;
	padding-right: 4rem;
	padding-left: 9rem;

	display: flex;
    flex-direction: column;
    justify-content: center;
}

.notfound-bg {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
}

.jobs-card-wrapper {
	margin-top: 2rem;
}

.jobs-card {
	padding: 3rem 2.5rem;
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	margin-bottom: 30px;
}

.jobs-card-max-920 {
    max-width: 920px;
    max-height: 182px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px;
}

.job-meta {
	display: flex;
	flex-direction: column;
}

.job-department {
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 19px !important;
	color: #000;
	letter-spacing: 0 !important;
}

.job-link {
	display: flex;
	justify-content: flex-end;
}

.job-meta__top {
	margin-bottom: 46px;
}

.wa-sticky-bottom {
    position: fixed;
    right: 7%;
    bottom: 5%;
    z-index: 100;
}

.become-partner-svg {
	margin-bottom: 20px;
}

.becoming-partner-benefits {
	max-width: 254px;
}

.stepwizard-step p {
	margin-top: 23px;
    color:#BDBDBD;
}

.stepwizard-row {
    /*display: table-row;*/
    display: flex;
    justify-content: center;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 24px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 70%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: inline-block;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    border-radius: 50%;
    background-color: #E0E0E0;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.stepwizard-step a.active, .stepwizard-step a.active p {
	background-color: #ED1B24;
}

.stepwizard-step a.filled {
	background-color: #000;
}


.v2-login-bg {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.v2-login-bg {
	height: calc(100vh - 61px);
}

.login-text-wrapper,
.login-form-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 4.5rem;
	width: 50%;
}

.login-item-wrapper {
	height: 100vh;
}

.btn-submit-wrapper {
	margin-top: 50px;
}

.forgot-password-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: calc(100vh - 61px);
}

.search-result-form-wrapper {
	padding-bottom: 60px;
}

.result-content {
	display: flex;
	justify-content: space-between;
}

.result-info {
	max-width: 730px;
	margin-right: 20px;
}

.result-img {
	max-width: 255px;
}


.v2-footer-links ul li {
	font-weight: normal;
	font-size: 13px;
	line-height: 32px;
	color: #000000;
	padding: 0;
}

.footer-links-wrapper {
	margin-bottom: 4.8rem;
}

.sub-menu-container .menu-item > .menu-link {
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	color: #000;
}

.sub-menu-container .menu-item > .menu-link:hover {
	font-weight: normal;
}

.v2-radio {
	display: flex;
}


.form-check-input + label:before {
  background: none repeat scroll 0 0 #FDFDFD;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
  content: " ";
  font-size: 36px;
  height: 8px;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 8px;
}

.my-account-card {
	display: flex;
	min-height: 180px;
	height: 180px;
	margin-top: 40px;
	margin-bottom: 60px;
}

.my-account-card p {
	margin-bottom: 0;
}

.platinum .my-account-card__name {
	background: linear-gradient(172.16deg, #939393 -0.83%, #B0B0B0 53.45%, #EBEBEB 111.76%, #848484 129.58%);
}

.basic .my-account-card__name {
	background: #ED1B24;
}

.gold .my-account-card__name {
	background: #D3AF37;
}

.my-account-card__name {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 30%;
	width: 30%;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.my-account-card__info {
	padding: 16px 35px 26px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	max-width: 70%;
	width: 70%;
}

.platinum .my-account-card__info,
.gold .my-account-card__info {
	background-color: #333333
}

.basic .my-account-card__info {
	background-color: #f2f2f2;
}

.my-account-card__info-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 31px;
}

.my-account-card__info-status,
.my-account-card__info-customerno {
	display: flex;
}

.info-title {
	margin-right: 4px;
}

.product-sidebar-title.info-title {
	color: #BDBDBD;
}

.platinum .product-sidebar-title.info-value,
.gold .product-sidebar-title.info-value {
	color: #fff;
}

.basic .product-sidebar-title.info-value {
	color: #000;
}

.account-status {
	display: flex;
	justify-content: space-around;
	margin-bottom: 16px;
}

.account-status span {
	color: #656565;
}

.basic .account-status span {
	color: #BDBDBD;
}

.basic .account-status span.active {
	color: #000;
}

.gold .account-status span.active {
	color: #D3AF37;
}

.platinum .account-status span.active {
	color: #BDBDBD;
}

.progress {
	height: 8px;
	border-radius: 8px;
}

.basic .progress {
	background-color: #BE1920;
}

.gold .progress {
	background-color: #987E27;
}

.gold .progress-bar {
	background: #D3AF37;
	width: 66.6%
}

.basic .progress-bar {
	background-color: #ED1B24;
	width: 33.3%
}

.platinum .progress-bar {
	background-color: #BDBDBD;
	width: 100%
}

.upgrade-status {
	justify-content: unset;
	align-items: center;
}


.basic .upgrade-status a,
.basic .upgrade-status a:hover {
	color: #4f4f4f !important;
}

.platinum .upgrade-status a,
.gold .upgrade-status a,
.platinum .upgrade-status a:hover,
.gold .upgrade-status a:hover {
	color: #fff !important;
}

.upgrade-status i {
	margin-right: 10px;
}

.account-info-progress {
	flex-direction: column;
	margin-bottom: 15px;
}

.rental-badge {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 7px 16px;
	color: #fff;
	border-radius: 60px;
}

.rental-badge.badge-newrequest {
	background-color: #ED1B24;
}

.rental-badge.badge-onprocess {
	background-color: #109C2C;
}

.rental-badge.badge-done {
	background-color: #E0E0E0;
}

.rental-badge.badge-cancelled {
	background-color: #000;
}

.request-demo-card {
	display: flex;

	padding: 50px 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.request-demo-meta {
	margin-left: 30px;
}

.request-demo-img img {
	width: 160px;
}

.request-demo-card .job-meta {
	justify-content: center;
}

.wju-career-section {
	height: 400px;
}

.wju-section {
	max-height: 520px;
	height: 520px;
	margin-bottom: 182px;
}

.wju-section img.wju-bg {
	position: absolute;
    z-index: 1;
}

.wju-caption {
	z-index: 2;
	padding-left: 6%;
}

.wju-carousel {
	z-index: 0;
}

.wju-carousel > ul.slick-dots {
	display: none;
	right: -0.6%
}

.wju-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 350px !important;
	margin-right: 30px;
	margin-bottom: 35px;
	padding: 30px 20px;

	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
	border-radius: 8px;

	max-height: 400px;
	height: 400px;
}

.wju-card__img {
	display: flex;
	justify-content: center;
}

.wju-card img {
	width: 64px !important;
	margin-bottom: 20px;
	border-radius: 50%;
    object-fit: cover;
    height: 64px;
}

.wju-card__content {
	color: #000;
}
.wju-card__content h3 {
	margin-bottom: 6px;
}

.wju-section-title {
	max-width: 238px;
}

.wju-section-title h3 {
	margin-bottom: 20px;
}

.wju-section-caption {
	max-width: 350px;
	margin-bottom: 30px;
}

.overflow-hidden {
	overflow: hidden !important;
}

.publication-caption {
	max-width: 825px;
}

.career-modal-wrapper {
	display: none;
}

.sm-form-control {
	color: #000;
}

.btn-bookmore-rental {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 8px;
	width: 100%;

	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.notif {
	padding: 7px 24px;
	border-radius: 8px;
}

.right-line:after {
	content: ' ';
	display: inline-block;
	margin-left: 16px;
	border-top: 1px solid #000;
	width: 55px;
	margin-bottom: 4px;
}

.clients-grid .grid-item,
.testimonials-grid .grid-item {
	display: flex;
    justify-content: center;
    align-items: center;
}

.product-sticky-search {
	padding-bottom: 100px;
}

.request-btn-filled {
	background-color: #fff !important;
	color: #000 !important;
}

.contact-us-wrapper {
	padding-top: 95px;
}

.job-details-content ul li {
	position: relative;
	left: 17px;
}

.component-datepicker {
	border-radius: 8px;
}

.component-datepicker-append > .input-group-text {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.modal-rental-body {
	padding: 50px 52px;
}

.modal-rental-content {
	max-height: 400px !important;
}

.button-cancel-rental {
	border: 1px solid #ED1B24;
	border-radius: 8px;
	color: #ED1B24;
}

.partner-price {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.partner-price__item {
	margin-right: 60px;
}

.comp-overview p,
.comp-overview h1,
.comp-overview h2,
.comp-overview h3,
.comp-overview h4,
.comp-overview h5,
.comp-overview h6 {
	margin-bottom: 0;
}

a.menu-link.active {
	font-weight: bold;
}

.grecaptcha-badge {
	bottom: 40px !important;
	z-index: 1000;
}

.notif.response-wrapper,
.notif.response-wrapper > p {
    font-size: 14px;
    line-height: 26px !important;
    font-weight: normal;
    margin-bottom: 0;
	color: #ED1B24;
}

.popover > .arrow {
	display: none;
}

.share-icon {
	cursor: pointer;
}

/*.post-grid .entry:not(.home) {
	height: 367px;
}*/

.modal-event-home {
	display: flex;
	padding: 0;
}

.projects-home img {
	height: 520px;
}

ul.product-not-found {
	list-style: none;
}

ul.product-not-found li::before {
  content: "\2022";
  color: #ED1B24;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
}

.no-hover:hover {
	opacity: 1 !important;
}

.download-button-wrapper {
	display: flex;
	justify-content: center;
}

.product-image > a,
.product-image .slide a,
.product-image img,
.product-home .entry-image a  {
	border: 1px solid rgba(0,0,0,0.1);
}


.news .entry-image img {
	height: 255px;
	object-fit: cover;
}

.result {
	margin-bottom: 50px;
}

.popover-body {
	display: flex;
	flex-direction: column;
}

.popover-body a {
	margin-top: 10px;
}

.popover-body a img {
	margin-right: 10px;
}

.popover-body a.shopee img {
	margin-right: 6px;
}

.load-more-btn {
    font-size: 1.4rem;
    color: #000;
}

.popover {
	left: -17px !important;
	top: -7px !important;
	width: 183px;
}

.popover a {
	color: #000;
}

#top-search a {
	margin-right: 5px;
}

span.partner_initial {
	font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

.account-response p {
	margin-bottom: 8px;
}

.account-response p:first-child {
	margin-top: 8px;
}

.chosen-container-single .chosen-single {
	height: 38px;
	padding-top: 7px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 400;
}

.chosen-container-single .chosen-single div {
	top: 7px;
	color: #000;
}


/*for header only*/
@media screen and (max-width: 1199px) {
	#primary-menu-trigger {
		display: -ms-flex;
		display: flex;
		opacity: 1;
		pointer-events: auto;
		z-index: 1;
		cursor: pointer;
		font-size: 0.875rem;
		width: 50px;
		height: 50px;
		line-height: 50px;
		justify-content: center;
		align-items: center;
		-webkit-transition: opacity .3s ease;
		transition: opacity .3s ease;
	}

	.menu-container:not(.menu-container-misc) {
		/*display: none;*/
	}


	#header .mobile-menu-off-canvas .menu-container {
		position: fixed;
		display: block;
		z-index: 99;
		/*width: 280px;*/
		width: 100vw;
		height: 100%;
		height: calc(100vh - 49px);
		max-height: none !important;
		margin: 0 !important;
		left: 0 !important;
		top: 49px !important;
		padding: 121px 0 60px !important;
		background-color: #FFF;
		border-right: 1px solid #EEE !important;
		overflow-y: scroll;
		/*-webkit-overflow-scrolling: touch;*/
		/*-webkit-transform: translate(0,-103vh);
		-o-transform: translate(0,-103vh);
		transform: translate(0,-103vh);*/
		-webkit-backface-visibility: hidden;
		transform-style: preserve-3d;

		transition: transform .3s ease-in-out !important;
		transform-origin: top;
		transform: scaleY(0) !important;
	}

	#header .mobile-menu-off-canvas .menu-container:target {
		transition: all .5s ease-in-out !important;
		transform: scaleY(1);
	}

	.menu-item:not(:first-child) {
		border-top: 1px solid rgba(0,0,0,0.1);
	}

	.menu-container-misc .menu-item {
		border-top: 0;
	}

	.menu-link div > i.icon-angle-down {
		display: none;
	}

	.primary-menu .menu-container .menu-link {
		/*padding-left: 44%;*/
		text-align: center;
		font-weight: normal;
		font-size: 16px;
		line-height: 19px;
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
		background-color: #f2f2f2;
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container.d-block {
		-webkit-transform: scaleY(1) !important;
		-o-transform: scaleY(1) !important;
		transform: scaleY(1) !important;
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container .sub-menu-container {
		background-color: #fff;
		padding: 20px 0;
	}

	.menu-misc-wrapper {
		display: flex;
		align-items: center;
		width: 90%;
		justify-content: flex-end;
	}

	.menu-container-misc {
		justify-content: flex-end;
	}

	.header-row {
		flex-direction: row !important;
		align-items: center;
	}
}

@media screen and (max-width: 1240px) {
	.product-filter-select {
		width: 89% !important;
	}

	.search-product-form {
		width: 82% !important;
	}
}

@media screen and (min-width: 1600px) {
	.product-content-wrap {
		padding-right: 7%;
	}
}


/*responsive*/

@media screen and (max-width: 991px) {

	.download-button-wrapper {
		display: flex;
		justify-content: center;

		margin-top: 30px;
	}

	.publication-caption {
		max-width: 100%;
	}

	.publication-title {
		max-width: 85%;
	}

	.container, .container-sm, .container-md { max-width: 708px; }
	.hide-on-large {
		display: block;
	}

	.visible-on-large {
		display: none;
	}

	.generic-wrap {
		padding: 34px 0;
	}

	.company-select {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.product-sticky-search {
		padding-bottom: 0;
	}

	/*.mt-md-60px {
		margin-top: 60px;
	}*/

	.mt-50px {
		margin-top: 60px;
	}

	.product-wrapper {
		padding-left: 15px;
	}

	.side-navigation-wrapper {
		display: none;
	}

	.slider-arrow-left, 
	.slider-arrow-right {
		display: none;
	}

	#logo {
		position: absolute;
		top: 17px;
	}

	#logo a img {
		width: 88px;
		height: 88px !important;
	}

	.header-row {
		flex-direction: row !important;
	}

	.menu-container.menu-container-misc {
		display: flex;
	}

	.book-rental {
		display: flex;
		align-items: center;
	}

	.sticky-header .menu-container {
		margin: 0;
	}

	#primary-menu-trigger {
		width: 20px;
		height: unset;
	}

	.header-misc-icon {
		margin: 0 20px 0 0 ;
	}

	#top-search a img {
		width: 18px;
		height: 18px;
	}

	.primary-menu .menu-container .menu-link {
		/*padding-left: 44%;*/
		text-align: center;
		font-weight: normal;
		font-size: 16px;
		line-height: 19px;
	}

	.testimonial-slider-item {
		width: 100%;
	}

	.sub-menu-container .menu-link {
		font-weight: normal !important;
		font-size: 13px !important;
		line-height: 15px !important;
	}

	.primary-menu .menu-container .menu-link i {
		display: none;
	}

	#header .mobile-menu-off-canvas .menu-container {
		background-color: #f2f2f2;
	}

	#header .mobile-menu-off-canvas .menu-container .sub-menu-container {
		background-color: #fff;
	}

	.menu-misc-wrapper {
		display: flex;
		align-items: center;
		width: 97%;
		justify-content: flex-end;
	}

	.menu-container.menu-container-misc .menu-item:not(:first-child) {
		border: none;
		align-self: center;
	}

	.modal-body.corp-modal {
		flex-direction: column;
	}

	.project-detail-desc-mobile .project-desc__category {
		max-width: 35%;
		width: 35%;
	}

	.project-detail-desc-mobile p {
		max-width: 60%;
		width: 60%;
	}

	.entry-home {
		margin-bottom: 30px !important;
	}


	.entry-home .entry-image, .entry-home .entry-image > a, .entry-home .entry-image img {
		width: 98.7%;
	}

	.post-grid-home {
		padding-left: 15px;
		padding-right: 15px;
	    max-width: 720px;
	    margin-right: auto !important;
	    margin-left: auto !important;
	}

	.product-filter-select, .search-product-form {
		width: 100% !important;
	}

	.product-search {
		top: 0;
	    right: -2000px;
	    background-color: #f2f2f2;
	    width: 45%;
	    padding: 0 30px;
	    height: 100vh;
	    z-index: 500;
	    transition: ease-in-out .3s;

	    padding-top: 94px;
	}

	.product-search-right-0 {
		right: 0 !important;
	}

	.product-search-modal-wrapper.open {
		height: 100%;
		width: 100vw;
		background-color: rgba(0,0,0,.2);
		z-index: 1;
		top: 0;
	}

	.pagination {
		justify-content: center;
	}

	.product-buy-btn-wrapper {
		margin-top: 16px;
	}

	.right-45 {
		right: 45%;
		z-index: 2;
	}

	.product-search-responsive {
		position: absolute;
		transition: ease-in-out .3s
	}

	#search_product_res_trigger {
		transition: ease-in-out .3s;
		z-index: 1;
	}

	.product-container {
		margin-left: auto;
		margin-right: auto;
	}

	.product-image-wrapper {
		padding-bottom: 0 !important;
	}

	.product-details__success-stories {
		margin: 80px 0;
	}

	.section-title-bod {
		margin-top: 40px;
	}

	.z0 {
		z-index: 0 !important;
	}

	.z1 {
		z-index: 1 !important;
	}

	.pt-md-4 {
		padding-top: 1.25rem;
	}

	.corp-profile-details {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

		width: 100%;
		padding: 104px 45px 80px 45px; 
	}

	.corp-profile-details img {
		width: 442px;
	}

	.profile-details-position {
		font-weight: 500;
		font-size: 14px;
		line-height: 21px;
		text-transform: uppercase;

		margin-top: 80px;
		margin-bottom: 8px;
	}

	.corp-profile-info {
		align-self: flex-start;
	}

	.event-card__content-desc {
		max-width: 100%;
	}


	.event-card__image img {
		width: 206px;
		height: 206px;
	}

	.event-detail-img img {
		width: 442px;
		height: auto;

		margin: 50px 0;
	}

	.maps-desktop > .fluid-width-video-wrapper {
		display: none !important;
	}

	div.maps-tab > .fluid-width-video-wrapper {
		display: block !important;
	}

	.contact-form {
		margin-top: 2rem;
	}

	.notfound-content {
		height: 100%;
		padding: 5rem 0 5rem 45px;
		width: 70%;
	}

	.notfound-bg {
		height: 50vh;
	}

	.becoming-partner-benefits {
		max-width: 442px;
	}

	.login-text-wrapper {
		align-items: flex-end !important;
		text-align: center;
	}

	.result-img {
		min-width: 203px;
	}

	.result-info {
		max-width: 444px;
	}

	.my-account-card__name {
		max-width: 10%;
		width: 45px;
		padding: 55px 9px;
	}

	.my-account-card__info {
		max-width: 90%;
		width: 633px;
	}

	.my-account-card__name h3 {
		transform: rotate(-90deg);
		font-weight: 300 !important;
		font-size: 18px !important;
		line-height: 27px !important;
	}

	.wju-card {
		width: 324px !important;
	}

	.wju-carousel > ul.slick-dots {
		display: flex;
		right: -2%;
	}

	#wrapper > section.bg-f2.wju-section.d-sm-block.d-lg-none.d-xl-none > div > div > div > div > div > div > ul {
		display: none;
	}

	.container-top-search {
		padding: 8rem 2rem 4rem 1rem;
	    width: 100%;
	}

	.career-modal-wrapper {
		display: block;
	}

	.job-list-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.btn-bookmore-rental {
		color: #000;
		border-radius: 0;
	}

	.news-detail-related img {
		height: 315px;
		object-fit: cover;
	}

	.login-text-wrapper,
	.login-form-wrapper {
		width: 100%;
	}

	.login-text-wrapper {
		justify-content: flex-end;
	}

	.login-form-wrapper {
		align-items: flex-start;
	}

	.login-item-wrapper {
		height: 100vh;
	}

	.login-submit-wrapper,
	.sign-up-wrapper {
		text-align: center;
	} 


	.projects-home img {
		height: 640px;
	}

	.modal-dialog {
		max-width: 678px !important;
	}

	.modal-rental-content {
		max-height: 600px !important;
	}

} /*end 991*/


@media screen and (max-width: 767px) {

	.mobile-only {
		display: block;
	}

	.mt-50px {
		margin-top: 50px;
	}

	.tab-container {
		padding: 30px 0 0;
	}

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.generic-section {
		margin-top: 36px;
	}

	.generic-wrap {
		padding: 40px 0;
	}

	.v2-sub-title {
		font-weight: 300 !important;
		font-size: 24px !important;
		line-height: 32px !important;
	}

	.company-select {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.menu-misc-wrapper {
		width: 95%;
	}

	.misc-mobile-wrapper {
		/*position: absolute;
		bottom: 0;*/
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
	}

	.misc-mobile-wrapper a:not(.menu-link) {
		margin-top: 30px;
		padding: 8px 12px;
		font-weight: normal !important;
		font-size: 15px !important;
		line-height: 18px !important;
		width: fit-content;
	}

	.menu-container.menu-container-misc {
		padding: 14px 0;
	}

	.menu-container.menu-container-misc .lang {
		display: none;
	}

	.book-rental {
		display: none;
	}

	.home-project-title {
		font-weight: 300 !important;
		font-size: 16px !important;
		line-height: 21px !important;
	}

	#header:not(.sticky-header) .mobile-menu-off-canvas .menu-container {
		top: 40px;
		height: calc(100vh - 49px);
	}

	.slider-home {
		height: 650px;
	}

	.corp-profile-details {
		padding: 0 0 50px 0;
	}

	.profile-details-position {
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.product-details__success-stories {
		margin: 60px 0;
	}

	.corp-profile-info {
		padding: 0 30px 50px 30px;
	}

	.entry-home .entry-image, .entry-home .entry-image > a, .entry-home .entry-image img {
		width: 97.5%;
	}

	.post-grid-home {
		padding-left: 15px;
		padding-right: 15px;
	}

	.post-grid-home .product-desc {
		bottom: 5px;
	}

	.projects-home .project-desc {
	    bottom: 35px;
	    padding-left: 2rem;
	}

	.project-details-wrapper {
		padding-top: 30px;
	}

	.project-desc__category {
		margin: 0 0 10px 0;
	}

	.project-detail-desc-mobile .project-desc__category {
		max-width: 100%;
		width: 100%;
	}

	.project-detail-desc-mobile p {
		max-width: 100%;
		width: 100%;
	}

	.product-search {
		width: 85%;
	}

	.right-45 {
		right: 85%;
	}

	.product-details__misc-link-wrapper {
		justify-content: space-between;
	}

	.product-wrapper {
		padding-left: inherit;
		padding-right: inherit;
	}

	.product-buy-btn-wrapper {
		margin-top: 0;
	}

	.store-btn-wrapper {
		text-align: center;
	}

	.ourstore-detail-wrapper {
		padding: 30px 0;
	}

	.btn-readmore-event:not(.notfound-btn) {
		display: none;
	}

	.event-card {
		flex-direction: column;
	}

	.event-card__image {
		margin-right: 0;
	}

	.event-card__image img {
		width: 100%;
		height: auto;
	}

	.event-card__content-meta {
		margin-top: 1rem;
	}

	.event-card__content h3 {
		margin-bottom: .7rem;
	}

	.event-card__content-desc:not(.upcoming-content) {
		display: none;
	}

	.event-detail-img img {
		width: 100%;

		margin: 40px 0 20px 0;
	}

	.notfound-content {
		height: 100%;
		padding: 5rem 2rem;
		width: 100%;
	}

	.notfound-content img {
		width: 50px;
	}

	.v2-sub-title.notfound-title {
		font-weight: 300 !important;
		font-size: 24px !important;
		line-height: 32px;
	}

	.become-partner-svg {
		margin-bottom: 16px;
	}

	.v2-title {
		font-weight: 300 !important;
		font-size: 24px !important;
		line-height: 40px !important;
	}

	.btn-submit-wrapper {
		margin-top: 40px;
	}

	.result-img {
		display: none;
	}

	.result-info {
		max-width: 100%;
	}

	.my-account-card__info-status, 
	.my-account-card__info-customerno {
		display: unset;
	}

	.my-account-card {
		flex-direction: column;
		height: unset;
	}

	.my-account-card__name,
	.my-account-card__info {
		max-width: 100%;
		width: 100%;
	}

	.my-account-card__name {
		padding: 12px 26px;
		border-top-left-radius: 16px;
		border-bottom-left-radius: unset;
		border-top-right-radius: 16px;
	}

	.my-account-card__info {
		border-top-right-radius: unset;
		border-bottom-left-radius: 16px;
		padding-bottom: 30px;
	}

	.my-account-card__name h3 {
		transform: unset;
	}

	.account-info-progress {
		margin-top: 54px;
		margin-bottom: 50px;
	}

	.upgrade-status {
		justify-content: center;
		margin-bottom: 0;
	}

	.wju-career-section {
		height: 650px;
	}

	.wju-career-wrapper a {
		background-color: #ED1B24;
		border: 1px solid #ED1B24;
	}

	.wju-content-wrap {
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.wju-card {
		width: calc(100vw - 30px) !important;
		max-width: 355px;
	}

	.wju-section-title {
		max-width: 100%;
	}

	.wju-section-caption {
		max-width: 100%;
	}

	.wju-carousel > ul.slick-dots {
		/*right: -0.85%;*/
		left: 4pc;
	}

	.wju-section-title h3 {
		margin-bottom: 10px;
	}

	.footer-links {
		width: 50%;
	}

	.jobs-card-wrapper > .col-sm-12 {
		padding-right: 0;
		padding-left: 0;
	}

	.jobs-card {
		padding: 20px;
	}

	.job-list-slider {
		max-height: 375px !important;
	}

	.top-search-form input,
	.search-result-form-wrapper input {
		font-size: 24px;
		padding: 10px 27px 10px 0;
		height: 100%;
		font-weight: 300;
		line-height: 32px;
	}

	.top-search-form .input-group-append button img {
		width: 16px;
	}

	.login-text-wrapper, .login-form-wrapper {
		padding: 0 15px;
	}

	.account-wrapper {
		padding-top: 36px;
		margin-top: 50px;
	}

	.account-content .account-name {
		max-width: 60%;
	}

	.request-demo-card {
		flex-direction: column;
	}

	.request-demo-img img {
		width: 315px;
		margin-bottom: 16px;
	}

	.job-meta__top {
		margin-bottom: 30px !important;
	}

	.request-demo-meta {
		margin-left: 0;
	}

	.my-rental-meta {
		margin-bottom: 60px !important;
	}

	.h-sm-383 {
		max-height: 383px;
	}

	.result-info {
		margin-right: 0;
	}

	.line.result-line {
		margin: 30px 0;
	}

	.partner-price {
		flex-direction: column;
		align-items: flex-start;
	}

	.partner-price__item {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.modal-event-home {
		flex-direction: column;
	}

	.projects-home img {
		height: 312px;
	}

	.v2-search {
		margin-top: 49px;	
	}

	.content-wrap.wju-card-mobile {
		padding-top: 40px !important;
	}

	/*.wju-container {
		padding-left: 14px;
		padding-right: 10px;
	}*/

	.job-list-banner {
		padding: 0 !important;
		height: 375px;
	}

	.news-item {
		padding-right: 0;
	}

	.buy-product-mobile a:not(:first-child) {
		margin-top: 20px;
	}

	.buy-product-mobile a img {
		margin-right: 20px;
	}

	.buy-product-mobile a.shopee img {
		margin-right: 16px;
	}

	#top-search a {
		margin-right: 8px;
	}

	.modal-rental-content {
		max-height: 650px !important;
	}

	.hide-on-mobile {
		display: none;
	}

	.request-modal-image {
		width: 164px;
	}

	.mobile-modal-button-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.mobile-modal-button-wrapper a:first-child {
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

}

@media screen and (max-width: 459px) {
	.menu-misc-wrapper {
		width: 94%;
	}
}

@media screen and (max-width: 393px) {
	.menu-misc-wrapper {
		width: 93%;
	}
}

@media screen and (max-width: 345px) {
	.menu-misc-wrapper {
		width: 92%;
	}
}

@media screen and (max-width: 310px) {
	.menu-misc-wrapper {
		width: 91%;
	}
}