.text_justify {
    text-align: justify;
}

h1,
h2,
h3 {
    font-weight: 700;
    line-height: normal;
}

img.avatar {
    max-height: 180px;
    max-width: 150px;
    object-fit: contain;
}

.item_product {
    opacity: 1;
}

.filter_product_home li:first-child a {
    border-right: 1px solid #333333;
}

.filter_product_home a.active {
    font-weight: 700;
}

.filter_product_home a {
    font-size: 30px;
    color: #333333;
    padding: 0 45px;
}

.filter_product_home {
    list-style: none;
    margin: 0 0 60px;
    justify-content: center;
}

.slider_box {
    position: relative;
}

.arrow_slider svg {
    width: 15px;
    height: auto;
}

.arrow_slider {
    position: absolute;
    top: 165px;
    z-index: 9;
    left: -66px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    box-shadow: -3px 8px 15px rgb(0 0 0 / 5%);
    background-color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.arrow_slider.button_prev_slider {
    transform: translateY(-50%) rotate(180deg);
}

.arrow_slider.button_next_slider {
    right: -66px;
    left: unset;
}

.product_new:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url(../../images/bg_product_new.png);
    z-index: -1;
}

:before {
    pointer-events: none;
}

.slider_product_new {
    margin-bottom: 75px;
}

.product_new {
    padding-bottom: 55px;
}

.advertisement {
    padding: 170px 0 300px;
}

.advertisement .heading_h2 {
    margin-bottom: 30px;
}

.advertisement .content {
    margin-bottom: 50px;
}

.advertisement .view_more {
    color: white;
}

.advertisement .view_more .arrow {
    border-color: white;
}

.advertisement .view_more .arrow svg path {
    fill: white;
}

.wrap_dong_sp .wrap_img h3 {
    position: absolute;
    top: 50px;
    font-size: 18px;
    text-align: center;
    padding: 0 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
}

.wrap_dong_sp .wrap_img img {
    height: auto;
    display: block;
    border-radius: 7px;
    width: calc(100% + 15px);
    max-width: unset;
    transform: translateX(-15px);
    transition: .5s all;
}

.wrap_dong_sp .wrap_img:hover img {
    transform: translateX(0px);
}

.wrap_dong_sp .wrap_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.wrap_dong_sp {
    margin-bottom: 50px;
}

.wrap_dong_sp .grid-25 {
    padding-left: 10px;
}

.product_home {
    padding: 100px 0 70px;
    overflow: unset;
}

.arrow_slider.style_2 {
    background: transparent;
    box-shadow: none;
    left: 20px;
}

.arrow_slider.style_2.button_next_slider {
    right: 20px;
    left: unset;
}

.list_banner {
    margin: 20px 0 0 0;
    list-style: none;
}

.list_banner li {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.list_banner li img {
    width: 100%;
    height: auto;
    display: block;
}

ul.tax_product {
    margin: 0 0 18px 0;
    justify-content: center;
    list-style: none;
}

ul.tax_product a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    height: 51px;
    border-radius: 25px;
    border: 1px solid #333333;
    background-color: #ffffff;
    padding: 0 20px;
    margin: 0 6px 12px;
    min-width: 190px;
    transition: .3s all;
}

ul.tax_product a.active {
    font-weight: 700;
    transition: .3s all;
}

.wrap_product_cat {
    margin: 0 -10px 55px;
}

.wrap_product_cat .item_product {
    width: calc(25% - 20px);
}

.product_cat_home {
    padding-bottom: 70px;
}

div#load_product {
    min-height: 580px;
}

.load_ajax.active {
    position: relative;
}

.load_ajax.active:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(.7);
    content: url(../../images/load_product.gif);
}

.wrap_new_home .item .box_img img {
    width: calc(100% + 30px);
    max-width: unset;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    display: block;
    transition: .5s all;
    transform: translateX(-30px);
}

.wrap_new_home .item:hover .box_img img {
    transform: translateX(0px);

}

.wrap_new_home .item .box_img {
    /* display: flex; */
    /* justify-content: flex-end; */
    height: 250px;
    overflow: hidden;
}

.wrap_new_home .item {
    width: calc(calc(100%/3) - 30px);
    margin: 0 15px;
    position: relative;
    background: white;
}

.wrap_new_home {
    margin: 0 -15px 50px;
}

.news_home {
    padding: 85px 0 60px;
    background-color: #f1f5f7;
}

.wrap_new_home .item .box_content {
    padding: 25px 35px;
}

.wrap_new_home .item h3 {
    font-size: 18px;
    margin: 0;
}

ul.tax_product.tax_post a {
    background: transparent;
}

ul.tax_product.tax_post {
    margin-bottom: 50px;
}

#load_post {
    min-height: 450px;
}

section.section.outstanding_features .box .item span {
    display: block;
    font-size: 18px;
    line-height: 1.5;
}

section.section.outstanding_features .box .item .icon {
    width: 120px;
    height: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

section.section.outstanding_features .box .item .icon img {
    transition: 1s all;
    transform: rotateY(0deg);
}

section.section.outstanding_features .box .item:hover .icon img {
    transform: rotateY(360deg);

}

section.section.outstanding_features .box .item .icon:before {
    position: absolute;
    left: 48%;
    top: 56%;
    transform: translate(-50%, -50%);
    content: url(../../images/box_icon.png);
}

section.section.outstanding_features .box .item {
    width: 50%;
    margin: 30px 0;
}

section.section.outstanding_features .wrap {
    justify-content: flex-end;
}

section.section.outstanding_features {
    padding: 136px 0 110px;
}

.wrap_filter h3 {
    font-size: 20px;
    margin-bottom: 40px;
}

.wrap_filter ul {
    list-style: none;
    margin: 0;
}

.wrap_filter ul li:not(:last-child) {
    margin-bottom: 15px;
}

.wrap_filter ul a {
    color: #333333;
    font-size: 16px;
}

.wrap_filter {
    box-shadow: -1px -3px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
}

.wrap_filter ul a {
    color: #333333;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.wrap_filter ul a:hover span,
.wrap_filter ul a.active span {
    margin-right: 10px;
    width: 23px;
}

.wrap_filter ul a span {
    width: 0;
    height: 1px;
    background: #333333;
    margin-right: 0;
    display: inline-block;
    transition: .3s all;
}

.wrap_filter .filter_price li {}

.wrap_filter .filter_price a {
    font-size: 15px;
}

.wrap_filter .filter_price a.active,
.wrap_filter .filter_price a:hover {
    transition: all 0.5s;
}

.product_page .item_product {
    margin-bottom: 35px;
}

.product_page {
    padding: 40px 0 50px;
}

.outstanding_features_ab {
    padding: 80px 0 160px;
}

.outstanding_features_ab .heading_h2 {
    margin-bottom: 80px;
}

.outstanding_features_ab:before {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: url(../../images/11-layers.png);
    z-index: -1;
}

.outstanding_features_ab .item {
    padding: 0 30px;
    cursor: pointer;
}

.outstanding_features_ab .item .content {
    font-size: 13px;
}

.outstanding_features_ab .item h3 {
    font-size: 13px;
    margin-bottom: 22px;
}

.outstanding_features_ab .item .icon {
    width: 110px;
    height: 110px;
    box-shadow: 3px -8px 24px rgb(0 32 151 / 12%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.outstanding_features_ab .item .icon img {
    transform: rotateY(0);
    transition: 1s all;
}

.outstanding_features_ab .item:hover .icon img {
    transform: rotateY(360deg);
}

.outstanding_features_ab {
    padding: 160px 0;
}

nav.breadcrumb ul span {
    margin: 0 5px;
}

nav.breadcrumb ul * {
    color: #999999;
    font-size: 13px;
    font-style: unset;
}

nav.breadcrumb ul {
    list-style: none;
    margin: 0;
    display: flex;
}

div#banner_gr img {
    display: block;
}

.page-template-about section.breadcrumbs {
    position: absolute;
    z-index: 2;
    bottom: 40px;
}

.page-template-about div#banner_gr:before {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 342px;
    background-image: url(../../images/bg_banner_ab.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
}

section.section.story .bg {
    top: 0;
    transform: translateX(-50%);
    /*bottom: 0;*/
    min-height: unset;
}

section.section.story {
    padding: 0 0 100px;
}

section.section.story .heading_h2 {
    margin-bottom: 110px;
}

section.section.story h3.title {
    font-style: italic;
    font-size: 25px;
    margin-bottom: 35px;
}

section.section.story .content {
    font-size: 15px;
}

section.section.story .content>*:last-child {
    margin-bottom: 0;
}

section.section.brand_philosophy {
    padding: 100px 0 150px;
}

ul.nav_tabs.display_flex li {
    width: 100px;
    height: 100px;
    box-shadow: 2px -5px 8px rgb(0 32 151 / 14%);
    border: 1px solid #0f75a1;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 50px;
    transition: .3s all;
    background: transparent;
    cursor: pointer;
    position: relative;
}

ul.nav_tabs.display_flex li:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 103px;
    height: 3px;
    background-color: #0f75a1;
    opacity: 0.5;
    content: '';
    transform: translate(100%, -50%);
}

ul.nav_tabs.display_flex li:last-child:before {
    display: none;
}

ul.nav_tabs.display_flex {
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: 70px 0;
}

ul.nav_tabs.display_flex li.active,
ul.nav_tabs.display_flex li:hover {
    background-color: #0f75a1;
}

ul.nav_tabs.display_flex li.active img,
ul.nav_tabs.display_flex li:hover img {
    filter: brightness(0) invert(1);
}

.wrap_content_tabs .box_content {
    padding-left: 100px;
    padding-top: 40px;
}

.wrap_content_tabs .box_content .icon {
    margin-bottom: 20px;
    display: block;
}

.wrap_content_tabs .box_content h3 {
    font-size: 28px;
    margin-bottom: 35px;
}

.wrap_content_tabs .box_content .content {
    font-size: 18px;
}

.brand_philosophy:before {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    content: url(../../images/bg_tl.png);
    z-index: -1;
}

section.section.slogan .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    font-style: italic;
    margin: 0;
    /* position: relative; */
}

section.section.slogan .content:before {
    background: #6a8f41;
    opacity: 0.8;
    filter: blur(100px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 150%;
    height: 300%;
    z-index: -1;
    border-radius: 50%;
}

.slogan {
    min-height: 750px;
}

section.section.slogan .content:after {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateY(-100%);
    content: url(../../images/bg_content.png);
}

.product_page.about_page {
    padding-top: 120px;
    z-index: 2;
}

#load_more_product_ab {
    min-height: 1050px;
}

.trademark .list_item .item {
    position: absolute;
}

section.section.trademark .bg {
    position: unset;
    transform: unset;
    margin-top: -210px;
}

.trademark .list_item .item .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    max-width: unset;
    width: 400px;
    align-items: center;
}

.trademark .list_item .item .wrap .icon {
    width: 75px;
    height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
    flex: 0 0 auto;
    position: relative;
}

.trademark .list_item .item .wrap .icon:before {
    position: absolute;
    left: 48%;
    top: 56%;
    transform: translate(-50%, -50%);
    content: url(../../images/box_icon.png);
}

.trademark .list_item .item .wrap .content {
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
}

.trademark .list_item .item:nth-child(1) {
    position: absolute;
    top: 24.6%;
    left: 73.9%;
}

.trademark .list_item .item:nth-child(2) {
    position: absolute;
    top: 34.9%;
    left: 81%;
}

.trademark .list_item .item:nth-child(3) {
    position: absolute;
    top: 46%;
    left: 82%;
}

.trademark .list_item .item:nth-child(4) {
    position: absolute;
    top: 56.2%;
    left: 77.5%;
}

.trademark .list_item .item:nth-child(1) .wrap .icon:before,
.trademark .list_item .item:nth-child(4) .wrap .icon:before {
    transform: translate(-50%, -50%) scale(.6);
}

.trademark .list_item .item:nth-child(2) .wrap .icon:before,
.trademark .list_item .item:nth-child(3) .wrap .icon:before {
    transform: translate(-50%, -50%) scale(.77);
}

.trademark .list_item {
    position: absolute;
    height: 100%;
    width: 1200px;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

.item_logo {
    width: calc(100% - 26px);
    margin: 10px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 43px rgb(102 178 212 / 10%);
    border-radius: 10px;
    height: 122px;
    background-color: #ffffff;
}

.group_content.text_center h3 {
    font-style: italic;
    font-size: 32px;
    margin-bottom: 35px;
}

.group_content.text_center .logo_top {
    margin-bottom: 20px;
}

.group_content.text_center {
    position: absolute;
    z-index: 9;
    bottom: 100px;
    max-width: 1160px;
}

section.section.post_details {
    padding: 60px 0 75px;
}

.nav_bottom h3 {
    margin: 0 15px 0 0;
    font-size: 14px;
}

.nav_bottom ul {
    list-style: none;
    margin: 0;
}

.nav_bottom>* {
    align-items: center;
}

.socialSharing.display_flex a svg path {
    fill: #243a76;
}

.socialSharing.display_flex a svg {
    width: 12px;
}

.socialSharing.display_flex a {
    width: 26px;
    height: 26px;
    display: inline-flex;
    border: 1px solid #243a76;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    opacity: .8;
    margin-right: 9px;
}

.wrap_new_post h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post_details .wrap_filter>h3 {
    margin-bottom: 35px;
}

section.breadcrumbs {
    position: unset;
    margin-top: 20px;
}

.post_details {
    overflow: unset;
}

.wrap_news .item .content a {
    display: none;
}

.wrap_news .item .content {
    font-size: 17px !important;
    margin-bottom: 30px;
}

.wrap_news .item h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.wrap_news .item:hover .box_img img {
    transform: translateX(0px);
}

.wrap_news .item .box_img img {
    display: block;
    width: calc(100% + 30px);
    max-width: unset;
    height: auto;
    transform: translateX(-30px);
    transition: 1s all;
    pointer-events: none;
}

.wrap_news .item .box_img {
    width: 100%;
    overflow: hidden;
    height: 400px;
    margin-bottom: 25px;
}

.wrap_news .item {
    position: relative;
    padding: 50px 0;
    border-bottom: 1px solid #000000;
}

.wrap_news .item:first-child {
    padding-top: 0;
}

.wrap_news .item:last-child {
    border-bottom: none;
}

.post_details .heading_h2 {
    margin-bottom: 50px;
}

.tax_page {
    padding: 35px 0 120px 0;
}

ul.thenativePagination a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #333333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333333;
    margin: 0 5px;
}

ul.thenativePagination {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
}

ul.thenativePagination li.active a {
    background: #0f75a1;
    color: white;
    border-color: white;
}

li.thenativePaginationStart,
li.thenativePaginationPrev,
li.thenativePaginationNext,
li.thenativePaginationEnd {
    display: none !important;
}

section.section.contact_page .content img {
    margin-right: 10px;
}

section.section.contact_page .content h3 {
    font-size: 14px;
    margin-bottom: 20px;
}

section.section.contact_page .content b,
section.section.contact_page .content strong {}

section.section.contact_page .content ul li:not(:last-child) {
    margin-bottom: 15px;
}

section.section.contact_page .content a {
    color: #333333;
}

section.section.contact_page .content {
    font-size: 15px;
    line-height: 1.5;
}

section.section.contact_page .content ul {
    list-style: none;
    margin: 0 0 20px 0;
}

section.section.contact_page .title {
    font-size: 25px;

}

section.section.contact_page .heading_h2 {
    margin-bottom: 50px;
}

section.section.contact_page {
    padding: 75px 0 120px;
}

.box_form h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.box_form {
    box-shadow: 0 0 43px rgb(75 75 75 / 18%);
    box-sizing: border-box;
    padding: 50px 60px;
    background: white;
}

.box_form .content {
    margin-bottom: 35px;
}

.box_form input:not(.wpcf7-submit),
.box_form textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    margin-bottom: 20px;
    opacity: .8;
    color: #333333;
}

.box_form input:not(.wpcf7-submit):focus,
.box_form textarea:focus {
    opacity: 1;
    border-color: #333333;
}

.box_form textarea {
    height: 90px;
}

.box_form input:not(.wpcf7-submit)::placeholder,
.box_form textarea::placeholder {
    color: #959595;
    font-size: 13px;
}

.box_form label {
    opacity: 0.9;
    color: #333333;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.box_form br {
    display: none;
}

.contact_page:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    background-color: #f5f5f5;
    content: '';
    z-index: -1;
    height: 100%;
}

.map iframe {
    width: 100%;
    height: 650px;
    display: block;
}

.inside-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1600px;
    padding: 15px 30px 0 30px;

}

.inside-header:before,
.inside-header:after {
    display: none;
}

img.header-image.is-logo-image {
    height: 60px;
    width: auto;
}

.main-navigation {
    width: 100%;
    order: 4;
}

.inside-header .link_socials {
    order: 1;
}

ul.nav_right {
    order: 3;
}

.site-logo {
    order: 2;
}

.inside-header>ul {
    list-style: none;
    margin: 0;
    align-items: center;
    display: flex;
}

ul.display_flex.link_socials svg path {
    fill: #333333;
}

ul.display_flex.link_socials svg {
    max-width: 15px;
    height: auto;
}

ul.display_flex.link_socials a {
    margin-right: 15px;
    opacity: .7;
    transition: .3s all;
    display: inline-block;
}

ul.display_flex.link_socials a:hover {
    opacity: 1;
}

a.search_open svg {
    width: 20px;
    height: auto;
    transform: translateY(3px);
}

ul.nav_right a {
    display: inline-block;
    margin: 0px 14px;
    position: relative;
}

span#load_count_cart {
    position: absolute;
    width: 19px;
    height: 19px;
    background-color: #c60b0b;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    top: -6px;
    right: -13px;
}

.main-navigation .inside-navigation {
    margin-top: 25px;
    max-width: unset;
    padding: 0;
    border-top: 1px solid rgba(51, 51, 51, 0.4);
}

.main-navigation .main-nav ul li a,
.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 50px;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    font-weight: 700;
}

section.section.footer {
    box-shadow: -2px -13px 15px rgb(0 0 0 / 4%);
    background-color: #ffffff;
    padding-top: 25px;
}

img.logo_footer {
    width: 137px;
    height: auto;
}

section.section.footer .content {
    font-size: 16px;
    padding-top: 13px;
    line-height: 1.5;
}

section.section.footer .content a {
    color: #333333;
}

.footer_nav {
    display: flex;
    width: 100%;
    align-items: center;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin-top: 30px;
    height: 50px;
}

.footer_nav ul {
    list-style: none;
    margin: 0;
}

.footer_nav .box_content {
    text-align: right;
    opacity: 0.5;
    color: #333333;
    font-size: 15px;
}

footer.site-info {
    display: none;
}

.swiper.mySwiper .arrow_slider.style_2 {
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
}

.swiper.mySwiper .arrow_slider.style_2.button_next_slider {
    top: unset;
    bottom: -15px;
    transform: translateX(-50%) rotate(90deg);
}

.grid-50.info_product .price {
    font-size: 30px;
    color: #121415;
    margin-bottom: 30px;
}

.grid-50.info_product span {
    display: block;
    margin-bottom: 25px;
}

.grid-50.info_product .price span {
    display: inline-block;
    margin: 0;
}

.grid-50.info_product h1 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
}

.grid-50.info_product ul li {
    margin-bottom: 10px;
}

.grid-50.info_product ul {
    list-style: none;
    margin: 0;
    color: #666666;
    font-size: 14px;
}

.grid-50.info_product .content {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    border-top: 1px solid #e1e1e1;
    padding-top: 25px;
    margin-bottom: 35px;
}

li.quantity {
    margin-top: 25px;
}

ul.share_product svg path {
    fill: #666666;
}

ul.share_product a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #cacaca;
    border-radius: 50%;
    margin-right: 8px;
    background: transparent;
    transition: .3s all;
}

ul.share_product a:hover {
    background: #000000;
    border-color: black;
}

ul.share_product a:hover svg path {
    fill: white;
}

ul.share_product svg {
    max-width: 16px;
    height: auto;
}

ul.share_product {
    display: flex;
    align-items: center;
    margin-top: 30px !important;
}

.swiper.mySwiper2.gelery_for img {
    max-width: 90%;
    width: auto;
    height: auto;
}

.swiper.mySwiper2.gelery_for .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs_product table {
    border: 1px solid #cacaca;
}

.tabs_product table tr td:first-child {
    width: 29% !important;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 30px;
    border-right: 1px solid #cacaca;
}

.tabs_product table tr,
.tabs_product table td {
    border: none !important;
}

.tabs_product table tr:nth-child(odd) {
    background-color: #f7f7f7;
}

ul.banner_qc img {
    display: block;
    width: 100%;
    height: auto;
}

ul.banner_qc li {
    margin-bottom: 20px;
}

ul.banner_qc {
    list-style: none;
    margin: 40px 0 0 70px;
}

.wrap_info {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.11);
}

.product_related .heading_h2 {
    font-size: 28px;
}

ul.nav_right li {
    position: relative;
}

ul.nav_right li form {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-110%);
    width: 0px;
    transition: .3s all;
    overflow: hidden;
}

ul.nav_right li form.active {
    width: 200px;
}

ul.nav_right li form input {
    height: 40px;
    border: none;
    border-bottom: 1px solid #6666;
    background: transparent;
    padding: 0 10px;
    color: #333333;
    font-size: 14px;
    outline: none;
}

ul.nav_right li form input::placeholder {
    font-size: 14px;
    color: #6666;
}

.nav-float-right #site-navigation:before {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) scale(.13);
    content: url(../../images/bf_logo.png);
    z-index: 2;
    opacity: 1;
    transition: .3s all;
    transition-delay: .3s;
}

header#masthead.sticky #site-navigation:before {
    opacity: 0;
    transition: .1s all;
}

header#masthead {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    box-shadow: 0 0 3px rgb(0 0 0 / 29%);
}

.inside-header {
    transition: .5s all;
}

header#masthead.sticky .inside-header {
    padding: 10px 30px 0 30px;
}

img.header-image.is-logo-image {
    transition: .5s all;
}

header#masthead.sticky img.header-image.is-logo-image {
    height: 30px;
}

.main-navigation .main-nav ul li a {
    transition: .5s all;
}

header#masthead.sticky .main-navigation .main-nav ul li a {
    font-size: 15px;
    line-height: 40px;
}

.main-navigation .inside-navigation {
    transition: .5s all;
}

header#masthead.sticky .main-navigation .inside-navigation {
    margin-top: 10px;
}

.search_page .wrap_product .item_product {
    width: calc(calc(100% / 4) - 20px);
    margin-bottom: 40px;
}

.search div#banner_gr {
    display: none !important;
}

section.section.search_page {
    padding: 40px 0 60px;
}

.view_more.loading span svg {
    opacity: 0;
}

.view_more span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.view_more.loading {
    left: unset;
    top: unset;
    padding: 0;
    border-color: transparent;
}

.view_more.loading .text {
    opacity: 0;
    font-size: 0;
}

a.add_to_cart.loading {
    color: #fff !important;
    background-color: #fff !important;
}

.view_more.loading span:before,
a.add_to_cart.loading:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.2);
    content: url(../../images/load_product.gif);
    z-index: 2;
}

.menu-item-has-children .dropdown-menu-toggle {
    display: none;
}

.main-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 50px;
}

.main-navigation .main-nav ul ul li a {
    color: white !important;
    font-size: 16px !important;
    text-transform: unset;
    line-height: normal !important;
}

.main-navigation ul ul {
    background-color: #333333;
    margin-left: 50px;
    transform: translateY(15px);
    transition: .5s all;
    min-width: 220px;
}

.main-navigation:not(.toggled) ul li.sfHover>ul,
.main-navigation:not(.toggled) ul li:hover>ul {
    transform: translateY(0px);

}

.main-navigation .main-nav ul ul li:hover>a,
.main-navigation .main-nav ul ul li:focus>a,
.main-navigation .main-nav ul ul li.sfHover>a {
    color: #333333 !important;
    background-color: #eaeaea;
    padding-left: 35px !important;
}

.banner_product {
    height: 500px;
}

.banner_product .content_banner h1 b {
    color: #1e95c9;
}

.banner_product .content_banner h1 {
    font-size: 40px;
    margin-top: 5px;
}

.banner_product .content_banner span {
    font-size: 18px;
}

.banner_product .content_banner {
    width: 50%;
}

.banner_product .inner {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top_filter {
    margin-bottom: 40px;
}

.top_filter ul svg {
    height: 22px;
}

.top_filter ul svg path {
    fill: #c1c1c1;
}

.top_filter ul li a.active svg path {
    fill: #666666;
}

.top_filter ul li:last-child svg {
    height: 26px;
    display: block;
    transform: translateY(-2px);
}

ul.style_list {
    display: flex;
    margin: 0 10px 0 0;
    list-style: none;
    align-items: center;
}

.top_filter {
    justify-content: flex-end;
}

ul.style_list li {
    margin-right: 12px;
}

.top_filter select {
    height: 40px;
    padding: 0 20px;
    color: #333333;
    font-size: 14px;
    box-shadow: -1px -3px 15px rgb(0 0 0 / 10%);
    border-radius: 2px;
    background-color: #ffffff;
    border: antiquewhite;
    width: 160px;
    margin-right: 10px;
    outline: none;
}

.style_2 .item_product {
    margin-bottom: 35px;
    display: flex;
    text-align: left;
    width: calc(calc(100% / 2) - 20px);
}

.style_2 .item_product .box_img {
    width: 140px;
    margin: 0 30px 0 0;
    height: 172px;
    flex: 0 0 auto;
}

.style_2 .item_product .box_img .avatar {
    max-width: 80%;
    max-height: 80%;
}

.style_2 .new_product {
    text-align: center;
    left: 84px;
    font-size: 10px;
    width: 33px;
    height: 30px;
    line-height: 28px;
}

li.quantity .CRcustom_qty {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

li.quantity .CRcustom_qty b {
    margin-right: 40px;
}

.quantity.buttons_added {
    display: inline-flex;
}

li.quantity .CRcustom_qty input {
    height: 40px;
    outline: none !important;
}

ul.list_product_info {
    line-height: 40px;
}

.grid-50.info_product ul li .CRgr_btn_pd>* {
    height: 51px;
    border: 1px solid #000000 !important;
    color: #333333 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    background: white !important;
    border-radius: 0 !important;
    min-width: 270px;
}

.grid-50.info_product ul li .CRgr_btn_pd>* img {
    margin-right: 10px;
}

.wrap_content_tabs img {
    margin-bottom: 20px;
}

.grid-50.info_product .CRgr_btn_pd {
    display: flex;
}

.grid-50.info_product ul li .CRgr_btn_pd button {
    order: 2;
    margin-left: 20px;
    color: white !important;
    background: #121415 !important;
}

.single-product .inside-article {
    padding: 0;
}

.single-product .entry-content {
    margin-top: 0;
}

#list_product_viewed {
    margin-bottom: 50px;
}

#list_product_viewed .item_product {
    width: calc(calc(100% / 4) - 20px);
}

nav.woocommerce-breadcrumb {
    display: none;
}


.wrap_search_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s all;
    pointer-events: none;
}

.wrap_search_popup.show {
    opacity: 1;
    pointer-events: unset;
}

.wrap_search_popup .inner {
    background: #353535e8;
    padding: 65px calc(calc(100vw - 1166px) / 2) 60px;
    position: relative;
    z-index: 2;
    transform: translateY(-120%);
    transition: .3s all;
}

.wrap_search_popup.show .inner {
    transform: translateY(0%);
    transition-delay: .3s;
}

.wrap_search_popup .inner .button_close {
    position: absolute;
    top: 42px;
    right: 45px;
    cursor: pointer;
}

.wrap_search_popup .inner .button_close path {
    fill: white;
}

.wrap_search_popup .inner h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

.wrap_search_popup input::placeholder {
    font-size: 25px;
    color: #929292;
}

.wrap_search_popup input#s {
    margin-bottom: 0;
    height: 60px;
    width: 100%;
    margin-right: 10px;
    outline: none;
    background-color: #232323;
    border-radius: 5px;
    border: 1px solid transparent;
    color: white;
    font-size: 18px;
    transition: .5s all;
}

.wrap_search_popup input#s:focus {
    border-color: #a35529;
}

.wrap_search_popup input#s::placeholder {
    font-size: 18px;
}

.wrap_search_popup input#searchsubmit {
    height: 60px;
    width: 240px;
    font-size: 16px;
    color: white;
    flex: 0 0 auto;
    background: #a35529;
    border-radius: 5px;
    position: unset;
    opacity: 1;
}

.wrap_search_popup form {
    display: flex;
}

.wrap_search_popup h2 {
    color: #fff;
}

.bg_close {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

a.CRclose_pop_cart svg path {
    fill: #333333;
}

.CRbtn_remove_pd svg {
    width: 13px;
}

.CRbtn_remove_pd path {
    fill: #333333;
}

.CRitem_cart_pop .content .thumb img {
    width: auto !important;
    height: auto !important;
    max-width: 90%;
    max-height: 90%;
}

.total_pop_cart strong {
    margin-right: 10px;
}

.CRitem_cart_pop .content .box_cont h4 {
    font-size: 12px !important;
    font-weight: 700;
}

#CRbox_list_cart .box_btn a {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
}

.CRitem_cart_pop .box_qty_price span {
    color: #333333 !important;
}

.total_pop_cart span {}

#CRbox_list_cart .box_btn a:first-child {
    background: white !important;
    border: 2px solid #333333 !important;
    color: #333333 !important;
}

.product_page.about_page {
    overflow: unset;
}

section.section.thank_you .wrap .box_content .content a {
    color: #333333;
}

section.section.thank_you .wrap .box_content .content {
    font-size: 16px;
    line-height: 1.5;
}

section.section.thank_you .wrap .box_content>h3 {
    font-size: 18px;
}

section.section.thank_you .wrap .box_content>h2 {
    margin-bottom: 35px;
    font-size: 36px;
}

section.section.thank_you .wrap .box_content>a {
    height: 40px;
    border: 1px solid #000000;
    background-color: #121415;
    font-size: 14px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 34px;
    margin-top: 20px;
}

section.section.thank_you .wrap {
    align-items: center;
}

.thank_you {
    padding: 70px 0;
}

.wrap_slide_vertical {
    position: relative;
}

.wrap_slide_vertical .arrow_slider.style_2 {
    top: -30px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #ffffff;
    color: #333;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 42%);
}

.wrap_slide_vertical .arrow_slider.style_2.button_next_slider {
    top: unset;
    bottom: -35px;
    transform: translateX(-50%) rotate(90deg);
    left: 50%;
}

.gelery_nav .swiper-slide .item_nav {
    border-color: transparent !important;
}

.gelery_nav .swiper-slide.swiper-slide-thumb-active .item_nav {
    border: 1px solid #121415 !important;
}

.wrap_filter:last-child h3 a {
    color: #333333;
}

.wrap_filter h3 {
    margin-bottom: 25px;
    font-size: 18px;
}

.slider_product_new .item-product {
    margin-bottom: 0;
}

.slider_product_new {
    /* padding-bottom: 60px; */
}

.slider_product_new .arrow.slick-arrow {
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -70px;
    right: 40px;
    transform: translateX(-50%);
    font-size: 15px;
    border-radius: 50%;
    background: #ffffff;
    color: #333;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 42%);
}

.slider_product_new .arrow.slick-arrow.prev {
    margin-left: -40px;
}

.slider_product_new .arrow.slick-arrow.next {
    margin-right: -40px;
}

.slider_product_new .arrow.slick-arrow::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider_product_new .arrow.slick-arrow.prev::before {
    content: '\e875';
    font-family: 'Linearicons-Free';
}

.slider_product_new .arrow.slick-arrow.next::before {
    content: '\e876';
    font-family: 'Linearicons-Free';
}

.wpcf7 label.error {
    color: red;
}

.category-content {
    margin-top: 20px;
}