body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    overflow-x: hidden;
    z-index: 0;
    position: relative;
    color: #333;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #009DE0;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
    color: #0055b3;
}

.form-control:focus,
.btn.focus,
.btn:focus,
.btn:active {
    box-shadow: none;
}

b,
strong {
    font-weight: 700;
}

input:valid,
input:invalid,
input:active,
input:focus,
input:focus:active {
    box-shadow: none;
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

figure {
    max-width: 100%;
}

.wp-block-embed__wrapper {
    position: relative;
}

.wp-block-embed__wrapper::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

button:active,
button:focus {
    outline: 0;
}

.img-absolute {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.bg-wrap {
    position: relative;
    z-index: 0;
}

.bg-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    display: block;
    z-index: -1;
}

.flex-jcb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-jcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-columns {
    margin-bottom: 1rem;
}

.wp-block-columns figure {
    margin-bottom: 0;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row > * {
    padding-left: 15px;
    padding-right: 15px;
}

.header-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
}

.header-wrap::before {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.logo {
    flex: 0 0 auto;
    max-width: 100%;
    width: 25%;
    display: flex;
    margin: 0;
}

.logo img {
    max-height: 60px;
}

.nav-wrap {
    flex: 0 0 auto;
    max-width: 100%;
    width: 50%;
}

.main-menu-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.main-menu-wrap > .menu-item {
    float: left;
    margin: 0 50px 0 0;
    position: relative;
}

.main-menu-wrap > .menu-item:last-child {
    margin: 0;
}

.main-menu-wrap > .menu-item > a {
    font-weight: 500;
    font-size: 15px;
    display: block;
    color: #3A4856;
    text-transform: uppercase;
}

.main-menu-wrap > .menu-item:hover > a,
.main-menu-wrap > .menu-item.current-menu-item > a,
.main-menu-wrap > .menu-item > a:hover {
    color: #009DE0;
}

.top-area {
    flex: 0 0 auto;
    max-width: 100%;
    width: 25%;
    justify-content: flex-end;
}

.social-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.social-wrap li:not(:first-child) {
    margin: 0 0 0 15px;
}

.social-wrap a {
    color: #3A4856;
}

.social-wrap i {
    font-size: 18px;
}

.search-container {
    position: relative;
    margin: 0 0 0 15px;
}

.search-ico {
    font-size: 18px;
    color: #3A4856;
    background: transparent none;
    padding: 0;
    border: 0;
}

.search-form {
    position: absolute;
    top: 50px;
    right: -15px;
    width: 100vw;
    max-width: 350px;
    padding: 10px 15px;
    background: #FFF none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    visibility: hidden;
    display: flex;
    align-items: center;
    border-top: 3px solid #009DE0;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.search-form.active {
    visibility: visible;
    opacity: 1;
    top: 30px;
}

.search-form::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 19px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 6px 5px;
    border-color: transparent transparent #009DE0 transparent;
}

.search-field {
    border-radius: 0;
    font-size: 14px;
    height: 38px;
    width: calc(100% - 38px);
}

.search-button {
    width: 38px;
    height: 38px;
    background: #3A4856 none;
    border: 0;
    padding: 0;
    color: #FFF;
}

.footer-wrap {
    margin-top: 40px;
    color: #FFF;
}

.footer-wrap::before {
    background: #3A4856 none;
}

.footer-wrap a {
    color: #FFF;
}

.footer-container {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.widget-footer {
    max-width: 400px;
}

.widget-footer .widget-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 15px;
}

.widget-footer .menu,
.contact-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-footer .social-wrap {
    justify-content: flex-start;
}

.copyright {
    border-top: 1px solid #9DADBC;
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
}

.body-wrap {
    margin-top: 30px;
}

.widget-homepage:not(:first-child) {
    margin-top: 30px;
}

.slider-wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-swiper .swiper-button-prev,
.slider-swiper .swiper-button-next {
    width: 40px;
    height: 60px;
    background: rgba(0, 0, 0, .6) none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.slider-swiper .swiper-button-prev {
    left: 50px;
}

.slider-swiper .swiper-button-next {
    right: 50px;
}

.slider-swiper .swiper-button-prev::after,
.slider-swiper .swiper-button-next::after {
    font-size: 30px;
    color: #FFF;
}

.slider-swiper .swiper-button-next.swiper-button-disabled,
.slider-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.slider-swiper .swiper-pagination-bullet {
    border-radius: 0;
    width: 11px;
    height: 11px;
    background: #3A4856;
    border: 4px solid #FFF;
    opacity: 1;
}

.slider-swiper .swiper-pagination-bullet-active {
    background: #009DE0;
}

.slider-swiper img {
    width: 100%;
}

.info-wrap {
    text-align: center;
    line-height: 1.3;
}

.info-company {
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002E65;
}

.info-desc {
    font-size: 33px;
    color: #444;
}

.info-hotline {
    margin: 15px 0 0;
    font-size: 23px;
    font-weight: 700;
    color: #009DE0;
}

.widget-homepage .widget-title {
    font-size: 25px;
    font-weight: 700;
    color: #002E65;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px;
}

.widget-homepage .widget-products .widget-title {
    position: relative;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-homepage .widget-products .widget-title::before {
    content: 'Sản phẩm';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 80px;
    font-weight: 700;
    color: #F3F3F3;
    line-height: 1;
    z-index: -1;
}

.widget-products {
    margin-top: 50px;
}

.grid-product {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.grid-product .grid-item {
    display: flex;
    flex-direction: column;
}

.grid-product .thumbnail {
    flex: 1;
    padding: 15px;
    border: 1px solid #DDD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-product .title {
    flex: 1;
    margin: 0;
    padding: 10px 15px;
    background: #009DE0 none;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-product .title a {
    color: #FFF;
}

.widget-news {
    margin-top: 40px;
}

.grid-news {
    display: grid;
    grid-template-areas: "large one two"
        "large three four";
    grid-gap: 20px;
    grid-template-columns: 49.7% 1fr 1fr;
}

.grid-news .grid-item {
    position: relative;
}

.grid-news .grid-item:nth-child(1) {
    grid-area: large;
}

.grid-news .grid-item:nth-child(2) {
    grid-area: one;
}

.grid-news .grid-item:nth-child(3) {
    grid-area: two;
}

.grid-news .grid-item:nth-child(4) {
    grid-area: three;
}

.grid-news .grid-item:nth-child(5) {
    grid-area: four;
}

.grid-news .thumbnail a {
    position: relative;
    line-height: 0;
    display: block;
    padding: 0 0 66.666666%;
    overflow: hidden;
}

.grid-news .thumbnail a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 76.54321%;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, #111425 100%);
    display: block;
}

.grid-news .thumbnail img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.grid-news .title {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    padding: 0 20px;
}

.grid-news .title a {
    color: #FFF;
}

.grid-news .grid-item:nth-child(1) .title {
    font-size: 21px;
}

.breadcrumbs {
    font-size: 14px;
    color: #333;
}

.page-wrap {
    margin-top: 15px;
}

.title-page {
    font-size: 25px;
    font-weight: 700;
    color: #002E65;
    margin: 0 0 20px;
}

.term-description {
    margin: 30px 0 0;
}

.singular-content {
    margin-top: 20px;
}

.singular-content h1,
.singular-content h1 {
    font-size: 24px;
    margin-bottom: 1rem;
}

.singular-content h2,
.singular-content h2 {
    font-size: 22px;
    margin-bottom: 1rem;
}

.singular-content h3,
.singular-content h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}

.singular-content h4,
.singular-content h4 {
    font-size: 18px;
    margin-bottom: 1rem;
}

.singular-content h5,
.singular-content h5,
.singular-content h6,
.singular-content h6 {
    font-size: 16px;
    margin-bottom: 1rem;
}

.singular-content p {
    text-align: justify;
}

.singular-content figcaption {
    text-align: center;
    font-size: 14px;
    margin: 5px 0 0;
}

.singular-content .wp-block-table {
    overflow-x: auto;
}

.singular-content table {
    border: 1px solid #dee2e6;
}

.singular-content table td {
    padding: .7rem .5rem;
    border: 1px solid #dee2e6;
}

.grid-article {
    margin-top: 30px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.grid-article .grid-item {
    display: flex;
    flex-direction: column;
}

.grid-article .thumbnail a {
    position: relative;
    line-height: 0;
    display: block;
    padding: 0 0 66.666666%;
    overflow: hidden;
}

.grid-article .thumbnail img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.grid-article .title {
    flex: 1;
    margin: 10px 0 0;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
}

.grid-article .title a {
    color: #3A4856;
}

.pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px -5px 0;
}

.pagination-wrap span,
.pagination-wrap a {
    width: 34px;
    height: 34px;
    margin: 0 5px;
    color: #3A4856;
    background: #FFF none;
    border: 1px solid #3A4856;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 1px 0 0;
}

.pagination-wrap span.current,
.pagination-wrap a:hover {
    border: 1px solid #009DE0;
    background: #009DE0 none;
    color: #FFF;
}

.pagination-wrap i {
    width: 17px;
    height: 17px;
}

.pagination-wrap a:hover i {
    background: #fff none;
}

.tags-wrap {
    margin: 20px 0 0;
    position: relative;
    padding: 0 0 0 30px;
}

.tags-wrap i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 18px;
}

.tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tags-list::after {
    content: '';
    display: block;
    clear: both;
}

.tags-list li {
    float: left;
    display: flex;
}

.tags-list li:not(:last-of-type) {
    margin: 0 6px 0 0;
}

.tags-list li:not(:last-of-type)::after {
    content: ',';
    display: block;
    position: relative;
}

.product-feature {
    cursor: pointer;
}

.product-feature img {
    width: 100%;
}

.gallery-swiper {
    margin: 15px 0 0;
    cursor: pointer;
}

.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-button-next {
    width: 30px;
    height: 50px;
    background: rgba(0, 0, 0, .6) none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.gallery-swiper .swiper-button-prev {
    left: 0;
}

.gallery-swiper .swiper-button-next {
    right: 0;
}

.gallery-swiper .swiper-button-prev::after,
.gallery-swiper .swiper-button-next::after {
    font-size: 23px;
}

.gallery-swiper .swiper-button-next.swiper-button-disabled,
.gallery-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.gallery-swiper img {
    width: 100%;
    border: 1px solid #DDD;
}

.product-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-info li:not(:first-child) {
    margin-top: 3px;
}

.pi-brand a:not(:last-of-type)::after {
    content: ',';
    display: inline-block;
    position: relative;
}

.product-main .title-page {
    margin-bottom: 10px;
}

.specifications {
    margin-top: 3px;
}

.specifications-title {
    font-weight: 700;
}

.specifications-content {
    margin-top: 5px;
}

.related-wrap {
    margin: 30px 0 0;
}

.related-head {
    margin: 0 0 20px;
    font-size: 23px;
    font-weight: 700;
    color: #002E65;
    text-transform: uppercase;
}

.related-wrap .grid-article {
    margin-top: 0;
}

.notify-hotline {
    position:fixed;
    left: 0;
    bottom: 0;
    width: 160px;
    height: 160px;
    z-index: 999;
}

.notify-phone {
    background: transparent none;
    width: 160px;
    height: 160px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: visibility .5s;
    transition: visibility .5s;
    display: block;
    position: relative;
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

.notify-phone:hover {
    opacity: 1;
}

.notify-circle {
    width: 120px;
    height: 120px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fd0000;
    opacity: .5;
    -webkit-animation: notify-circle-anim 1.2s infinite ease-in-out;
    animation: notify-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.notify-phone:hover .notify-circle{
    border-color: #009DE0;
    opacity: .5;
}

.notify-circle-fill{
    width: 80px;
    height: 80px;
    top: 40px;
    left: 40px;
    position: absolute;
    background: #fd0000 none;
    border-radius: 50%;
    opacity: .75;
    -webkit-animation: notify-circle-fill-anim 2.3s infinite ease-in-out;
    animation: notify-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.notify-phone:hover .notify-circle-fill {
    background: #009DE0 none;
    opacity: .75;
}

.notify-img-circle {
    width: 50px;
    height: 50px;
    top: 55px;
    left: 55px;
    position: absolute;
    background: #fd0000 none;
    border-radius: 50%;
    opacity: .7;
    -webkit-animation: notify-circle-img-anim 1s infinite ease-in-out;
    animation: notify-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notify-phone:hover .notify-img-circle {
    background: #009DE0 none;
}

.notify-img-circle i {
    font-size: 34px;
    color: #FFF;
}

@keyframes notify-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -ms-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
    }
}

@keyframes notify-circle-fill-anim{
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -ms-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes notify-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        -ms-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        -ms-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -ms-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes fadeInRight{
    0%{
        opacity: 0;
        -webkit-transform:translate3d(100%, 0, 0);
        -ms-transform:translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0);
    }
    100%{
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@keyframes fadeOutRight{
    0% {
        opacity: 1;
    }
    100% {
        opacity:0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform:translate3d(100%, 0, 0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    100%{
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.support-wrap {
    position: fixed;
    right: 15px;
    bottom: 30px;
    z-index: 99;
}

.support-wrap a {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 0;
    margin: 0 0 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background: transparent none no-repeat center/100% 100%;
}

.support-wrap a:last-child {
    margin-bottom: 0;
}

.support-wrap a.support-zalo {
    background-image: url('../images/ico/zalo.svg');
}

.support-wrap a.support-messenger {
    background-image: url('../images/ico/messenger.svg');
}

.navbar-mobile-icon {
    width: 24px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    background: transparent none;
    border: 0;
    display: none;
}

.navbar-mobile-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3A4856 none;
    border-radius: 20px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s;
    transition: all .2s;
    top: 8px;
}

.navbar-mobile-icon span:first-child {
    top: 0;
}

.navbar-mobile-icon span:last-child {
    top: 16px;
}

.navbar-mobile-icon.mobile-active span:first-child,
.navbar-mobile-icon.mobile-active span:last-child {
    opacity: 0;
}

.navbar-mobile-icon.mobile-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-mobile-icon.mobile-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-mobile-wrap {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #FFF none;
    z-index: -999;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: auto;
    padding: 20px 15px 15px;
    visibility: hidden;
    opacity: 0;
}

.navbar-mobile-wrap.menu-mobile-active {
    visibility: visible;
    left: 0;
    z-index: 999;
    opacity: 1;
}

.mobile-menu-container {
    margin: 20px 0 0;
}

.mobile-menu-container ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

.mobile-menu-container li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    color: #3A4856;
    position: relative;
}

.mobile-menu-container .sub-menu li:first-of-type {
    border-top: 1px solid #ddd;
}

.mobile-menu-container li:last-of-type {
    border-bottom: none;
}

.mobile-menu-container a {
    display: block;
    padding: 12px 0;
    color: #3A4856;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

.mobile-menu-container .sub-menu li a {
    padding-left: 10px;
}

.mobile-menu-container .sub-menu .sub-menu li a {
    padding-left: 20px;
}

.mobile-menu-container .ico-children {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 4px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent none;
    border: 0;
    padding: 0;
}

.mobile-menu-container .ico-children::after {
    content: '';
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: -2px;
}

.mobile-menu-container .ico-children.active::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 4px;
}

.mobile-menu-container .sub-menu {
    display: none;
}

.scroll-disable {
    height: auto;
    overflow: hidden;
    position: fixed;
    width: 100vw;
}

.navbar-mobile-wrap .navbar-mobile-icon {
    left: auto;
    top: 20px;
    right: 15px;
}

@media only screen and (min-width: 1600px) {
    .header-wrap {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 1199px) {
    .nav-wrap {
        display: none;
    }

    .navbar-mobile-icon {
        display: block;
    }

    .header-wrap {
        justify-content: space-between;
        padding-left: 60px;
    }

    .logo,
    .top-area {
        width: auto;
    }

    .logo img {
        max-height: 50px;
    }

    .grid-news {
        grid-template-columns: 49.4% 1fr 1fr;
    }

    .grid-product,
    .grid-article {
        grid-gap: 20px;
    }

    .grid-product {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .grid-news {
        grid-template-areas: none;
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-news .grid-item:nth-child(1) {
        grid-area: auto;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .grid-news .grid-item:nth-child(2),
    .grid-news .grid-item:nth-child(3),
    .grid-news .grid-item:nth-child(4),
    .grid-news .grid-item:nth-child(5) {
        grid-area: auto;
    }

    .grid-product,
    .grid-article {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-col:nth-child(2) {
        margin-top: 20px;
    }

    .footer-container {
        flex-wrap: wrap;
    }

    .widget-footer {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .widget-footer:not(:first-child) {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .grid-product,
    .grid-article,
    .grid-news {
        grid-template-columns: repeat(1, 1fr);
    }

    .grid-product .thumbnail {
        padding: 10px;
    }

    .search-form {
        max-width: 100vw;
    }

    .top-area .social-wrap {
        display: none;
    }

    .grid-news .grid-item:nth-child(1) {
        grid-column-start: auto;
        grid-column-end: auto;
    }
}