@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Roboto-Italic.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Roboto-MediumItalic.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Roboto-BoldItalic.ttf');
}

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 .3s;
    transition: all .3s;
    color: #003586;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
    color: #0c0051;
}

.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;
}

[class^="icofont-"] {
    display: block;
    width: 16px;
    height: 16px;
    background: #333 none;
    -webkit-mask: none no-repeat center/100% 100%;
    mask: none no-repeat center/100% 100%;
}

.icofont-search-1 {
    -webkit-mask-image: url('../images/ico/search-1.svg');
    mask-image: url('../images/ico/search-1.svg');
}

.icofont-phone {
    -webkit-mask-image: url('../images/ico/phone.svg');
    mask-image: url('../images/ico/phone.svg');
}

.icofont-facebook {
    -webkit-mask-image: url('../images/ico/facebook.svg');
    mask-image: url('../images/ico/facebook.svg');
}

.icofont-twitter {
    -webkit-mask-image: url('../images/ico/twitter.svg');
    mask-image: url('../images/ico/twitter.svg');
}

.icofont-instagram {
    -webkit-mask-image: url('../images/ico/instagram.svg');
    mask-image: url('../images/ico/instagram.svg');
}

.icofont-linkedin {
    -webkit-mask-image: url('../images/ico/linkedin.svg');
    mask-image: url('../images/ico/linkedin.svg');
}

.icofont-youtube-play {
    -webkit-mask-image: url('../images/ico/youtube-play.svg');
    mask-image: url('../images/ico/youtube-play.svg');
}

.icofont-simple-left {
    -webkit-mask-image: url('../images/ico/simple-left.svg');
    mask-image: url('../images/ico/simple-left.svg');
}

.icofont-simple-right {
    -webkit-mask-image: url('../images/ico/simple-right.svg');
    mask-image: url('../images/ico/simple-right.svg');
}

.icofont-double-left {
    -webkit-mask-image: url('../images/ico/double-left.svg');
    mask-image: url('../images/ico/double-left.svg');
}

.icofont-double-right {
    -webkit-mask-image: url('../images/ico/double-right.svg');
    mask-image: url('../images/ico/double-right.svg');
}

.icofont-tags {
    -webkit-mask-image: url('../images/ico/tags.svg');
    mask-image: url('../images/ico/tags.svg');
}

.icofont-play-alt-2 {
    -webkit-mask-image: url('../images/ico/play-alt-2.svg');
    mask-image: url('../images/ico/play-alt-2.svg');
}

.icofont-files-stack {
    -webkit-mask-image: url('../images/ico/files-stack.svg');
    mask-image: url('../images/ico/files-stack.svg');
}

.icofont-fast-delivery {
    -webkit-mask-image: url('../images/ico/fast-delivery.svg');
    mask-image: url('../images/ico/fast-delivery.svg');
}

.icofont-recycle {
    -webkit-mask-image: url('../images/ico/recycle.svg');
    mask-image: url('../images/ico/recycle.svg');
}

.icofont-live-support {
    -webkit-mask-image: url('../images/ico/live-support.svg');
    mask-image: url('../images/ico/live-support.svg');
}

.header-top {
    justify-content: flex-end;
    min-height: 32px;
}

.header-top::before {
    background: #eaeaea none;
}

.lang-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lang-wrap li:not(:first-of-type) {
    margin: 0 0 0 6px;
}

.lang-wrap a {
    display: flex;
}

.header-container {
    padding: 10px 0;
}

.logo {
    margin: 0;
}

.logo img {
    max-width: 180px;
    max-height: 90px;
}

.search-form {
    width: 350px;
    position: relative;
}

.search-field {
    padding-right: 50px;
    height: 40px;
}

.search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    background: transparent none;
}

.search-button i {
    width: 20px;
    height: 20px;
    background: #999 none;
}

.hotline-wrap i {
    width: 44px;
    height: 44px;
    background: #003586 none;
    margin: 0 5px 0 0;
}

.hotline-container {
    text-align: center;
}

.hotline-text {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.hotline-container .hotline-number {
    color: #fd0000;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
}

.nav-wrap {
    z-index: 9;
}

.nav-wrap::before {
    background: #003586 none;
}

.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;
    position: relative;
}

.main-menu-wrap > .menu-item:last-of-type {
    margin: 0;
}

.main-menu-wrap > .menu-item > a {
    font-weight: 400;
    font-size: 16px;
    padding: 13px 25px;
    display: block;
    color: #fff;
}

.main-menu-wrap > .menu-item:hover > a,
.main-menu-wrap > .menu-item.current-menu-item > a,
.main-menu-wrap > .menu-item > a:hover {
    color: #fff;
    background: #0c0051 none;
}

.main-menu-wrap .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 300px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
    background: #003586 none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.main-menu-wrap > .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 50px;
}

.main-menu-wrap .sub-menu .sub-menu {
    top: 0;
    left: 50%;
}

.main-menu-wrap .sub-menu .menu-item:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
}

.main-menu-wrap .sub-menu .menu-item {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
}

.main-menu-wrap .sub-menu .menu-item:last-of-type {
    border-bottom: 0;
}

.main-menu-wrap .sub-menu a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 25px;
    color: #fff;
}

.main-menu-wrap .sub-menu a:hover {
    background: #0c0051 none;
}

.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,
.hp-swiper .swiper-button-prev,
.hp-swiper .swiper-button-next,
.hv-swiper .swiper-button-prev,
.hv-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,
.hp-swiper .swiper-button-prev::after,
.hp-swiper .swiper-button-next::after,
.hv-swiper .swiper-button-prev::after,
.hv-swiper .swiper-button-next::after {
    font-size: 32px;
}

.slider-swiper .swiper-button-next.swiper-button-disabled,
.slider-swiper .swiper-button-prev.swiper-button-disabled,
.hp-swiper .swiper-button-next.swiper-button-disabled,
.hp-swiper .swiper-button-prev.swiper-button-disabled,
.hv-swiper .swiper-button-next.swiper-button-disabled,
.hv-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.slider-swiper img,
.product-thumb img,
.product-feature img,
.loop-thumb img {
    width: 100%;
}

.footer-wrap {
    padding-bottom: 15px;
    margin-top: 40px;
}

.footer-wrap::before {
    background: #003586 none;
    opacity: .1;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px 0;
}

.widget-footer {
    flex: 0 0 auto;
    max-width: 100%;
    width: 33.333333%;
    padding: 0 15px;
    margin: 25px 0 0;
}

.widget-footer:first-of-type {
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.widget-footer .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}

.widget-footer:first-of-type .widget-title {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 0;
    color: #003586;
}

.widget-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom {
    border-top: 1px solid #d0d0d0;
    padding-top: 15px;
    margin: 20px 0 0;
}

.copyright {
    font-size: 14px;
    text-align: center;
}

.social-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-wrap li:not(:last-of-type) {
    margin: 0 5px 0 0;
}

.social-wrap a {
    width: 30px;
    height: 30px;
    background: #003586 none;
}

.social-wrap i {
    background: #fff none;
}

.social-wrap a:hover {
    background: #001b52 none;
}

.breadcrumbs {
    padding: 12px 0 10px;
    font-size: 14px;
    color: #333;
}

.breadcrumbs::before {
    background: #f5f5f5 none;
}

.title {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}

.page-wrap {
    margin: 30px 0 0;
}

.page-wrap.row {
    justify-content: space-between;
}

.page-col {
    padding: 0;
}

.page-content {
    flex: 0 0 auto;
    max-width: 100%;
    width: calc(100% - 330px);
}

.page-sidebar {
    flex: 0 0 auto;
    max-width: 100%;
    width: 300px;
}

.loop-item {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.loop-thumb {
    flex: 0 0 auto;
    max-width: 100%;
    width: 300px;
    margin: 0 30px 0 0;
}

.loop-content {
    flex: 0 0 auto;
    max-width: 100%;
    width: calc(100% - 330px);
}

.loop-title {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

.loop-title a,
.tags-list a,
.product-info a,
.widget-product a,
.sp-title a,
.hp-title a,
.product-title a {
    color: #333;
}

.loop-title a:hover,
.tags-list a:hover,
.product-info a:hover,
.widget-product a:hover,
.sp-title a:hover,
.hp-title a:hover,
.product-title a:hover {
    color: #003586;
}

.loop-excerpt {
    margin: 15px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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: #333;
    background: #fff none;
    border: 1px solid #003586;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 1px 0 0;
}

.pagination-wrap span.current,
.pagination-wrap a:hover {
    background: #003586 none;
    color: #fff;
    border: 1px solid #003586;
}

.pagination-wrap i {
    width: 17px;
    height: 17px;
}

.pagination-wrap a:hover i {
    background: #fff none;
}

.singular-content {
    margin: 20px 0 0;
}

.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;
}

.tags-wrap {
    margin: 20px 0 0;
    position: relative;
    padding: 0 0 0 30px;
}

.tags-wrap i {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
}

.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;
}

.related-wrap {
    margin: 30px 0 0;
}

.related-head {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #003586;
}

.product-item {
    text-align: center;
    margin: 20px 0 0;
}

.product-title {
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 700;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 0;
    color: #fd0000;
}

.term-description {
    margin: 30px 0 0;
}

.product-main {
    margin-top: 20px;
}

.product-feature {
    cursor: pointer;
}

.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;
}

.product-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pi-price .product-price {
    font-size: 22px;
}

.pi-brand a:not(:last-of-type)::after {
    content: ',';
    display: inline-block;
    position: relative;
}

.widget-product {
    margin: 20px 0 0;
}

.widget-product .widget-title {
    display: none;
}

.widget-product ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-product li:first-of-type {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-sidebar:not(:first-of-type) {
    margin: 30px 0 0;
}

.widget-sidebar:last-of-type {
    position: sticky;
    top: 20px;
}

.widget-sidebar .widget-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 8px;
    text-transform: uppercase;
    color: #003586;
}

.sp-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sp-item:not(:first-of-type) {
    margin: 15px 0 0;
}

.sp-thumb {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100px;
    margin: 0 15px 0 0;
}

.sp-content {
    flex: 0 0 auto;
    max-width: 100%;
    width: calc(100% - 115px);
}

.sp-title {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
}

.widget-homepage {
    margin: 40px 0 0;
}

.widget-homepage .widget-title {
    border-bottom: 2px solid #003586;
    margin: 0 0 20px;
    display: flex;
}

.widget-homepage .wt-box {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 10px 30px 8px;
    background: #003586 none;
    position: relative;
    color: #fff;
}

.widget-homepage .wt-box::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 45px solid transparent;
    border-bottom: 45px solid #003586;
    position: absolute;
    top: -45px;
    border-right: 45px solid transparent;
    right: -45px;
}

.hp-swiper .swiper-button-prev,
.hv-swiper .swiper-button-prev {
    left: 0;
}

.hp-swiper .swiper-button-next,
.hv-swiper .swiper-button-next {
    right: 0;
}

.hp-title {
    margin: 15px 0 0;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.homepage-product .products-wrap {
    margin-top: -20px;
}

.hv-item {
    cursor: pointer;
}

.hv-thumb {
    position: relative;
}

.hv-thumb::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2) none;
    z-index: 1;
}

.hv-thumb i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: #fff none;
    z-index: 2;
}

.hv-title {
    text-align: center;
    margin: 15px 0 0;
    font-size: 18px;
    font-weight: 700;
}

.homepage-choose {
    padding: 40px 0;
    color: #fff;
}

.homepage-choose::before {
    background: #003586 none;
}

.hc-head {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.hc-description {
    margin: 5px 0 0;
    text-align: center;
}

.hc-body ul {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.hc-body li {
    flex: 0 0 auto;
    max-width: 100%;
    width: 33.333333%;
    margin: 30px 0 0;
    padding: 0 15px 0 90px;
    position: relative;
}

.hc-body li::before,
.hc-body li::after {
    content: '';
    width: 60px;
    height: 60px;
    background: #fff none;
    position: absolute;
    top: 6px;
    left: 15px;
}

.hc-body li::before {
    background: #fff none;
}

.hc-body li::after {
    background: #003586 none no-repeat center/40px 40px;
    border-radius: 6px;
}

.hc-body li:nth-child(1)::after {
    background-image: url('../images/ico/layers.svg');
}

.hc-body li:nth-child(2)::after {
    background-image: url('../images/ico/shield-alt.svg');
}

.hc-body li:nth-child(3)::after {
    background-image: url('../images/ico/safety.svg');
}

.hc-body li:nth-child(4)::after {
    background-image: url('../images/ico/world.svg');
}

.hc-body li:nth-child(5)::after {
    background-image: url('../images/ico/live-support.svg');
}

.hc-body li:nth-child(6)::after {
    background-image: url('../images/ico/location-pin.svg');
}

.hc-title {
    font-size: 16px;
    font-weight: 700;
}

.hc-content {
    font-size: 14px;
    margin: 5px 0 0;
}

.homepage-about {
    align-items: center;
}

.about-logo img {
    max-width: 290px;
    max-height: 150px;
}

.about-title {
    margin: 20px 0 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.about-body {
    margin: 10px 0 0;
}

.about-more {
    margin: 20px 0 0;
}

.about-more a {
    padding: 9px 30px 8px;
    color: #fff;
    position: relative;
}

.about-more a::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #003586 none;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
    z-index: -1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.about-more a:hover::after {
    background: #0c0051 none;
}

.partner-swiper .swiper-button-prev,
.partner-swiper .swiper-button-next {
    width: 32px;
    height: 52px;
    background: rgba(0, 0, 0, .6) none;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.partner-swiper .swiper-button-prev {
    left: 0;
}

.partner-swiper .swiper-button-next {
    right: 0;
}

.partner-swiper .swiper-button-prev::after,
.partner-swiper .swiper-button-next::after {
    font-size: 24px;
}

.partner-swiper .swiper-button-next.swiper-button-disabled,
.partner-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.hotline-support {
    padding: 15px 0;
    color: #fff;
}

.hotline-support::before {
    background: #003586 none;
}

.hotline-label {
    position: relative;
    padding: 0 0 0 25px;
}

.hotline-label::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #fff none;
    position: absolute;
    left: 5px;
    top: 7px;
    border-radius: 50%;
}

.hotline-label::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
    background: #fff none;
    border-radius: 50%;
    opacity: 1;
    -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%;
}

.hotline-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.hotline-list li {
    margin: 0 0 0 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-list li::before {
    content: '';
    width: 22px;
    height: 22px;
    position: relative;
    top: -1px;
    display: block;
    background: #fff none;
    -webkit-mask: url('../images/ico/telephone.svg') no-repeat center/100% 100%;
    mask: url('../images/ico/telephone.svg') no-repeat center/100% 100%;
    margin: 0 6px 0 0;
}

.hotline-list a {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.slogan-wrap {
    padding: 20px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slogan-wrap::before {
    background: #0c0051 none;
}

.slogan-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.slogan-ico {
    flex: 0 0 auto;
    max-width: 100%;
    width: 46px;
    height: 46px;
    background: #fff none;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.slogan-ico i {
    width: 30px;
    height: 30px;
    background: #0c0051 none;
}

.slogan-text {
    text-transform: uppercase;
}

.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: #003586;
    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: #003586 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: #003586 none;
}

.notify-img-circle i {
    width: 34px;
    height: 34px;
    background: #fff none;
}

@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: relative;
    margin: 0;
    padding: 0;
    background: transparent none;
    border: 0;
    display: none;
}

.navbar-mobile-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333 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: -99999;
    -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: 99999;
    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: #333;
    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: #333;
    font-weight: 400;
    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 {
    position: absolute;
    left: auto;
    top: 15px;
    right: 15px;
}

.navbar-logo img {
    max-width: 180px;
    max-height: 90px;
}

@media only screen and (max-width: 1199px) {
    .nav-wrap {
        display: none;
    }

    .navbar-mobile-icon {
        display: block;
    }

    .page-content,
    .page-sidebar {
       width: 100%;
    }

    .page-sidebar {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .hotline-wrap {
        display: none;
    }

    .hc-body li {
        width: 50%;
    }

    .hotline-support {
        display: block;
        text-align: center;
    }

    .hotline-list {
        margin-top: 10px;
        justify-content: center;
    }

    .hotline-list li {
        text-align: left;
    }

    .hotline-list li:first-of-type {
        margin-left: 0;
    }

    .slogan-wrap {
        flex-wrap: wrap;
        margin-top: -10px;
    }

    .slogan-item {
        flex: 0 0 auto;
        max-width: 100%;
        width: 50%;
        margin-top: 10px;
    }

    .widget-footer {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .loop-thumb {
        width: 240px;
    }

    .loop-content {
        width: calc(100% - 270px);
    }

    .product-info {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .header-container {
        display: block;
        position: relative;
    }

    .header-container .navbar-mobile-icon {
        position: absolute;
        top: 47px;
        left: 0;
    }

    .search-container {
        margin-top: 10px;
    }

    .search-form,
    .widget-homepage .wt-box,
    .hc-body li {
        width: 100%;
    }

    .widget-homepage .wt-box {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .widget-homepage .wt-box::after {
        display: none;
    }

    .slider-swiper .swiper-button-prev {
        left: 0;
    }

    .slider-swiper .swiper-button-next {
        right: 0;
    }

    .loop-thumb {
        width: 100%;
        margin-right: 0;
    }

    .loop-content {
        width: 100%;
        margin-top: 15px;
    }

    .hc-body ul,
    .footer-container {
        margin-left: 0;
        margin-right: 0;
    }

    .hc-body li {
        padding-left: 75px;
        padding-right: 0;
    }

    .hc-body li::before,
    .hc-body li::after {
        left: 0;
    }

    .widget-footer {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .slogan-ico {
        margin-right: 8px;
    }

    .slogan-text {
        font-size: 14px;
    }

    .hotline-list,
    .footer-bottom {
        flex-wrap: wrap;
    }

    .hotline-list li,
    .copyright,
    .social-wrap {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .hotline-list li {
        margin-left: 0;
    }

    .copyright {
        order: 2;
        margin-top: 10px;
    }

    .social-wrap {
        order: 1;
    }
}