h1 {
    display: none;
}
section.outer {
    overflow: hidden;
}

.box-banner {
    text-align: center;
}
.box-banner img {
    width: 100%;
}

/* box-product_selling */
#box-product_selling .box-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'UTM HelvetIns';
    color: var(--ws-second-color);
}
#box-product_selling .products:not(.owl-carousel) .product,
#box-product_selling .products:not(.owl-carousel) .product::after {
    display: none;
}
#box-product_selling .products:not(.owl-carousel) .product:nth-child(1),
#box-product_selling .products:not(.owl-carousel) .product:nth-child(2),
#box-product_selling .products:not(.owl-carousel) .product:nth-child(3),
#box-product_selling .products:not(.owl-carousel) .product:nth-child(4) {
    display: grid;
}
#box-product_selling .products:not(.owl-carousel) .product .txt {
    padding-bottom: 0;
}
#box-product_selling .owl-controls {
    right: 0;
    top: -70px;
	position: absolute;
}
#box-product_selling .owl-nav {
	gap: 8px;
	display: flex;
}
#box-product_selling .owl-prev,
#box-product_selling .owl-next {
    width: 40px;
    height: 40px;
	display: grid;
    font-size: 24px;
	border-radius: 50%;
	text-align: center;
    align-items: center;
    background: white;
    color: var(--ws-primary-color);
	border: 1px solid var(--ws-primary-color);
}
#box-product_selling .owl-prev:hover,
#box-product_selling .owl-next:hover {
    color: white;
    background: var(--ws-primary-color);
}
#box-product_selling .owl-nav .fa {
    top: -1px;
    position: relative;
}

/* box-product */
.box-product {
    position: relative;
    margin-bottom: 50px;
}
.box-product .box-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid var(--ws-border-color);
}
.box-product .box-title h2,
.box-product .box-title .catname,.catname {
    font-size: 26px;
	font-weight: 400;
    line-height: 40px;
    display: inline-flex;
    text-transform: uppercase;
	font-family: 'UTM HelvetIns';
    color: var(--ws-second-color);
}
.box-product.has-adv .box-title {
    border-bottom: 0;
    padding-bottom: 0;
}
.box-product .box-title .box-advs {
    overflow: hidden;
    margin: 10px 0 0;
    border-radius: 8px;
}
.box-product .box-content {
    position: relative;
}
.box-product .links {
    top: 0;
    right: 0;
	gap: 8px;
    display: flex;
    position: absolute;
	align-items: center;
}
.box-product .links li a {
    display: block;
    min-width: 70px;
    font-weight: 700;
    line-height: 20px;
    padding: 9px 15px;
    text-align: center;
	background: white;
	border-radius: 30px;
    text-transform: uppercase;
    color: var(--ws-primary-color);
	border: 1px solid var(--ws-primary-color);
}
.box-product .links li a:hover {
    color: white;
    background-color: var(--ws-primary-color);
}
.box-product .box-foot {
    text-align: center;
    margin: 30px auto 0;
}
.box-product .box-foot a {
	gap: 5px;
	color: white;
    font-size: 16px;
	line-height: 20px;
    padding: 10px 25px;
    border-radius: 30px;
	align-items: center;
    display: inline-flex;
	vertical-align: middle;
    background: var(--ws-primary-color);
}
.box-product .box-foot a:hover {
    background: var(--ws-second-color);
}
.box-product .box-foot a::after {
    top: 1px;
    content: '';
    position: relative;
	border-left: 6px solid white;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

/* box-service */
.box-service {
    padding: 0 0 50px;
}
.box-service .posts {
	gap: 20px;
    display: grid;
	position: relative;
	align-items: center;
}
/* .box-service .posts::after {
	top: 0;
	bottom: 0;
	left: 100%;
	content: "";
	right: -9999px;
    overflow: hidden;
	margin-left: 40px;
	position: absolute;
    border-radius: 10px;
    background: url(../img/bg-service.webp) no-repeat left center;
} */
.box-service .posts .service {
    position: relative;
    background-color: white;
    background-position: 20px 50%;
	background-size: 50px 50px;
    background-repeat: no-repeat;
    padding: 15px 30px 15px 100px;
}
.box-service .posts .service .post-name h3 {
    font-size: 18px;
	line-height: 1.5;
}
.box-service .posts .service:first-child {
	padding: 0;
	background: none ! important;
}
.box-service .posts .service:first-child .post-title {
	margin-bottom: 5px;
}
.box-service .posts .service:first-child h3 {
    font-size: 32px;
	font-weight: 400;
    text-transform: uppercase;
	font-family: 'UTM HelvetIns';
	color: var(--ws-second-color);
}
.box-service .posts .service:first-child h3::before {
	content: "\f046";
	font-family: FontAwesome;
	margin-right: 10px;
	font-weight: 400;
}
.box-service .posts .service:not(:first-child) {
	border-radius: 6px;
	border-left: 5px solid #69cffa;
	-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
}
.box-service .posts .service .post-name {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--ws-second-color);
}
.box-service .posts .service .post-name {
    font-size: 15px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: var(--ws-second-color);
}
.box-service .posts .service .post-desc {
    font-size: 16px;
}

/* box-accessories */
.box-accessories {
    margin-bottom: 50px;
}
.box-accessories .advertise {
    display: grid;
    overflow: hidden;
    border-radius: 8px;
}

/* box-accessories */
.box-media_image {
    margin-bottom: 50px;
}
.box-media_image a {
    display: grid;
    overflow: hidden;
    border-radius: 8px;
}

/* box-contruction */
.box-contruction {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px;
}
.box-contruction .box-title {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'UTM HelvetIns';
}
.box-contruction .advertise-contruction {
    gap: 5px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
}
.box-contruction .advertise-contruction div {
    overflow: hidden;
    border-radius: 5px;
}
.box-contruction .advertise-contruction a {
	display: block;
    cursor: zoom-in;
}
.box-contruction .advertise-contruction img {
	width: 100%;
	object-fit: cover;
    aspect-ratio: 3/2;
}

/* box-news  */
.box-news {
    padding-bottom: 50px;
}
.box-news .box-title {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'UTM HelvetIns';
}
.box-news .posts {
    gap: 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.box-news .posts .news {
    gap: 15px;
    padding: 20px;
    display: grid;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 0px 0px 1px var(--ws-border-color);
    -moz-box-shadow: 0px 0px 0px 1px var(--ws-border-color);
    -webkit-box-shadow: 0px 0px 0px 1px var(--ws-border-color);
}
.box-news .posts .news .img a {
    display: grid;
    overflow: hidden;
}
.box-news .posts .news .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}
.box-news .posts .news .txt {
    gap: 10px;
    display: grid;
}
.box-news .posts .news .post-date {
	color: gray;
    line-height: 1;
    padding-left: 18px;
    position: relative;
}
.box-news .posts .news .post-date:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    content: "\f017";
    color: var(--ws-primary-color);
}
.box-news .posts .news .post-title {
    font-size: 16px;
    overflow: hidden;
    margin-bottom: 0;
}
.box-news .posts .news .post-title a {
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    -webkit-box-orient: vertical;
}
.box-news .box-foot {
    font-size: 16px;
    margin: 30px 0 0;
    text-align: center;
}
.box-news .box-foot > a {
    gap: 5px;
    color: white;
	line-height: 20px;
    padding: 10px 25px;
    border-radius: 30px;
    align-items: center;
    display: inline-flex;
	vertical-align: middle;
    background: var(--ws-primary-color);
}
.box-news .box-foot > a:hover {
    background: var(--ws-second-color);
}
.box-news .box-foot > a::after {
    content: '';
	border-left: 6px solid white;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.box-vrv_vrf .dynamic-tag .elementor-button-link,
.box-vrv_vrf .dynamic-tag .elementor-text-editor {
    gap: 10px;
    display: grid;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.box-vrv_vrf .dynamic-tag .elementor-text-editor p {
    margin: 0;
    line-height: 1.5;
}

@media screen and (max-width: 1600px)
{
    .box-banner .dynamic-tag,
    .box-advs .dynamic-tag {
        zoom: 0.85;
    }
    .box-vrv_vrf .advertise-main_vrv_vrf {
        margin: auto;
        max-width: 1280px;
    }
    .box-vrv_vrf .dynamic-tag {
        zoom: 1;
    }
    .box-product .links li a {
        font-weight: 400;
        text-transform: none;
    }
    .box-news .box-foot a,
    .box-product .links li a,
    .box-product .box-foot a {
        font-size: inherit;
    }
	.box-vrv_vrf .dynamic-tag .elementor-button-link,
    .box-vrv_vrf .dynamic-tag .elementor-text-editor {
        gap: 5px;
        font-size: 16px;
    }
    .box-vrv_vrf .dynamic-tag .elementor-text-editor p {
        margin: 0;
        padding: 0;
        font-size: 18px;
        line-height: 1.8;
    }
    .box-news .posts {
        gap: 30px;
    }
    .box-news .posts .news {
        gap: 0;
        padding: 0;
        box-shadow: none;
        background: #f1f1f1;
    }
    .box-news .posts .news .txt {
        padding: 15px;
    }
    .box-service .posts::after {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1200px)
{
    .box-banner .dynamic-tag,
    .box-vrv_vrf .dynamic-tag {
        zoom: 1;
        transform: none;
        -o-transform: none;
        -webkit-transform: none;
    }
    .box-advs .dynamic-tag {
        zoom: 0.65;
    }
    .box-product_brand {
        padding: 40px 0;
    }
    .box-product_brand .advertise-product_brand {
        gap: 30px;
    }
    .box-service .posts::after,
    .box-product .links li:nth-child(7),
    .box-product .links li:nth-child(8) {
        display: none;
    }
    .box-product .links li a {
        padding: 9px 10px;
        text-align: center;
    }
    .box-product .box-foot {
        margin: 20px auto 0;
    }
    .box-product .box-foot a {
        padding: 10px 20px;
    }
    .box-news .posts {
        gap: 20px;
    }
    .box-news .posts .news {
        gap: 0;
        background: #f1f1f1;
    }
    .box-news .posts .news .img {
        border-radius: 0;
    }
    .box-news .posts .news .txt {
        padding: 15px;
    }
    .elementor-2077 .elementor-element.elementor-element-e254a4c .elementor-heading-title,
    .elementor-2077 .elementor-element.elementor-element-49d9fa9 .elementor-heading-title,
    .elementor-2077 .elementor-element.elementor-element-e498506 .elementor-heading-title,
    .elementor-7911 .elementor-element.elementor-element-9bef005 .elementor-heading-title,
    .elementor-7911 .elementor-element.elementor-element-fe91b85 .elementor-heading-title,
    .elementor-7911 .elementor-element.elementor-element-87fff25 .elementor-heading-title,
    .box-service .posts .service:first-child h3,
    .box-contruction .box-title,
    .box-news .box-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 992px)
{
    .box-banner .dynamic-tag {
        zoom: 0.6;
    }
    .box-advs .dynamic-tag {
        zoom: 0.5;
    }
    .box-vrv_vrf .dynamic-tag {
        zoom: 1;
    }
    .box-vrv_vrf .dynamic-tag .elementor-text-editor p {
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 1.6;
    }
    .box-product_brand .advertise-product_brand {
        gap: 40px;
        grid-template-columns: repeat(4, 1fr);
    }
    .box-product_brand .advertise-product_brand img {
        max-height: 30px;
    }
    #box-product_selling .products:not(.owl-carousel) .product:nth-child(4),
    .box-product.has-adv .product:nth-child(7),
    .box-product.has-adv .product:nth-child(8),
    .box-product .links li:nth-child(4),
    .box-product .links li:nth-child(5),
    .box-product .links li:nth-child(6) {
        display: none;
    }
    .box-product .box-foot a {
        padding: 8px 15px;
    }
    .box-contruction .advertise-contruction {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px)
{
    .box-banner .dynamic-tag {
        zoom: 1;
    }
    .ws-landing {
        max-height: inherit;
    }
    .ws-content {
        padding-bottom: 40px;
    }
    .box-product,
    .box-accessories,
    .box-contruction {
        margin-bottom: 40px;
    }
    .box-product .links,
    .box-contruction .advertise-contruction div:nth-child(13),
    .box-contruction .advertise-contruction div:nth-child(14),
    .box-contruction .advertise-contruction div:nth-child(15),
    .box-contruction .advertise-contruction div:nth-child(16),
    #box-product_selling .products:not(.owl-carousel) .product:nth-child(3) {
        display: none;
    }
    .box-product .box-foot a {
        padding: 10px 20px;
    }

    .box-contruction {
        padding-left: 4px;
        padding-right: 4px;
    }
    .box-contruction .box-title,
    .box-news .box-title {
        font-size: 26px;
    }
    .box-service {
        margin-top: 20px;
    }
    .box-service .posts {
        gap: 15px;
    }
    .box-service .posts .service {
        padding: 15px 15px 15px 80px;
        background-position: 10px 50%;
    }
    .box-service .posts .service .post-desc {
        line-height: 1.6;
    }
    .box-service .posts .service:first-child .post-name {
        margin-bottom: 10px;
    }
    .box-service .posts .service:first-child h3 {
        font-size: 26px;
    }
    .box-service .posts .service:not(:first-child) {
        border-radius: 4px;
    }
    .box-product_brand .advertise-product_brand {
        gap: 20px;
        row-gap: 30px;
        grid-template-columns: repeat(4, 1fr);
    }
    .box-contruction .advertise-contruction {
        gap: 4px;
        grid-template-columns: repeat(3, 1fr);
    }
    .box-contruction .box-title,
    .box-news .box-title {
        margin-bottom: 20px;
    }
    .box-news {
        padding-bottom: 40px;
    }
    .box-news .posts {
        gap: 2px;
        overflow: hidden;
        border-radius: 8px;
        grid-template-columns: repeat(1, 1fr);
    }
    .box-news .posts .news .post-title {
        height: auto;
    }
    .box-news .posts .news.post {
        gap: 0;
        padding: 10px;
        display: grid;
        border-radius: 0;
        grid-template-columns: 33% 67%;
    }
    .box-news .posts .news .txt {
        padding: 0 0 0 10px;
    }
    .box-news .posts .news .post-title a {
        font-weight: 400;
        line-height: 22px;
        -webkit-line-clamp: 3;
    }
    .box-news .posts .news .post-date {
        display: none;
    }
    .box-news .posts .news.post:first-child {
        gap: 0;
        padding: 0;
        grid-template-columns: 100%;
    }
    .box-news .posts .news.post:first-child .txt {
        padding: 20px 15px;
    }
    .box-news .posts .news.post:first-child h3 a {
        height: auto;
        font-size: 18px;
        font-weight: 700;
    }
    .box-news .box-foot {
        margin: 20px 0 0;
        font-size: inherit;
    }
    
    #box-product_selling .products .product {
        display: grid !important;
    }
    #box-product_selling .products .product::after {
        display: inherit !important;
    }
    #box-product_selling .products .product .txt {
        padding-bottom: 15px !important;
    }
    .box-product .box-title h2,
    .box-product .box-title {
        font-size: 26px;
        line-height: 36px;
    }

    .box-cat-list {
        overflow: hidden;
        margin-top: -8px;
        position: relative;
        background: white;
        padding: 30px 10px 0;
        border-radius: 8px 8px 0 0;
    }
    .box-cat-list .items {
        gap: 10px;
        display: grid;
        text-align: center;
        align-items: center;
        grid-template-columns: repeat(4, 1fr);
    }
    .box-cat-list .items li a {
        height: 50px;
        display: grid;
        font-size: 13px;
        font-weight: 500;
        line-height: 19px;
        padding: 5px 10px;
        border-radius: 4px;
        align-items: center;
        background: #fafafa;
        color: var(--ws-link-color);
        border: 1px solid var(--ws-link-color);
    }
}

@media screen and (max-width: 413px)
{
    .box-cat-list .items li a {
        padding: 5px;
    }
}

@media screen and (max-width: 320px)
{
    .box-cat-list .items {
        grid-template-columns: repeat(3, 1fr);
    }
    .box-cat-list .items li a {
        padding: 5px 12px;
    }
    .box-product .box-foot a {
        padding: 10px;
        white-space: nowrap;
    }
}