.bg-yellow {
    background:var(--yellow);
}
.align-row-center > .container > .row > div, .align-row-center>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.bg-main{
	background:var(--color-main);
}
.fw-600 {
    font-weight: 600;
}
.text-black {
    color: var(--black);
}
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}

.pb-40{
    padding-bottom:40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-70{
    padding-bottom: 70px;
}
.mb-40{
    margin-bottom: 40px;
}

.mb-50{
    margin-bottom: 50px;
}

.text-website .swiper .item {
    height: 100% !important;
}
.text-website .swiper ,.text-website {
    height: 24px;
}

@media (min-width:1300px){
    .header-mid .container {
        max-width: 1280px;
    }
}

@media (min-width:1200px) and (max-width:1350px){
    .menu-section > ul > li > a {
        font-size: 14px;
    }
    
    .menu-section > ul > li {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}
@media (min-width:1200px){
    .header-mid>.row>div:nth-child(1) {
        flex: 0  0 170px;
        max-width: 170px;
    }
    
    .header-mid>.row>div:nth-child(2) {
        flex-basis: calc(100% - 170px);
        max-width: calc(100% - 170px);
    }
}

.text-website .swiper .item .info {
    color: var(--white);
    text-align: center;
}
.footer-menu-fanpage>ul.list-unstyled>li>a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid var(--white);
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: var(--white);
    font-size: 13px;
}
.topbar-section.language-section .language-picker {
    display: flex;
    align-items: center;
    color: var(--white);
}

.topbar-section.language-section .language-picker img {
    width: 16px;
    height: 12px;
    position: relative;
    top: -1px;
}
.search-section .form-dropdown button.btn.btn-submit {
    background: var(--black);
    border-color: var(--black);
}
.search-section .form-dropdown {
    position: absolute;
    padding: 5px;
    background-color: #ffffff;
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}

.entire-action-header {
    position: relative;
}
.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}

.search-section.entire-action-header a.btn-action-header {
    color: white;
    display: inline-block;
    padding: 12px 14px 11px;
}
.btn-action-header{
    color: white;
}
.product-item .inner-image .add-cart-product {
    font-size: 13px;
    opacity: .8;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .3px;
    z-index: 10;
    will-change: transform;
}

@media (min-width:1200px){
     .header-top > .row > div:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu-section>ul {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    .header-mid>.row>div:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
   
    .product-item .inner-image .add-cart-product {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        transition: background-color .3s,transform .3s,opacity .3s,-webkit-transform .3s;
        -webkit-transform: translateY(103%) translateZ(0);
        transform: translateY(103%) translateZ(0);
        backface-visibility: hidden;
        perspective: 800px;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 800px;
        font-size: 13px;
        opacity: .8;
        color: #fff;
        height: 40px;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: .3px;
        z-index: 10;
        will-change: transform;
    }
    
    .product-item .inner-image:hover .add-cart-product {
        pointer-events: auto;
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .product-attribute-switch.image-switch .inner-product-attribute:hover .name-attribute {
        visibility: visible;
        opacity: 1;
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
        transform: translate(-50% ,-8px);
    }
    .section-about .content {
        padding-right: 50px;
    }

}



.product-item .inner-image .add-cart-product a {
    color: var(--white);
}
.link-all a {
    display: inline-block;
    border: 1px solid var(--color-black);
    padding: 13px 45px;
    color: var(--color-black);
    font-weight: 600;
}

.link-all a:hover {
    color: var(--white);
    border: 1px solid var(--color-highlight);
    background: var(--color-highlight);
}
.section-banner .item .info {
    position: absolute;
    top: 20px;
    left: 30px;
}

.section-banner .item .info .title {
    font-size: 20px;
}

.section-banner .item .info  a.link {
    color: #999;
}

.section-banner .item .info a.link i {
    position: relative;
    top: 2px;
}

.section-banner .item  .img {
    overflow: hidden;
}

.section-banner .item  .img img {
    transition: 1.1s;
}

.section-banner .item .img:hover img {
    transform: scale(1.1);
}

.banner-home-02 img {
    height: 31vw;
    width: 100%;
    object-fit: cover;
}
.title-footer {
    font-size: 16px;
    color: var(--white);
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

.footer-menu-section .list-unstyled>li>a {
    color: var(--white);
}

.footer-mid>.container>.row>div:nth-child(2), .footer-mid>.container>.row>div:nth-child(3) {
    flex: 0 0 22%;
    max-width: 22%;
}

.footer-mid>.container>.row>div:nth-child(4) {
    flex: 0 0 31%;
    max-width: 31%;
}

.footer-form .content form {
    display: flex;
}

.footer-form .content form .form-group span {
    font-size: 13px;
    background: var(--color-highlight);
    border: 0;
    padding: 0 15px;
    height: 4rem;
}

.footer-form .content form .form-group:nth-child(1) {
    flex: 1 1;
}
.product-item .inner-image>div>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 1;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.product-item .inner-image:hover>div>a:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
.product-rating span.count,.product-rating .review-link {
    font-size: 12px;
}

p.note-vat {
    color: var(--color-black);
    margin-bottom: 20px;
}

.product-rating {
    color: var(--color-black);
}

.product-detail-head .description {
    margin-bottom: 20px;
}

.product-attribute-switch.image-switch .inner-product-attribute .bg-color {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.name-attribute {
    position: absolute;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    display: inline-block;
    background: #7f0c7f;
    color: #fff;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(-50%);
}


.name-attribute:before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px;
    border-color: #7f0c7f transparent #0000;
    transform: translateX(-50%);
}
.product-detail-head a.btn-product-action {
    border: 1px solid #222;
    border-radius: 5px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    color: var(--black);
}

.product-detail-head a.btn-product-action.added-wishlist {
    background: var(--black);
    color: var(--white);
}

.section-content-product-detail .nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.section-content-product-detail .nav-tabs li.nav-item a {
    height: 40px;
    line-height: 38px;
    padding: 0 25px;
    border-radius: 0;
    background: none;
    color: #878787;
    font-weight: 700;
}

.section-content-product-detail .nav-tabs li.nav-item a.active {
    border: 1px solid #000;
    color: var(--black);
}

.section-content-product-detail .nav-tabs li.nav-item a:hover {
    color: var(--black);
    border-color: transparent;
}

.section-list-detail .swiper-wrapper .product-item {
    margin-bottom: 0 !important;
}

.overall-rating .rating-average .star-rating::before {
    font-size: 1.8rem;
}

.header-page-title.header-page-title-news {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: var(--black);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-weight: 700;
}

.list-show-product span.item-show {
    border: 1px solid currentcolor;
    color: #878787;
    height: 26px;
    margin-right: 10px;
    position: relative;
}

.list-show-product {
    display: flex;
    justify-content: center;
}


.list-show-product span.item-show:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 10px;
    height: 20px;
    background: currentcolor;
    transition: .3s;
}

.list-show-product span.item-show.view_01 {
    width: 29px;
}

.list-show-product span.item-show.view_01:before {
        right: 2px;
    height: 5px;
    width: 23px;
    box-shadow: 0 7.3px 0 currentColor,0 15.1px 0 currentColor;
}

.list-show-product span.item-show.view_02 {
    width: 29px;
}

.list-show-product span.item-show.view_02:before {
     box-shadow: 13px 0 0 currentColor,13px 0 0 currentColor;
}

.list-show-product span.item-show.view_03 {
    width: 42px;
}

.list-show-product span.item-show.view_03:before {
    box-shadow: 13px 0 0 currentColor,26px 0 0 currentColor;
}

.list-show-product span.item-show.view_04 {
    width: 55px;
}

.list-show-product span.item-show.view_04:before {
    box-shadow: 13px 0 0 currentColor,26px 0 0 currentColor,39px 0 0 currentColor;
}

.list-show-product span.item-show.view_05 {
    width: 68px;
}

.list-show-product span.item-show.view_05:before {
    box-shadow: 13px 0 0 currentColor,26px 0 0 currentColor,39px 0 0 currentColor,52px 0 0 currentColor;
}

.list-show-product span.item-show.view_06 {
    width: 81px;
}

.list-show-product span.item-show.view_06:before {
    box-shadow: 13px 0 0 currentColor,26px 0 0 currentColor,39px 0 0 currentColor,52px 0 0 currentColor,65px 0 0 currentColor;
}
.section-orderby {
    display: flex;
    justify-content: flex-end;
}

.section-orderby span.orderby-title {
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 7px 10px 7px 15px;
    min-width: 190px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (min-width:1200px){
    .menu-section > ul > li {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

.list-show-product span.item-show.active {
    color: var(--black);
}
.list-show-product span.item {
    display: flex;
}
.list-product-page.view_01>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.list-product-page.view_01 .product-item {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 0;
    border: 1px solid #eee;
    border-bottom: 0;
    flex-wrap: wrap;
}

.list-product-page.view_01 .product-item .inner-image {
    flex: 0 0 180px;
    margin-bottom: 0 !important;
    margin-right: 30px;
}

.list-product-page.view_01 .product-item .info-content {
    display: flex;
    align-items: center;
    flex: 1 1;
}

.list-product-page.view_01 .product-item .info-content .btn-add-cart-page {
    width: 200px;
    margin-left: 33px;
    display: block;
}

.list-product-page.view_01 .product-item .info-content .inner-content {
    flex: 1 1;
    margin-bottom: 10px;
}

.list-product-page.view_01 .product-item .info-content .btn-add-cart-page a {
    display: inline-block;
    height: 40px;
    color: var(--white);
    text-transform: uppercase;
}

.list-product-page.view_01>.row>div:last-child .product-item {
    border-bottom: 1px solid #eee;
}

.list-product-page.view_02>.row>div {
    flex: 0 0 50%;
    max-width: 50%;
}
.list-product-page.view_03>.row>div {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.list-product-page.view_04>.row>div, .list-product-page>.row>div {
    flex: 0 0 25%;
    max-width: 25%;
}

.list-product-page.view_05>.row>div {
    flex: 0 0 20%;
    max-width: 20%;
}
.list-product-page.view_06>.row>div {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
}

.list-product-page.view_02 .product-item, .list-product-page.view_03 .product-item, .list-product-page.view_04 .product-item, .list-product-page.view_05 .product-item
, .list-product-page.view_06 .product-item{
    padding: 0;
    margin-bottom: 30px;
    border: 0;
}

.list-product-page.view_02 .product-item, .list-product-page.view_03 .product-item, .list-product-page.view_04 .product-item ,
.list-product-page.view_05 .product-item, .list-product-page.view_06 .product-item{
    border: 0;
}

.list-product-page.view_02 .product-item .inner-image,.list-product-page.view_03 .product-item .inner-image,.list-product-page.view_04 .product-item .inner-image,
.list-product-page.view_05 .product-item .inner-image,.list-product-page.view_06 .product-item .inner-image
{
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 10px !important;
}

.list-product-page .product-item .info-content .btn-add-cart-page,.list-product-page.view_02 .product-item .info-content .btn-add-cart-page, .list-product-page.view_03 .product-item .info-content .btn-add-cart-page,.list-product-page.view_04 .product-item .info-content .btn-add-cart-page,
.list-product-page.view_05 .product-item .info-content .btn-add-cart-page,.list-product-page.view_06 .product-item .info-content .btn-add-cart-page, .list-product-page.view_02 .product-item .info-content .inner-content .description,
.list-product-page.view_03 .product-item .info-content .inner-content .description,.list-product-page .product-item .info-content .inner-content .description, .list-product-page.view_04 .product-item .info-content .inner-content .description,.list-product-page.view_05 .product-item .info-content .inner-content .description,
.list-product-page.view_06 .product-item .info-content .inner-content .description, .list-product-page .product-item .inner-image .add-cart-product{
    display: none;
}

.list-product-page.view_02 .product-item .inner-image .add-cart-product, .list-product-page.view_03 .product-item .inner-image .add-cart-product, .list-product-page.view_04 .product-item .inner-image .add-cart-product, 
.list-product-page.view_05 .product-item .inner-image .add-cart-product, .list-product-page.view_06 .product-item .inner-image .add-cart-product{
    display: block;
}
.list-product-page.view_01 .product-item .info-content .description {
    display: block;
}
.topbar-section.language-section ul.topbar-dropdown.list-unstyled {
    min-width: 100px;
    right: 0;
    left: initial;
}

.swiper.swiper-slider-main .swiper-slide.swiper-slide-active .swiper-slide--wrap {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    opacity: 1;
}

.swiper-slider-main .swiper-pagination span.swiper-pagination-bullet {
    background: rgba(255,255,255,.4);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    border: 0;
}

.swiper-slider-main .swiper-pagination  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
}
.product-item .inner-image img {
    transition: 1.1s;
}

.product-item .inner-image:hover img {
    transform: scale(1.1);
}

footer {
    background: #333438;
}
.btn-action-header:hover {
    color: var(--color-highligh);
}
.cart-info-section .item-quantity .product-quantity {
    width: auto;
}
.list-product-page.view_02>.row>div:last-child .product-item , .list-product-page.view_03>.row>div:last-child .product-item , .list-product-page.view_04>.row>div:last-child .product-item ,
.list-product-page.view_05>.row>div:last-child .product-item, .list-product-page.view_06>.row>div:last-child .product-item  {
    border-bottom: 0;
}

.banner-home-02 {
    position: relative;
}

.banner-home-02 .btn {
    position: absolute;
    bottom: 7vw;
    z-index: 2;
    right: 26vw;
    padding: 0;
    margin-top: 15px;
}

.banner-home-02 .btn a {
    display: inline-block;
    min-width: 150px;
    min-height: 40px;
    padding: 0;
    line-height: 40px;
    color: var(--white);
    background-color: #4d5959;
    border: 1px solid#000000;
    letter-spacing: 1.5px;
    padding-left: 72px;
    padding-right: 72px;
    font-weight: 600;
    font-size: 16px;
}

.zoomWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.zoomWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.section-about .img {
    padding-top: 45%;
}
.section-list-video-gallery>.row {
    margin-right: -15px;
    margin-left: -15px;
}

.section-list-video-gallery>.row>div {
    padding-right: 15px;
    padding-left: 15px;
}

.section-list-article>.row {
    margin-right: -5px;
    margin-left: -5px;
}

.section-list-article>.row>div {
    padding-right: 5px;
    padding-left: 5px;
}

article.album-item {
    position: relative;
    margin-bottom: 10px;
}

article.album-item .inner-content {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
}

.album-item .inner-image>a:before {
    background: #0000004a;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    top: 0;
}
article.album-item:before {
    border-color: transparent #ffffff00 #fff0;
    border-style: solid;
    border-width: 0 2rem 2rem;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    border-right-color: #fff;
    z-index: 9;
    right: 0;
}

article.album-item:after {
    border-color: transparent #ffffff00 #fff0;
    border-style: solid;
    border-width: 0 2rem 2rem 0px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    border-bottom-color: #fff;
    z-index: 9;
    left: 0;
}
.album-item .inner-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    z-index: 9;
    font-size: 32px;
}

.album-item:hover .inner-image>a:before {
    background: #ddd0;
}
.item-policy .img {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 15px;
    background: var(--color-main);
}
.item-policy {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    min-height: 75px;
    border-radius: 90px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 90px;
}

.item-policy .text-policy {
    flex: 1 1;
}

.item-policy .img img {
    height: 33px;
    width: 33px;
    object-fit: contain;
}

.item-policy .text-policy .policy--tile {
    color: var(--black);
    font-weight: 700;
    text-transform: uppercase;
}
.article-item .article-title {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
}

.article-item .inner-content {
    margin-top: 10px;
}
.product-content-detail .entire-attribute .list-attribute .product-attribute-switch.image-switch .inner-product-attribute {border: 2px solid #ddd;}

.product-content-detail .entire-attribute .list-attribute .product-attribute-switch.image-switch .inner-product-attribute.active {
    border-color: var(--color-highlight);
}
.menu-section > ul > li > a {
    height: 5.4rem;
    line-height: 5.4rem;
    color: var(--black);
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
.section-faq .card {
    margin-bottom: 10px;
}

.section-faq .card .item-title-process {
    background: #f6f6f8;
    height: 44px;
    padding-left: 15px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4d5959;
}

.section-faq .card .item-title-process>span:last-child {
    width: 44px;
    height: 44px;
    background-color: #222;
    color: #fff;
    display: inline-block;
    position: relative;
}

.section-faq .card .item-title-process.collapsed>span:last-child:before, .section-faq .card .item-title-process>span:last-child:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg);
    background-color: currentColor;
    transition: transform .35s ease-in-out,opacity .35s ease-in-out,-webkit-transform .35s ease-in-out;
}

.section-faq .card .item-title-process>span:last-child:before {
    width: 15px;
    height: 2px;
}

.section-faq .card .item-title-process>span:last-child:after {
    width: 2px;
    height: 15px;
}

.section-faq .card .description-process {
    padding: 20px;
    border: 1px solid #f5f5f5;
    border-top: 0;
    line-height: 1.8;
}

.header-page-title.header-page-title-news.header-page-title-brc {
    padding: 100px 0;
    height: auto;
    position: relative;
}

.header-page-title.header-page-title-news.header-page-title-brc:before {
    content: '';
    opacity: .5;
    position: absolute;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    pointer-events: none;
    z-index: 1;
}

.header-page-title.header-page-title-news.header-page-title-brc .title {
    opacity: 1;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
}
.article-description-content {
    line-height: 1.75;
}
.icon-paypal {
    height: 42px;
    padding: 9px 54px;
    background: var(--yellow);
    border-radius: 5px;
}
.checkout-section {
    color: #111c2d;
}
.form-billing .form-control,
.entry-order-review .form-control{
    padding: 13px 12px;
    height: auto;
    border-radius: 5px !important;
    border: 1px solid rgb(223,223,223);
}
.form-billing .form-control.bootstrap-select{
    padding: 0;
}
.form-billing .form-control.bootstrap-select>.dropdown-toggle{
    padding: 13px 12px;
    border-radius: 5px;
    background: transparent;
    border: 0;
}
.entry-order-review .btn-submit{
    padding: 13px 0;
    border-radius: 5px;
}
.kt-checkbox {
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 30px;
}
.kt-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.kt-checkbox > span {
    border-radius: 3px;
    background: none;
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid rgb(223,223,223);
}
.kt-checkbox > span:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.kt-checkbox > span:after {
    border: solid #000;
}
.kt-checkbox > input:checked ~ span:after {
    display: block;
}
@media (max-width:992px){
    .section-list-video-gallery-mb>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .album-item .inner-image i {
        font-size: 24px;
    }
    .block-tab.nav .nav-item .nav-link {
        padding: 0.5rem 2rem;
    }
    
    .block-tab.nav .nav-item {
        margin-left: 10px;
    }
    .block-tab.nav .nav-item:first-child {
        margin-left: 0;
    }
}
@media (max-width:767px){
    .item-policy {
        display: flex;
        flex-direction: column;
        align-content: center;
        margin-bottom: 15px;
    }
    
    .item-policy .text-policy {
        text-align: center;
    }
    
    .item-policy .img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media (max-width:767px){
    .text-website .swiper .item .info {
        font-size: 12px;
    }
    .swiper-slide--wrap {
        display: none;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .section-banner>.row>div:nth-child(1) .item {
        margin-bottom: 15px;
    }
    
    
    .section-footer-mid>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .link-all a {
        padding: 6px 20px;
    }
    .search-section.entire-action-header .btn-action-header {
        padding: 12px 8px 11px;
        margin-right: 0;
    }
    
    
    .topbar-section.language-section .language-picker {
        font-size: 10px;
    }
    .search-section .form-dropdown {
        width: 250px;
    }

    .list-show-product {
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
    }
    .section-orderby span.orderby-title {
        min-width: 140px;
        padding: 5px 10px 3px 15px;
    }
    .list-product-page.view_01 .product-item {
        padding: 10px;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .list-product-page.view_01 .product-item .inner-image {
        flex: 0 0 40%;
        margin-right: 0;
    }
    
    .list-product-page .product-item .info-content .inner-content .description {
        display: none;
    }
    
    .list-product-page.view_01 .product-item .info-content {
        display: flex;
        flex-wrap: wrap;
        flex: 1 1;
        padding-left: 15px;
    }
    
    .list-product-page.view_01 .product-item .info-content .btn-add-cart-page {
        margin-left: 0;
        width: 85%;
    }
    
     span.item-show.view_01_mb {
        width: 28px;
    }
    
    span.item-show.view_01_mb:before {
        width: 22px;
    }
    .list-product-page>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .list-product-page.view_01_mb>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
        
    .banner-home-02 .btn {
        bottom: 1vw;
        right: 14vw;
        margin-top: 0;
    }
    
    .banner-home-02 .btn a {
        min-height: 27px;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 11px;
    }
}

@media (max-width:1200px){
    .header-mid-mb>.container>.row>div:nth-child(3) {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .list-product-page.view_01_mb .product-item , .list-product-page.view_02 .product-item{
        border: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    
    .list-product-page.view_01_mb .product-item .inner-image {
        flex: 0 0 100%;
    }
    
    .list-product-page.view_01_mb .product-item .info-content, .list-product-page.view_02 .product-item .info-content {
        padding-left: 0;
        margin-top: 10px;
    }
    
    .list-product-page.view_01_mb .product-item .info-content .btn-add-cart-page {
        display: none;
    }
    
    .list-product-page.view_01_mb .product-item .inner-image .btn-add-cart-page {
        display: none;
    }
    
    .list-product-page.view_01_mb .product-item .inner-image .add-cart-product {
        display: block;
        position: inherit;
        /* opacity: 1; */
    }
        
    .list-product-page.view_01_mb>.row>div:last-child .product-item {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .topbar-section.language-section .language-picker span {
        display: none;
    }
    
    .topbar-section.language-section .language-picker img {
        width: 26px;
        height: 18px;
    }
    .share-buttons {
        bottom: 6.5rem;
        left: 0.5rem;
    }
    .share-button-secondary {
        display: none;
    }
    .name-attribute {
        opacity: 1;
        visibility: initial;
        bottom: 10px;
        background: #b5967700;
        position: absolute;
        color: #fff;
        padding: 2px 5px;
        font-size: 8px;
        max-width: 40px;
        overflow: hidden;
        font-weight: 700;
    }
    
    
    .name-attribute:before {
        top: -14px;
        border-color: #0000 transparent #b59677;
        bottom: inherit;
        display: none;
    }
    .product-attribute-switch.image-switch .inner-product-attribute {
        height: 40px;
        width: 40px;
        padding: 1px;
    }
    .product-attribute-switch.image-switch .inner-product-attribute .bg-color {
        width: 34px;
        height: 34px;
    }
    .logo-section img {
        height: 7.3rem;
    }
    .header-page-title.header-page-title-news.header-page-title-brc {
        padding: 50px 0 !important;
    }
    .menu-section > ul > li > a {
        text-align: left;
    }
}

@media (min-width:767px) and (max-width:1200px){
    .list-show-product span.item-show.view_01_mb:before {
        width: 10px;
        box-shadow: 13px 0 0 currentColor,13px 0 0 currentColor;
    }
    
    span.item-show.view_01_mb {
        width: 29px;
    }
    
    .list-show-product span.item-show.view_02:before {
        box-shadow: 13px 0 0 currentColor,26px 0 0 currentColor;
    }
    
    .list-show-product span.item-show.view_02 {
        width: 42px;
    }
    
    .list-show-product {
        display: flex;
        justify-content: flex-start;
    }
    
    .list-product-page.view_02>.row>div {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    
    .list-product-page.view_01_mb>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .list-product-page.view_01_mb .product-item .info-content .description {
        display: none;
    }
    .swiper-slider-main .swiper-slide img {
        height: 44vw;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .row>div {
        padding-right: 10px;
        padding-left: 10px;
    }
    .banner-home-02 .btn {
        bottom: 3vw;
        z-index: 2;
        right: 19vw;
    }
}

.item-about-logo .img img {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
}

.item-about-logo .img {
    text-align: center;
    margin-bottom: 15px;
}

.item-about-logo .text-policy .policy--tile {
    text-align: center;
    font-weight: 600;
    color: var(--color-main);
    font-size: 1.6rem;
}