body {
    font-family: "Oswald", sans-serif;
}
.header-menu>.container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    background: #008995;
    box-shadow: 0px 7.5px 18px 1.2px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid var(--color-highlight);
}
.header-menu>.container>.row {
    align-items: center;
}
.header-menu>.container>.row>div[class*=col-]:last-child {
    padding-right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-menu>.container>.row>div[class*=col-]:nth-child(2) {
    position: inherit;
}
.dropdown-languages img {
    height: 20px;
    width:  auto;
    margin-right: 5px;
}
.dropdown-languages .dropdown-menu {
    min-width: 12rem;
}
.menu-section > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-section > ul > li {
    display: inline-block;
    margin-left: 2rem;
    margin-right: 2rem;
}
.icon-search {
    height: 60px;
    display: inline-block;
    width: 65px;
    line-height: 60px;
    text-align: center;
    background: #008995;
    color: #fff;
    font-size: 21px;
}
.icon-search:hover {
    background: var(--color-highlight);
    color: #fff;
}
.box-search {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    display: none;
}
.box-search.show {
    display: block;
}
.box-search .btn {
    border: 0;
    background: #fff;
    color: var(--dark);
    font-size: 19px;
}
.box-search .form-control {
    height: 46px;
}
.menu-section .entry-menu.multil-column {
    width: 100%;
    left: 0;
    top: calc(100% + 3px);
    padding: 0 15px;
    border-bottom: 2px solid #fff;
}
.menu-section .entry-menu.multil-column .nav-tabs {
    border-bottom: 0;
    padding: 15px 0;
}
.menu-section .entry-menu.multil-column .nav-tabs li {
    flex: 0 0 100%;
    max-width: 100%;
}
.menu-section .entry-menu.multil-column .nav-tabs a {
    color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5px 0;
    font-weight: 400;
}
.menu-section .entry-menu.multil-column .nav-tabs .active a {
    color: #000;
}
.menu-section .entry-menu.multil-column>.container-menu>.row>div[class*=col-]:first-child {
    border-right: 2px solid #fff;
}
.menu-section .entry-menu.multil-column .tab-content {
    padding: 15px 0;
    height: 100%;
}
.menu-section .entry-menu.multil-column .tab-content h4 {
    font-size: 2rem;
    margin: 0 0 1.5rem;
    font-weight: 600;
}
.menu-section .entry-menu.multil-column .tab-content h4 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.menu-section .entry-menu.multil-column .tab-content .subchild a {
    display: inline-block;
    color: #fff;
    padding: 5px 0;
}
.section-counting {
    background: #c10712;
    padding: 15px 0;
}
.section-counting .counting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.section-counting .counting .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 5px 10px;
}
.section-counting .counting .item .number {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
}
.section-counting .counting .item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 8rem;
    height: 5rem;
    margin-left: 2rem;
}
.section-counting .counting .item .icon img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.section-counting .counting .item .text {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.title-section {
    font-size: 3rem;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
    font-weight: bold;
    color: var(--color-highlight);
    font-family: "Roboto Slab", serif;
}
.section-about {
    padding: 5rem 0;
}
.section-about .about-us {
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
    grid-gap: 2rem;
    grid-auto-flow: row dense;
    position: relative;
    z-index: 1;
}
.section-about .about-us .banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column: 2 / span 1;
    grid-row: span 2;
}
.section-about .about-us .item .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
}
.section-about .about-us .item .label img {
    max-height: 3rem;
    margin-right: 1.5rem;
    filter: invert(20%) sepia(92%) saturate(5490%) hue-rotate(349deg) brightness(85%) contrast(112%);
}
.section-about .about-us .item .description {
    text-align: justify;
}
.section-service {
    background: #f5f5f5;
    padding: 3rem 0;
}
.section-service .article-item {
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
}
.section-service .article-item .inner-content {
    padding: 10px 0;
}
.section-service .article-item .inner-content .article-title {
    margin-bottom: 10px;
}
.section-service .article-item img {
    border-radius: 4px;
}
footer {
    background-image: url(/frontend/hochiki/assets/media/footer-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #16646a;
    color: #e2e7f3;
    font-size: 1.5rem;
}
.footer-main {
    padding: 5rem 0 2rem;
}
.footer-address .footer-logo {
    margin-bottom: 2rem;
}
.footer-address .company-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1rem;
}
.footer-address p strong {
    min-width: 7rem;
    display: inline-block;
    color: #fff;
    font-weight: 400;
}
.footer-address p a {
    color: #e2e7f3;
}
.footer-logo img {
    filter: brightness(0) invert(1);
}
.menu-footer .title-footer {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.menu-footer .section-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-footer .section-footer ul li {
    position: relative;
    padding: 5px 0;
}
.menu-footer .section-footer ul li a {
    color: #e2e7f3;
    display: flex;
    align-items: center;
}
.menu-footer .section-footer ul li a:before {
    content: "\f0c8";
    color: #fff;
    font-family: 'Font Awesome 6 Pro';
    margin-right: 5px;
    font-weight: bold;
    font-size: 8px;
}
.footer-main>.container>.row>div[class*=col-]:last-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}
.footer-address .list-sub {
    border-top: 1px solid #fff;
    padding: 4rem 0 2rem;
}
.footer-address .list-sub .item-sub .label {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}
.footer-address .list-sub .item-sub .sub-address p i {
    margin-right: 5px;
    min-width: 2rem;
}
.footer-copyright {
    background: #12494c;
    text-align: center;
    padding: 1.5rem 0;
}
.footer-copyright p {
    margin-bottom: 0;
}
.toCall {
    bottom: 100px;
    position: fixed;
    right: 15px;
    z-index: 99;
}
.toCall a{
    display:block;
    padding-bottom: 10px;
}
.hvr-buzz-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
    10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); } 
    20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
    40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
    50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
    80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
    90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
    100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
@keyframes hvr-buzz-out {
  10% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg); }
  20% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  30% { -webkit-transform: translateX(3px) rotate(2deg); transform: translateX(3px) rotate(2deg);}
  40% { -webkit-transform: translateX(-3px) rotate(-2deg); transform: translateX(-3px) rotate(-2deg);}
  50% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg);}
  60% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg); }
  70% { -webkit-transform: translateX(2px) rotate(1deg); transform: translateX(2px) rotate(1deg); }
  80% { -webkit-transform: translateX(-2px) rotate(-1deg); transform: translateX(-2px) rotate(-1deg);}
  90% { -webkit-transform: translateX(1px) rotate(0); transform: translateX(1px) rotate(0);}
  100% { -webkit-transform: translateX(-1px) rotate(0); transform: translateX(-1px) rotate(0);}
}
.breadcrumb-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.breadcrumb-banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}
.breadcrumb-banner .banner__title {
    font-size: 3.5rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    position: relative;
    color: #fff;
    font-family: "Roboto Slab", serif;
}
.banner__breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 0;
    margin-bottom: 0;
    list-style: none;
    background-color: 0;
    border-radius: 0;
}
.breadcrumb {
    background: 0;
}
.banner__breadcrumb .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.breadcrumb--white .breadcrumb-item, .breadcrumb--white .breadcrumb-item a {
    color:  #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding: 0 .5rem;
    color: #0c89942e;
    content: "»";
}
.breadcrumb--white .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.categories {
    background: #0c899445;
    padding: 15px;
    border-radius: 4px;
}
.title-sidebar {
    font-size: 21px;
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    border-bottom: 1px solid #e1001b;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.categories .categories-section > li > a {
    padding: 1rem 2rem 1rem 1.5rem;
    border-color: #4c4c4c;
}
.categories .categories-section .has-child > ul {
    padding-left: 2rem;
    border-color: #4c4c4c;
}
.categories-section .list-child li {
    margin-bottom: 0;
}
.product-item {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    padding: 15px;
    height: 100%;
    position: relative;
    top: 0;
    z-index: 1;
    border: 1px solid #fff;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 4px;
    margin-bottom: 0;
}
.object-contain {
    object-fit: contain !important;
}
.page-product-list {
    margin-left: -7px;
    margin-right: -7px;
}
.page-product-list>div[class*=col-] {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 1.4rem;
}
.page-contact {
    margin: 3rem 0;
}
.page-contact .box {
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 14px;
    background: #F7F7F7;
}
.page-contact .box:last-child {
    margin-bottom: 0;
}
.page-contact .box h4 {
    font-family: "Roboto Slab", serif;
    font-weight: bold;
}
.page-contact .box .info-contact {
    margin-top: 2rem;
    border-radius: 0 0 10px 10px;
}
.page-contact .box .info-contact ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.page-contact .box .info-contact ul>li {
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
}
.page-contact .box .info-contact ul>li .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-highlight);
    border-radius: 50%;
    margin-right: 10px;
}
.page-contact .box .info-contact ul>li .icon svg {
    width: 2rem;
    height: 2rem;
}
.page-contact .box .info-contact ul>li .icon svg path {
    fill: var(--color-highlight);
}
.page-contact .box .info-contact ul>li .info b {
    display: block;
}
.page-contact .box .info-contact ul>li .info a {
    color: var(--color-main);
}
.dropdown-languages a {
    color: #fff;
}
.form-contact {
    margin-top: 15px;
}
.form-contact .btn {
    border-radius: 4px;
}
.menu-section .entry-menu.full-width .menu-title img {
    /*filter: brightness(0) invert(1);*/
    height: 15px;
}
.entire-map:not(:last-child) {
    margin-bottom: 20px;
}
.menu-section .entry-menu.full-width .menu-title:hover img {
    filter: none;
}
.breadcrumb-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(13,56,118);
background: linear-gradient(180deg, rgba(13,56,118,1) 0%, rgba(31,82,154,1) 100%);
}
.category-content {
    position: relative;
    padding-bottom: 2rem;
}
.category-content .inner-content {
    position: relative;
    transition: height .5s ease;
}
.category-content .inner-content:not(.active) {
    max-height: 100px;
    overflow: hidden;
    transition: height .5s ease;
}
.category-content:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(359deg, #758b8d1c, #ffffff59, transparent);
    z-index: 1;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.category-content .load-more {
    position: relative;
    z-index: 9;
}
.category-content .load-more .btn-show {
    display: inline-block;
}

.category-content .load-more .btn-hide {
    display: none;
}
.category-content .load-more .btn-view-all {
    color: #000;
}
.header-hotline {
    margin: 0 1rem;
}
.header-hotline>a {
    color: #fff;
    background: #fd4a57;
    padding: 5px 8px;
    border-radius: 4rem;
}
.header-hotline>a .icon i {
    margin-right: 6px;
    animation: ringing 5s ease-in-out infinite;
}
@keyframes reveal {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  20% {
    opacity: 0;
    transform: scale(1);
  }
  22% {
    opcaity: 1;
    transform: scale(1.05);
  }
  26% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes scaleup {
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ringing {
  20% {
    transform: rotate(0deg);
  }
  21% {
    transform: rotate(10deg);
  }
  22% {
    transform: rotate(-10deg);
  }
  23% {
    transform: rotate(12deg);
  }
  24% {
    transform: rotate(-12deg);
  }
  25% {
    transform: rotate(12deg);
  }
  26% {
    transform: rotate(-12deg);
  }
  28% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(-10deg);
  }
  32% {
    transform: rotate(5deg);
  }
  34% {
    transform: rotate(-5deg);
  }
  36% {
    transform: rotate(2deg);
  }
  38% {
    transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
    .header-menu>.container {
        padding: 1rem 1.5rem;
    }
    .menu-section > ul {
        display: block;
    }
    .menu-section > ul > li {
        display: block;
        margin: 0;
    }
    .icon-search {
        height: auto;
        width: auto;
        line-height: 1.4;
        background: transparent;
        color: #fff;
    }
    .header-menu>.container>.row>div[class*=col-]:last-child {
        padding-right: 15px;
    }
    .dropdown-languages .dropdown-menu {
        left: inherit !important;
        right: 0 !important;
    }
    .swiper-slider-main .swiper-slide img {
        height: 70vw;
        min-height: 70vw;
    }
    .section-counting {
        padding:  1rem 0;
    }
    .section-counting .counting .item .icon {
        display: none;
    }
    .section-counting .counting .item .text {
        align-items: center;
    }
    .section-about .about-us {
        grid-template-columns: 1fr 1fr;
    }
    .section-about .about-us .banner-image {
        grid-column: span 2;
    }
    .footer-menu .menu-footer {
        margin-bottom: 2rem;
    }
    .list-sub .item-sub {
        margin-bottom: 2rem;
    }
    .page-contact .box:last-child {
        margin-bottom: 20px;
    }
    .entire-map {
        padding-top: 74%;
    }
    .dropdown-languages>.btn {
        padding: 0;
    }
}