@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); :root {
    --main-cl: #143FAB;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 0.517rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

input, optgroup, select, textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

body {
    overflow-x: hidden;
    background: rgb(220, 220, 228);
}

.grid-container {
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}

#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}

#search-lightbox .search-lightbox-title {
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}

#search-lightbox .search-keywords {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}

#search-lightbox .search-keywords > a {
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#search-lightbox .search-keywords > a:hover {
    background-color: #fff;
    color: #000
}

#search-lightbox .flex-row > div {
    display: flex;
}

#search-lightbox .flex-row {
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}

#search-lightbox input {
    height: 100%;
    border: none;
}

#search-lightbox .button.icon {
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}

#search-lightbox .button.icon i {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}

#search-lightbox input {
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}

.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-content #search-lightbox {
    transform: translateY(-70%);
}

.load_home_page svg {
    width: 20.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: var(--main-cl);
    /*backdrop-filter: blur(2rem);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}

#respond input#wp-comment-cookies-consent {
    height: auto !important;
    margin: 0 0.5rem 0 0 !important;
}

.load_home_page.complete svg {
    transition-delay: 0.8s;
    opacity: 0;
}

.load_home_page rect, .load_home_page path {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #FFF;
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2 {
    animation-name: Signature1;
    animation-duration: 20s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 1px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.load_home_page.complete .path-2 {
    fill: var(--sub-cl);
}

.load_home_page.complete .path-1 {
    fill: #FFF
}

@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}

@keyframes Signature2 {
    to {
        stroke: #FFF;
        stroke-dashoffset: 0;
    }
}

.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}

.tile-reveal-square {
    flex: 1 1 auto;
    width: 3.90625rem;
    height: 3.90625rem;
    background-color: var(--main-cl);
    opacity: 1;
}

.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}

div#fullpage section {
    padding: 0;
    overflow: hidden;
}

.home_sec_1 img,.home_sec_1 video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.home_sec_2_wrap {
    display: flex;
    z-index: 0;
    position: relative;
    justify-content: space-between;
    margin-top: 3rem;
}

.title_nen {
    position: absolute;
    -webkit-text-stroke-width: 0.101rem;
    -webkit-text-stroke-color: #FFF;
    font-family: Goldman;
    font-size: 9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 6.540699999999999rem;
    /* 78.502% */
    text-transform: uppercase;
    color: transparent;
    width: max-content;
    z-index: -1;
    opacity: 0.5;
    line-height: .62;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Goldman;
}

.heading_title {
    font-size: 3rem;
    color: #143FAC;
    line-height: 1.1;
    margin-bottom: .4rem;
    text-transform: uppercase;
}

.container, .container-width, .full-width .ubermenu-nav, .row {
    max-width: 72rem;
}

.col.large-12.relative {
    z-index: 0;
}

.home_sec_2 {
    align-items: flex-end;
}

.col, .columns, .gallery-item {
    padding: 0 .5rem;
}

.home_sec_2_wrap .left {
    width: 24.5rem;
    padding-top: 0;
}

.home_sec_2_wrap .center {
    width: 24.25rem;
}

.home_sec_2_wrap .right {
    width: 12rem;
}

body {
    color: #666;
    font-family: Inter;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.content.top {
    font-size: 1.1rem;
    color: rgba(51, 51, 51, 0.80);
    font-weight: 500;
}

.content {
    line-height: 1.4;
}

.home_sec_2 .title_nen {
    top: -3.2rem;
}

img.home_sec_2_img_small {
    margin-bottom: 11.5rem;
    margin-top: -6.5rem;
    animation: hu__hu__ infinite 12s ease-in-out;
    transform: translateY(-1rem);
}

.button_link svg {
    display: block;
    width: 8.35rem;
    height: auto;
    transform: scale(1);
    transition: .4s all;
}

.button_link {
    display: inline-flex;
    align-items: center;
}

.home_sec_2_wrap a.button_link {
    float: right;
}

.home_sec_3 .title_nen {
    z-index: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 43%;
}

.slider_for .swiper-slide {
    height: 25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_sec_3 .left {
    display: flex;
    align-items: center;
}

.home_sec_3 .left .group_content {
    width: 24.5rem;
}

.home_sec_3 .left .group_content .content.top {
    font-size: 0.9rem;
    font-weight: 400;
}

.slider_nav .swiper-slide {
    height: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: scale(1);
    transition: .4s all;
}

.slider_nav {
    width: 20rem;
    margin: 0 6rem 0 13rem;
    padding: 2rem 0;
}

.slider_nav .swiper-slide img {
    max-height: 100%;
    width: auto;
    transform: scale(1);
    transition: .5s all;
}

.home_sec_3 .nav_bottom {
    margin-top: 4rem;
}

.home_sec_4 {
    z-index: 0;
}

.home_sec_4 .title_nen {
    bottom: 0;
    left: calc(calc(100vw - 74.5rem)/2);
}

ul.product_type_tabs {
    list-style: none;
    margin: 0;
}

ul.product_type_tabs li {
    color: #666;
    font-family: Goldman;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    /* 138.889% */
    margin: 0;
    transition: .4s all;
    cursor: pointer;
    text-transform: uppercase;
}

ul.product_type_tabs li:hover,ul.product_type_tabs li.active {
    color: #143FAB;
    text-decoration: underline;
}

ul.product_type_tabs li+li {
    margin-top: 0.75rem;
}

.product_type_tabs_for h2.heading_title {
    font-size: 2rem;
    margin-bottom: .6rem;
}

.product_type_tabs_for {
    max-width: 19.25rem;
}

.product_type_tabs_for .content {
    margin-bottom: 2rem;
}

.home_sec_4 .bg_img {
    height: 40rem;
    width: 50vw;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.product_type_tabs_for .item {
    display: none;
}

.product_type_tabs_for .item.active {
    display: block;
    animation-name: fade_up;
    animation-duration: 1.5s;
}

.slider_history_wrap {
    display: flex;
    align-items: flex-end;
}

.slider_history {
    width: calc(calc(100% + calc(100vw - 70.1rem)/2));
}

.slider_history_wrap .box_img {
    position: relative;
    width: 100%;
    height: 100vh;
}

.slider_history_wrap .box_img .img_small {
    position: absolute;
    left: 0;
    bottom: 9.5rem;
    transform: translateX(-50%);
    width: 14.2rem;
    height: 17.35rem;
    overflow: hidden;
    z-index: 2;
}

.slider_history_wrap .img_large {
    width: 100%;
    height: 100%;
}

.slider_history_wrap .box_img m {
}

.slider_history_wrap .img_large img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slider_history_wrap .box_content {
    font-size: 0.7rem;
    margin-bottom: 13rem;
    margin-right: 12rem;
    width: 18.6rem;
    flex: 0 0 auto;
}

.slider_history_wrap .box_img .img_small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s all;
    transform: translateX(-100%);
    transition-delay: .1s;
}

.slider_history_wrap .box_content h3 {
    font-size: 1.5rem;
    color: #143FAC;
    line-height: 1;
}

.slider_history_wrap .box_content h3 .number {
    font-size: 3rem;
}

.slider_history_wrap .swiper-pagination {
    position: unset;
    display: flex;
    margin-top: 1.5rem;
}

.swiper-pagination-bullet-active {
    background: #143FAB;
}

@keyframes fade_up {
    from {
        opacity: 0;
        transform: translateY(0rem);
    }

    to {
        opacity: 1;
        transform: translateY(0rem);
    }
}

.bg_img {
    transition: background-image 0.5s ease-in-out;
    -webkit-transition: background-image 0.5s ease-in-out;
}

.slider_history .swiper-slide {
    opacity: 0 !important;
    transition: .4s all;
}

.slider_history .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.slider_history_wrap .box_img .img_small {
}

.slider_history .swiper-slide.swiper-slide-active .img_small img {
    transform: translateX(-0%);
}

.slider_history .swiper-slide .img_large img {
    transform: scale(.5);
    transition: .5s all;
}

.slider_history .swiper-slide.swiper-slide-active .img_large img {
    transform: scale(1);
}

.home_sec_5_content {
    position: absolute;
    top: 8.35rem;
    max-width: 20.65rem;
}

.home_sec_5 .title_nen {
    z-index: 9;
    bottom: 0;
    opacity: .4;
}

@keyframes pulse-border {
    0% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }

    50% {
        transform: translateZ(0) scale(1.5);
        opacity: 0
    }

    100% {
        transform: translateZ(0) scale(1);
        opacity: 1
    }
}

.home_sec_6_img {
    position: relative;
    max-width: 50rem;
    display: block;
    margin: auto;
}

.home_sec_6_img_list .item {
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    width: 0.7rem;
    background: linear-gradient(180deg, #FFC54F 0%, #FFC54F 93.92%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s all;
    cursor: pointer;
}

.home_sec_6_img {
}

.home_sec_6_img_list .item .box_content {
    border-radius: 1rem;
    background: #fff;
    padding: 1.25rem;
    font-size: 0.7rem;
    max-width: 24rem;
    width: 24rem;
    position: absolute;
    left: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s all;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.home_sec_6_img_list .item h3 {
    font-size: 1rem;
    color: #143FAB;
    margin-bottom: 0.25rem;
}

.home_sec_6_img_list .item .box_img {
    width: 6.25rem;
    flex: 0 0 auto;
    margin-right: 1rem;
}

.home_sec_6_img_list .item:before {
    content: '';
    width: 2.1rem;
    height: 1.5rem;
    border: 1px solid #FFC54F;
    width: 1.5rem;
    position: absolute;
    border-radius: 50%;
    animation: pulse-border 2s ease-out infinite;
    pointer-events: none;
}

.home_sec_6_img_list .item:hover .box_content {
    opacity: 1;
}

.home_sec_6_img_list .item a {
    color: #143FAB;
    font-size: 0.7rem;
    margin-top: 0.5rem;
    display: inline-block;
    text-decoration: underline;
}

.home_sec_6_img_list .item:hover {
    z-index: 9;
}

.home_sec_6 {
    z-index: 0;
}

.home_sec_6 .title_nen {
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
}

.home_sec_7 {
    z-index: 0;
}

.home_sec_7 .title_nen {
    right: calc(calc(100vw - 70.5rem)/2);
    bottom: 0;
}

.post_item {
    position: relative;
    cursor: pointer;
    margin: 0 0.9rem;
}

.post_item .box_img {
    padding-bottom: 68%;
    position: relative;
    margin-top: 1rem;
    overflow: hidden;
}

.post_item .box_img img,.post_item .box_img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    transform: scale(1);
    transition: .5s all;
}

.date_post {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 0.5rem;
    color: #fff;
    background: rgba(51, 51, 51, 0.50);
    backdrop-filter: blur(0.1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    transition: .4s all;
    text-transform: uppercase;
}

.date_post .date {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    /* 109.375% */
    letter-spacing: -0.048rem;
    transition: .5s all;
}

.post_item:hover .date_post {
    background: #3A59A8;
    #3A59A8; }

.post_item h3 {
    overflow: hidden;
    color: #333;
    font-family: Inter;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    /* 127.273% */
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 2.75rem;
    margin-bottom: .4rem;
    transition: .4s all;
}

.post_item .content {
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    height: 2.4rem;
}

.slider_posts {
    margin: 6rem -0.9rem 0;
    overflow: unset;
}

.post_item:hover h3 {
    color: #3A59A8;
}

.slider_posts .swiper-pagination {
    position: relative;
    display: flex;
    left: 0.9rem;
    bottom: -3rem;
}

.post_item:hover .box_img img {
    transform: scale(1.1);
}

.slider_posts .swiper-slide {
    opacity: .3;
    transition: .5s all;
}

.slider_posts .swiper-slide.swiper-slide-prev, .slider_posts .swiper-slide.swiper-slide-active, .slider_posts .swiper-slide.swiper-slide-next {
    opacity: 1;
}

div#wrapper {
    background: rgb(220, 220, 228);
}

.banner_page h1.heading_title {
    color: #FFFFFF;
    margin-bottom: 0.65rem;
    text-transform: uppercase;
}

.banner_page {
    padding-bottom: 4rem !important;
    align-items: flex-end;
}

nav.breadcrumb ul {
    list-style: none;
    margin: 0;
    display: flex;
    color: #fff;
    align-items: center;
}

nav.breadcrumb ul * {
    font-style: unset;
    font-size: 0.75rem;
    font-weight: 400;
}

nav.breadcrumb svg {
    display: block;
    width: .8rem;
    height: auto;
}

nav.breadcrumb span.divider {
    margin: 0 0.4rem;
}

.banner_page:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0.8;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    height: 25rem;
    z-index: 1;
}

.banner_page .row {
    z-index: 2;
    position: relative;
}

img.bg_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab_sec_2 {
    align-items: self-end;
}

.ab_sec_2_img img {
    max-width: 80rem;
}

.ab_sec_2_img {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    margin-top: 4rem;
}

.ab_sec_2 .title_nen {
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ab_sec_2:before,.ab_sec_2:after {
    content: '';
    width: 32.9rem;
    height: 32.9rem;
    border-radius: 32.9rem;
    background: rgba(202, 216, 255, 0.50);
    filter: blur(7.5rem);
    position: absolute;
    z-index: 1;
    top: 3rem;
    right: 0;
}

.ab_sec_2 .row.justify-between {
    position: relative;
    z-index: 2;
}

.ab_sec_2:after {
    left: -5rem;
    width: 23.2rem;
    height: 23.2rem;
    right: inherit;
    top: 0;
}

ul.ab_sec_3_tabs {
    list-style: none;
    margin: 5.5rem 0 2rem 0;
}

ul.ab_sec_3_tabs li {
    color: #666;
    font-family: Goldman;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    /* 138.889% */
    margin: 0;
    transition: .5s all;
    cursor: pointer;
}

ul.ab_sec_3_tabs li.active,ul.ab_sec_3_tabs li:hover {
    color: #143FAB;
    text-decoration: underline;
}

ul.ab_sec_3_tabs li+li {
    margin-top: 0.75rem;
}

div#ab_sec_3_tabs_for {
    padding-right: 3rem;
}

div#ab_sec_3_tabs_for .box_content {
    padding-left: 6rem;
    margin-top: 2.5rem;
}

div#ab_sec_3_tabs_for .swiper.ab_sec_3_slider {
    width: 100%;
}

.ab_sec_3_slider .content {
    font-size: 0.8rem;
}

div#ab_sec_3_tabs_for .content {
    font-size: 0.8rem;
    margin-bottom: 2.25rem;
}

.ab_sec_3_slider h3 {
    font-size: 1.5rem;
    color: #143FAB;
}

.ab_sec_3_slider h3 .number {
    font-size: 3rem;
    line-height: .9;
}

.ab_sec_3_slider .wrap_content {
    max-width: 20.35rem;
}

.ab_sec_3_slider .box_item.flex.items-end {
    justify-content: space-between;
    padding-right: .2rem;
}

.ab_sec_4 video {
    position: absolute;
    opacity: .05;
    right: -27rem;
    width: auto;
    height: auto;
    bottom: -7rem;
}

.ab_sec_3_slider .wrap_content .content {
    margin: 0 !important;
    font-size: 0.7rem !important;
}

.ab_sec_3_slider .swiper-pagination {
    position: unset;
    display: flex;
    margin-top: 0.75rem;
}

.ab_sec_3_img {
    height: 100vh;
    width: calc(100% + calc(100vw - 70rem)/2);
}

.ab_sec_3_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab_sec_3 .title_nen {
    bottom: 1.3rem;
    left: calc(calc(100vw - 72rem)/2);
}

.ab_sec_4 img {
    width: 100%;
    display: block;
    margin-bottom: 4.75rem;
}

.ab_sec_4 h2.heading_title {
    max-width: 18.5rem;
}

.ab_sec_4 .content {
    font-size: 0.8rem;
}

.ab_sec_5 .col {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    position: relative;
}

img.ab_sec_5_img {
    width: 28.75rem;
    display: block;
    margin-top: 2rem;
}

.ab_sec_5_slider h3 {
    font-size: 1.5rem;
    color: #143FAB;
}

.ab_sec_5_slider .content {
    font-size: 1.25rem;
    font-weight: 400;
}

.ab_sec_5_slider {
    max-width: 28.5rem;
    margin: 0 0 11rem 0;
}

.ab_sec_5 .title_nen {
    bottom: 0;
    z-index: 2;
    left: calc(calc(100vw - 68rem)/2);
    opacity: .4;
}

.ab_sec_5_slider .swiper-pagination {
    position: unset;
    display: flex;
    margin-top: 1.5rem;
}

img.ab_sec_5_img_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 16.7rem;
    height: 18.45rem;
    width: 16.7rem;
    object-fit: cover;
}

.ab_sec_5:before {
    content: '';
    width: 32.9rem;
    height: 32.9rem;
    border-radius: 32.9rem;
    background: rgba(202, 216, 255, 0.50);
    filter: blur(7.5rem);
    position: absolute;
    bottom: -10rem;
    left: 36%;
}

.ab_sec_9_slider .swiper-wrapper {
    flex-direction: unset;
}

.ab_sec_6_video video {
    display: block;
    width: 100%;
    height: 13.45rem;
    object-fit: cover;
}

.ab_sec_6_video {
    margin: 6rem 0 2.5rem;
    width: calc(100% + calc(100vw - 70rem)/2);
}

.ab_sec_6_wrap .box {
    width: 25%;
    font-size: 0.8rem;
    margin: 0;
}

.ab_sec_6_wrap .box:nth-child(3) {
    width: 33.3333%;
}

.ab_sec_6_wrap .box h3 {
    color: #143FAB;
    font-family: Goldman;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    /* 133.333% */
    text-transform: uppercase;
}

.ab_sec_6_wrap .box strong {
}

.ab_sec_7_bottom {
    max-width: 22.75rem;
    margin: 2rem 0 0 auto;
}

.ab_sec_7 {
    font-size: 0.8rem;
}

.ab_sec_7_right .ab_sec_7_bottom {
    margin: 2.5rem auto 0;
}

.ab_sec_7_top .conetent {
    max-width: 23rem;
}

.ab_sec_7_top .content.top {
    max-width: 23rem;
}

.ab_sec_7 img {
}

img.ab_sec_7_img {
    margin-top: 3.5rem;
}

.ab_sec_7 .title_nen {
    bottom: 0;
    left: calc(calc(100vw - 72.5rem)/2);
}

.ab_sec_7 .row {
    position: relative;
    z-index: 2;
}

.ab_sec_7:before {
    content: '';
    position: absolute;
    top: 0;
    left: 13%;
    border-radius: 32.9rem;
    background: rgba(202, 216, 255, 0.50);
    filter: blur(7.5rem);
    width: 32.9rem;
    height: 32.9rem;
}

.ab_sec_8_img {
    height: 100vh;
    width: calc(100% + calc(100vw - 70rem)/2);
    float: right;
    padding-right: 5rem;
}

.ab_sec_8_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab_sec_8 .title_nen {
    bottom: 0;
    z-index: 2;
}

.ab_sec_8_content {
    margin-top: 8.25rem;
    max-width: 26rem;
    margin-bottom: 5rem;
}

.ab_sec_8_slider .swiper-pagination {
    position: unset;
    display: flex;
    margin-top: 1.15rem;
}

.ab_sec_8_slider {
    max-width: 30.5rem;
    margin: 0;
    font-size: 1.25rem;
}

.ab_sec_8_slider b {
    color: #333;
    text-transform: uppercase;
    font-family: Goldman;
    margin-top: 0.75rem;
    display: block;
}

.ab_sec_9_slider a.item {
    width: 9.5rem;
    height: 9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.7rem;
    background: rgb(255 255 255 / 10%);
    box-shadow: 0rem 0rem 2rem 0rem rgba(178, 205, 184, 0.20);
}

.ab_sec_9 .title_nen {
    bottom: 0;
}

.swiper-pagination-lock {
    display: flex;
    position: unset;
    justify-content: center;
    margin-top: 1.5rem;
}

.ab_sec_9_slider {
    padding: 2.25rem 0 0 0;
}

.ab_sec_9_slider .swiper-slide:nth-child(odd) {
    transform: translateY(-1.5rem);
}

.ab_sec_10_slider {
    max-width: 55rem;
    margin: auto;
}

.ab_sec_10_slider a.item {
    height: 26rem;
    display: inline-block;
    width: 100%;
}

.ab_sec_10_slider a.item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ab_sec_10_slider .swiper-slide {
    transform: scale(.8);
    transition: .5s all;
}

.ab_sec_10_slider .swiper-slide.swiper-slide-active {
    transform: scale(.9);
}

.ab_sec_10_slider .swiper-pagination {
    position: unset;
}

.ab_sec_10 .title_nen {
    bottom: 0;
}

.news_sec_2 .swiper.slider_posts {
    margin-top: 3.5rem;
}

ul.menu_blog {
    list-style: none;
    margin: 1.5rem 0 0 0;
}

ul.menu_blog a {
    color: #666;
    font-family: Goldman;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    /* 138.889% */
    transition: .4s all;
}

ul.menu_blog li {
    margin: 0;
}

ul.menu_blog {
    display: flex;
    justify-content: flex-end;
}

ul.menu_blog li + li {
    margin-left: 1.5rem;
}

ul.menu_blog a:hover,ul.menu_blog a.active {
    color: #143FAB;
    text-decoration: underline;
}

.wrap_qa h3 {
    display: flex;
    align-items: center;
    color: rgba(51, 51, 51, 0.80);
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    /* 140% */
    justify-content: space-between;
    margin: 0;
    border-bottom: 1px solid rgba(45, 106, 102, 0.20);
    padding: 0.5rem 0;
    cursor: pointer;
}

.wrap_qa .item+.item {
    margin-top: 1.5rem;
}

.wrap_qa .content {
    padding-top: 1rem;
}

.wrap_qa svg {
    display: block;
    width: 1rem;
    height: auto;
}

.wrap_qa .active svg {
    transform: rotate(180deg);
}

.wrap_qa .arrow {
    margin-left: 1rem;
}

.wrap_qa .active h3 {
    color: #143FAB;
    font-weight: 700;
}

.poly_page .content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.poly_page .content::-webkit-scrollbar {
    width: 0.4rem;
    background-color: #cedbff;
}

.poly_page .content::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.poly_page .content {
    max-height: 35rem;
    overflow: auto;
    padding-right: 4.5rem;
    filter: unset !important;
}

.poly_page .content h2,.poly_page .content h3 {
    font-family: Inter;
    color: #000;
}

.poly_page_left h3 {
    font-size: 1.5rem;
    margin-bottom: 0.55rem;
}

.poly_page_left {
    max-width: 19.85rem;
}

.menu_cs ul {
    margin: 0.75rem 0 0;
}

.menu_cs ul li a {
    border: none !important;
    padding: 0;
    color: #666;
    font-family: Goldman;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 400;
    /* 138.889% */
    transition: .4s all;
}

.menu_cs ul li {
    border: none !important;
}

.menu_cs ul li+li {
    margin-top: 0.65rem;
}

.menu_cs ul li.current_page_item a,.menu_cs ul li a:hover {
    color: #143FAB;
    text-decoration: underline;
}

@keyframes hu__hu__ {
    50% {
        transform: translateY(1.5rem)
    }
}

.page-template-den_led_light main#main {
    background: #DDDDEF;
}

.heading_title.style_2,.page-template-den_led_light #main .heading_title {
    background: linear-gradient(90deg, #B9B9B9 0%, #626262 21.63%, #A6A6A6 44.71%, #676666 74.04%, #CACACA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 1.5;
}

section.led_light_1 {
    padding: 10rem 0 7.5rem;
    background-image: url(../images/light_sec_1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.row.cre_normal {
    position: absolute;
    margin: auto;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    top: 1.5rem;
    filter: brightness(0) invert(0);
}

section.led_light_1 .content.top {
    color: #7B7B7B;
}

.led_light_1_img {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 3rem 0 0 0;
}

.led_light_1_img .title_nen {
    z-index: 1;
    color: rgba(255, 255, 255, 0.20);
    -webkit-text-stroke-width: 0.22000000000000003rem;
    -webkit-text-stroke-color: #fff;
    font-family: Goldman;
    font-size: 6.4815rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.53705rem;
    text-transform: uppercase;
    filter: blur(0.1rem);
    top: 50%;
    transform: translateY(-50%);
}

.led_light_1_img .inner_img {
    position: relative;
    z-index: 2;
}

.led_light_1_img .inner_img img {
    max-height: 25rem;
    animation: hu__hu__ infinite 2s ease-in-out;
    width: auto;
    height: auto;
}

.led_light_2_content {
    color: #A7A7A7;
    font-size: 1.8rem;
    font-family: Goldman;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.led_light_2_content strong {
    color: #143FAB;
    font-weight: 400;
}

.led_light_2_items {
    display: flex;
    margin-bottom: 7.5rem;
    position: relative;
    z-index: 2;
}

.led_light_2_items .item {
    width: 20%;
    padding: 0 0.5rem;
}

.led_light_2_items .icon {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    margin: 0 auto 0.5rem;
    transform: rotateY(0deg);
    transition: 1s all;
}

.led_light_2_items h3 {
    color: #143FAC;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.led_light_2_items .item+.item {
    border-left: 1px solid #C0C0C0;
}

.led_light_2_img {
    position: relative;
}

.led_light_2_img img {
    display: block;
    margin: auto;
    max-height: 31rem;
    z-index: 2;
    position: relative;
    transition: 1.7s all;
    transform: translateY(0);
}

.led_light_2_img .title_nen {
    z-index: 2;
    font-size: 9.25rem;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.led_light_2_img {
    padding-top: 3.7rem;
}

.led_light_2_img:hover>img {
    transform: translateY(-4.5rem);
}

a.link_button {
    border-radius: 0.25rem;
    background: #143FAB;
    padding: 1.05rem 2.05rem;
    color: #FFF;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: .4s all;
}

section.led_light_3 {
    padding-top: 12.5rem;
}

.led_light_3_items .box_img {
    width: 12rem;
    height: 5.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3.25rem;
}

.led_light_3_it {
}

.led_light_3_items h3 {
    color: #143FAC;
    font-family: Goldman;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    /* 120% */
    margin-bottom: 0;
    line-height: 1.1;
}

.led_light_3_items {
    font-size: 0.8rem;
    position: relative;
    z-index: 3;
}

.led_light_3_items li {
    margin-bottom: 0;
}

.led_light_3_items ul {
    margin-left: 1rem;
}

.led_light_3_items .item {
    padding: 2.5rem 0 1.35rem;
    position: relative;
}

.led_light_2_img:before {
    content: '';
    width: 43.3rem;
    height: 43.3rem;
    width: 43.3rem;
    border-radius: 43.3rem;
    background: rgba(178, 198, 255, 0.50);
    filter: blur(9.5rem);
    position: absolute;
    bottom: 10rem;
    left: 50%;
    transform: translateX(-50%);
}

.led_light_3_items .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(-53deg, #143FAB, transparent);
    height: 1px;
    width: 100%;
    bottom: 0;
}

.led_light_3_items .item:nth-child(2):before {
    width: 86%;
}

.led_light_3_items .item:nth-child(3):before {
    width: 83%;
}

.led_light_3_items .item:nth-child(4):before {
    width: 85%;
}

.led_light_3_items .item:after {
    width: 0.25rem;
    height: 0.25rem;
    background: #143FAB;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    border-radius: 50%;
    transform: translateY(50%);
}

.led_light_3_items .item:nth-child(2):after {
    left: 86%;
}

.led_light_3_items .item:nth-child(3):after {
    left: 83%;
}

.led_light_3_items .item:nth-child(4):after {
    left: 85%;
}

.led_light_3_img img {
    max-width: 51.3rem;
    position: relative;
    z-index: 2;
    left: -6.8rem;
}

.led_light_3_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: -7.6rem;
    width: 65.15rem;
    height: 65.15rem;
    transform: rotate(135deg);
    flex-shrink: 0;
    border-radius: 65.15rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 79.36%, #FFF 100%);
    filter: blur(1rem);
}

.led_light_3_img:after {
    width: 43.3rem;
    height: 43.3rem;
    border-radius: 43.3rem;
    background: rgba(178, 198, 255, 0.50);
    filter: blur(9.5rem);
    content: '';
    position: absolute;
    top: -13.5rem;
    left: -5rem;
}

section.led_light_4 {
    padding-top: 12.5rem;
}

.led_light_4_slider .item .box_img {
    width: 26.7rem;
    flex: 0 0 auto;
}

.led_light_4_slider .item {
    display: flex;
    justify-content: space-between;
}

.led_light_4_slider .inner_img_item {
    position: relative;
    width: 100%;
    padding-top: 9rem;
    display: inline-block;
}

.led_light_4_slider .inner_img_item .img {
    position: absolute;
    top: -3%;
    width: 14.5rem;
    height: 12rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    left: 9%;
    animation: hu__hu__ infinite 3s ease-in-out;
}

.led_light_4_slider .inner_content {
    max-width: 22.75rem;
    margin: 0 0 0 auto;
    text-align: right;
}

.led_light_4_slider .inner_content h3 {
    font-size: 2rem;
    color: #143FAC;
    margin-bottom: 0.25rem;
}

.led_light_4_slider {
    margin-top: 3.5rem;
}

.led_light_4_slider .inner_img_item .img img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    position: relative;
    z-index: 3;
}

.led_light_4_slider .inner_img_item .img:nth-child(2) {
    left: 30%;
    top: 22%;
    animation: hu__hu__ infinite 4s ease-in-out;
}

.led_light_4_slider .inner_img_item .img:nth-child(3) {
    left: 64%;
    top: 13%;
    animation: hu__hu__ infinite 5s ease-in-out;
}

.led_light_4_slider .inner_img_item .img:before {
    content: '';
    width: 8.9rem;
    height: 0.55rem;
    background: #4C4C70;
    filter: blur(0.35rem);
    position: absolute;
    border-radius: 50%;
    bottom: -0.35rem;
    opacity: .6;
}

.led_light_4_slider .swiper-pagination {
    position: unset;
    margin-top: 1rem;
}

section.led_light_5 {
    padding-top: 9.75rem;
}

section.led_light_5 video {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: cover;
    margin-top: 2rem;
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
}

section.led_light_6 {
    padding-top: 7.5rem;
}

.led_light_6_ss {
    display: flex;
}

.led_light_6_ss .wrap_title {
    width: 18.9rem;
    flex: 0 0 auto;
    margin-right: 4.25rem;
}

.led_light_6_ss .wrap_title .box_title {
    height: 16.5rem;
    display: flex;
    align-items: center;
}

.led_light_6_ss ul.wrap_info {
    list-style: none;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    #333333; color: #333;
}

.led_light_6_ss ul.wrap_info li {
    border-top: 1px solid #C9C9C9;
    margin: 0;
    padding: 0 0.55rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.led_light_6_ss ul.wrap_info li {
}

.led_light_6_ss .wrap_content {
    display: flex;
    width: 100%;
}

.led_light_6_ss .wrap_content .item:nth-child(odd) {
    background: #FFF;
    #FFFFFF; }

.led_light_6_ss .wrap_content .item {
    background: rgb(255 255 255 / 30%);
    border-radius: 0.25rem;
    overflow: hidden;
    width: calc(50% - 1rem);
    margin: 0 0.5rem;
    padding: 1.5rem;
}

.led_light_6_ss .wrap_content .item .box_img {
    text-align: center;
    height: 15rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: self-end;
}

.led_light_6_ss .wrap_content .item .box_img .inner {
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.led_light_6_ss .wrap_content .item h3 {
    color: #143FAC;
    text-align: center;
    font-family: Goldman;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    /* 116.667% */
    margin: 0;
    margin-bottom: 1.5rem;
}

.led_light_6_ss ul.info {
    list-style: none;
    margin: 0;
    text-align: center;
}

.led_light_6_ss ul.info li {
    margin: 0;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #C9C9C9;
    font-weight: 700;
    color: #143FAB;
}

.cs_section {
    padding-top: 8.5rem;
    padding-bottom: 6.8rem;
}

.led_light_7_img {
    border-radius: 0.5rem;
    overflow: hidden;
}

.led_light_7_img img {
    display: block;
    width: 100%;
    height: auto;
}

.cs_section_content {
    padding-left: 5rem;
}

.cs_section_content .content {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.led_light_2_img svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 69.6rem;
    height: auto;
    display: block;
}

.led_light_2_img:after {
    width: 65.15rem;
    height: 65.15rem;
    flex-shrink: 0;
    border-radius: 65.15rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 79.36%, #FFF 100%);
    filter: blur(1rem);
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.led_light_2_img a.link_button {
    position: relative;
    z-index: 3;
}

.form_landing_page input {
    height: 3rem;
    border: 1px solid #C5C5C5;
    background: transparent !important;
    padding: 0 1.5rem;
    box-shadow: none !important;
    font-size: 0.8rem;
    color: #231F20;
}

.form_landing_page .button_link {
    position: relative;
    margin-top: 1.5rem;
}

.form_landing_page .button_link input.wpcf7-form-control.wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
}

.form_landing_page .button_link span.wpcf7-spinner {
    position: absolute;
}

.page-template-den_legendary main#main {
    background-image: url(../images/bg_main.jpg);
}

.heading_title.style_3,.page-template-den_legendary .heading_title {
    color: var(--Legendary, #005570);
    font-family: "Fz American Typewriter";
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.;
    /* 112.5% */
    text-transform: uppercase;
}

section.legendary_1 {
    padding: 11.75rem 0;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 41.4rem auto;
}

section.legendary_1 .content {
    font-size: 1rem;
    color: #7B7B7B;
    margin-bottom: 2rem;
}

a.button_style {
    display: inline-flex;
    height: 2.5rem;
    padding: 0.5rem 1.1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background: #D0AF21;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    /* 200% */
    transition: .4s all;
}

.legendary_1_items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 6.5rem;
}

.legendary_1_items .item {
    width: calc(100% / 3);
    display: flex;
    justify-content: flex-end;
    padding-top: 10rem;
    position: relative;
}

.legendary_1_items .item .box_img {
    width: 16.9rem;
    height: 14rem;
    position: relative;
}
.legendary_1_items .item .box_img:before{
    content: '';
    background-image: url(../images/ht1.svg);
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 4.9rem;
    height: 6.5rem;
    left: -6rem;
    bottom: 6rem;
}
.legendary_1_items .item:nth-child(2) .box_img:before{
    content: '';
    background-image: url(../images/ht2.svg);
    width: 2.3rem;
    height: 3.6rem;
    bottom: -2.5rem;
    left: 5rem;
}
.legendary_1_items .item:nth-child(3) .box_img:before{
    content: '';
    background-image: url(../images/ht3.svg);
    width: 2.65rem;
    height: 4.7rem;
    left: unset;
    bottom: 11rem;
    right: -3rem;
}

.legendary_1_items .item h3 {
    position: absolute;
    color: var(--Legendary, #005570);
    font-family: "Fz American Typewriter";
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 500;
    line-height: 1.7rem;
    /* 113.333% */
    top: 6rem;
    margin: 0;
    left: 0;
}

.legendary_1_items .item:nth-child(2) .box_img {
    width: 97%;
    height: 16.8rem;
    display: flex;
    margin: auto;
}

.legendary_1_items .item:nth-child(2) {
    padding: 0 0 7.5rem;
}

.legendary_1_items .item:nth-child(2) h3 {
    bottom: 2.1rem;
    top: unset;
    left: 8rem;
}

.legendary_1_items .item:nth-child(3) .box_img {
    width: 18.5rem;
    height: 15.3rem;
}

.legendary_1_items .item:nth-child(3) {
    justify-content: center;
}

.legendary_1_items .item:nth-child(3) h3 {
    right: 4rem;
    left: unset;
    display: inline-block;
    width: auto;
}

.legendary_1_items .item .box_img img {
    transition: .4s all;
    transform: scale(1);
}

.legendary_1_items .item:hover .box_img img {
    transform: scale(1.1);
}

.legendary_2_content {
    color: #7B7B7B;
    text-align: right;
    font-family: "Fz American Typewriter";
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
    /* 125% */
}

.legendary_2_content .content {
    margin-bottom: 1.5rem;
}

section.legendary_3 {
    padding-top: 7rem;
}

.legendary_3_items .item {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--Legendary, #005570);
    text-align: right;
    font-family: Inter;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    /* 133.333% */
    position: relative;
}

.legendary_3_items {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.legendary_3_items .item .icon {
    width: 3.8rem;
    height: 3.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1.5rem;
    background-image: url(../images/icon_round.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.legendary_3_items .item + .item {
    margin-top: 1.5rem;
}

.legendary_3_items {
    margin-top: 3rem;
}

.legendary_3_img img {
    max-width: 42.8rem;
    position: relative;
    left: -3rem;
}

.legendary_3_items .item:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #005570;
    width: 0.25rem;
    height: 0.25rem;
    z-index: 2;
    opacity: 0.29;
    border-radius: 50%;
}

section.legendary_4 {
    padding-top: 10rem;
}

.legendary_4_items .item {
    display: flex;
    align-items: center;
}

.legendary_4_items .item:nth-child(even) .box_img {
    order: 2;
}

.legendary_4_items .item>* {
    width: 50%;
}

.legendary_4_items .item+.item {
    margin-top: 3.5rem;
}

.legendary_4_items .item .box_img {
    height: 20rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

.legendary_4_items .item .box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.legendary_4_items .item .box_content {
    padding-left: 6.2rem;
    position: relative;
}

.legendary_4_items .item:nth-child(even) .box_content {
    padding: 0 6.2rem 0 0;
}

.legendary_4_items h3 {
    color: var(--Legendary, #005570);
    font-family: "Fz American Typewriter";
    font-size: 2rem;
    font-style: italic;
    font-weight: 500;
    line-height: 2rem;
    /* 100% */
    margin-bottom: 0.5rem;
}

.legendary_4_items b.num {
    font-family: Inter;
    font-size: 7.8027500000000005rem;
    font-style: italic;
    font-weight: 800;
    line-height: 6.9358rem;
    /* 88.889% */
    background: linear-gradient(180deg, rgba(116, 90, 37, 0.20) 0%, rgba(116, 90, 37, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: -4.05rem;
}

.legendary_4_items {
    margin-top: 5rem;
}

.legendary_3_items .item .inner {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.6rem 0;
}

.legendary_3_items .item .inner:after {
    width: 100%;
    height: 1px;
    background: linear-gradient(-19deg, #005570, transparent);
    content: '';
    position: absolute;
    bottom: 2px;
    opacity: 0.29;
    right: 0.2rem;
}

.page-template-kinh_chan_gio #main {
    background: #C5C5C5;
    #C5C5C5; }

section.cg_1 {
    padding-top: 8rem;
}

.heading_title.style_5 {
    color: #000;
    font-family: Goldman;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    /* 93.333% */
    text-transform: uppercase;
}

a.button_style_2 {
    display: inline-flex;
    height: 2.5rem;
    padding: 0.5rem 1.1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    border: 0.25rem solid rgba(0, 0, 0, 0.20);
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    /* 200% */
    outline: 0.3rem solid #b2b2b2;
    transition: .4s all;
}

section.cg_1 .heading_title {
    margin-bottom: 2.5rem;
}

.cg_1_img {
    position: relative;
    display: flex;
    justify-content: center;
}

.cg_1_img img {
    max-width: 67.5rem;
    display: block;
    position: relative;
    z-index: 2;
}

.cg_1_img .title_nen {
    color: rgba(255, 255, 255, 0.20);
    -webkit-text-stroke-width: 0.22000000000000003rem;
    -webkit-text-stroke-color: #fff;
    font-family: Goldman;
    font-size: 6.4815rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.53705rem;
    text-transform: uppercase;
    filter: blur(0.1rem);
    z-index: 2;
    top: 17.35rem;
}

.cg_1_img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, #C5C5C5 0%, rgba(197, 197, 197, 0.00) 100%);
    height: 13.95rem;
    width: 100%;
    z-index: 3;
}

section.cg_2 {
    padding-top: 6rem;
    overflow: hidden;
}

section.cg_2 h2.heading_title.style_5 {
    text-align: left;
}

.cg_2_items .item {
    display: flex;
    align-items: center;
}

.cg_2_items .icon {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #434343;
    border-radius: 50%;
    border: 0.65rem solid #EDEDED;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
}

.cg_2_items .icon img {
    max-width: 60%;
    max-height: 60%;
    width: auto;
    height: auto;
    transform: rotateY(0);
    transition: 1s all;
}

.cg_2_items .item+.item {
    margin-top: 2.5rem;
}

.cg_2_items {
    margin-top: 4rem;
    max-width: 35rem;
}

.cg_2_items .content {
    height: 5.25rem;
    border-radius: 2.5rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.00) 100%);
    display: flex;
    align-items: center;
    padding: 0.5rem 6rem;
    color: #171717;
    font-family: Goldman;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    /* 130% */
    text-transform: uppercase;
    margin-left: -4.3rem;
}

.cg_2_img img {
    max-width: calc(100% + calc(100vw - 61rem)/2);
    position: relative;
    left: -5rem;
    position: relative;
    z-index: 2;
}

.cg_2_img:before {
    content: '';
    background-image: url(../images/ht1.png);
    width: 58.8rem;
    height: 79.2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 2;
    top: -15rem;
    left: -16.35rem;
}

section.cg_3 video {
    width: 100%;
    height: auto;
    display: block;
    max-height: 100vh;
    object-fit: cover;
}

section.cg_4 {
    padding: 8.5rem 0 0 0;
}

.cg_4_img .inner {
    max-width: 40rem;
    position: relative;
}

.cg_4_img >.inner:after {
    content: '';
    background-image: url(../images/ht2.png);
    position: absolute;
    width: 36.7rem;
    height: 33.3rem;
    background-size: cover;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    top: -4.85rem;
}

.cg_4_img {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.cg_4_img_item .item {
    position: absolute;
    top: 10%;
    left: 0;
    text-align: right;
}

.cg_4_img_item .item h3 {
    color: #171717;
    text-align: right;
    font-family: Goldman;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    /* 104% */
    text-transform: uppercase;
    margin-bottom: 0;
}

.cg_4_img_item .item .content {
    color: #000;
}

.cg_4_img .inner:before {
    background: linear-gradient(0deg, #C5C5C5 0%, rgba(197, 197, 197, 0.00) 100%);
    height: 9.1rem;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 3;
}

section.cg_5 {
    padding-top: 6.75rem;
}

.cg_5_items {
    display: flex;
}

.cg_6_wrap {
    border-radius: 0.5rem;
    background: #D9D9D9;
    height: 10.15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3rem;
}

.cg_6_wrap h2.heading_title.style_5 {
    width: auto;
    margin: 0;
}

.cg_5_items .box_img {
    position: relative;
    padding-bottom: 75%;
    margin-bottom: 2rem;
}

.cg_5_items .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cg_5_items .item {
    width: 25%;
    padding: 0 3rem 0 1.25rem;
}

.cg_5_items .item +.item {
    border-left: 1px solid #B3B3B3;
}

.cg_5_items h3 {
    color: #171717;
    font-family: Goldman;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    /* 104% */
    text-transform: uppercase;
    margin: 0;
}

.cg_5_items {
    color: #000;
    margin-top: 2.5rem;
    margin-bottom: 8.5rem;
}

.cg_5_items .item:before {
    content: '01';
    font-family: Goldman;
    font-size: 6.0096rem;
    font-style: normal;
    font-weight: 700;
    /* 104% */
    text-transform: uppercase;
    background: linear-gradient(180deg, #D9D9D9 23.08%, rgba(217, 217, 217, 0.00) 80.77%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: .8;
}

.cg_5_items .item:nth-child(2):before {
    content: '02';
}

.cg_5_items .item:nth-child(3):before {
    content: '03';
}

.cg_5_items .item:nth-child(4):before {
    content: '04';
}

.cg_4_img_item .item .inner {
    position: absolute;
    width: 17.2rem;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cg_4_img_item .item .inner:before {
    display: none;
}

.cg_4_img_item {
    display: inline-flex;
}

.cg_4_img_item .item:nth-child(2) {
    top: 61%;
    left: 0;
}

.cg_4_img_item .item:nth-child(3),.cg_4_img_item .item:nth-child(4) {
    text-align: left;
    left: 145%;
}

.cg_4_img_item .item:nth-child(3) h3, .cg_4_img_item .item:nth-child(4) h3 {
    text-align: left;
}

.cg_4_img_item .item:nth-child(4) {
    top: 59%;
}

.cg_4_img .inner>img {
    position: relative;
    z-index: 2;
}

section.cs_section.cg_7 .form_landing_page input {
    border: 1px solid #FFF;
}

@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.page-template-san_pham_nhua #main {
    background: #DCDCE4;
    #DCDCE4; }

section.nhua_1 {
    padding-top: 10rem;
}

section.nhua_1 .bg {
    background-image: url(../images/nhua_bg.png);
}

.page-template-san_pham_nhua #main .heading_title {
    top: 5rem;
    text-transform: uppercase;
}

section.nhua_1 .content {
    max-width: 41.15rem;
    color: #7B7B7B;
    text-align: center;
    font-family: Inter;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    /* 140% */
}

a.button_2 {
    display: inline-flex;
    height: 2.5rem;
    padding: 0.5rem 1.1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    outline: 0.25rem solid rgba(20, 63, 171, 0.20);
    background: #143FAB;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    /* 200% */
    transition: .4s all;
}

section.nhua_1 a.button_2 {
    margin-top: 1.35rem;
}

.nhua_1_items .item {
    width: 17.2rem;
    flex: 0 0 auto;
    margin: 0 -2rem;
    position: relative;
    z-index: 2;
}

.nhua_1_items .item img {
    width: 100%;
    height: auto;
}

.nhua_1_items .item:nth-child(even) {
    margin-top: 2.5rem;
    margin-left: -2.95rem;
}

.nhua_1_items {
    margin-top: 4.5rem;
    position: relative;
    padding-bottom: 3.15rem;
}

.nhua_1_items:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3.75rem;
    width: 100%;
    background: linear-gradient(180deg, rgba(137, 137, 163, 0.00) 0%, #8989A3 100%);
    filter: blur(1rem);
    border-radius: 100%;
}

section.nhua_1 span {
    color: rgba(255, 255, 255, 0.20);
    -webkit-text-stroke-width: 0.22000000000000003rem;
    -webkit-text-stroke-color: #fff;
    font-family: Goldman;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 5.5rem;
    /* 110% */
    text-transform: uppercase;
    flex: 0 0 auto;
    filter: blur(0.1rem);
    animation: textLoop 30s linear infinite;
}

.title_bottom {
    display: flex;
    margin-top: 3rem;
}

section.nhua_1 span + span {
    margin-left: 6.5rem;
}

section.nhua_1 .content.bottom {
    max-width: 48rem;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 3.5rem 0 5rem;
}

.text_white * {
    color: #fff;
}

.text_white {
    color: #fff;
}

.nhua_2:before {
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.50) 24.66%, rgba(0, 0, 0, 0.00) 52.4%, rgba(0, 0, 0, 0.90) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.nhua_2 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease-in-out;
    -webkit-transition: background-image 0.3s ease-in-out;
}

.nhua_2_items {
    display: flex;
}

.nhua_2_items .item {
    width: 25%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    font-size: 0.8rem;
    padding: 3rem 2.25rem 3rem 1.25rem;
    position: relative;
    transition: .5s all;
}

.nhua_2_items .item h3 {
    color: #FFF;
    font-family: Goldman;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35rem;
    /* 108% */
    margin-bottom: 0.25rem;
}

.nhua_2 h2.heading_title {
    position: absolute;
}

.nhua_2_items .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(0deg, #fff, transparent);
    opacity: .2;
}

.nhua_2_items .item:last-child:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(0deg, #fff, transparent);
    opacity: .2;
}

.nhua_2_items .item:hover {
    padding-bottom: 6rem;
}

section.nhua_3 {
    padding-top: 10rem;
}

.section.nhua_3 .content {
    font-size: 1.25rem;
}

section.nhua_3 .content {
    font-size: 1.25rem;
}

.nhua_2_bottom h3 {
    font-size: 2rem;
    color: #143FAC;
    text-transform: uppercase;
    margin-bottom: 0;
}

section.nhua_3 .nhua_2_bottom .content {
    font-size: 0.9rem;
    display: block;
    width: 100%;
}

.nhua_2_bottom a {
    font-size: 0.7rem;
    color: #143FAB;
    text-decoration: underline;
}

.nhua_2_bottom .box_img img {
    max-width: unset;
    width: calc(100% + calc(100vw - 71.2rem)/2);
    position: relative;
    z-index: 2;
}

.nhua_2_bottom .wrap_product {
    width: 39.5rem;
    flex: 0 0 auto;
}

.nhua_2_bottom {
    margin-top: 5rem;
}

.nhua_2_bottom .box_img {
    width: 100%;
    position: relative;
}

.nhua_2_bottom .box_img:before {
    content: '';
    width: 43.3rem;
    height: 43.3rem;
    background: rgba(178, 198, 255, 0.50);
    filter: blur(9.5rem);
    border-radius: 50%;
    position: absolute;
    top: -5rem;
    left: -5rem;
}

.wrap_img_nhua_3 ul {
    list-style: none;
    margin: 0;
}

.wrap_img_nhua_3 {
    margin-top: 10rem;
    position: relative;
}

.wrap_img_nhua_3 li {
    width: 13.5rem;
    height: 11rem;
    display: flex;
    position: absolute;
    top: -19%;
    margin: 0;
    left: 10%;
}

.wrap_img_nhua_3 li:nth-child(2) {
    top: 13%;
    margin: 0;
    left: 35%;
}

.wrap_img_nhua_3 li:nth-child(3) {
    top: -33%;
    margin: 0;
    left: 63%;
}

.wrap_img_nhua_3 li:before {
    width: 8.69175rem;
    height: 0.53715rem;
    width: 8.69175rem;
    background: linear-gradient(90deg, #4C4C70 0%, rgba(76, 76, 112, 0.00) 100%);
    filter: blur(0.35rem);
    position: absolute;
    bottom: 0;
    left: 62%;
    transform: translateX(-50%);
    opacity: .6;
}

.nhua_1_items .item:nth-child(1):before {
    content: '';
    background-image: url(../images/icon_img_1.svg);
    position: absolute;
    width: 5.55rem;
    height: 4.35rem;
    top: -1.9rem;
    left: 2.25rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nhua_1_items .item:nth-child(3):before {
    content: '';
    background-image: url(../images/icon_img_3.svg);
    position: absolute;
    width: 4.45rem;
    height: 3.6rem;
    top: -1.55rem;
    left: 2.7rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nhua_1_items .item:nth-child(5):before {
    content: '';
    background-image: url(../images/icon_img_4.svg);
    position: absolute;
    width: 4.75rem;
    height: 3.8rem;
    bottom: 0.7rem;
    right: 2.9rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nhua_1_items .item:nth-child(2):before {
    content: '';
    background-image: url(../images/icon_img_2.svg);
    position: absolute;
    width: 4.75rem;
    height: 3.8rem;
    bottom: -1.9rem;
    right: 2.65rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.nhua_1 .bg {
    height: 36.2rem;
    mix-blend-mode: color-dodge;
    position: absolute;
    top: 12.5rem;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-den_sportline main#main {
    background: #f36c2e;
    #F36C2E; }

section.sportline_1 .heading_title {
    margin-top: 10.55rem;
}

.sportline_1 img {
    max-width: 51.7rem;
    position: relative;
    z-index: 2;
}

.sportline_1 .content {
    margin: 1rem 0 2.5rem;
}

.heading_title.style_4 {
    text-shadow: 0rem 0rem 0.5rem #FFF;
    text-transform: uppercase;
}

.sportline_2:before {
    background: #F36C2E;
    width: 100%;
    height: 15rem;
    position: absolute;
    content: '';
    top: 0;
    transform: translateY(-100%);
}

section.sportline_1 {
    background: linear-gradient(180deg, #F36C2E 0%, #CF4709 71.11%);
    padding-top: 4rem;
}

.sportline_2 {
    position: relative;
    padding-top: 4.3rem;
}

.sportline_2:after {
    width: 43.8rem;
    height: 43.8rem;
    border-radius: 43.8rem;
    background: #FF9F73;
    filter: blur(7.5rem);
    content: '';
    position: absolute;
    top: -32.5rem;
    left: -30rem;
}

section.sportline_1:before {
    content: '';
    position: absolute;
    width: 28.35rem;
    height: 28.35rem;
    width: 28.35rem;
    border-radius: 28.35rem;
    background: #FF9F73;
    filter: blur(2.5rem);
    right: 1%;
    top: 2.5rem;
}

.sportline_2_img img {
    max-width: 59.75rem;
    height: auto;
    display: block;
    margin: auto;
    position: relative;
}

.sportline_2_img:before {
    content: '';
    content: '';
    position: absolute;
    height: 28.35rem;
    width: 28.35rem;
    border-radius: 28.35rem;
    background: #FF9F73;
    filter: blur(5rem);
    left: 1%;
    top: 0rem;
}

.sportline_2 h2.heading_title.style_4 {
    position: relative;
    z-index: 2;
}

.sportline_2_img:after {
    background: linear-gradient(0deg, #F36D2F 0%, rgba(243, 109, 47, 0.00) 100%);
    width: 100%;
    height: 14.75rem;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.sportline_2_img {
    position: relative;
}

section.sportline_3 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

section.sportline_3 h2.heading_title {
    max-width: 42.5rem;
    margin: 0 auto 2.5rem;
}

.sportline_3_items .item {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.sportline_3_items .item>* {
    width: 50%;
    padding: 0 6.05rem;
}

.sportline_3_items .item:nth-child(even) .box_img {
    order: 2;
}

.sportline_4_items {
    display: flex;
    margin: 2.5rem -0.5rem 0;
}

.sportline_4_items .item {
    height: 24.6rem;
    width: calc(25% - 1rem);
    margin: 0 0.5rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.sportline_4_items .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .4s all;
}

.sportline_4_items .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    font-size: 0.8rem;
    z-index: 2;
    min-height: 7.6rem;
}

.sportline_4_items .box_content h3 {
    text-shadow: 0rem 0rem 0.5rem #FFF;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0;
}

.sportline_4_items .item:before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    width: 100%;
    height: 17.4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

section.sportline_4 {
    padding-top: 7rem;
    position: relative;
}

section.sportline_4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #CC5219 13.1%, rgba(226, 101, 42, 0.50) 48.56%, rgba(255, 156, 109, 0.00) 100%);
    height: 33.3rem;
}

section.cs_section.sportline_6.text_white .form_landing_page input {
    color: #fff;
}

section.cs_section.sportline_6.text_white .form_landing_page input::placeholder {
    color: #fff;
}

section.cs_section.sportline_6 .button_link {
    filter: brightness(0) invert(1);
}

.sportline_2_items {
    display: flex;
    margin: 0 -0.75rem;
}

.sportline_2_items .item {
    box-shadow: 0 0 0.35rem #fff;
    background: linear-gradient(136deg, rgba(190, 60, 0, 0.70) 0.56%, rgba(255, 180, 145, 0.70) 27.66%, rgba(255, 85, 6, 0.70) 50.35%, rgba(255, 180, 145, 0.70) 70.44%, rgba(190, 60, 0, 0.70) 99.44%);
    backdrop-filter: blur(0.25rem);
    border-radius: 0.5rem;
    position: relative;
    width: calc(20% - 1.5rem);
,: 0;
    padding: 1.55rem 1.4rem;
    font-size: 1rem;
    cursor: pointer;
}

.sportline_2_items .item:before {
    content: '';
    top: 0.85rem;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    background: #f36d2f;
    backdrop-filter: blur(0.25rem);
    position: absolute;
    border-radius: 0.5rem;
}

.sportline_2_items .item>* {
    position: relative;
}

.sportline_2_items .item .icon {
    width: 7rem;
    height: 7rem;
    display: flex;
    margin: auto;
    transform: rotateY(0deg);
    transition: 1s all;
}

.sportline_3_items {
    margin: auto;
}

.sportline_3_items .item img {
    width: 100%;
    height: auto;
    display: block;
}

.sportline_3_items h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
}

.sportline_3_items .item:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 50%;
    height: 100%;
    background: linear-gradient(45deg, #fff, transparent);
    width: 2px;
    opacity: .5;
}

.sportline_3_items .item:after {
    width: 0.4rem;
    height: 0.4rem;
    background: #fff;
    border-radius: 50%;
    content: '';
    position: absolute;
    bottom: 46%;
    left: 50%;
    transform: translateX(-50%);
    filter: blur(0.1rem);
}

.sportline_3_items .item:first-child:before {
    height: 50%;
}

footer#footer {
    background: #C1C1C1;
    color: #333;
}

footer#footer .content_top {
    max-width: 21rem;
}

.thong_tin.content {
    margin: 3.15rem 0 1.8rem;
}

footer#footer h3, footer#footer b.title,footer#footer strong {
    color: #143FAB;
    font-family: Goldman;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    /* 240% */
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

footer#footer p {
    margin-bottom: 0.5rem;
}

.wrap_from_footer {
    border-radius: 0.25rem;
    display: flex;
}

.wrap_from_footer input {
    border: none;
    background: rgb(255 255 255 / 50%) !important;
    height: 2.5rem;
    border-radius: 0.25rem;
    padding: 0 0.9rem;
}

.wrap_from_footer input[type="submit"] {
    background: #143FAB !important;
    font-size: 0.8rem;
    text-transform: inherit;
    margin-left: 0.4rem;
    color: #fff !important;
    background-image: url(../images/arrow_right.svg) !important;
    background-position: right .8rem center !important;
    background-repeat: no-repeat !important;
    padding-right: 2.4rem;
    padding-left: 1.4rem;
    background-size: 1.2rem !important;
}

.footer_img {
    width: calc(100% + calc(100vw - 70rem)/2);
    height: 100vh;
    display: flex;
    align-items: flex-end;
    position: relative;
    flex-wrap: wrap;
    align-content: end;
    justify-content: center;
}

footer#footer .row {
    align-items: center;
}

footer#footer .title_nen {
    z-index: 2;
    top: 4.6rem;
    position: relative;
    float: right;
}

ul.socials_footer {
    list-style: none;
    margin: 0 0 4rem 0;
    display: flex;
}

ul.socials_footer a {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.50);
    transition: .5s all;
}

ul.socials_footer a img {
    max-width: 40%;
    max-height: 40%;
    width: auto;
    height: auto;
}

ul.socials_footer li+li {
    margin-left: 0.5rem;
}

ul.socials_footer a:hover {
    background: #fff;
}

form.wpcf7-form {
    margin: 0;
}

.ab_sec_9 .swiper-pagination {
    position: unset;
    margin-top: 1.5rem;
}

.ab_sec_11_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 2.25rem;
}

.ab_sec_11_top .wrap_content {
    max-width: 31rem;
}

.ab_sec_11_slider .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ab_sec_11_slider .item .box_img {
    width: 28.5rem;
    flex: 0 0 auto;
    margin-left: 6.8rem;
}

.ab_sec_11_slider h3 {
    font-size: 2.25rem;
}

.ab_sec_11_slider a {
    font-size: 0.7rem;
    color: #143FAB;
    text-decoration: underline;
    font-weight: 400;
    margin-top: 0.5rem;
    display: block;
}

.ab_sec_11_slider .box_content {
    max-width: 19.5rem;
    font-weight: 500;
}

.ab_sec_11 .title_nen {
    bottom: 0;
}

.ab_sec_11_slider .swiper-pagination {
    position: unset;
    display: flex;
    margin-top: 1.05rem;
}

.nav_year {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.nav_year ul {
    list-style: none;
    margin: 0;
}

.ab_sec_11 .row {
    align-items: center;
}

.nav_year ul li {
    margin: 1.25rem 0;
    padding-left: 1rem;
    position: relative;
    cursor: pointer;
}

.nav_year span {
    padding: 0.55rem 1rem;
    background: #143FAB;
    #143FAB; display: inline-flex;
    align-items: center;
    color: #FFF;
    font-family: Goldman;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
    /* 100% */
    text-transform: uppercase;
    opacity: 0;
    transition: .5s all;
    pointer-events: none;
}

.nav_year:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent, #fff, transparent);
    width: 1px;
}

.nav_year ul li:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0.35rem;
    height: 0.35rem;
    background: #FFF;
    transition: .5s all;
}

.nav_year ul li.active:before {
    background: #143FAB;
}

.nav_year ul li.active span {
    opacity: 1;
}

header {
    position: fixed;
    z-index: 9999;
    background: transparent;
    transition: .5s all;
}

.inner_header {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 5.5rem;
    justify-content: center;
    border-right: 1px solid rgba(58, 89, 168, 0.10);
    background: transparent;
    transition: .3s all;
}

.inner_header .open_menu {
    width: 2.15rem;
    height: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
    align-content: space-between;
    align-items: center;
}

.inner_header .open_menu span {
    background: #3A59A8;
    height: 0.075rem;
    width: 100%;
    transition: .5s all;
    border-radius: .5rem;
    opacity: 1;
    transition: .3s all;
}

.box_language {
    width: 100%;
}

.inner_header .open_menu span:nth-child(1) {
    width: 1.45rem;
}

.inner_header .open_menu span:nth-child(3) {
    width: 1.45rem;
}

.inner_header .open_menu:hover span {
    width: 100%;
}

.inner_header .open_menu:hover span:nth-child(2) {
    width: 1.45rem;
}

a.logo_header img {
    display: block;
    width: 100%;
    height: auto;
}

.box_language li {
    margin: 0;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
}

.box_language ul {
    margin: 0;
}

.box_language ul li {
    margin-bottom: 1.5rem;
}

.slider_for .swiper-slide img {
    max-height: 100%;
    width: auto;
    height: auto;
}

section.cs_section.legendary_6 h2.heading_title.style_3 {
    font-size: 3rem;
}

.menu_header {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 999;
    background: rgb(0 0 0 / 70%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 5.5rem);
    transition: .3s all;
    opacity: 0;
    pointer-events: none;
}

.close_menu {
    position: absolute;
    top: 50%;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0;
}

.close_menu svg {
    width: 1.5rem;
    height: auto;
    fill: var(--fs-color-primary);
}

form.search-form {
    display: flex;
    align-items: center;
}

form.search-form input.search-field {
    height: 2.5rem;
    border-radius: .5rem;
    box-shadow: none;
    margin: 0;
    width: 16rem;
}

form.search-form input.search-submit {
    margin: 0 0 0 .5rem;
}

input.search-submit {
    border-radius: .5rem;
    height: 2.5rem;
    font-size: .8rem;
}

.menu_header .menu a {
    font-family: Goldman;
    color: #333;
    border: none !important;
    font-size: 1.2rem;
    padding: 1rem 0;
    transition: .4s all;
}

.menu_header .menu {
    margin: 0;
}

.menu_header .primary {
    background: transparent;
    width: 100%;
}

.menu_header .inner {
    width: 25rem;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background: #ffffff;
    padding: 2rem;
    transform: translateX(-200%);
    transition: .3s all;
}

.menu_header .sub-menu li {
    border: none !important;
}

ul.sub-menu {
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

.menu_header .sub-menu li a {
    font-size: 1rem;
    padding: .6rem 0 !important;
}

.menu_header .menu button.toggle i {
    color: #333 !important;
}

.menu_header .menu button.toggle {
    margin: 0;
}

.menu_header.active {
    opacity: 1;
    pointer-events: unset;
}

.menu_header.active .inner {
    transition-delay: .2s;
    transform: translateX(0%);
}

.inner_header .open_menu:before,.inner_header .open_menu:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1.5px;
    background: #3A59A8;
    /* top: 50%; */
    transition: .4s all;
    transform: rotate(0deg);
    width: 0;
    /* left: 50%; */
}

.inner_header .open_menu.active span {
    opacity: 0;
}

.inner_header .open_menu.active:before, .inner_header .open_menu.active:after {
    opacity: 1;
    transform: rotate(45deg);
    width: 100%;
}

.inner_header .open_menu.active:after {
    transform: rotate(-45deg);
}

.popup_post .inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.popup_post .inner::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}

.popup_post .inner::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.popup_post {
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.58);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
}

.popup_post .inner {
    background: #FFF;
    max-width: 59rem;
    padding: 4rem;
    max-height: 100vh;
    overflow: auto;
    position: relative;
    z-index: 2;
}

.popup_post h1.heading_title {
    margin-bottom: 1.2rem;
}

.nav_post {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    justify-content: space-between;
    padding-bottom: 1rem;
}

.nav_post .right {
    display: flex;
}

ul.share_post {
    list-style: none;
    margin: 0 0 0 1rem;
    display: flex;
}

ul.share_post svg {
    width: 1rem;
    height: auto;
    display: block;
}

ul.share_post li {
    margin: 0;
}

ul.share_post li+li {
    margin-left: 1rem;
    margin-=l: ;
    margin-=l: 20p;
    margin-=l: 20;
    margin-=l: 2;
}

.content_post {
    font-size: .8rem;
    line-height: 1.5;
    margin-top: 1.5rem;
}

.content_post strong {
    color: #333;
    font-weight: 500;
}

.close_post {
    width: 3.2rem;
    height: 3.2rem;
    background: rgba(0, 0, 0, 0.20);
    SVG; display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    left: 2rem;
    cursor: pointer;
}

.close_post svg {
    max-width: 60%;
    height: auto;
    display: block;
    transform: rotate(0);
    transition: .4s all;
}

.popup_post.active {
    opacity: 1;
    pointer-events: unset;
}

.post_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgb(0 0 0 / 55%);
    opacity: 0;
    transition: .3s all;
    pointer-events: none;
}

.post_item.loading:after {
    content: '';
    animation: spin .5s linear infinite;
    border: 4px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 2.6rem;
    left: 50%;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    position: absolute;
    top: 50%;
    width: 2.6rem;
    z-index: 100;
}

.post_item.loading:before {
    opacity: 1;
}

.footer_img.contact_section {
    display: block;
    height: auto;
    width: 100%;
}

.footer_img.contact_section .title_nen {
    top: unset !important;
}

.footer_img.contact_section iframe {
    width: 35rem;
    display: block;
    margin: 0 0 0 auto;
    height: 20rem;
    border-radius: 10px;
}

a.open_form {
    display: inline-flex;
    float: right;
    border-radius: 5px;
    background: #143FAB;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-weight: 600;
    padding: 0 1.5rem;
    margin: 2rem 0;
}

a.open_form svg {
    width: 1.2rem;
    height: auto;
    display: block;
    margin-left: .5rem;
}

div#form_dk_tv {
    background: #DCDCE4;
    max-width: 40rem;
    padding: 4rem;
}

div#form_dk_tv input:not([type="submit"]) {
    background: #FFF !important;
}

span.wpcf7-spinner {
    position: absolute;
}

div#form_dk_tv h3.heading_title {
    font-size: 2.2rem;
    text-transform: unset;
}

div#form_dk_tv .content {
    margin-bottom: 1.2rem;
}

div#form_dk_tv input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
    float: left;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    font-size: .6rem;
    color: #143FAB;
    right: 1.9rem;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    width: 15px !important;
    border-radius: 0;
    height: 1px !important;
    background: rgba(20, 63, 171, 0.50);
    position: unset !important;
    display: inline-block;
    margin: 0 !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    width: 1.5rem !important;
    border-radius: 0 !important;
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: auto !important;
    height: auto !important;
    margin: 1.3rem 0 !important;
    display: flex;
    justify-content: flex-start !important;
}

span.fp-sr-only {
    display: none !important;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    display: flex;
    justify-content: flex-end;
}

#fp-nav ul li .fp-tooltip {
    display: flex;
    top: 50%;
    transform: translateY(-50%);
}

.fp-watermark {
    display: none;
}

.single-product main#main {
    background: #dcdce4;
}

section.product_sec_1 {
    padding-top: 10rem;
}

.product_sec_1_wrap {
    display: flex;
    position: relative;
}

.product_sec_1_wrap .title_nen {
    top: 50%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
}

ul.nav_color {
    list-style: none;
    margin: 0;
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
}

ul.nav_color li {
    margin: 0 0 0.6rem;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    cursor: pointer;
}

.product_sec_1_img {
}

.for_color {
    width: 100%;
}

.product_sec_1_img {
    height: 27.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_sec_1_img img {
    position: relative;
    z-index: 2;
}

.product_sec_1_img .icon {
    position: absolute;
    top: 0;
    right: 12%;
}

.product_sec_1_img .icon svg {
    width: 1.8rem;
    height: auto;
    display: block;
}

.product_sec_1_img img {
    max-height: 29.75rem;
}

.product_sec_1_img:before {
    content: '';
    position: absolute;
    width: 32.9rem;
    height: 32.9rem;
    border-radius: 32.9rem;
    background: rgba(202, 216, 255, 0.50);
    filter: blur(7.5rem);
}

.product_sec_1_info {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    text-align: center;
}

.product_sec_1_info b {
    color: #143FAB;
    text-align: center;
    font-family: Goldman;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    /* 120% */
    text-transform: uppercase;
}

.product_sec_1_info .item {
    margin: 0 3rem;
}

section.product_sec_2 {
    padding-top: 6rem;
}

.sub_title {
    font-size: 1.25rem;
    color: rgba(51, 51, 51, 0.80);
}

.product_price {
    font-size: 1.5rem;
    color: #7B7B7B;
}

ul.product_sec_2_info {
    list-style: none;
    margin: 0;
    display: flex;
    color: #282828;
    padding: 0.75rem 0;
    margin: 0.75rem 0 1.75rem;
    border: 0.05rem solid rgba(39, 181, 188, 0.20);
    border-left: none;
    border-right: none;
}

ul.product_sec_2_info b {
    font-weight: 500;
    color: #143FAB;
    margin-left: .2rem;
}

ul.product_sec_2_info li {
    margin: 0;
    display: flex;
    align-items: center;
}

ul.product_sec_2_info li+li:before {
    border-radius: 50%;
    content: '';
    display: inline-block;
    2 width: 0.2rem;
    height: 0.2rem;
    width: 0.2rem;
    background: #143FAB;
    margin: 0 0.8rem;
}

.san_thuong_mai b {
    color: #424E70;
    font-family: Inter;
    font-size: 0.8rem;
    font-style: normal;
    line-height: 1.1rem;
    /* 137.5% */
    text-transform: uppercase;
    display: block;
    margin-bottom: 1rem;
}

.san_thuong_mai ul {
    list-style: none;
    margin: 0;
    display: flex;
}

.san_thuong_mai ul li {
    margin: 0 1rem 0 0;
}

.san_thuong_mai ul li svg {
    width: 3.5rem;
    height: auto;
}

.product_sec_2_gallery {
    width: calc(100% + calc(100vw - 77rem)/2);
    margin-left: 3rem;
}

.product_sec_2_gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.product_sec_2_slider .swiper-pagination {
    display: flex;
    bottom: 1rem;
    left: 1rem;
}

section.product_sec_3 {
    position: relative;
    padding-top: 7.5rem;
}

section.product_sec_3:before {
    background: linear-gradient(180deg, #E4E4ED 0%, #DCDCE4 100%);
    Colors Hex Hex Background colors; height: 33rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}

ul.nav_gallery_product {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

section.product_sec_3 h2.heading_title {
    margin: 0;
}

ul.nav_gallery_product li {
    margin: 0;
}

ul.nav_gallery_product li a {
    color: #666;
    font-family: Goldman;
    font-style: normal;
    /* 138.889% */
    transition: .4s all;
}

ul.nav_gallery_product li a:hover,ul.nav_gallery_product li a.active {
    color: #143FAB;
    text-decoration: underline;
}

ul.nav_gallery_product li + li {
    margin-left: 1.25rem;
}

.product_gal_imgs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.35rem;
}

.item_gal {
    width: calc(25% - 0.7rem);
    height: 14.4rem;
    margin: 0 0.35rem 0.7rem;
    position: relative;
}

.item_gal:nth-child(6n+ 2),.item_gal:nth-child(6n+ 4) {
    width: calc(50% - 0.7rem);
}

.item_gal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.for_gallery_product {
    margin-top: 2rem;
}

a.view_more_product_gal_imgs {
    float: right;
    color: #143FAB;
    text-decoration: underline;
    margin-top: 0.5rem;
}

section.led_light_5.product_sec_4 {
    padding-top: 7rem;
}

section.product_sec_5 {
    padding: 7.5rem 0;
}

.item_product {
    position: relative;
    padding: 1.5rem;
    background: #EDEDED;
    margin: 0 10px;
}

.item_product h3 {
    font-size: 1.5rem;
    color: #143FAC;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: .4rem;
    height: 3.9rem;
}

.item_product .price {
    font-size: .9rem;
    display: block;
}

.item_product .box_img {
    height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item_product .box_img img {
    transform: scale(1);
    transition: .5s all;
    max-height: 100%;
    width: auto;
    height: auto;
}

.item_product:hover .box_img img {
    transform: scale(1.1);
}

a.style_center.max {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slider_product {
    margin: 30px -10px 20px;
}

.slider_product .swiper-pagination {
    position: unset;
    display: flex;
    margin: 20px 0 0 7px;
}

.custom-select-container {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.selected-option {
    height: 2.2rem;
    background: #EDEDED;
    display: flex;
    align-items: center;
    font-size: .8rem;
    border-radius: 5px;
    padding: 0 15px;
    cursor: pointer;
}

.custom-select {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none;
    width: 100%;
    position: absolute;
    z-index: 1000;
    overflow-y: auto;
    border-radius: 0;
    background: #fff;
    border-radius: .2rem;
    min-width: 10rem;
}

.custom-select li {
    transition: .3s all;
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f7f7f73b;
}

.custom-select li {
    margin: 0 !important;
}

.custom-select li:hover {
    background: #333333;
    color: #fff;
}

.custom-select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.custom-select::-webkit-scrollbar {
    width: 0.217rem;
    background-color: #cedbff;
}

.custom-select::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.page-template-product main#main {
    background: #dcdce4;
}

section.product_page {
    padding-top: 9.3rem;
}

.nav_filter {
    display: flex;
    padding-bottom: 1.75rem;
    margin-bottom: 1.75rem;
    border-bottom: 0.05rem solid #CACACA;
}

.box_filter {
    height: 2.2rem;
    background: #EDEDED;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    border-radius: 0.25rem;
    padding: 0 0.75rem;
}

.box_filter svg {
    display: block;
    width: 1.25rem;
    height: auto;
    margin-right: 0.5rem;
}

.item_filter {
    margin-left: 0.6rem;
}

.nav_filter_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4.5rem;
}

.wrap_product {
    margin: 0 -0.5rem;
    display: flex;
    flex-wrap: wrap;
}

.wrap_product .item_product {
    width: calc(25% - 1rem);
    margin: 0 0.5rem 1rem;
}

.product_page_box {
    background: #EDEDED;
    padding: 3.75rem 6rem;
    margin-top: 6rem;
    margin-bottom: 5.5rem;
}

section.product_page_sec_2 .slider_posts {
    margin-top: 1rem;
    margin-bottom: 6rem;
}

.product_sec_1_img img {
    width: auto;
    height: auto;
}

/*loading-effect-page*/
.load_home_page svg {
    width: 40.833rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: rgb(58, 89, 168);
; /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .3s;
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 320px;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 240px;
    }
}

.load_home_page.complete svg {
    transition-delay: 0.4s;
    opacity: 0;
}

.load_home_page rect, .load_home_page path {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

img.logo_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30rem;
    max-width: 80vw;
    transition: .3s all ease-in-out;
    opacity: 1;
}

.load_home_page.complete img.logo_center {
    opacity: 0;
}

.wrap_top_search {
    text-align: center;
}

section.search_page {
    padding: 5rem 0;
}

section.search_page form.search-form {
    justify-content: center;
}

section.search_page form.search-form button {
    background: #143FAB;
    Colors Hex Hex Background colors #143FAB; height: 2.5rem;
    margin: 0 0 0 .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0rem 0.25rem 0.25rem 0rem;
}

section.search_page form.search-form button svg {
    width: 1.2rem;
}

section.search_page form.search-form input.search-field {
    width: 21.2rem;
    background: rgb(255 255 255 / 50%);
}

.search main#main {
    background: #dcdce4;
}

ul.nav_tax_search {
    list-style: none;
    margin: 1rem 0;
    display: flex;
    justify-content: center;
}

ul.nav_tax_search a {
    color: #666;
    font-family: Goldman;
    transition: .4s all;
    text-transform: uppercase;
}

ul.nav_tax_search a:hover,ul.nav_tax_search a.active {
    color: #143FAB;
    text-decoration: underline;
}

ul.nav_tax_search li {
    margin: 0 0.75rem;
}

section.search_page .ket_qua {
    border-bottom: 0.05rem solid rgba(0, 0, 0, 0.10);
    padding-bottom: 1.35rem;
    margin-bottom: 1.35rem;
}

.wrap_posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.wrap_posts .post_item {
    width: calc(calc(100% / 3) - 1rem);
    margin: 0 0.5rem 2rem;
}

.home_sec_6_img {
    margin-top: -4rem;
}

.wpcf7-response-output {
    border-radius: 0 !important;
    background: #fff;
    text-align: center;
    font-size: .8rem;
    border: none !important;
    margin: 1rem 0 0 !important;
}

.button_link:hover svg {
    transform: scale(.9);
}

.title_nen span {
    transform: scale(8);
    display: block;
    transition: 2s all;
}

.section.active .title_nen span {
    transform: scale(1);
}

.home_sec_5 .title_nen , .ab_sec_8 .title_nen {
    left: calc(calc(100vw - 71rem)/2);
}

.ab_sec_9 .title_nen, .ab_sec_10 .title_nen, .ab_sec_11 .title_nen {
    left: 50%;
    transform: translateX(-50%);
}

.slider_nav .swiper-slide:hover img {
    transform: scale(.9);
}

img.home_sec_2_img {
    animation: hu__hu__ infinite 9s ease-in-out;
    transform: translateY(-1rem);
}

.menu_header .menu a:hover {
    color: var(--fs-color-primary);
}

.menu_header .menu .current-menu-item> a {
    color: var(--fs-color-primary);
}

.slider_nav .swiper-slide.swiper-slide-thumb-active {
    transform: scale(1.4);
}

.fp-viewing-zhipat div#fp-nav, .fp-viewing-cong-nghe div#fp-nav,.fp-viewing-truyen-thong div#fp-nav {
    display: none;
}

.home_sec_6_img_list .item:hover .box_content {
    pointer-events: unset;
}

.fp-viewing-truyen-thong .inner_header {
    background: #dcdce4;
}

.close_post:hover svg {
    transform: rotate(360deg);
}

.breadcrumbs .divider, .breadcrumbs .separator {
    opacity: 1;
    font-size: .6rem;
}

nav.breadcrumb ul li {
    margin: 0;
}

.ab_sec_6:before,.ab_sec_6:after {
    content: '';
    width: 32.9rem;
    height: 32.9rem;
    width: 32.9rem;
    border-radius: 32.9rem;
    background: rgba(202, 216, 255, 0.50);
    filter: blur(7.5rem);
    position: absolute;
}

.ab_sec_6 .row {
    position: relative;
    z-index: 2;
}

.ab_sec_6:after {
    left: unset;
    right: 0;
    bottom: 0;
}

.ab_sec_9:before,.ab_sec_9:after {
    width: 32.9rem;
    height: 32.9rem;
    border-radius: 32.9rem;
    background: rgba(202, 216, 255, 0.50);
    filter: blur(7.5rem);
    content: '';
    position: absolute;
    top: 0;
}

.ab_sec_9:after {
    left: unset;
    right: 3rem;
    bottom: -11rem;
    top: unset;
}

.ab_sec_9_slider .row {
}

.ab_sec_9 .row {
    position: relative;
    z-index: 2;
}

.ab_sec_11 .title_nen {
    transform: unset;
    right: 0;
    left: unset;
}
a.button_2:hover {
    background: #7b7b7b;
}
.product_gal_video iframe {width: 100%;height: 36rem;}

section.cs_section.nhua_5 .form_landing_page input {
    border-color: #fff;
}
.sportline_2_items .item:hover .icon {
    transform: rotateY(360deg);
}
.sportline_3_items .item span {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    left: 50%;
    top: 50%;
    padding: 0;
    transform: translate(-50%, -21%);
    border-radius: 50%;
    filter: blur(9px);
    opacity: 0;
    transition: .5s all;
}

.sportline_3_items .item:hover span {
    opacity: 1;
}

section.section.single_page .popup_post {
    position: unset;
    opacity: 1;
    pointer-events: unset;
    background: transparent;
}

section.section.single_page .popup_post .inner {
    max-height: unset;
}
.wrap_qa {
    max-height: 70vh;
    overflow: auto;
    padding-right: .5rem;
}
.wrap_qa::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.3rem rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.wrap_qa::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}

.wrap_qa::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.led_light_2_items .item:hover .icon {
    transform: rotateY(360deg);
}
a.link_button:hover {
    background: #a7a7a7;
}
.led_light_4_slider .inner_content a {
    text-decoration: underline;
    color: #143FAB;
    margin-top: .2rem;
    display: inline-block;
}
a.button_style:hover {
    background: #005570;
}
.sportline_1 .content {
    font-size: 1rem;
}
.sportline_4_items .item:hover img {
    transform: scale(1.1);
    cursor: pointer;
}
a.button_style_2:hover {
    background: #707070;
}
.cg_2_items .item:hover .icon img {
    transform: rotateY(360deg);
}
.legendary_3_items .item .icon img {
    transform: rotateY(0deg);
    transition: 1s all;
}

.legendary_3_items .item:hover .icon img {
    transform: rotateY(360deg);
}
.threesixty.product_360 {
    width: 100% !important;
    height: 27rem !important;
}

.threesixty_load_ajax {
    width: 100%;
}
.paging ul {
    list-style: none;
    margin: 1.5rem 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.paging ul li {
    margin: 0 .2rem 0;
}

.paging ul li a {
    width: 43px;
    height: 43px;
    border: 1px solid #9E9E9E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
}

.paging ul li a.active {
    color: #143FAB;
    border-color: #143FAB;
}
.paging {
    width: 100%;
}
.san_thuong_mai ul li a {
    transform: scale(1);
    transition: .5s all;
    display: inline-block;
}

.san_thuong_mai ul li a:hover {
    transform: scale(1.1);
}


.dark_mode .heading_title, .dark_mode .heading_title, .dark_mode .content, .dark_mode .button_link {
    filter: brightness(0) invert(1);
}

.dark_mode section:not(.nhua_2) {
    background: #000000 !important;
}

.dark_mode .title_nen {
    filter: brightness(0) invert(1);
    opacity: .15;
}

.dark_mode .box_content:not(.home_sec_6_img_list .item .box_content):not(.dark_mode .led_light_4_slider .box_content) {
    filter: brightness(0) invert(1);
}

.dark_mode .swiper-pagination {
    filter: brightness(0) invert(1);
}
.dark_mode ul.product_type_tabs {
    filter: brightness(0) invert(1);
}

.dark_mode .slider_history_wrap .box_content {
    filter: brightness(0) invert(1);
}

.dark_mode .inner_header {
    background: transparent;
}
.dark_mode  div#fp-nav{
    filter: brightness(0) invert(1);
}

.dark_mode footer#footer {
    background: #000000;
}

.dark_mode footer#footer a {
    background: rgba(255, 255, 255, 0.20);
}

.dark_mode footer#footer a img {
    filter: brightness(0) invert(1);
}

.dark_mode footer#footer strong {
    color: #fff;
}

.dark_mode footer#footer .wrap_from_footer input:not([value="Submit"]) {
    background: rgb(255 255 255 / 10%) !important;
    color: #fff;
}
.home_sec_2:before, .home_sec_2:after, .home_sec_3:before, .home_sec_3:after, .home_sec_4:before,.home_sec_6:before,.home_sec_6:after {
    content: '';
    width: 19rem;
    height: 10rem;
    background: #fff;
    position: absolute;
    top: 0;
    right: 14rem;
    border-radius: 50%;
    filter: blur(7rem);
    opacity: .6;
    right: 14rem;
}

.home_sec_2:after, .home_sec_3:after,.home_sec_6:after {
    top: unset;
    bottom: 0;
    left: 9rem;
    width: 23rem;
}

.home_sec_4:before {
    top: unset;
    bottom: 0;
    width: 36rem;
    right: 6rem;
}
.dark_mode ul.ab_sec_3_tabs,.dark_mode .ab_sec_5_slider h3,.dark_mode .ab_sec_8_slider b {
    filter: brightness(0) invert(1);
}

.dark_mode  .ab_sec_9_slider a.item{
    background: #fff;
}

.dark_mode .nav_year span {
    color: #143FAB;
    background: #fff;
}

.dark_mode .nav_year ul li:before {
    background: #fff !important;
}
.dark_mode .menu_cs ul {
    filter: brightness(0) invert(1);
}
.dark_mode  ul.menu_blog {
    filter: brightness(0) invert(1);
}

.dark_mode .popup_post .inner {
    background: #000;
}

.dark_mode .popup_post {
    background: rgb(255 255 255 / 40%);
}

.dark_mode .nav_post.flex.justify-bettwen {
    filter: brightness(0) invert(1);
}

.dark_mode .content_post {
    color: #fff;
}

.dark_mode .content_post strong {
    color: #fff;
}
.dark_mode .wrap_qa {
    filter: brightness(0) invert(1);
}
.dark_mode  div#form_dk_tv {
    background: #000;
}
.dark_mode .form_landing_page input {color: #fff;}
.dark_mode .nhua_2_bottom h3 {
    color: #fff;
}
.dark_mode .nhua_2_bottom h3,.dark_mode .nhua_2_bottom a {
    color: #fff;
}
.dark_mode .nhua_2_bottom a {
    color: #fff;
}
.dark_mode .led_light_3_items .item:before,.dark_mode .led_light_3_items .item:after {
    filter: brightness(0) invert(1);
}

.dark_mode .led_light_4_slider .box_content {
    filter: unset;
}

.dark_mode .led_light_4_slider .box_content .inner_content {
    filter: brightness(0) invert(1);
}
.dark_mode .led_light_2_items .item *{
    filter: brightness(0) invert(1);

}
.dark_mode .led_light_6_ss .wrap_content .item:nth-child(odd) {
    background: #333;
}

.dark_mode .led_light_6_ss * {
    color: #fff !important;
}
.dark_mode .legendary_1_items .item h3 {
    color: #fff;
}

.dark_mode .legendary_1_items .item .box_img:before {
    filter: brightness(0) invert(1);
}

.dark_mode .legendary_3_items {
    filter: brightness(0) invert(1);
}
.dark_mode section.sportline_1:before,.dark_mode section.sportline_1:after {
    background: #ffffff30;
}

.dark_mode .sportline_2:after {
    background: #fff;
    opacity: .3;
}

.dark_mode .sportline_2:before {
    background: #000;
}

.dark_mode .sportline_2_img:before {
    background: #8f8f8f59;
}

.dark_mod .sportline_2_img:after {
    background: linear-gradient(0deg, #000 0%, rgba(243, 109, 47, 0.00) 100%);
}

.dark_mode .sportline_2_img:after {
    background: linear-gradient(0deg, #000000 0%, rgba(243, 109, 47, 0.00) 100%);
}
.dark_mod .cg_4_img_item .item h3 {
    color: #fff !important;
}

.dark_mod .cg_4_img_item .item h3 {
    color: #fff;
}

.dark_mode .cg_4_img .inner:before ,
.dark_mode .cg_1_img:before{
    background: linear-gradient(0deg, #000 0%, rgba(197, 197, 197, 0.00) 100%);
}
.dark_mode .cg_2_img:before {
    filter: grayscale(100%);
}
.dark_mode .cg_6_wrap h2.heading_title.style_5 {
    filter: brightness(0) invert(0);
}
.button_dark_mode {
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 4rem;
    border-radius: 5rem 0 0 5rem;
}

.button_dark_mode {
    background: rgb(0 0 0 / 50%);
    transition: .4s all;
    cursor: pointer;
}

.button_dark_mode .box .inner {
    display: flex;
    align-items: center;
    font-size: 0.7rem;
    color: #fff;
    padding: 0.6rem 0 0.6rem 0.65rem;
}

.button_dark_mode .icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
}

.button_dark_mode .box {
    display: none;
}

.button_dark_mode .box.active {
    display: block;
}

.button_dark_mode .box.activee {}

.button_dark_mode .box.active {}

.button_dark_mode .box .inner span {
    width: 0;
    transition: .5s all;
    white-space: nowrap;
}

.button_dark_mode:hover {
    background: #143FAC;
}

.button_dark_mode:hover .box .inner span {
    width: 5rem;
    white-space: nowrap;
}
.home_sec_6_img_list .item .box_content .content {
    filter: unset;
}
.dark_mode div.load_home_page .mask span {
    background: #000 !important;
}
.dark_mode  ul.product_sec_2_info {
    color: #fff;
}

.dark_mode section.product_sec_3:before {
    background: #000;
}
.dark_mode .menu_header .inner {
    background: #000;
}

.dark_mode .menu_header .menu a {
    color: #fff;
}

.dark_mode .menu_header {
    background: rgb(255 255 255 / 30%);
}
.dark_mode .cg_4_img_item .item h3 {
    color: #fff;
}
.dark_mode .paging ul li a {
    border-color: #fff;
    color: #fff;
}

.dark_mode .paging ul li a path {
    stroke: #fff;
}

.product_page_box * {
    color: #000 !important;
}

.dark_mode .product_page_box {
    background: #333;
}
.dark_mode .home_sec_6_img_list .item .box_content {
    background: #000;
}

.dark_mode .home_sec_6_img_list .item .box_content * {
    color: #fff;
}
.bg_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.dark_mode .menu_header .menu button.toggle i {
    color: #fff !important;
}

section.cs_section.sportline_6.text_white .wpcf7-response-output {
    color: #333;
}
.dark_mode .poly_page .content .inner {
    filter: brightness(0) invert(1);
}
.ab_sec_5_slider .swiper-slide,
.ab_sec_8_slider .swiper-slide{
    opacity: 0 !important;
    transition: .3s all;
}

.ab_sec_5_slider .swiper-slide.swiper-slide-active ,
.ab_sec_8_slider .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
}

.center_slider .swiper-wrapper {
    justify-content: center;
}
.content_post a {
    color: #143fab;
}
section.product_page .row.cre_normal {
    top: 4.5rem;
}
section.led_light_5.product_sec_4 .box_video {
    padding-bottom: 56.25%;
    position: relative;
    margin-top: 2rem;
}

.led_light_5.product_sec_4 .box_video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    object-fit: cover;
    max-height: unset !important;
}
ul.language_change {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.language_change li + li {
    margin-left: .5rem;
}

/*.inner_header .box_language {*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*}*/
header.active {
    background: #fff;
}

.box_language li {
    text-align: left;
}

.box_language li a {
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.box_language li a svg {
    width: 1.4rem;
    height: auto;
    margin-right: .5rem;
}
.menu_header .box_language {
    display: none;
}
@media (min-width: 1200px) {
    html {
        font-size: 1.05vw;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 1.2vw;
    }

    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 67rem;
    }

    .home_sec_2, .home_sec_3, .home_sec_4,.home_sec_5 {
        padding: 4rem 0 !important;
    }

    .home_sec_4 .bg_img {
        height: 28rem;
        background-size: contain;
    }

    .slider_history_wrap .box_img {
        height: auto;
    }

    .footer_img {
        height: 37rem;
    }

    footer#footer {
        padding: 4rem 0 0 !important;
    }

    .title_nen {
        display: none;
    }

    .home_sec_1 img, .home_sec_1 video {
        height: 42rem;
    }

    .home_sec_7 {
        padding: 4rem 0 0 !important;
    }

    .home_sec_5_content {
        position: unset;
        width: 100%;
        text-align: center;
        max-width: unset;
        margin-bottom: 2rem;
    }

    .banner_page {
        height: 40rem;
    }

    .ab_sec_2 {
        padding: 4rem 0 !important;
    }

    section.section.ab_sec_4 {
        padding: 4rem 0 !important;
    }

    section.section.ab_sec_6 {
        padding: 4rem 0 !important;
    }

    .ab_sec_7 {
        padding: 4rem 0 !important;
    }

    .ab_sec_8_img {
        width: calc(100% + calc(100vw - 77rem) / 2);
        height: auto;
    }

    .ab_sec_8_content {
        max-width: 100%;
    }

    section.section.ab_sec_9 {
        padding: 4rem 0 !important;
    }

    .nav_year {
        height: auto;
        min-height: 43rem;
    }

    section.section.ab_sec_11 {
        padding: 4rem 0 !important;
    }

    .ab_sec_5 .col {
        height: auto;
    }

    .wrap_qa {
        margin: 4rem 0;
    }

    .poly_page {
        padding: 3rem 0 !important;
    }

    .cg_2_img img {
        max-width: calc(100% + calc(100vw - 56rem) / 2);
    }

    .wrap_product .item_product {
        width: calc(calc(100% / 3) - 1rem);
    }
}

@media only screen and (max-width: 991px) {
    .load_home_page svg {
        width: 16rem;
    }

    .nhua_2_items .item {
        height: 50rem;
    }

    .product_sec_2_gallery {
        width: calc(100% + calc(100vw - 67rem) / 2);
    }

    .ab_sec_7 {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .load_home_page svg {
        width: 20rem;
    }

    #search-lightbox {
        margin-left: -1rem;
        margin-right: -1rem;
        max-width: calc(100% + 2rem);
    }

    #search-lightbox .search-lightbox-title {
        margin-bottom: 1rem;
        font-size: 1rem;
    }

    #search-lightbox .search-keywords {
        margin-top: 1rem;
    }

    #search-lightbox .search-keywords > a {
        font-size: 0.7rem;
    }

    html {
        font-size: 4vw;
    }

    .home_sec_1 img, .home_sec_1 video {
        height: 14rem;
    }

    .inner_header {
        height: auto;
        width: 100vw;
        justify-content: space-between;
    }


    .button_link svg {
        width: 5rem;
    }

    .home_sec_2_wrap {
        display: block;
        margin-top: 1rem;
    }

    .home_sec_2_wrap .left {
        width: 100%;
        padding-top: 0;
    }

    .col, .columns, .gallery-item {
        padding: 0 15px;
    }

    .home_sec_2_wrap .center {
        width: 100%;
        margin: 2rem 0;
    }

    img.home_sec_2_img_small {
        margin: 0;
        width: 100%;
    }

    .home_sec_2_wrap .right {
        width: 100%;
        text-align: center;
    }

    .home_sec_2_wrap a.button_link {
        float: unset;
        margin-top: 2rem;
    }

    .home_sec_3 {
        padding-top: 0 !important;
    }

    .home_sec_3 .nav_bottom {
        margin-top: 1rem;
        text-align: center;
    }

    .home_sec_3 .left .group_content {
        width: 100%;
        text-align: center;
    }

    .home_sec_3 .left {
        flex-wrap: wrap;
        justify-content: center;
    }

    .slider_nav {
        order: -1;
        width: 100%;
        margin: 2rem 0;
    }

    .slider_for .swiper-slide {
        height: 12rem;
    }

    .heading_title {
        font-size: 2rem;
    }

    .home_sec_3 .left a.button_link {
        margin-top: 2rem;
    }

    .home_sec_4 .bg_img {
        position: unset;
        width: 100%;
        height: 15rem;
    }

    .home_sec_4 {
        display: block;
    }

    ul.product_type_tabs {
        display: flex;
        overflow: auto;
        margin-bottom: 2rem;
        flex-wrap: wrap;
    }

    ul.product_type_tabs li {
        flex: 0 0 auto;
        margin: 0 1rem 1rem 0 !important;
    }

    .home_sec_4 {
        padding-bottom: 0 !important;
    }

    .slider_history {
        width: 100%;
    }

    .slider_history_wrap {
        display: block;
    }

    .slider_history_wrap .box_content {
        width: 100%;
        margin: 0 0 2rem 0;
    }

    .slider_history_wrap .box_img {
        padding-left: 6rem;
    }

    .slider_history_wrap .box_img .img_small {
        width: 9.2rem;
        height: 9.35rem;
        bottom: 50%;
        transform: translate(0%,50%);
    }

    .slider_history_wrap .box_content h3 .number {
        font-size: 2rem;
    }

    .slider_posts {
        margin: 2rem -0.9rem 0;
    }

    .home_sec_7 {
        padding-bottom: 5rem !important;
    }

    .home_sec_7 .col.large-6.medium-6.text-right {
        text-align: left;
        margin-top: 1rem;
    }

    .footer_img {
        width: 100%;
        height: auto;
    }

    .banner_page {
        height: 16rem;
        padding-bottom: 1rem !important;
    }

    .banner_page h1.heading_title {
        font-size: 1.6rem;
    }

    .ab_sec_2_img img {
        max-width: 100%;
    }

    ul.ab_sec_3_tabs {
        margin-top: 0;
    }

    div#ab_sec_3_tabs_for {
        padding: 0;
    }

    div#ab_sec_3_tabs_for .heading_title br {
        display: none;
    }

    div#ab_sec_3_tabs_for .box_content {
        padding-left: 0;
    }

    .ab_sec_3_img {
        height: auto;
        width: 100%;
        margin-top: 2rem;
    }

    .ab_sec_6_wrap {
        display: block;
    }

    .ab_sec_6_wrap .box {
        width: 100% !important;
        font-size: 1rem;
    }

    .ab_sec_7 {
        padding-top: 0 !important;
    }

    .ab_sec_6_video {
        width: 100% !important;
        margin: 2rem 0;
    }

    img.ab_sec_5_img_right {
        position: unset;
        width: 100%;
        height: auto;
    }

    .ab_sec_5_slider {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    img.ab_sec_5_img {
        margin-bottom: 2rem;
    }

    .ab_sec_8_content {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .ab_sec_10_slider .swiper-slide.swiper-slide-active,.ab_sec_10_slider .swiper-slide {
        transform: scale(.9);
    }

    .ab_sec_10_slider a.item {
        height: 16rem;
    }

    .nav_year ul {
    }

    .ab_sec_11 .row {
        flex-wrap: nowrap;
    }

    .ab_sec_11_slider .item {
        flex-wrap: wrap;
    }

    .ab_sec_11_slider .item .box_img {
        width: 100%;
        margin: 0;
        margin-top: 2rem;
    }

    section.section.ab_sec_11 .col.large-2.medium-2 {
        width: 20%;
    }

    section.section.ab_sec_11 .col.large-2.medium-2 .col.large-10.medium-10 {
        width: 80%;
    }

    section.section.ab_sec_11 .col.large-10.medium-10 {
        width: 80%;
    }

    .ab_sec_11_top {
        display: block;
    }

    .nav_year span {
        font-size: .7rem;
        padding: 0.25rem .6rem;
    }

    .ab_sec_11_top .heading_title br {
        display: none;
    }

    .ab_sec_11_slider h3 {
        font-size: 2rem;
    }

    .nav_year {
        min-height: 36rem;
    }

    ul.menu_blog {
        justify-content: center;
        margin: 0;
    }

    .home_sec_7 h2.heading_title {
        text-align: center;
    }

    .poly_page_left {
        max-width: 100%;
    }

    .poly_page .content {
        padding: 0;
        max-height: unset;
        margin-top: 2rem;
    }

    .led_light_2_img svg {
        width: 30.6rem;
    }

    .led_light_2_items .item {
        width: 50%;
        border: none !important;
    }

    .led_light_2_items {
        flex-wrap: wrap;
    }

    section.led_light_1 {
        padding: 10rem 0 5.5rem;
    }

    .led_light_3_items .box_img {
        flex: 0 0 auto;
        width: 7rem;
        height: 6.25rem;
        margin-right: 2rem;
    }

    .led_light_3_items h3 {
        font-size: 1rem;
        margin-bottom: .6rem;
    }

    .heading_title.style_2, .page-template-den_led_light #main .heading_title {
        font-size: 1.8rem;
    }

    section.led_light_3 {
        padding-top: 4.5rem;
    }

    .led_light_3_img img {
        max-width: 100%;
        left: unset;
    }

    section.led_light_4 {
        padding-top: 3.5rem;
    }

    .led_light_4_slider .item {
        display: block;
    }

    .led_light_4_slider .item .box_img {
        width: 100%;
    }

    .led_light_4_slider .item .box_img img {
        max-width: 69%;
        display: block;
        margin: 0 auto 2rem;
    }

    .led_light_4_slider .inner_content {
        text-align: center;
    }

    .led_light_4_slider .inner_img_item .img {
        width: 8.5rem;
        height: 10rem;
    }

    section.led_light_6 {
        padding-top: 0;
    }

    .led_light_6_ss {
        display: block;
    }

    .led_light_6_ss ul.wrap_info {
        display: none;
    }

    .led_light_6_ss .wrap_title .box_title {
        width: 100%;
        height: auto;
        margin-top: 4rem;
        margin-bottom: 1rem;
    }

    .led_light_6_ss .wrap_title {
        width: 100%;
        margin: 0;
    }

    .led_light_6_ss .wrap_content {
        overflow: auto;
    }

    .led_light_6_ss .wrap_content .item {
        width: calc(93% - 1rem);
        flex: 0 0 auto;
    }

    .led_light_6_ss .wrap_content .item:first-child {
        margin-left: 0;
    }

    .cs_section {
        padding-top: 3.5rem;
        padding-bottom: 2rem;
    }

    .cs_section_content {
        padding: 4rem 0 0 0;
    }

    .cs_section_content h2.heading_title.style_2 {
        font-size: 1.6rem !important;
    }

    .cs_section_content .content {
        font-size: 1rem;
    }

    section.legendary_1 {
        padding: 6.75rem 0 3rem;
        background-position: top 31rem center;
        background-size: 100% auto;
    }

    .legendary_1_img {
        margin-top: 8rem;
    }

    .heading_title.style_3, .page-template-den_legendary .heading_title {
        font-size: 2rem;
    }

    .legendary_1_items {
        display: block;
    }

    .legendary_1_items .item {
        width: 100%;
    }

    .legendary_1_items .item:nth-child(3) {
        padding-top: 11rem;
    }

    .legendary_2_content .content {
        margin-top: 3rem;
        font-size: 1.7rem;
    }

    .legendary_3_items .item .icon {
        order: -1;
        margin: 0 1rem 0 0;
    }

    .legendary_3_items .item {
        font-size: 1.2rem;
        justify-content: flex-start;
    }

    .legendary_3_items .item:before {
        right: unset;
        left: 0;
    }

    .legendary_3_items .item .inner:after {
        transform: rotate(180deg);
    }

    .legendary_3_items .item .inner {
        text-align: left;
    }

    section.legendary_3 {
        padding-top: 0rem;
    }

    .legendary_3_img img {
        max-width: 100%;
        left: unset;
        margin-top: 2rem;
    }

    section.legendary_4 {
        padding-top: 6rem;
    }

    .legendary_4_items .item>* {
        order: unset !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .legendary_4_items .item {
        display: block;
    }

    .legendary_4_items .item .box_img {
        height: 14rem;
    }

    .legendary_4_items .item .box_content {
        margin-top: 5rem;
    }

    .legendary_4_items {
        margin-top: 2rem;
    }

    section.led_light_5 {
        padding-top: 3.75rem;
    }

    section.cs_section.legendary_6 h2.heading_title.style_3 {
        font-size: 1.7rem;
    }

    section.sportline_1 .heading_title {
        margin-top: 4.55rem;
    }

    .sportline_1 img {
        max-width: 24.7rem;
    }

    .heading_title.style_4 br {
        display: none;
    }

    .sportline_2_img img {
        max-width: 100%;
    }

    .sportline_2_img:after {
        height: 3.75rem;
        background: linear-gradient(0deg, #f88149 0%, rgba(243, 109, 47, 0.00) 100%);
    }

    .sportline_2_img:before {
        opacity: 0;
    }

    .sportline_2_items .item {
        width: calc(50% - 1.5rem);
        margin-bottom: 2rem;
        font-size: .9rem;
    }

    .sportline_2_items {
        flex-wrap: wrap;
    }

    .sportline_2_items .item .icon {
        width: 5rem;
        height: 5rem;
    }

    section.sportline_3 {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }

    .sportline_3_items .item {
        display: block;
    }

    .sportline_3_items .item>* {
        padding: 0 !important;
        width: 100% !important;
    }

    .sportline_3_items {
        padding: 0 15px;
    }

    .sportline_3_items .item:first-child:before {
        display: none;
    }

    .sportline_3_items .item:after {
        display: none;
    }

    .sportline_3_items .item:before {
        display: none;
    }

    .sportline_3_items h3 {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .sportline_3_items .item+.item {
        margin-top: 3rem;
    }

    .sportline_4_items {
        flex-wrap: wrap;
    }

    .sportline_4_items .item {
        width: calc(50% - 1rem);
        height: 17.6rem;
        margin-bottom: 1rem;
    }

    .sportline_4_items .box_content h3 {
        font-size: 1.1rem;
    }

    section.sportline_4 {
        padding-top: 5rem;
    }

    .heading_title.style_5 {
        font-size: 2rem;
    }

    .cg_2_items .content {
        padding: 0.5rem 2rem .5rem 5rem;
        font-size: .8rem;
    }

    .cg_2_items {
        margin-top: 2rem;
    }

    .cg_2_items .item+.item {
        margin-top: 1rem;
    }

    .cg_2_img img {
        max-width: 100%;
        left: 15px;
    }

    .cg_2_img:before {
        width: 57.8rem;
        height: 90.2rem;
        top: -16rem;
        left: -11.35rem;
    }

    section.cg_4 {
        padding: 4.5rem 0 0 0;
    }

    .cg_4_img_item .item {
        position: unset;
        text-align: left;
    }

    .cg_4_img_item .item .inner {
        position: unset;
        transform: unset;
        max-width: 100%;
        text-align: left !important;
    }

    .cg_4_img_item {
        display: block;
        margin-bottom: 2rem;
    }

    .cg_4_img >.inner:after {
        pointer-events: none;
    }

    .cg_4_img_item .item h3 {
        text-align: left;
    }

    .cg_4_img_item .item+.item {
        margin-top: 1rem;
    }

    .cg_4_img {
        margin-top: 2rem;
    }

    .cg_5_items .item {
        width: calc(50% - 1rem);
        padding: 0;
        border: none !important;
        margin: 0 .5rem 1rem;
    }

    .cg_5_items {
        flex-wrap: wrap;
        margin: 0 -0.5rem 2rem;
    }

    .cg_6_wrap {
        padding: 2rem;
        display: block;
        height: auto;
    }

    .cg_6_wrap h2.heading_title.style_5 {
        margin-bottom: 1rem;
    }

    section.cs_section.cg_7 .heading_title {
        font-size: 1.6rem !important;
    }

    .nhua_1_items .item {
        width: 7.2rem;
        margin: 0 -1rem;
    }

    .nhua_1_items .item img {
        width: 72%;
    }

    .nhua_1_items .item:nth-child(even) {
        margin-top: 0;
        margin: 1rem -1.8rem;
        transform: translateX(-.4rem);
    }

    .nhua_1_items .item:before {
        display: none;
    }

    section.nhua_1 {
        padding-top: 5rem;
    }

    section.nhua_1 .bg {
        top: 19.5rem;
    }

    section.nhua_1 .content.bottom {
        max-width: 100%;
        font-size: 1.2rem;
    }

    .nhua_2_items {
        flex-wrap: wrap;
    }

    .nhua_2_items .item {
        width: 50%;
        height: auto;
        padding: 1rem !important;
    }

    .nhua_2 h2.heading_title {
        position: unset;
        margin-top: 3rem;
    }

    .nhua_2_items .item h3 {
        font-size: 1.1rem;
    }

    section.nhua_3 {
        padding-top: 4rem;
    }

    .nhua_2_bottom {
        display: block;
    }

    .nhua_2_bottom .wrap_product {
        width: 100%;
    }

    .wrap_img_nhua_3 li {
        width: 6.5rem;
        height: 8rem;
        align-items: center;
    }

    .wrap_img_nhua_3 li img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .wrap_img_nhua_3 {
        margin-top: 5rem;
    }

    section.led_light_5.nhua_4 {
    }

    section.led_light_5.nhua_4 h2.heading_title {
        font-size: 1.8rem;
    }

    .page-template-san_pham_nhua #main section.cs_section.nhua_5 .heading_title {
        font-size: 1.6rem;
    }

    div#form_dk_tv {
        padding: 2rem 1rem;
    }

    div#form_dk_tv h3.heading_title {
        font-size: 1.4rem;
        text-transform: unset;
    }

    .wrap_product .item_product {
        width: calc(calc(100% ) - 1rem);
    }

    .item_product .box_img {
        height: 19rem;
    }

    .nav_filter {
        flex-wrap: wrap;
    }

    .item_filter {
        margin: 0 .3rem .6rem;
    }

    .box_filter {
        margin: 0 .3rem .6rem;
    }

    .product_page_box {
        padding: 2rem;
        margin: 2rem 0;
    }

    section.product_page {
        padding-top: 8.3rem;
    }

    .inner_header {
        align-items: center;
        padding-right: 15px;
    }

    header {
        z-index: 9999;
    }

    section.product_sec_1 {
        padding-top: 7rem;
    }

    .product_sec_1_info {
        display: block;
    }

    .product_sec_1_img {
        height: 22.5rem;
    }

    .product_sec_1_info .item+.item {
        margin-top: 1rem;
    }

    section.product_sec_2 {
        padding-top: 4rem;
    }

    ul.product_sec_2_info {
        flex-wrap: wrap;
        justify-content: center;
    }

    ul.product_sec_2_info li {
        margin: .4rem 0;
    }

    .product_sec_2_gallery {
        margin: 0;
        width: calc(100% + calc(100vw - 23rem) / 2);
        margin-top: 2rem;
    }

    section.product_sec_3 {
        padding-top: 3.5rem;
    }

    ul.nav_gallery_product {
        justify-content: center;
    }

    section.product_sec_3 h2.heading_title {
        text-align: center;
        margin-bottom: 2rem;
    }

    .item_gal {
        height: 5.4rem;
    }

    section.led_light_5.product_sec_4 {
        padding-top: 4rem;
    }

    section.product_sec_5 {
        padding: 3.5rem 0;
    }

    .single-product main#main .heading_title {
        font-size: 1.8rem;
    }

    .product_sec_1_info b {
        font-size: 2rem;
    }
    .popup_post .inner {
        padding: 5rem 2rem;
    }
    .home_sec_6_img{
        margin-top: 2rem;
    }
    .product_gal_video iframe {
        height: 13rem;
    }
    ul.nav_tax_search>* {
        flex: 0 0 auto;
    }

    ul.nav_tax_search {
        justify-content: flex-start;
        overflow: auto;
    }
    .item_product .box_img{
        height: 13rem;
        margin-top: 2rem;
    }
    .home_sec_4 {
        padding-top: 0 !important;
    }
    .home_sec_6_img_list .item .box_content {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 99;
        transform: translate(-50%, -50%);
    }
    .home_sec_6_img_list .item .box_content {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .menu_header .menu {max-height: 60vh;overflow: auto;}
    .product_sec_1_info .item {
        margin: 1rem 0;
    }

    .product_sec_1_info b {
        font-size: 1.4rem;
    }

    .product_sec_1_img {
        margin-bottom: 1rem;
        height: 23.5rem;
    }

    .product_sec_1_img img {
        max-height: 100%;
    }
    .popup_post .inner {
    }

    .popup_post {
        z-index: 99999;
    }

    .dark_mode .popup_post .inner {
        padding-top: 6rem;
    }

    .close_post {
        position: absolute;
        top: 1rem;
        right: 1rem !important;
        left: unset;
        z-index: 9;
    }
    .home_sec_2:after, .home_sec_3:after, .home_sec_6:after {
        display: none;
    }

    .home_sec_2:before, .home_sec_2:after, .home_sec_3:before, .home_sec_3:after, .home_sec_4:before, .home_sec_6:before, .home_sec_6:after {
        display: none;
    }
    .home .home_sec_7 .heading_title {
        text-align: left;
    }
    .home_sec_6_img>img{
        pointer-events: none;
    }
    .product_type_tabs_for h2.heading_title {
        font-size: 1.8rem;
    }
    .content_post {
        font-size: 1rem;
    }
    .slider_product .swiper-pagination {
        justify-content: center;
        margin: 2rem 0 0;
    }
    section.product_sec_5 h2.heading_title {
        font-size: 1.7rem !important;
    }
    section.led_light_1 .row.cre_normal {
        top: 5.5rem;
    }
    .product_sec_2_gallery {
        width: 100%;
    }

    .product_sec_2_slider .swiper-pagination {
        position: unset;
        margin: 1rem 0 0 0;
        justify-content: center;
    }
    .slider_posts .swiper-pagination {
        justify-content: center;
    }
    section.product_page h1.heading_title {
        font-size: 1.5rem;
    }
    header .box_language {
        display: none;
    }
    .menu_header {
        width: 100%;
        padding-right: 0 !important;
        top: 3.4rem;
    }

    .menu_header .inner {
        width: 100% !important;
    }
    .box_language ul {
        list-style: none;
        margin: 0;
    }

    .box_language ul a {
        padding: 0;
    }
    .menu_header .box_language {
        display: block;
    }
}


