@import url(/skin/css/bootstrap.css);
@import url(/skin/css/swiper.css);
@import url(/skin/css/box.css);
@import url(/skin/css/fonts.css);
@import url(/skin/css/animate.css);
@import url(/skin/css/animation.css);
@import url(/skin/css/iconfont.css);

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    height: 100%;
    font: 14px/1.5 Arial, 'PingFang SC','Microsoft YaHei', sans-serif;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.wrapper {
    height: 100%;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
    -webkit-user-drag: none;
}
label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
a {
    outline: none;
    text-decoration: none;
    transition: all 0.4s linear;
}
a img {
    border: none;
}
a:active {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
button {
    outline: medium none;
}
iframe {
    border: none;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}
input {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
ul {
    list-style-type: none;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
b {
    font-weight: 900;
}
strong {
    font-weight: 900;
}
.z-index {
    z-index: 999999;
}
body {
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    color: #787878;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #484848;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.content p {
    margin: 0;
}
.content img {
    border-radius: 4px;
}
a,
.btn,
button {
    outline: medium none;
    text-decoration: none;
}
p {
    color: #000;
    margin: 0 0 10px;
    text-transform: none;
    font-weight: 500;
}
img {
    max-width: 100%;
    width: 100%;
}

:root {
    --builza-base: #ff6a00;
    --builza-base-rgb: 255, 106, 0;
    --builza-black: #0e121d;
    --builza-black-rgb: 14, 18, 29;
    --builza-gray: #4d5765;
    --builza-gray-rgb: 77, 87, 101;
    --builza-white: #fff;
    --builza-white-rgb: 255, 255, 255;
    --builza-primary: #f7f4ed;
    --builza-primary-rgb: 247, 244, 237;
    --builza-bdr-color: #d4d4d4;
    --builza-bdr-color-rgb: 212, 212, 212;
    --builza-bdr-radius: 10px;
}

.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: initial;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: initial;
}
.feijihao img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.clamp_three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: initial;
}
.text_center {
    text-align: center;
}
.margin_zero {
    margin-bottom: 0;
}
.color_fff {
    color: #fff;
}

.main-header {
    position: relative;
    display: block;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu__top {
    position: relative;
    display: block;
}

.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 55px 5px;
    background-color: var(--builza-base);
}

.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li + li {
    margin-left: 46px;
}

.main-menu__contact-list li:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: 2px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--builza-white-rgb), 0.3);
}

.main-menu__contact-list li:first-child:before {
    display: none;
}

.main-menu__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li .icon i {
    font-size: 18px;
    color: var(--builza-white);
    position: relative;
    display: inline-block;
}

.main-menu__contact-list li .text {
    margin-left: 10px;
}

.main-menu__contact-list li .text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--builza-white);
    line-height: 16px;
}

.main-menu__contact-list li .text p a {
    color: var(--builza-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
    color: var(--builza-black);
}

.main-menu__top-welcome-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--builza-white);
    text-transform: capitalize;
    line-height: 1em;
}

.main-menu__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__social-title {
    font-size: 16px;
    color: var(--builza-white);
    font-weight: 500;
}

.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.main-menu__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(var(--builza-white-rgb), 0.4);
    border-radius: 50%;
    font-size: 15px;
    color: var(--builza-white);
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-menu__social a:hover {
    color: var(--builza-base);
    border: 1px solid var(--builza-white);
}

.main-menu__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--builza-white);
    transform: scale(0.5);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.main-menu__social a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.main-menu__social a + a {
    margin-left: 5px;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
    background-color: rgba(var(--builza-white-rgb), 0.05);
}

.main-menu__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 55px;
}

.main-menu__left {
    display: block;
}

.main-menu__logo {
    display: block;
    padding: 0;
}
.main-menu__logo img{
    max-width: 200px;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    padding: 13px 0;
}
.main-menu__right .search-open-btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 500px;
    justify-content: center;
    background-color: var(--builza-base);
    transition: all 0.3s ease-in-out;
    border: none;
}
.main-menu__right .search-open-btn i{
    color: var(--builza-white);
    font-weight: bold;
}
.main-menu__right .english i{
    font-size: 32px;
    color: #0e121d;
    transition: all .4s ease;
}
.main-menu__right .english i:hover{
    color: var(--builza-base);
}

.search-bg {
    background-color: #151515;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0s ease-out;
}
.search-bg.search-opened {
    opacity: 0.7;
    visibility: visible;
}
.search__popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 80px 15px;
    visibility: visible;
    opacity: 0;
    transform: translateY(-120%);
    transition: all 0.3s 0s ease-out;
}
.search__popup.search-opened {
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}
.search__popup .search__input{
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0 50px 0 25px;
    line-height: 45px;
    border: 1px solid #dbdbbd;
    width: 75%;
}
.search__popup .search__input input{
    border: none;
    width: 100%;
}
.search__popup .search__input button{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0e121d;
    background-color: transparent;
    border: 0;
}
.search__popup .search__input button i{
    color: #999;
}

.main-menu__call {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--builza-base);
    border-radius: 50%;
    color: var(--builza-white);
    font-size: 20px;
    top: 3px;
    transition: all 500ms ease;
}

.main-menu__call-content {
    position: relative;
    display: block;
    top: 3px;
    margin-left: 10px;
}

.main-menu__call-sub-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--builza-gray);
    line-height: 16px;
    text-transform: capitalize;
}

.main-menu__call-number {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 6px;
}

.main-menu__call-number a {
    color: var(--builza-black);
    transition: all 500ms ease;
}

.main-menu__call-number a:hover {
    color: var(--builza-base);
}

.main-menu__search-cart-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.main-menu__search-box {
    position: relative;
    display: block;
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--builza-black);
    transition: all 500ms ease;
}

.main-menu__search:hover {
    color: var(--builza-base);
}

.main-menu__cart-box {
    position: relative;
    display: block;
    margin-left: 20px;
}

.main-menu__cart {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: var(--builza-black);
    transition: all 500ms ease;
}

.main-menu__cart-count {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 20px;
    width: 20px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
    background-color: var(--builza-base);
    color: var(--builza-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}

.main-menu__cart:hover {
    color: var(--builza-base);
}

.main-menu__nav-sidebar-icon {
    position: relative;
    display: block;
}

.main-menu__nav-sidebar-icon .navSidebar-button {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding-right: 11px;
    height: 45px;
    width: 45px;
    background-color: var(--builza-base);
    border-radius: 50%;
    transition: all 500ms ease;
}

.icon-dots-menu-one {
    position: relative;
    display: block;
    width: 15px;
    height: 3px;
    background-color: var(--builza-white);
    transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-one {
    width: 22px;
}

.icon-dots-menu-two {
    position: relative;
    display: block;
    width: 22px;
    height: 3px;
    background-color: var(--builza-white);
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 500ms ease;
}

.icon-dots-menu-three {
    position: relative;
    display: block;
    width: 18px;
    height: 3px;
    background-color: var(--builza-white);
    transition: all 500ms ease;
}

.main-menu__nav-sidebar-icon .navSidebar-button:hover .icon-dots-menu-three {
    width: 22px;
}

.main-menu__btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.stricky-header.main-menu {
    background-color: var(--builza-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    display: none;
}

@media (min-width: 1200px) {
    .main-menu .main-menu__list,
    .main-menu .main-menu__list > li > ul,
    .main-menu .main-menu__list > li > ul > li > ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list > li > ul,
    .stricky-header .main-menu__list > li > ul > li > ul {
        display: flex;
    }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
    margin-left: 40px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: var(--builza-black);
    position: relative;
    transition: all 500ms ease;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: var(--builza-base);
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
    content: "";
    height: 2px;
    border-radius: 0;
    background-color: var(--builza-base);
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    z-index: 1;
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list > li.dropdown > a {
    padding-right: 15px;
}

.main-menu .main-menu__list > li.dropdown > a:after {
    position: absolute;
    top: 60%;
    right: 0;
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 14px;
    color: var(--builza-black);
    transform: translateY(-50%);
    font-weight: 400;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu .main-menu__list > li.current > a::after,
.main-menu .main-menu__list > li:hover > a::after,
.stricky-header .main-menu__list > li.current > a::after,
.stricky-header .main-menu__list > li:hover > a::after {
    color: var(--builza-base);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--builza-white);
    min-width: 280px;
    padding: 25px 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    border-bottom-left-radius: var(--builza-bdr-radius);
    border-bottom-right-radius: var(--builza-bdr-radius);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0;
    transition: all 300ms linear 0ms;
}

.shadow-box {
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
    display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
    border-top: 1px solid rgba(var(--builza-black-rgb), 0.1);
    margin-top: 0;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(var(--builza-black-rgb), 1);
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 16px 0 16px;
    transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li.current > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li.current > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li.current > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li.current > a {
    color: rgba(var(--builza-base-rgb), 1);
    padding-left: 5px;
}


.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f105";
    font-size: 14px;
    color: var(--builza-base);
    transform: translateY(-50%) scale(0);
    transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li.current > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li.current > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li.current > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li.current > a::before {
    transform: translateY(-50%) scale(1);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
    top: 0;
    left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu,
.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
    position: static;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
}

.main-menu-four__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
    padding: 0 !important;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    transform: translateY(-120%);
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--builza-base);
    cursor: pointer;
}

.mobile-nav__buttons a + a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--builza-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--builza-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--builza-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}

.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    transform: translateX(-100%);
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--builza-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--builza-white);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 46px;
    align-items: center;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
    color: var(--builza-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--builza-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
    width: 30px;
    height: 30px;
    background-color: var(--builza-base);
    border: 0;
    outline: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-90deg);
    transition: transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded {
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--builza-base);
}

.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
    display: none !important;
}

.offcanvas__area {
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    backdrop-filter: blur(16px);
    background: rgba(25, 41, 41, 0.8);
    transform: translateX(calc(100% + 80px));
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    border-left: 1px solid #1e2a2b;
}
.offcanvas__logo img{
    max-width: 200px;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--builza-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--builza-white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid rgba(var(--builza-white-rgb), 0.1);
    border-radius: 50%;
    transition: 500ms;
    z-index: 1;
}

.mobile-nav__social a + a {
    margin-left: 10px;
}

.mobile-nav__social a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--builza-base);
    transform: scale(0.5);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s linear;
    z-index: -1;
}

.mobile-nav__social a:hover::after {
    transform: scale(1);
    opacity: 1;
}

.mobile-nav__social a:hover {
    color: var(--builza-white);
    border: 1px solid rgba(var(--builza-base-rgb), 1);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--builza-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.mobile-nav__contact li + li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #fff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--builza-base);
}

.mobile-nav__contact li > i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--builza-base);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-right: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

.main-menu .main-menu__list > li.current > a, .main-menu .main-menu__list > li:hover > a, .stricky-header .main-menu__list > li.current > a, .stricky-header .main-menu__list > li:hover > a {
    color: var(--builza-base);
}


.details_cover{
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.details_cover::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgb(0 34 79 / 60%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.details_cover-imga{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%,-50%);
    transition: all .5s ease;
    z-index: 2;
}
.details_cover-img{
    transform: scale(1.1);
    transition: all .4s ease;
}
.details_cover:hover .details_cover-img{
    transform: scale(1);
}
.details_cover:hover::before{
    transition: all .4s ease;
    opacity: 1;
}
.details_cover:hover .details_cover-imga{
    opacity: 1;
}
.details_cover-imga:hover{
    color: #abca56;
}
.details_cover-imga i{
    font-size: 18px;
}
.details_cover i{
    color: #fff;
}



section.about{
    padding: 100px 0;
    background-color: #f6f6f6;
}
section.about .left h4{
    margin-bottom: 50px;
    font-size: 50px;
    letter-spacing: 5px;
    color: #000;
    line-height: 1;
}
section.about .left p{
    font-size: 20px;
    color: #000;
    margin-right: 140px;
    line-height: 2.3;
    font-weight: 400;
}
section.about .left p:last-child{
    margin-bottom: 0;
}
section.about .right-de{
    color: #0e121d;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 40px;
}
.index-btn{
    width: 180px;
    border: 0;
    position: relative;
    min-width: 180px;
    min-height: 60px;
    border-radius: 60px;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;
}
.index-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0e121d;
    border-radius: 60px;
    z-index: 1;
    transition: transform 500ms ease;
}
.index-btn .text, .index-btn .icon-container {
    position: relative;
    z-index: 2;
}
.index-btn span{
	color: #fff;
}
.index-btn .icon-container i{
	color: #fff;
	font-size: 20px;
}
.index-btn .icon-container{
    position: relative;
    width: 25px;
    height: 25px;
    margin-left: 15px;
    transition: transform 500ms ease;
}
.index-btn .icon-container .icon--left {
    transform: translateX(-200%);
    opacity: 0;
}
.index-btn .icon-container .icon {
    position: absolute;
    left: -5px;
    top: 2px;
    width: 25px;
    height: 25px;
    transition: transform 500ms ease, opacity 250ms ease;
}
.index-btn:hover::after {
  transform: translateX(65%);
}
.index-btn:hover .icon-container {
  transform: translateX(125%);
}
.index-btn:hover .icon-container .icon--left {
  transform: translateX(0);
  opacity: 1;
}
.index-btn:hover .icon-container .icon--right {
  transform: translateX(200%);
  opacity: 0;
}

.hover-btn {
    background-color: #0e121d;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}
.hover-bx {
    left: 0;
    transition-delay: 0.105s;
    border-radius: 5px 0 0 5px;
}
.hover-bx2 {
    left: 25%;
    transition-delay: 0.105s;
}
.hover-bx3 {
    left: 50%;
    transition-delay: 0.105s;
}
.hover-bx4 {
    left: 75%;
    transition-delay: 0s;
    border-radius: 0 5px 5px 0;
}
.thm-btn:hover .hover-btn {
    opacity: 1;
    transform: scaleX(1);
}

/*section.about a{*/
/*    background-color: #0e121d;*/
/*    border-radius: 30px;*/
/*    padding: 15px 65px 15px 35px;*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*    position: relative;*/
/*    letter-spacing: 5px;*/
/*    transition: all .4s ease;*/
/*}*/
/*section.about a:hover{*/
/*    transform: translateY(-8px);*/
/*}*/
/*section.content-box .top a.butt i{*/
/*    transition: all .4s ease;*/
/*}*/
/*section.content-box .top a.butt:hover i{*/
/*    padding-left: 5px;*/
/*}*/
/*section.about a span{*/
/*    background-color: #fff;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: 15px;*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*section.about a span i{*/
/*    color: #0e121d;*/
/*    margin-right: -7px;*/
/*    font-size: 20px;*/
/*}*/
section.about .img{
    overflow: hidden;
    border-radius: 8px;
}


section.content-box{
    padding: 70px 0;
}
section.content-box .cover{
    overflow: hidden;
    border-radius: 8px;
}
section.content-box .cover:hover .img img{
    transform: scale(1.08);
}
section.content-box .cover .img{
    overflow: hidden;
}
section.content-box .cover .img img{
    transition: all .4s ease;
}
section.news .box:hover .img img{
    transform: scale(1.08);
}
section.news .box .img{
    overflow: hidden;
}
section.news .box .img img{
    transition: all .4s ease;
}
section.news .video .cover{
    transition: all .4s ease;
}
section.news .video .cover:hover{
    transform: scale(1.05);
}
section.content-box .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
section.content-box .content{
    padding: 20px 35px 35px;
    background-color: #f6f6f6;
}
section.content-box .top h4 a{
    color: var(--builza-base);
    font-size: 22px;
    transition: all .4s ease;
}
section.content-box .cover .top h4{
    transition: all .4s ease;
}
section.content-box .cover:hover .top h4{
    transform: translateY(-3px);
}
section.content-box .cover:hover .top h4 a{
    color: #0e121d;
}
section.content-box .top:hover .butt{
    color: #0e121d;
}
section.content-box .top:hover .butt i{
    transform: translateX(3px);
}
section.content-box .top a.butt{
    color: var(--builza-base);
    font-size: 14px;
    transition: all .4s ease;
}
section.content-box .top a.butt i{
    font-size: 12px;
    display: inline-block;
    transition: all .4s ease;
}
section.content-box .content p{
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: initial;
}



/*section.interval{*/
/*    padding: 230px 0 120px;*/
/*    background-image: url(/skin/img/interval-bg.jpg);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    position: relative;*/
/*}*/
/*section.interval::after{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    content: "";*/
/*    background-color: #000;*/
/*    opacity: .5;*/
/*    z-index: 0;*/
/*}*/
section.interval .container{
    position: relative;
    z-index: 1;
}
section.interval h4{
    font-size: 50px;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 5px;
}
section.interval h4 span{
    font-size: 55px;
    color: var(--builza-base);
}
section.interval p{
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
}



section.news{
    padding: 70px 0;
}
section.news .video{
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
section.news .video a{
    display: block;
    height: 100%;
}
section.news .video .cover{
    height: 100%;
    background-image: url(/skin/img/index-video.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
}
section.news .video .content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    z-index: 99;
}
.details img{
    width: auto !important;
}
section.news .video .content::after{
    background-color: #0e0c0a;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    content: "";
}
section.news .video .content h4{
    color: var(--builza-white);
    font-size: 25px;
    position: relative;
    z-index: 999;
}
section.news .video .content .down{
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.news .video .content .down p{
    color: var(--builza-white);
    font-size: 18px;
}
section.news .video .content .down i{
    color: var(--builza-white);
    font-size: 18px;
}
section.news .video .cover::after{
    position: absolute;
    /* content: ""; */
    background-color: #000;
    opacity: .3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
section.news .top-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.news .top-box a{
    color: var(--builza-base);
    font-size: 14px;
}
section.news .index-title{
    font-size: 32px;
    margin-bottom: 20px;
    color: #0e121d;
}
section.news .index-title span{
    color: var(--builza-base);
}
section.news .box{
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}
section.news .one{
    margin-top: 0;
}
section.news .box .img{
    position: relative;
}
section.news .box .img span{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 12px;
    background-color: var(--builza-base);
    border-radius: 8px 0 0 0;
    color: #fff;
    font-weight: bold;
}
section.news .box .img img{
    width: 100%;
}
section.news .box .content{
    padding: 20px;
    background-color: #f6f6f6;
}
section.news .box .content h4{
    margin-bottom: 10px;
}
section.news .box .content h4 a{
    color: #0e121d;
    font-size: 22px;
}
section.news .box:hover .content h4 a{
    color: var(--builza-base);
}
section.news .box .content p{
    margin-bottom: 0;
}



section.list-about{
    padding: 0 !important;
}
section.list-about .one{
    padding: 80px 0;
}
section.list-about .one h4{
    font-size: 26px;
    color: var(--builza-base);
    margin-bottom: 15px;
}
section.list-about .one p{
    font-size: 15px;
    margin-bottom: 25px;
}
section.list-about .one .beautiful_cover{
    border-radius: 8px;
    overflow: hidden;
}
section.list-about .two{
    padding: 80px 0;
    background-color: #f6f6f6;
}
section.list-about .two h4{
    font-size: 26px;
    color: var(--builza-base);
    margin-bottom: 20px;
}
section.list-about .two h6{
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--builza-base);
}
section.list-about .two .beautiful_cover{
    margin-bottom: 20px;
}
section.list-about .three{
    padding: 80px 0;
}
section.list-about .three h4{
    font-size: 26px;
    color: var(--builza-base);
    margin-bottom: 20px;
}
section.list-about .three h6{
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--builza-base);
}
section.list-about .four{
    padding: 80px 0;
    background-color: #f6f6f6;
}
section.list-about .four h4{
    font-size: 26px;
    color: var(--builza-base);
    margin-bottom: 20px;
}
section.list-about .four ul li{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 20px 0;
}
section.list-about .four img{
    border-radius: 8px;
}
section.list-about .four ul li .num{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--builza-base);
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    border-radius: 8px;
}
section.list-about .four ul li .content{
    width: calc(100% - 100px);
}
section.list-about .four ul li .content h5{
    color: var(--builza-base);
    margin-bottom: 5px;
}
section.list-about p{
    color: #0e121d;
}
section.list-about .four .box-img{
    display: flex;
    align-items: center;
}
section.list-about .four .five-img{
    border-radius: 8px;
    overflow: hidden;
}



section.list{
    padding: 80px 0;
}


section.list-news ul.box li{
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dbdbdb;
}
section.list-news ul.box li .img{
    order: 9;
    max-width: 20%;
}
section.list-news ul.box li .img img{
    border-radius: 8px;
}
section.list-news ul.box li .content{
    order: 1;
    width: 80%;
    padding-right: 120px;
}
section.list-news ul.box li .content .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 25px;
}
section.list-news ul.box li .content h4 a{
    color: #0e121d;
    font-size: 22px;
    transition: all 0.3s linear;
}
section.list-news ul.box li:hover .content h4 a{
    color: var(--builza-base);
}




section.list-contact{
    padding: 0 !important;
}
section.list-contact .top{
    padding: 80px 0;
}
section.list-contact .title h4{
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    color: var(--builza-base);
}
section.list-contact .title h4::before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 500px;
    height: 2px;
    background-color: #cccccc;
    content: "";
}
section.list-contact .title h4::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: var(--builza-base);
    content: "";
}
section.list-contact .content h6{
    font-size: 18px;
    line-height: 2;
    text-align: left;
    max-width: 100%;
    width: 350px;
    margin:0 auto;
    text-align: left;
}
section.list-contact .bottom{
    padding: 100px 0;
    background-color: #f6f6f6;
}
section.list-contact .bottom form textarea{
    width: 100%;
    padding: 14px 20px;
    border-radius: 8px;
    background: var(--builza-white);
    color: #0e121d;
    border: unset;
    outline: none;
    font-size: 14px;
    margin-bottom: 10px;
}
section.list-contact .bottom form{
    text-align: center;
}
section.list-contact .bottom .form-group input {
    width: 100%;
    padding: 14px 20px;
    border-radius: 8px;
    background: var(--builza-white);
    color: #0e121d;
    border: unset;
    outline: none;
    font-size: 14px;
    margin-bottom: 15px;
}
section.list-contact .bottom .thm-btn {
    position: relative;
    display: inline-block;
    color: var(--builza-white);
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    background: var(--builza-base);
    border-radius: 5px;
    padding: 0 60px 0;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s linear;
    z-index: 1;
    border: none;
}
.message-p{
    font-size: 12px;
    color: #000;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li{
    margin-right: 8px;
}
.pagination li:last-child{
    margin-right: 0;
}
.pagination li a {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    color: #0e0c0a;
    font-size: 18px;
    font-weight: bold;
}
.pagination li a:hover {
    border: 1px solid var(--builza-base);
    background-color: var(--builza-base);
    color: #fff;
}
.pagination li a.active {
    border: 1px solid var(--builza-base);
    background-color: var(--builza-base) !important;
    color: #fff !important;
}


section.list-nav{
    padding: 160px 0;
    background-image: url(/uploadfile/202606/85514311a7068f.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
section.list-nav::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0e121d;
    opacity: .5;
    /*content: "";*/
}
section.list-nav .container{
    position: relative;
    z-index: 1;
}
section.list-nav h4{
    text-align: center;
    color: #fff;
    font-size: 32px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
section.list-nav h4::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 3px;
    bottom: 0;
    background-color: var(--builza-base);
}
section.list-nav h5{
    text-align: center;
    font-size: 32px;
    color: #fff;
}


section.list-equipment ul.cover{
    text-align: center;
    margin-bottom: 35px;
}
.details  .cover .img{
    float:right;
    max-width: 300px;
    margin-left: 15px;
}
section.list-equipment ul.cover li{
    display: inline-block;
    background-color: #f2f2f2;
    margin-right: 20px;
    transition: all .4s ease;
    margin-bottom: 15px;
}
section.list-equipment ul.cover li:last-child{
    margin-right: 0;
}
section.list-equipment ul.cover li.active{
    background-color: var(--builza-base);
}
section.list-equipment ul.cover li a{
    min-width: 150px;
    display: block;
    padding: 10px 0;
    color: #0e121d;
    font-weight: bold;
}
section.list-equipment ul.cover li:hover{
    background-color: var(--builza-base);
}
section.list-equipment ul.cover li a:hover{
    color: var(--builza-white);
}
section.list-equipment ul.cover li.active a{
    color: var(--builza-white);
}
section.list-equipment .box{
    margin-bottom: 20px;
    background-color: #f2f2f2;
    padding: 10px;
}
section.list-equipment .box .content{
    margin: 20px 0 10px;
    padding: 0 15px;
}
section.list-accessories .box .content{
    margin: 20px 0 10px;
    padding: 0 15px;
}
section.list-accessories .box:hover .content h4 a{
    color: var(--builza-base);
    transform: translateY(-3px);
}
section.list-equipment .box:hover .content h4 a{
    color: var(--builza-base);
    transform: translateY(-3px);
}
section.list-equipment .box .img{
    overflow: hidden;
}
section.list-equipment .box:hover img{
    transform: scale(1.05);
}
section.list-equipment .box img{
    transition: all .4s ease;
}
section.list-accessories .box .img{
    overflow: hidden;
}
section.list-accessories .box:hover img{
    transform: scale(1.05);
}
section.list-accessories .box img{
    transition: all .4s ease;
}
section.list-accessories .box .content h4{
    margin-top: 10px;
    margin-bottom: 5px;
}
section.list-equipment .box .content h4 a{
    color: #0e121d;
    font-size: 18px;
}
section.list-equipment .box .content p{
    color: #0e121d;
    font-size: 14px;
}
section.list-equipment ul.cover li:hover {
  animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
section.list-accessories ul.cover li:hover{
    animation-name: wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
section.list-accessories ul.cover li:hover{
    background-color: var(--builza-base);
}
section.list-accessories ul.cover li a:hover{
    color: var(--builza-white);
}
section.list-accessories ul.cover li{
    transition: all .4s ease;
}

@keyframes wobble-vertical {
    16.65% {
        transform: translateY(4px);
    }

    33.3% {
        transform: translateY(-3px);
    }

    49.95% {
        transform: translateY(2px);
    }

    66.6% {
        transform: translateY(-1px);
    }

    83.25% {
        transform: translateY(0.5px);
    }

    100% {
        transform: translateY(0);
    }
}

.footrwm{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
section.list-accessories ul.cover{
    text-align: center;
    margin-bottom: 35px;
}
section.list-accessories ul.cover li{
    display: inline-block;
    background-color: #f2f2f2;
    margin-right: 20px;
}
section.list-accessories ul.cover li:last-child{
    margin-right: 0;
}
section.list-accessories ul.cover li.active{
    background-color: var(--builza-base);
}
section.list-accessories ul.cover li a{
    min-width: 165px;
    display: block;
    padding: 10px 0;
    color: #0e121d;
    font-weight: bold;
}
section.list-accessories ul.cover li.active a{
    color: var(--builza-white);
}
section.list-accessories .box{
    margin-bottom: 20px;
    background-color: #f2f2f2;
    padding: 10px;
}
section.list-accessories .box .content h4{
    margin-top: 10px;
    margin-bottom: 5px;
}
section.list-accessories .box .content h4 a{
    color: #0e121d;
    font-size: 18px;
}
section.list-accessories .box .content p{
    color: #0e121d;
    font-size: 14px;
}


section.banner .swiper-slide {
    height: 100%;
}
section.banner .swiper-slide img{
    height: 100%;
}

section.banner .swiper img{
    width: 100%;
}
section.banner .swiper .swiper-pagination-bullet-active{
    background-color: var(--builza-base) !important;
    width: 20px;
    border-radius: 8px;
}
section.banner .swiper .swiper-pagination-bullet{
    background-color: var(--builza-white);
    width: 20px;
    border-radius: 8px;
    opacity: 1;
}


section.list-service{
    padding: 0 !important;
}
section.list-service .top{
    padding: 80px 0;
}
section.list-service .top .service-title{
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--builza-base);
}
section.list-service .top .box{
    display: flex;
    justify-content: left;
    align-items: center;
}
section.list-service .top .box .icon i{
    font-size: 55px;
    color: var(--builza-base);
}
section.list-service .top .box h5{
    padding-left: 30px;
}

section.list-service .middle{
    padding: 80px 0;
    background-color: #f6f6f6;
}
section.list-service .middle .service-title{
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--builza-base);
}
section.list-service .middle .box{
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--builza-white);
    margin-bottom: 20px;
}
section.list-service .middle .box .icon{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f6f6f6;
    border-radius: 50%;
}
section.list-service .middle .box .icon i{
    font-size: 30px;
    color: var(--builza-base);
}
section.list-service .middle .box .content{
    width: calc(100% - 85px);
    margin-left: 20px;
}
section.list-service .middle .box .content span{
    color: var(--builza-base);
    margin-right: 5px;
    font-size: 20px;
}
section.list-service .bottom{
    padding: 80px 0;
}
section.list-service .bottom .service-title{
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--builza-base);
}
section.list-service .bottom ul{
    display: flex;
    justify-content: space-between;
}
section.list-service .bottom ul li{
    text-align: center;
    padding-right: 80px;
    position: relative;
}
section.list-service .bottom ul li::after{
    content: "\f054";
    font-family: 'FontAwesome';
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}
section.list-service .bottom ul li:last-child::after{
    content: none;
}
section.list-service .bottom ul li:last-child{
    padding-right: 0;
}
section.list-service .bottom ul li .icon i{
    font-size: 48px;
    color: var(--builza-base);
    margin-bottom: 15px;
}
section.list-service .bottom ul h4{
    font-size: 15px;
    text-align: center;
}
section.list-service .up{
    background-color: #f6f6f6;
    padding: 80px 0;
}
section.list-service .up .service-title{
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--builza-base);
    position: relative;
}
section.list-service .up .service-title::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background-color: #787878;
    content: "";
    left: 110px;
    right: 0;
}
section.list-service .up .service-title::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background-color: var(--builza-base);
    left: 110px;
    content: "";
    right: 50%;
}
section.list-service .up .box{
    margin-bottom: 25px;
}
section.list-service .up .box ul{
    columns: 2;
}
section.list-service .up .box ul li{
    margin-bottom: 10px;
}
section.list-service .up .box ul li i{
    font-size: 30px;
    margin-right: 10px;
    color: var(--builza-base);
}
section.list-service .up .box ul li{
    font-size: 20px;
    font-weight: bold;
    color: #0e121d;
    line-height: 2;
}
section.list-service .up .cover ul li i{
    font-size: 30px;
    margin-right: 10px;
    color: var(--builza-base);
}
section.list-service .up .cover ul li{
    font-size: 18px;
    font-weight: bold;
    color: #0e121d;
    line-height: 2;
}
section.list-service .down .service-title{
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--builza-base);
    position: relative;
}
section.list-service .down{
    padding: 80px 0;
}
section.list-service .down ul{
    columns: 7;
}
section.list-service .down ul li{
    text-align: center;
}
section.list-service .down ul li i{
    font-size: 45px;
    color: var(--builza-base);
    margin-bottom: 10px;
}
section.list-service .down ul li h4{
    font-size: 20px;
    color: #0e121d;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 8%;
}


section.details{
    padding: 80px 0;
}
section.details .top h4{
    color: rgb(227, 108, 9);
    font-size: 22px;
    margin-bottom: 10px;
}
section.details .top .box span{
    color: var(--builza-base);
}
section.details .bottom h4{
    position: relative;
    font-size: 22px;
    color: var(--builza-base);
    margin: 25px 0 10px;
}
section.details .bottom h4::before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background-color: #787878;
    content: "";
    left: 110px;
    right: 0;
}
section.details .bottom h4::after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    background-color: var(--builza-base);
    left: 110px;
    content: "";
    right: 50%;
}
section.details .bottom p:last-child{
    margin-bottom: 0;
}
section.details .title-details{
    color: var(--builza-base);
    font-size: 22px;
    margin-bottom: 10px;
}

section.details .next{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
}
section.details .next p{
    color: #787878;
    line-height: 2;
}
section.details .next p a{
    color: #787878;
}

section.details-news .box{
    position: relative;
    display: block;
    background: #fff;
    padding: 24px 30px 20px;
    transition: all .4s linear;
    z-index: 2;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.05);
    border-radius: 8px;
}
section.details-news .box .top{
    margin-bottom: 10px;
}
section.details-news .box .top span{
    margin-right: 15px;
    color: #84827c;
}
section.details-news .box .top span i{
    margin-right: 5px;
    color: var(--builza-base);
}
section.details-news .box .top span a{
    color: #84827c;
}
section.details-news .box h4{
    margin-bottom: 25px;
    font-size: 26px;
}
section.details-news .box p{
    color: #84827c;
    font-size: 18px;
}



section.index-map{
    position: relative;
}
section.index-map .container{
    position: relative;
    z-index: 9;
}
section.index-map .right{
    position: relative;
    padding: 50px 0;
}
section.index-map:before{
    background: url(/skin/img/index-map.jpg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    content: "";
    width: 61%;
}
section.index-map:after{
    /*content: "";*/
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: .9;
    background-color: #f6f6f6;
}
section.index-map .box{
    height: 100%;
    position: relative;
    text-align: center;
}
section.index-map .box::after{
    /* content: ""; */
    height: 100%;
    width: 2px;
    background-color: var(--builza-white);
    right: -1px;
    position: absolute;
    bottom: 0;
    top: 0;
}
section.index-map .box .content h6{
    font-size: 20px;
    line-height: 1.8;
}
section.index-map .message{
    position: relative;
    z-index: 1;
    width: 100%;
    padding-left: 130px;
}
section.index-map .message h4{
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-size: 26px;
}
section.index-map .message h4::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 3px;
    background-color: #cccccc;
    content: "";
}
section.index-map .message h4::after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--builza-base);
    content: "";
}

section.index-map .message .form-group input{
    width: 60%;
    padding: 14px 20px;
    color: #0e121d;
    border: unset;
    outline: none;
    font-size: 14px;
    border-bottom: 1px solid #000;
    background: rgba(0,0,0,0);
}
section.index-map .message .thm-btn {
    position: relative;
    display: inline-block;
    color: var(--builza-white);
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    background: var(--builza-base);
    border-radius: 5px;
    padding: 0 60px 0;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s linear;
    z-index: 1;
    border: none;
}
section.index-map form textarea{
    width: 60%;
    padding: 10px 20px;
    color: #0e121d;
    border: unset;
    outline: none;
    font-size: 14px;
    margin-bottom: 10px;
    max-height: 60px;
    line-height: 45px;
    border-bottom: 1px solid #000;
    background: rgba(0,0,0,0);
}
section.index-map .product-s{
    margin-top: 25px;
}
section.index-map .product-s .title{
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--builza-base);
}
section.index-map .product-s .box{
    background-color: #f2f2f2;
    padding: 10px;
}
section.index-map .product-s .box h4{
    margin-top: 15px;
}
section.index-map .product-s .box h4 a{
    font-size: 22px;
    color: #1a233a;
}
#mapDiv{
    min-height: 450px !important;
}
.index-map .left{
    position: relative;
    background-color: #f6f6f6;
}
.index-map .contact {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}
.index-map .contact h4{
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 9;
    font-weight: 400;
}
section.index-map .contact h4::before{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 1px;
    background-color: #cccccc;
    content: "";
    transform: translateX(-50%);
}
section.index-map .contact h4::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background-color: var(--builza-base);
    content: "";
    transform: translateX(-50%);
}
.index-map .contact h6{
    width: 300px;
    margin:0 auto;
    text-align: left;
    position: relative;
    z-index: 9;
    max-width: 100%;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}



.index_search{
    text-align: center;
}
.list .search__input{
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto 35px;
    padding: 0 50px 0 25px;
    line-height: 45px;
    border: 1px solid #dbdbbd;
    width: 75%;
}
.list .search__input input{
    border: none;
    width: 100%;
}
.list .search__input button{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #0e121d;
    background-color: transparent;
    border: 0;
}
.list .search__input button i{
    color: #999;
}



footer{
    background: #000;
}
footer .footer-top{
    padding: 80px 0;
}
footer .footer-top .contact li{
    margin-bottom: 15px;
}
footer .footer-top .contact li:last-child{
    margin-bottom: 0;
}
footer .footer-top .contact li h4{
    font-size: 16px;
    color: #999999;
    margin-bottom: 5px;
}
footer .footer-top .contact li p{
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

footer .footer-top .h_full h4 {
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: var(--builza-white);
}
footer .footer-top .h_full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
footer .footer-top .foot_link {
    position: relative;
}
footer .footer-top .swiper_links {
    flex: 1 1 auto;
    margin: 0;
    min-height: 170px;
}
footer .footer-top .h_full .footer-link a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: var(--rs-text-secondary);
    transition: 0.5s;
}
footer .footer-top .h_full .footer-link a:hover {
    color: #fff;
    padding-left: 5px;
}
footer .footer-bottom .cover{
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fff;
}
footer .footer-bottom p{
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
footer .footer-bottom span{
    color: #fff;
    font-size: 13px;
}
footer .footer-bottom a{
    margin: 0 0 0 10px;
    font-size: 13px;
    color: var(--builza-white);
}
footer .footer-bottom .icp{
    margin: 0 5px;
}
footer .footer-top .ewm-box{
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .footer-top .ewm-box img{
    max-width: 100px;
    margin-bottom: 10px;
    display: block;
    border-radius: 5px;
}
footer .footer-top .ewm-box h4{
    color: var(--builza-base);
    font-size: 14px;
    text-align: center;
    display: block;
}
.small-phone{
    display: none;
}
.fancybox-video{
    max-width: 800px;
}
.fancybox-slide--video .fancybox-content{
    max-width: 800px;
    max-height: 600px;
}

.banner .video{
    position: relative;
}
.banner .video  video{
    display: block;
}
.banner .video:before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*content: "";*/
    background-color: #000;
    opacity: .4;
    position: absolute;
    z-index: 1;
}
.banner .video .container{
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    text-align: center;
}
.banner .video .container h4{
    color: #fff;
    font-size: 70px;
    margin-bottom: 10px;
}
.banner .video .container p{
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 0;
}
.banner .video .container a{
    position: relative;
    display: inline-block;
    color: var(--builza-white);
    font-size: 16px;
    line-height: 50px;
    font-weight: 600;
    background: var(--builza-base);
    border-radius: 5px;
    padding: 0 60px 0;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s linear;
    z-index: 1;
    border: none;
    width: auto;
    margin: 15px auto 0;
}
.banner-mobile .video {
    max-height: 520px;
    height: 100%;
    position: relative;
}
.banner-mobile .video video{
    max-height: 520px;
}


#mapDiv img{
    width: auto;
}


@media (max-width: 1300px) {
    .main-menu .main-menu__list > li + li, .stricky-header .main-menu__list > li + li{
        margin-left: 20px;
    }
    section.list-accessories ul.cover{
        display: flex;
        overflow-x: auto;
    }
    section.list-equipment ul.cover::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 1200px) {
    .main-menu__right{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 130px;
    }
    section.about .left h4{
        font-size: 38px;
    }
    section.about .left p{
        margin-right: 50px;
    }
    section.news .video .cover{
        min-height: 230px;
    }
    section.news .video .content .down p{
        font-size: 15px;
    }
    section.interval h4{
        font-size: 42px;
    }
    section.interval h4 span{
        font-size: 42px;
    }
}

/*.banner-pc{*/
/*    display: block;*/
/*}*/
/*.banner-mobile{*/
/*    display: none;*/
/*}*/
@media (max-width: 992px) {
   .details  .cover .img{
    float:none;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
}
    section.index-map .message .form-group input{
        width: 100%;
    }
    section.index-map .message .form-group textarea{
        width: 100%;
    }
    .banner .video .container a{
        display: none;
    }
    .banner-mobile .video {
        max-height: none;
        height: 100%;
        position: relative;
    }
    .banner-mobile .video video{
        max-height: none;
    }
    .banner .video .container h4{
        font-size: 32px;
    }
    .banner .video .container p{
        font-size: 26px;
    }
    section.news .one{
        margin-top: 20px;
    }
    /*.banner-pc{*/
    /*    display: none;*/
    /*}*/
    /*.banner-mobile{*/
    /*    display: block;*/
    /*}*/
    .index-map .contact{
        position: relative;
    }
    .index-map .contact::before {
        background: linear-gradient(91deg, #000 0.62%, rgba(0, 0, 0, 1) 99.47%);
        opacity: 0.8;
    }
    .index-map .contact h6{
        display: block;
        width: 100%;
        line-height: 2;
    }
    section.index-map .right{
        padding: 30px 0;
    }
    section.index-map{
        padding: 30px 0;
    }
    section.list-service .bottom ul h4{
        font-size: 20px;
    }
    section.list-news ul.box li{
        display: block;
    }
    section.list-news ul.box li .content{
        padding-right: 0;
        width: 100%;
    }
    section.list-news ul.box li .content .top{
        margin: 10px 0 15px;
    }
    section.list-news ul.box li .content .top span{
        min-width: 100px;
    }
    section.list-news ul.box li .content .top h4{
        width: calc(100% - 100px);
    }
    section.list-news ul.box li .img{
        max-width: 100%;
    }
    button {
        background-color: transparent;
        border: 0;
    }
    footer{
        display: none;
    }
    section.index-map .message{
        margin-top: 25px;
        padding: 0 12px;
    }
    section.index-map:before{
        width: 100%;
    }
    section.news .video .content .down i{
        display: none;
    }
    section.news .video .content .down p{
        margin-top: 5px;
        line-height: 1.5;
    }
    section.news{
        padding: 50px 0;
    }
    /*section.interval{*/
    /*    padding: 70px 0;*/
    /*}*/
    section.interval h4{
        font-size: 26px;
    }
    section.interval h4 span{
        font-size: 30px;
    }
    section.interval p{
        font-size: 18px;
    }
    section.content-box{
        padding: 50px 0;
    }
    section.content-box .cover{
        margin-top: 20px;
    }
    section.about{
        padding: 50px 0;
    }
    section.about .left h4{
        font-size: 22px;
        margin-bottom: 15px;
    }
    section.about .left p{
        margin-bottom: 20px;
        margin-right: 0;
        font-size: 16px;
    }
    .small-phone {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .small-phone a {
        background: var(--builza-base);
        color: #fff;
        font-size: 20px;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .main-menu__logo img{
        max-width: 200px;
    }

    .offcanvas__area {
        width: 100%;
    }
    .offcanvas__overlay.overlay-open {
        opacity: 0.6;
        visibility: visible;
    }
    .offcanvas__overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #262424;
        z-index: 9999;
        top: 0;
        opacity: 0;
        right: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }
    .fix {
        overflow: hidden;
    }
    .offcanvas__area.info-open {
        opacity: 1;
        transform: translateX(0);
    }
    .offcanvas__wrapper {
        padding: 25px 25px;
        position: relative;
        height: 100%;
    }
    .offcanvas__content {
        padding-bottom: 45px;
    }
    .offcanvas__top {
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.079);
    }
    .offcanvas-close-icon {
        line-height: 1;
        color: var(--builza-white);
    }
    .offcanvas-close-icon .offcanvas-m-lines {
        position: relative;
        display: block;
        height: 12px;
        width: 30px;
    }
    .offcanvas-close-icon .offcanvas-m-line {
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: currentColor;
        transition: top 0.15s ease, transform 0.3s ease;
    }
    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
        top: 6px;
        transform: rotate(45deg);
    }
    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
        top: 6px;
        transform: rotate(-45deg);
    }
    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
        opacity: 0;
    }
    .mean-container {
        margin-bottom: 35px;
    }
    .mean-container .mean-bar {
        background: none;
        float: left;
        width: 100%;
        position: relative;
        padding: 4px 0;
        min-height: 42px;
        z-index: 999999;
    }
    .mean-container .mean-nav {
        background: none;
        margin-top: 0;
        float: left;
        width: 100%;
    }
    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        display: block;
    }
    .mean-container .mean-nav ul li {
        position: relative;
        float: left;
        width: 100%;
    }
    .mean-container .mean-nav ul li a,
    .mean-container .mean-nav ul li span {
        margin: 0;
        float: left;
        width: 100%;
        display: block;
        padding: 10px 0;
        font-size: 16px;
        text-align: left;
        line-height: 1.5;
        font-weight: 500;
        color: var(--builza-white);
        text-decoration: none;
        text-transform: capitalize;
        border-top: 1px solid rgba(255, 255, 255, 0.079);
    }
    .mean-container .mean-nav ul li.current>a{
        color: var(--builza-base);
    }
    .mean-container .mean-nav > ul > li:first-child > a {
        border-top: 0;
    }
    .mean-container .mean-nav ul li a.mean-expand,
    .mean-container .mean-nav ul li span.mean-expand {
        right: 0;
        top: 1px;
        z-index: 2;
        height: 30px;
        width: 30px;
        line-height: 1;
        font-size: 14px;
        margin-top: 5px;
        font-weight: 400;
        border-radius: 3px;
        position: absolute;
        text-align: center;
        padding: 0 !important;
        color: var(--body_text);
        border: 1px solid rgba(255, 255, 255, 0.079) !important;
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
    .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
        color: var(--builza-white);
        background: var(--builza-base);
        border-color: var(--builza-base);
    }
    .mean-container {
        margin-bottom: 35px;
    }
    .mean-container a.meanmenu-reveal {
        width: 22px;
        height: 22px;
        padding: 13px 13px 11px 13px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        color: var(--builza-white);
        text-decoration: none;
        font-size: 16px;
        text-indent: -9999em;
        line-height: 22px;
        font-size: 1px;
        font-weight: 700;
        display: none !important;
    }
    .mean-container a.meanmenu-reveal span {
        height: 3px;
        display: block;
        margin-top: 3px;
        background: var(--builza-white);
    }
    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }
    .mean-container .mean-nav {
        background: none;
        margin-top: 0;
        float: left;
        width: 100%;
    }
    .mean-container .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .mean-container .mean-nav > ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        display: block !important;
    }
    .mean-container .mean-nav > ul > li:first-child > a {
        border-top: 0;
    }
    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }
    .mean-container .mean-nav ul li {
        position: relative;
        float: left;
        width: 100%;
    }
    .mean-container .mean-nav ul li.dropdown-opened > a,
    .mean-container .mean-nav ul li.dropdown-opened > span {
        color: var(--builza-base);
    }
    .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
    .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
        background: var(--builza-base);
        color: var(--builza-white);
        border-color: transparent;
    }
    .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
    .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
        color: var(--builza-white);
        -webkit-transform: rotate(90deg) translate(-84%, 30%);
        -moz-transform: rotate(90deg) translate(-84%, 30%);
        -ms-transform: rotate(90deg) translate(-84%, 30%);
        -o-transform: rotate(90deg) translate(-84%, 30%);
        transform: rotate(90deg) translate(-84%, 30%);
    }
    .mean-container .mean-nav ul li.mean-last {
        border-bottom: none;
        margin-bottom: 0;
    }
    .mean-container .mean-nav ul li > a.mean-expand i {
        top: 50%;
        left: 50%;
        color: var(--builza-white);
        position: absolute;
        display: inline-block;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
    }
    .mean-container .mean-nav ul li > a > i {
        display: none;
    }
    .mean-container .mean-nav ul li a,
    .mean-container .mean-nav ul li span {
        margin: 0;
        float: left;
        width: 100%;
        display: block;
        padding: 10px 0;
        font-size: 16px;
        text-align: left;
        line-height: 1.5;
        font-weight: 500;
        color: var(--builza-white);
        text-decoration: none;
        text-transform: capitalize;
        border-top: 1px solid rgba(255, 255, 255, 0.079);
    }
    .mean-container .mean-nav ul li a:hover,
    .mean-container .mean-nav ul li span:hover {
        color: var(--builza-base);
    }
    .mean-container .mean-nav ul li a:hover i,
    .mean-container .mean-nav ul li span:hover i {
        color: var(--builza-white);
    }
    .mean-container .mean-nav ul li a.mean-expand,
    .mean-container .mean-nav ul li span.mean-expand {
        right: 0;
        top: 1px;
        z-index: 2;
        height: 30px;
        width: 30px;
        line-height: 1;
        font-size: 14px;
        margin-top: 5px;
        font-weight: 400;
        border-radius: 3px;
        position: absolute;
        text-align: center;
        padding: 0 !important;
        color: var(--body_text);
        border: 1px solid rgba(255, 255, 255, 0.079) !important;
    }
    .mean-container .mean-nav ul li a.mean-expand:hover,
    .mean-container .mean-nav ul li span.mean-expand:hover {
        background: var(--builza-base);
        color: var(--builza-white);
        border-color: var(--builza-base);
    }
    .mean-container .mean-nav ul li a.mean-expand:hover i,
    .mean-container .mean-nav ul li span.mean-expand:hover i {
        color: var(--builza-white);
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked,
    .mean-container .mean-nav ul li span.mean-expand.mean-clicked {
        color: var(--builza-white);
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
    .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
        color: var(--builza-white);
        background: var(--builza-base);
        border-color: var(--builza-base);
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked i,
    .mean-container .mean-nav ul li span.mean-expand.mean-clicked i {
        display: block;
    }
    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 10px 7%;
        text-shadow: none !important;
        visibility: visible;
    }
    .mean-container .mean-nav ul li li li a {
        width: 80%;
        padding: 10px 12%;
    }
    .mean-container .mean-nav ul li li li li a {
        width: 70%;
        padding: 10px 17%;
    }
    .mean-container .mean-nav ul li li li li li a {
        width: 60%;
        padding: 10px 20%;
    }
    .mean-container .mean-bar {
        background: none;
        float: left;
        width: 100%;
        position: relative;
        padding: 4px 0;
        min-height: 42px;
        z-index: 999999;
    }
    .mean-container .mean-bar,
    .mean-container .mean-bar * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    section.list-nav{
        padding: 70px 0;
    }
    section.list-about .one,
    section.list-about .two,
    section.list-about .three,
    section.list-about .four{
        padding: 50px 0;
    }
    section.list-about .one .beautiful_cover{
        margin-bottom: 20px;
    }
    section.list-about .four .beautiful_cover{
        margin-bottom: 20px;
    }
    section.list{
        padding: 50px 0;
    }
    section.list-equipment ul.cover{
        display: flex;
        overflow-x: auto;
    }
    .list .search__input{
        width: 85%;
    }
    section.list-accessories ul.cover::-webkit-scrollbar {
        display: none;
    }
    section.list-nav h4{
        font-size: 28px;
    }
    section.list-nav h5{
        font-size: 26px;
    }
    section.list-service .bottom ul{
        display: block;
    }
    section.list-service .bottom ul li{
        padding: 0 0 50px 0;
        margin-bottom: 0;
    }
    section.list-service .bottom ul li:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    section.list-service .bottom ul li::after {
        content: "\f078";
        font-family: 'FontAwesome';
        position: absolute;
        bottom: 0;
        left: 50%;
        top: auto;
        right: auto;
        transform: translateX(-50%);
    }
    section.list-service .up .box ul {
        columns: 1;
    }
    section.list-service .down{
        padding: 50px 0;
    }
    section.list-service .down ul{
        columns: 1;
    }
    section.list-service .down ul li{
        display: flex;
        justify-content: left;
        align-items: center;
    }
    section.list-service .down ul li .icon{
        margin-right: 15px;
    }
    section.list-contact .bottom .form-group{
        width: 100%;
        display: flex;
    }
    section.list-contact .bottom{
        padding: 50px 0;
    }
    section.list-contact .bottom .form-group-box{
        width: 100%;
    }
    section.list-contact .bottom .form-group input{
        min-width: auto;
        width: 100%;
    }
    section.list-contact .title h4::before{
        width: 80%;
    }
    section.list-contact .bottom form textarea{
        width: 100%;
    }
    section.details-news .box{
        padding: 20px;
    }
    section.details .next{
        display: block;
    }
}
@media(max-width: 767px) {
    .banner-mobile .video {
        max-height: 520px;
        height: 100%;
        position: relative;
    }
    .banner-mobile .video video{
        max-height: 520px;
    }
    .banner-mobile .height {
        max-height: 520px;
        height: 100%;
        position: relative;
    }
    .main-menu__right {
        right: 70px;
    }
    .main-menu__top {
        display:none
    }

    .main-menu__wrapper-inner {
        padding: 10px 15px
    }
    .main-menu__right .search-open-btn{
        display: none
    }

    .main-menu-two__top,.main-menu-two__right {
        display: none
    }

    .main-menu-two .mobile-nav__toggler {
        color: var(--builza-base)
    }

    .main-menu-two .mobile-nav__toggler:hover {
        color: var(--builza-white)
    }

    .main-menu-two__logo {
        padding: 15px 0
    }

    .main-menu-three__top,.main-menu-three__right {
        display: none
    }
}

@media only screen and (min-width: 1320px) and (max-width:1560px) {
    .main-menu__top-inner {
        padding:5px 30px 5px
    }

    .main-menu__top-welcome-text {
        display: none
    }

    .main-menu__wrapper-inner {
        padding: 0 30px
    }

    .main-menu__call {
        display: none
    }
}