body {
    color: #212121;
    font-size: 18px;
    line-height: 24px;
    font-display: swap
}

.contact-form-group label {
    display: none
}
.zoomContainer
{
  display:none;
}
.product_img_box
{
  z-index:-1;
}
.blog_thumbs .blog_img {
    width: 320px;
}

.bottom_header {
    -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15)
}

.form-check-label  a
{
  font-size:16px !important;
}

h2 {
    font-size: 1.5rem
}

h2.text-uppercase {
    letter-spacing: -0.5px;
    font-weight: bold
}

#navCatContent li a img {
    -o-object-fit: cover;
    object-fit: cover
}

.footer_dark.active {
    padding-bottom: 74px
}

.product-sale-price-text {
    font-size: 20px !important;
    font-weight: 600
}

#hotline.row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

#hotline .col-lg-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.add-to-cart {
    background-image: url('../images/button-cart.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 44px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.product .product_title,
.product_wrap .product_title {
    text-overflow: initial;
    white-space: inherit;
    font-size: 14px;
    min-height: 34px;
    font-weight: 500
}

.blog_style2:hover .blog_img img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.shop_container {
    margin-left: -5px;
    margin-right: -5px
}

.shop_container .col-md-3 {
    padding-left: 5px;
    padding-right: 5px
}

.shop_container .product,
.shop_container .product_wrap {
    margin-bottom: 10px
}

.blog_text {
    text-align: justify
}

.short-text * {
    margin: 0;
    color: #212121;
    font-size: 16px
}

.widget_links li a {
    font-size: 16px;
    color: #000
}

.short-text table {
    width: 100%
}

.single_post .blog_content ul {
    list-style: disc;
    line-height: 26px
}

#mobile-cat {
    border: 1px solid #EDEDF1;
    padding: 10px
}

.panel.panel-default {
    margin-top: 24px;
    color: #FFF;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    position: sticky;
    top: 120px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 11.016px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 11.016px 0px rgba(0, 0, 0, 0.08)
}

.panel.panel-default * {
    position: relative
}

.btn.linearicons-phone-wave {
    margin-right: 10px
}

.panel.panel-default .btn {
    border-radius: 16px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 16px;
    margin-left: 16px;
    margin-right: 16px
}

.content-table * {
    font-size: 16px !important;
    white-space: wrap !important;
    padding: 0 !important
}

.content-table tr,
td {
    border: 1px solid #dcdcdc;
    border-collapse: collapse
}

.content-table td {
    padding: 5px !important
}

.panel.panel-default .btn-secondary span {
    margin-right: 5px
}

.panel-title {
    display: none
}

.panel-title h3 {
    font-size: 28px;
    color: #FFF;
    margin-bottom: 40px
}

.list_none * {
    font-size: 12px
}

.footer_dark .widget_links li a:hover,
.footer_dark a:hover,
.widget_links li a:hover {
    color: var(--color-1st)
}

.blog_style2 .blog_img img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 16/9
}

.post_img img {
    width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3/2
}

.header_wrap .navbar-collapse.mobile_side_menu .navbar-nav {
    height: auto
}

.blog_content img {
    height: auto
}

.show-infor {
    padding: 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#DCEFFF), color-stop(20%, rgba(220, 239, 255, 0.00))), #FFF;
    background: linear-gradient(180deg, #DCEFFF 0%, rgba(220, 239, 255, 0.00) 20%), #FFF;
    font-size: 14px;
    font-weight: bold;
    background-size: 100%;
    background-repeat: no-repeat
}

.show-infor button {
    border-radius: 8px;
    border: 1px solid #0062B3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #0062B3;
    margin-top: 8px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dont-scroll {
    overflow: hidden
}

#popup-show button {
    border: medium none currentcolor;
    border: initial;
    background-color: transparent;
    font-size: 24px
}

.show-content {
    padding: 12px 24px
}

.content .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#popup-show .content {
    background-color: #FFF;
    z-index: 9999;
    max-width: 664px;
    padding: 32px 40px;
    border-radius: 16px
}

#popup-show {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.17647);
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#popup-show * {
    color: rgba(33, 33, 33, 1)
}

.cart_footer *,
.cart_list * {
    color: #000 !important
}

.form-check .form-check-label {
    font-size: 14px
}

#popup-show table {
    width: 100%
}

#popup-show .product_rate,
#popup-show .rating_num {
    color: #955D13
}

#popup-show td * {
    color: rgba(95, 93, 129, 1);
    margin: 0
}

#thong-so {
    margin-top: 48px
}

.contact-field-custom_field_3_wrapper {
    display: none;
}

#baogia {
    position: fixed;

    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9999999999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.17647)
}

#baogia .ju-content {
    width: 690px;
    background-color: #FFF;
    z-index: 9999;
    padding: 24px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    z-index: 111;
}

#baogia a {
    color: #FF324D
}

.cart_btn .btn.btn-dark {
    padding-right: 67px
}

.light_skin .navbar-nav .dropdown-menu .dropdown-menu,
.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
    background-color: transparent
}

.add-to-cart-form {
    width: 100%
}

.menu-child-show,
.menu-child-show-more {
    position: absolute;
    right: 0;
    width: 45px;
    height: 60px;
    background-color: transparent;
    z-index: 1;
    top: 0
}

.menu-child-show-more {
    right: -20px;
    z-index: 1111;
    height: 44px
}

.cart_btn .btn.btn-dark:hover svg path {
    fill: #FFF
}

.btn.btn-dark .add-to-cart {
    border: medium none currentcolor;
    border: initial;
    width: 32px;
    height: 32px;
    padding: 0;
    position: absolute;
    right: 39px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#baogia input:not([type=checkbox]) {
    height: 50px;
    border-color: #E4E4E4;
    border-radius: 16px
}

#baogia button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #0062B3;
    border-radius: 16px;
    padding: 0 36px;
    line-height: 48px;
    width: 234px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 98, 179, 0.30);
    box-shadow: 0px 3px 0px 0px rgba(0, 98, 179, 0.30)
}

#baogia button:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.30)), to(rgba(0, 0, 0, 0.30))), #0062B3;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), #0062B3;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 69, 126, 0.30);
    box-shadow: 0px 3px 0px 0px rgba(0, 69, 126, 0.30)
}

#baogia textarea {
    min-height: 128px
}

#baogia label {
    color: #000
}

#thong-so * {
    margin-top: 0 !important
}

.text-bold {
    font-weight: bold
}

#thong-so button {
    border: medium none currentcolor;
    border: initial;
    color: #0062B3;
    background-color: transparent
}

#thong-so .title {
    background-color: #EBF3F9;
    padding: 0.75rem
}

.short-text table tr:nth-child(odd) td {
    background-color: #fff
}

.short-text table tr:nth-child(2n) td {
    background-color: #EBF3F9;
    color: #000
}

.show-thong-so button {
    color: #0062B3;
    border: medium none currentcolor;
    border: initial;
    background-color: transparent
}

.categories_btn {
    padding: 14px 15px;
    color: #FFF;
    text-transform: uppercase
}

.breadcrumb_section.page-title-mini {
    padding: 15px 0
}

.cat-content ul {
    padding-left: 20px !important
}

.parent-item {
    border-bottom: 3px solid rgba(0, 98, 179, 1);
    max-width: 1002px;
    margin: 0 auto;
    margin-bottom: 51px;
    padding-bottom: 51px
}

.parent-item:after {
    content: "";
    width: 3px;
    height: 51px;
    background-color: #0062B3;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%)
}

.child-item {
    position: relative
}

.child-item:first-child {
    padding-bottom: 81px
}

.child-item:not(:first-child) img {
    width: 66px;
    margin-bottom: 24px
}

.child-item:not(:first-child) div {
    font-size: 18px !important
}

.child-item:not(:first-child) span {
    font-size: 12px !important
}

.child-item:nth-child(n+2) {
    margin-bottom: 44px
}

.child-item:before {
    content: "";
    width: 3px;
    height: 51px;
    background-color: #0062B3;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    top: 0
}

.child-item:not(:first-child):before {
    height: 65px;
    width: 1px;
    top: 0;
    -webkit-transform: translateY(calc(-100% - 6px));
    transform: translateY(calc(-100% - 6px))
}

.child-item:nth-child(n+3):before {
    height: 32px
}

.child-item:not(:first-child):after {
    content: "";
    position: absolute;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(calc(-100% - 5px)) translateX(-50%);
    transform: translateY(calc(-100% - 5px)) translateX(-50%)
}

.child-item img {
    border-radius: 200px;
    border: 1px solid #E99932;
    width: 106px
}

.contact-style2 strong {
    text-transform: uppercase
}

.contact-style2 a {
    font-size: 48px;
    font-weight: 600;
    color: #EA7F23
}

.child-item div {
    font-size: 20px;
    white-space: nowrap;
    color: #0062B3;
    font-weight: 600
}

.child-item p {
    color: #E99932;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0
}

div:nth-child(5).contact-column-12 {
    display: none
}

.cart-item {
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px;
    gap: 16px;
    background-color: #FFF;
    height: 100%
}

.product_img {
    padding-bottom: 100%
}

.product_img img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.on_sale,
.product .rating_wrap {
    display: none
}

#show-cat .widget_title {
    margin-bottom: 0
}

.mobile-list ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 24px;
    gap: 16px;
    overflow-x: scroll;
    margin-top: 8px
}

.show-des {
    padding: 32px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06)
}

.mobile-list ul li a {
    padding: 5px 16px;
    border-radius: 100px;
    border: 1px solid #E4E4E4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    white-space: nowrap
}

#show-cat .sub-menu {
    list-style: none;
    padding: 16px 0
}

#show-cat .sub-menu li {
    margin-bottom: 6px
}

#show-cat .sub-menu li a {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#show-cat .sub-menu li a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-image: url("../images/leftitem.svg")
}

#show-cat .sub-menu li:hover {
    color: #0062B3
}

#navCatContent li a.dropdown-toggler:after {
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 7px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 15px
}

.sidebar .widget+.widget {
    padding-top: 14px;
    margin-top: 14px
}

.section {
    padding: 48px 0
}

#navCatContent {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    padding: 8px;
    z-index: 9
}

.categories_wrap button.collapsed:after {
    border-bottom: 8px solid #FFF;
    border-top: 0px solid transparent
}

.categories_wrap button:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-radius: 15px
}

.item a.phone:before {
    background-image: url(../images/Icon.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.muc-luc {
    margin-bottom: 20px
}

.dropdown-mega-menu .dropdown-menu {
    margin-top: 0
}

.mega-menu {
    padding: 0
}

.abouts {
    list-style: none
}

.grid-style2 a,
.grid-style2 h3 {
    color: #FFF
}

.grid-style2 .item1,
.grid-style2 .item2 {
    position: relative
}

.grid-style2 .item1 .content {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 16px;
    text-align: right
}

.video-container iframe {
    max-width: 100%
}

.grid-style2 .item2 .content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px;
    text-align: left
}

.hoptac * {
    color: #FFF
}

.hoptac div {
    text-align: right
}

.quantity .minus,
.quantity .plus,
.quantity .qty {
    background-color: #FFF;
    border: medium none currentcolor;
    border: initial;
    width: 36px
}

.quantity {
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.btn-fill-out.btn-apply-coupon-code {
    text-transform: uppercase;
    background-color: #FF324D !important
}

.btn-apply-coupon-code:hover {
    color: #FFF !important
}

.form--shopping-cart .border .btn-fill-out {
    border-radius: 16px
}

.history {
    height: 450px;
    position: relative;
    margin-top: 50px
}

.history:before {
    content: "";
    width: 100%;
    border-bottom: 2px dashed #0062B3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%
}

.history:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    border-left: 10px solid #0062B3;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent
}

#slider-video p {
    color: #FFF;
    line-height: 22px;
    margin-top: 10px;
    padding-bottom: 0
}

#slider-video a {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.bg-image {
    background-image: url('../images/tv.jpg');
    background-size: cover;
    background-position: center
}

.history .item {
    position: absolute;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 50%;
    left: -20px
}

.history .item .content {
    color: #666666
}

.history>* {
    position: static
}

.history>:nth-child(odd) .item {
    padding-top: 22px;
    left: 0px
}

.history>:first-child .item:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: #0062B3;
    border-radius: 50%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.history>:nth-child(odd) .item:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    border: 5px solid rgba(0, 98, 179, 0.51373);
    border-radius: 50%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.history>:nth-child(2n+2) .item:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    border: 5px solid rgba(0, 98, 179, 0.51373);
    border-radius: 50%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) translateY(50%);
    transform: translateX(-50%) translateY(50%)
}

.history>:nth-child(2n+2) .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding-bottom: 22px;
    left: 184px
}

.history>:nth-child(3) .item {
    left: 366px
}

.history>:nth-child(4) .item {
    left: 542px
}

.history>:nth-child(5) .item {
    left: calc(366px + 366px)
}

.history>:nth-child(6) .item {
    left: calc(542px + 358px)
}

.history .title {
    padding: 6px 10px;
    background-color: #0062B3;
    color: #FFF;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 6px;
    margin: 0 auto;
    margin-bottom: 22px
}

.history .title:before {
    content: "";
    width: 18px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
    background-image: url('../images/business-time.svg');
    background-size: contain;
    background-repeat: no-repeat
}

.history>:nth-child(2n+2) .title {
    margin-top: 20px;
    margin-bottom: 0
}

.hoptac hr {
    height: 1px;
    width: 50%;
    margin: 25px auto
}

.color-blue {
    color: #0062B3
}

.cart-item .name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    white-space: nowrap
}

.cart-item .small {
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 8px
}

.cart-item hr {
    margin: 8px 0;
    width: 50%;
    border-color: rgba(233, 153, 50, 1)
}

.cart-item .hotline {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    color: #8F4400;
    margin-bottom: 0
}

.bg-green {
    background: #EBF3F9
}

.categories_btn>* {
    position: relative;
    z-index: 1
}

.product-category-select {
    display: none
}

.custom_select:before {
    display: none
}

.search_btn {
    border-radius: 0 16px 16px 0
}

.product_search_form input {
    border-radius: 16px !important
}

.language-wrapper {
    -webkit-box-ordinal-group: 15;
    -ms-flex-order: 14;
    order: 14
}

.cart_count,
.wishlist_count {
    background-color: #FF324D
}

.categories_btn i {
    color: #FFF
}

.language-wrapper .dropdown .btn-select-language {
    font-weight: bold
}

.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li a {
    width: 100px
}

.language-wrapper .dropdown button .language-caret:before {
    font-size: 0;
    width: 24px;
    height: 24px;
    background-image: url('../images/mdi_menu-up.svg');
    background-repeat: no-repeat;
    background-size: contain;
    right: auto;
    right: initial;
    top: 0
}

.content .blog_img {
    width: 129px
}

.first-content {
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    overflow: hidden
}

.first-content .blog_title a {
    color: #FFF
}

.first-content .blog_title {
    margin-bottom: 6px
}

.first-content .blog_content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 40px 32px 24px 32px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.00)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 20%, #000 100%);
    color: #FFF !important;
    left: 0;
    right: 0
}

.content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 10px
}

.content .blog_meta {
    font-size: 12px;
    margin-bottom: 0
}

.content .blog_title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 6px
}

.content .blog_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0
}

.pb_50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #FFF;
    border-color: #FFF
}

div.product_title {
    font-size: 18px;
    font-weight: 600
}

.owl-theme .owl-dots .owl-dot span {
    border-color: #FFF
}

.custom_select select {
    border-radius: 8px
}

#noibat {
    padding-bottom: 0
}

.cat_slider {
    height: 208px
}

.dot_style1.owl-theme .owl-dots .owl-dot.active span {
    width: 10px
}

.image-icon img {
    aspect-ratio: 174/100;
    -o-object-fit: contain;
    object-fit: contain
}

#slider-doitac .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.owl-theme .owl-dots .owl-dot span {
    border-color: #ffffff;
    margin: 3px
}

#home-blog .blog_img img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3/2
}

.bg-success {
    background-color: #176324 !important
}

.product,
.product_wrap {
    -webkit-box-shadow: 0px 10px 20px -10px rgba(50, 50, 93, 0.25);
    box-shadow: 0px 10px 20px -10px rgba(50, 50, 93, 0.25);
    border-radius: 8px;
    margin-bottom: 24px;
    overflow: hidden
}

.product .price,
.product_wrap .price {
    color: #B3000F;
    font-size: 20px;
    font-weight: 600
}

.product del {
    font-size: 16px;
    font-weight: 700
}

.product .product_price,
.product_wrap .product_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product_wrap .product_price del {
    font-size: 16px;
    font-weight: 500;
    color: #666
}

.pr_flash {
    background-color: transparent;
    width: 68px;
    text-align: center
}

.pr_flash .ju_label {
    width: 52px;
    height: 28px;
    position: absolute;
    display: block;
    border-radius: 5px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    height: 28px
}

.pr_flash span:not(.ju_label) {
    position: relative;
    z-index: 1;
    height: 28px;
    line-height: 28px;
    top: 50%;
    font-size: 16px;
    font-weight: 600
}

.categories_box {
    font-weight: 500
}

#why_choise {
    background-image: url('../images/background-whychoise.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.footer_logo+p {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 600
}

.sticky-top {
    top: 120px;
    z-index: 8
}

.product_wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 !important
}

.pr_flash {
    border-radius: 5px
}

#id_shop h2 {
    color: #FFF
}

#id_shop .container,
#id_shop_cat .container {
    background-color: var(--color-1st);
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 0
}

#id_shop_cat .container {
    padding-bottom: 20px
}

#id_shop_cat .container h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #FFF
}

#id_shop {
    height: 660px
}

.footer_top {
    padding-top: 50px;
    padding-bottom: 0;
    border-top: 4px solid var(--color-1st)
}

.bottom_footer {
    padding: 16px 0px;
    background-color: var(--color-1st);
    color: #FFF
}

.bottom_footer footer .widget {
    margin-bottom: 15px
}

.social_icons li a {
    border-radius: 50%
}

.contact_info p {
    margin-bottom: 0;
    line-height: 24px
}

.contact_info>li {
    margin-bottom: 16px
}

.footer_top .row>* {
    padding-left: 19px;
    padding-right: 19px
}

.footer_payment li {
    margin-right: 2px !important
}

.banner_section.shop_banner_slider .carousel-item {
    border-radius: 10px;
    max-height: 456px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden
}

.banner_content .banner_content_subtitle,
.banner_content h2 {
    color: #FFF
}

.ju-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    gap: 5px
}

.ju-list>li a {
    font-size: 14px;
    letter-spacing: -0.5px;
    font-weight: 600;
    padding: 6px 16px;
    border-radius: 500px;
    border: 1px solid #E4E4E4;
    color: #212121;
    line-height: 24.5px;
    height: 36px;
    display: inline-block;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    white-space: nowrap;
    transition: 0.3s all
}

.ju-list>li a:hover {
    border: 1px solid var(--color-1st);
    color: #FFF;
    background-color: var(--color-1st)
}

.product_brand {
    font-size: 14px;
    text-transform: uppercase;
    color: 999999;
    margin: 8px 0;
    font-weight: bold
}

.categories_btn:before {
    content: "";
    background-color: transparent;
    width: 100%;
    position: absolute;
    height: 44px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 10px
}

.categories_btn span {
    text-transform: inherit
}

.navbar-nav.attr-nav>:not(:last-child) {
    display: none
}

.navbar .navbar-nav>li>.nav-link {
    font-size: 18px;
    text-transform: none;
    padding: 14px 25px;
    font-weight: 500;
    color: #000
}

.heading_s4 h2 {
    text-transform: uppercase
}

.language-wrapper .dropdown .btn img {
    width: auto
}

.contact_phone span {
    font-weight: 600;
    font-size: 24px
}

.contact_phone i {
    color: rgba(233, 153, 50, 1)
}

#navCatContent li a.nav-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 5px 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer_dark {
    background-color: #0062B3
}

.logo_mobile {
    display: none
}

.menu-header {
    background-color: var(--color-1st);
    padding: 10px 16px;
    width: 100%;
    display: none
}

.menu-header .navbar-brand {
    padding: 0
}

.menu-header.row {
    margin: 0
}

.menu-header .col-auto {
    padding: 0
}

.author .author_item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-expand-md {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.pr_detail .product_price {
    float: none;
    float: initial;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(0, 98, 179, 0.16);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 98, 179, 0.16)), color-stop(49.9%, rgba(0, 98, 179, 0.00)));
    background: linear-gradient(180deg, rgba(0, 98, 179, 0.16) 0%, rgba(0, 98, 179, 0.00) 49.9%);
    margin-top: 24px
}

.abouts {
    list-style: none !important
}

.voucher {
    border-radius: 6px;
    border: 1px solid #0062B3;
    margin-top: 34px;
    padding: 8px 12px
}

.voucher p {
    margin-bottom: 6px;
    color: rgba(33, 33, 33, 1);
    font-weight: 600
}

.btn-dark {
    background-color: #FFF;
    border-color: rgba(33, 33, 33, 1);
    color: rgba(33, 33, 33, 1)
}

.navbar-nav .dropdown-menu {
    background-color: #FFF
}

.pr_desc .table tr:first-child td {
    border: medium none currentcolor;
    border: initial
}

.pr_desc .table td {
    font-size: 16px
}

.pr_desc .table {
    margin-bottom: 0;
    width: 100%
}

.pr_desc table {
    width: 100%
}

.pr_detail .pr_desc {
    padding: 18px 24px;
    border-radius: 16px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    display: block;
    margin-top: 24px
}

.pr_desc p {
    margin: 0 !important
}

.dropdown-menu {
    padding: 16px 0 !important;
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10)
}

.light_skin .navbar .navbar-nav .dropdown-item {
    color: #212121
}

.light_skin .navbar .navbar-nav .dropdown-menu li a.active,
.light_skin .navbar .navbar-nav .dropdown-menu li a:hover {
    background-color: var(--color-1st);
    color: #FFF
}

.navbar .navbar-nav .dropdown-item {
    padding: 6px 16px
}

.pr_desc ul {
    list-style: none;
    color: rgba(33, 33, 33, 1);
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    row-gap: 16px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-left: 0
}

.cart_btn .btn {
    border-radius: 16px;
    font-size: 20px;
    font-weight: 500
}

.voucher ul {
    list-style: none
}

.voucher ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.voucher ul li:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('../images/list.png');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px
}

.navbar .navbar-nav>li.active>a,
.navbar .navbar-nav>li:hover>a {
    color: rgb(234, 127, 35)
}

.product_description .on_sale_percentage_text {
    background-color: rgba(255, 50, 77, 0.16);
    color: rgba(255, 50, 77, 1);
    padding: 2px 8px;
    border-radius: 500px
}

.product-review-container .btn-primary.disabled {
    border-radius: 500px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 98, 179, 0.30);
    box-shadow: 0px 3px 0px 0px rgba(0, 98, 179, 0.30);
    border: 1px solid #FFF;
    opacity: 1;
    text-transform: uppercase;
    padding: 10px 32px
}

.cart-product-quantity {
    display: none
}

.pr_detail .rating_wrap {
    float: none;
    float: initial
}

.nav-tabs {
    gap: 20px
}

.tab-style3 .nav-tabs li.nav-item a {
    padding: .5em 0
}

.tab-style3 .nav-tabs .nav-item a.active {
    color: #0062B3;
    border-bottom-color: #0062B3;
    padding: .5em 0
}

.menu-header .language-wrapper {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial
}

.contact_wrap p {
    text-align: left;
    margin-bottom: 16px;
    color: #212121
}

.field_form .btn {
    background-color: #0062B3
}

.contact_wrap p span {
    font-weight: bold
}

.show-mobile {
    display: none
}

.menu-header .navbar-toggler {
    margin: 0
}

.form-control {
    border-radius: 16px
}

.contact-style2 .left>p:first-child {
    text-transform: uppercase;
    color: #212121;
    font-size: 24px;
    font-weight: 600
}

.contact-style2 .left>p:nth-child(3) {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    color: #B30505
}

.contact-style2 .left>p:last-child {
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.contact-style2 h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 72px
}

.contact-style2 .field_form {
    padding: 24px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px
}

.contact-style2 .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-style2 .btn-fill-out {
    display: block;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #0062B3;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 98, 179, 0.30);
    box-shadow: 0px 3px 0px 0px rgba(0, 98, 179, 0.30)
}

.infor {
    border-radius: 16px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 24px 32px
}

h5 {
    font-size: 28px
}

.infor h5 {
    text-align: center
}

.shop_container .heading_s1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-bottom: 30px
}

.shop_container .heading_s1 h3 {
    color: #EA7F23
}

.contact_style3 .heading_s1 p {
    text-align: center
}

.contact_style3 .btn {
    border-radius: 16px;
    border: 1px solid #FFF;
    border: 1px solid var(--White-Color-Trng, #FFF);
    background: #0062B3;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 98, 179, 0.30);
    box-shadow: 0px 3px 0px 0px rgba(0, 98, 179, 0.30);
    display: block;
    margin: 0 auto
}

.he-thong-cuahang .item {
    border-radius: 16px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 15px
}

.bottom_header_sticky #navCatContent {
    display: none
}

.bottom_header_sticky .navbar .navbar-nav>li>.nav-link {
    padding: 14px 15px;
}

.bottom_header_sticky #navCatContent.show {
    display: block
}

.footer-call {
    position: fixed;
    right: 50px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 111;
    -webkit-transform: all 0.3s;
    transform: all 0.3s
}


.navbar .navbar-nav .dropdown-menu.dropdown-reverse>ul>li:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    background-color: #FFF;
}

.footer-call .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 46px;
    gap: 20px
}

.footer-call .list-item>* .button {
    width: 46px;
    height: 46px;
    background-color: #FFF;
    border: medium none currentcolor;
    border: initial;
    -webkit-box-shadow: 0px 3.067px 3.067px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3.067px 3.067px 0px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    display: block
}

.footer-call .list-item>:first-child .button {
    background-color: #E99932;
    background-image: url(../images/popup.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 8px)
}

.footer-call .list-item>:nth-child(2) .button {
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 25px)
}

.footer-call .list-item>:nth-child(3) .button {
    background-image: url(../images/zalo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 16px)
}

.footer-call .list-item>:nth-child(4) .button {
    background-image: url(../images/message.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 16px)
}

.footer-call .list-item>:last-child .button {
    background-image: url(../images/Home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.he-thong-cuahang h6 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    color: #009CFF
}

.he-thong-cuahang .item {
    margin-bottom: 16px
}

.he-thong-cuahang .item ul {
    list-style: none
}

.contact_style3 .form-label {
    display: none
}

.infor ul {
    list-style: none
}

.infor ul li {
    margin-bottom: 16px;
    font-size: 18px
}

.contact-style2 .btn-fill-out:hover {
    color: #FFF !important
}

.navbar .language-wrapper+.product_search_form {
    display: none
}

.form-control,
.form-control:focus {
    height: 36px
}

.pr_detail .price {
    color: #FF324D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

#post_content {
    padding: 40px 0
}

.tab-style3 {
    padding-bottom: 50px
}

.tab-style3 ol {
    padding-left: 15px
}

.product_header_right .custom_select {
    position: relative
}

.product_header_right .custom_select:after {
    content: "";
    position: absolute;
    border-top: 10px solid #4d4d4d;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 5px;
    top: 50%;
    border-radius: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#id_shop h2 {
    margin-bottom: 40px;
    text-transform: uppercase
}

.custome-checkbox .form-check-label:after,
.custome-checkbox .form-check-label:before {
    display: none
}

.mCSB_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.mCSB_container>*>.custome-checkbox {
    margin-bottom: 0px !important;
    width: auto;
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 6px;
    background-color: #E4E4E4
}

.list_brand li,
.pr_detail .pr_switch_wrap {
    margin-bottom: 0
}

.mCSB_container>* .checked,
.mCSB_container>:hover {
    background-color: #EBF3F9;
    color: #0062B3
}

.checked .mCSB_container>* .checked span,
.mCSB_container>:hover span {
    color: #0062B3
}

.ju-content {
    background-color: #F3F3F3;
    padding: 16px;
    border-radius: 16px
}

.rating_num {
    color: #955D13;
    font-weight: bold
}

.ju-content .show {
    color: #0062B3;
    font-size: 24px;
    font-weight: bold
}

.ju-content>.row {
    cursor: pointer
}

.ju-content .linearicons-chevron-up {
    line-height: 30px
}

.ck-content h2 {
    font-size: 30px
}

.ck-content h3 {
    font-size: 25px;
    margin-top: 1.2em;
}

.menu-mobile {
    display: none
}

.click-social {
    width: 24px;
    height: 24px;
    background-image: url('../images/mingcute_finger-tap-line.png');
    background-repeat: no-repeat;
    background-size: contain
}

.pagination .page-item a,
.pagination .page-link {
    border-radius: 50% !important
}

#chinh-sach+.contact-style2 {
    background-image: url('../images/nen2.jpg');
    background-size: cover;
    background-repeat: no-repeat
}

#chinh-sach+.contact-style2 .field_form {
    background-color: #FFF
}

#chinh-sach+.contact-style2 .left * {
    color: #FFF
}

.faqs-list {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 95px;
    margin-top: 40px
}

.faqs-list .card .card-header h2 button {
    position: relative
}

.faqs-list .card .card-header h2 button:after {
    border: medium none currentcolor;
    border: initial;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.7) !important;
    transform: translateY(-50%) scale(0.7) !important
}

.accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px
}

.faqs-list .card .card-header h2 button {
    background-color: transparent
}

.faqs-list .card .card-header {
    border: medium none currentcolor;
    border: initial;
    background-color: #F3F3F3;
    border-radius: 10px
}

.faqs-list .card {
    border: medium none currentcolor !important;
    border: initial !important
}

.accordion>* {
    padding-left: 20px;
    width: 50%;
    border: medium none currentcolor;
    border: initial
}

.ck-content hr {
    height: 1px
}

.ck-content ul {
    list-style-type: none
}

.option-show {
    padding: 24px 15px;
    border-radius: 16px;
    border: 1px dashed rgba(0, 98, 179, 0.16);
    background: #FFF;
    -webkit-box-shadow: 0px 10px 20px -10px rgba(50, 50, 93, 0.25);
    box-shadow: 0px 10px 20px -10px rgba(50, 50, 93, 0.25)
}

.review-list+#pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px
}

.review-list+#pagination button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: medium none currentcolor;
    border: initial
}

.review-list+#pagination button.active {
    background-color: #0062B3;
    color: #FFf
}

.content-table {
    overflow-y: scroll;
    max-height: 400px
}

.product-review-container p {
    margin: 0
}

.product-review-container .form-control {
    height: 100px
}

.content-table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #0062b3;
    background-color: #F5F5F5
}

.content-table::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5
}

.content-table::-webkit-scrollbar-thumb {
    background-color: #0062b3
}

.option-show .col-md-6>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.option-show .col-6>div>:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.option-show div.icon {
    min-width: 42px;
    height: 42px;
    margin-bottom: 0
}

.option-show .shiping {
    background-image: url('../images/fast.png');
    background-size: contain;
    background-repeat: no-repeat
}

p {
    color: #292b2c;
    margin-bottom: .5rem;
}

.option-show .exchang {
    background-image: url('../images/return.png');
    background-size: contain;
    background-repeat: no-repeat
}

.option-show .payment {
    background-image: url('../images/payment.png');
    background-size: contain;
    background-repeat: no-repeat
}

.option-show .service {
    background-image: url('../images/Suport.png');
    background-size: contain;
    background-repeat: no-repeat
}

.shop_container {
    margin-top: 50px
}

.abouts li {
    margin-bottom: 16px
}

.content-table figure {
    max-width: 100%
}

#description figure {
    max-width: 100%
}

#description h2 {
    font-size: 28px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    color: var(--color-1st)
}

#description table * {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    line-height: 24px !important
}

#description table td {
    padding: 10px !important
}

#description a,
.blog_text a {
    color: rgb(234, 127, 35) !important;
}

#table-of-contents li a {
    color: #292b2c !important;
}

#description h3 {
    font-size: 22px;
    margin-bottom: 4pt !important;
    margin-top: 16pt !important
}

.page-content ul {
    list-style: disc;
    padding-left: 20px;
}

.page-content ul p {
    margin-bottom: 0;
}

@media only screen and (max-width:960px) {
    .slider-mobile {
        display: -webkit-box
    }

    .product_slider .owl-dot.active {
        background: #0062B3;
        border-radius: 100px
    }

    .slider-mobile img {
        min-width: 68px;
        height: auto !important
    }

    .language-wrapper .dropdown .dropdown-menu.language_bar_chooser {
        margin: 0;
        padding: 0 !important;
        min-width: auto;
        width: 70px
    }

    .mobile_side_menu .linearicons-cross {
        color: #FFF;
        position: absolute;
        right: 0;
        height: 52px;
        border: medium none currentcolor;
        border: initial;
        background-color: transparent;
        font-size: 20px
    }

    .mobile_side_menu {
        background-color: #FFF
    }

    .mobile_side_menu .phone-call {
        background-color: #FFF
    }

    .phone-call a {
        color: #AD000F !important
    }

    .phone-call img {
        width: 28px;
        height: auto;
        margin-top: 0 !important;
        padding-top: 0
    }

    .navbar-collapse .navbar-nav {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-box-shadow: initial !important;
        box-shadow: initial !important
    }

    .mobile-menu-item {
        display: none
    }

    .mobile-hidden {
        display: none
    }

    #mobile-menu {
        background-color: #FFF;
        height: 100vh
    }

    #mobile-menu .widget_title {
        display: none
    }

    .menu-mobile {
        display: block
    }

    .show-des {
        padding: 24px 16px
    }

    .footer_top .container {
        padding: 0 16px
    }

    body {
        overflow-x: clip
    }

    .nav-fixed.bottom_header {
        padding-bottom: 0
    }

    .nav-fixed .language-wrapper.d-none+.product_search_form {
        display: block
    }

    .bottom_header {
        padding-bottom: 10px
    }

    .price {
        font-size: 16px
    }

    .product_info {
        padding: 0 10px
    }

    .product_price del {
        font-size: 16px
    }

    .product_price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 48px
    }

    h3 {
        margin-bottom: 8px
    }

    .d-md-block {
        display: block !important
    }

    .footer-call .list-item>:nth-child(2) .button {
        background-image: url(../images/phonemb.png)
    }

    .footer-call {
        bottom: 16px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: var(--color-1st);
        padding: 16px 24px;
        width: 358px;
        border-radius: 20px;
        display: none
    }

    .footer-call>.list-item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .footer-call>.list-item .button {
        height: 28px;
        width: 28px;
        padding: 0;
        background-color: transparent !important;
        background-size: contain !important;
        border-radius: 0;
        border-radius: initial;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: initial;
        box-shadow: initial
    }

    .footer-call>.list-item>:first-child .button {
        background-image: url('../images/baogia.png')
    }

    body {
        font-size: 18px
    }

    .contact-style2 .left>p:first-child {
        font-size: 16px
    }

    .contact-style2 h2 {
        font-size: 36px;
        line-height: 44px
    }

    .cart-item:not(last-child) {
        margin-bottom: 16px
    }

    .content {
        margin-top: 16px
    }

    h3 {
        font-size: 28px;
        margin-bottom: 32px
    }

    .content .row {
        margin: 0
    }

    .history:before {
        height: 100%;
        width: auto;
        border-left: 2px dashed #0062B3;
        left: 16px
    }

    .history {
        height: auto
    }

    .history .title {
        margin: 0;
        margin: initial;
        margin-bottom: 10px !important
    }

    .history:after {
        left: 15px;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 0px solid transparent;
        border-bottom: 10px solid #0062B3
    }

    .history>:first-child .item:after {
        content: normal;
        content: initial
    }

    .history>*>.item {
        position: static;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transform: initial !important;
        transform: initial !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
        flex-flow: column !important;
        text-align: left !important;
        width: 100%;
        padding-left: 32px
    }

    .video-container {
        margin-top: 20px
    }

    .abouts li {
        margin-bottom: 16px
    }

    .menu-header {
        display: block
    }

    .show-mobile {
        display: block
    }

    .light_skin .navbar .navbar-nav .dropdown-menu li a.active,
    .light_skin .navbar .navbar-nav .dropdown-menu li a:hover {
        background-color: transparent;
        color: #0062B3
    }

    .header_wrap .navbar-collapse.mobile_side_menu.show {
        left: 0;
        width: 100%;
        z-index: 99999;
        overflow-y: scroll
    }

    .light_skin .navbar .navbar-collapse .navbar-nav:not([class*=bg_]):not([class*=bg-]) {
        background-color: rgba(243, 243, 243, 1)
    }

    .mobile_side_menu .navbar-nav>li>.nav-link {
        background-color: #FFF;
        color: rgba(33, 33, 33, 1);
        border-bottom: 1px solid rgba(243, 243, 243, 1);
        border-top: 1px solid rgba(243, 243, 243, 1);
        padding: 17px 16px
    }

    h2 {
        font-size: 32px;
        line-height: 38px
    }

    .product_search_form {
        position: static !important;
        display: block;
        background-color: transparent;
        padding: 0;
        padding-bottom: 10px
    }

    .product_search_form input {
        height: 36px;
        padding: 0 10px;
        border: medium none currentcolor;
        border: initial
    }

    .search_btn {
        width: 30px;
        height: 30px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(235, 243, 249, 1);
        border-radius: 50%;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .logo_mobile {
        display: block
    }

    .middle-header {
        display: none
    }

    .pr_search_icon {
        display: none
    }

    .categories_wrap,
    .contact_phone {
        display: none
    }

    .header_wrap nav.navbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .product_search_form {
        padding-bottom: 0
    }

    .header_wrap .navbar .navbar-nav.attr-nav {
        width: 68px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:640px) {
    .contact-style2 strong {
        text-transform: uppercase
    }

    .contact-style2 a {
        font-size: 28px
    }

    .cart_btn .btn.btn-dark {
        padding-right: 40px;
        font-size: 14px
    }

    .cart_btn .btn.btn-dark .add-to-cart {
        right: 15px
    }

    #guibaogia {
        padding: 10px;
        font-size: 14px
    }

    .product_search_form .input-search-product {
        border: 1px solid var(--color-1st)
    }

    .bottom_header .navbar-toggler {
        color: var(--color-1st)
    }

    .categories_wrap+.navbar-toggler {
        color: var(--color-1st)
    }

    #mobile-cat.sidebar {
        display: none;
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
        display: none
    }

    #mobile-cat.sidebar.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999999;
        background-color: #FFF;
        padding: 16px;
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        display: block
    }

    .shop_container .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .light_skin .navbar .navbar-nav .dropdown-item {
        font-size: 18px;
        padding: 10px 0
    }

    .navbar-nav .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: initial;
        box-shadow: initial;
        padding: 0 !important;
        padding-left: 40px !important;
        padding-right: 16px !important;
        border-radius: 0 !important;
        border-top: 1px solid #F3F3F3
    }

    .navbar .navbar-nav>li.active>a,
    .navbar .navbar-nav>li:hover>a {
        color: #0062B3
    }

    #id_shop .owl-carousel.owl-drag .owl-item .item .product_wrap {
        min-height: 290px
    }

    .slider-mobile .owl-dots button {
        width: 10px;
        height: 10px;
        border: 1px solid #0062B3;
        border-radius: 50%;
        position: relative
    }

    .slider-mobile .owl-dots button span {
        width: 5px;
        height: 5px;
        display: block;
        background-color: transparent;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }

    .slider-mobile .owl-dots button.active span {
        background-color: #0062B3
    }

    .slider-mobile .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px
    }

    .banner_section:not(.full_screen),
    .banner_section:not(.full_screen) .carousel-item {
        height: auto;
        aspect-ratio: 149/76
    }

    .grid-style2 h3 {
        font-size: 21px;
        margin-bottom: 10px
    }

    .grid-style2 .item1 {
        background-position: right
    }

    .single_post .blog_title {
        font-size: 26px
    }

    .single_post h2 {
        font-size: 20px
    }

    #id_shop {
        height: auto
    }

    .mobile-menu-item-first-item {
        display: none
    }

    .mobile_side_menu .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mobile_side_menu .language-wrapper .dropdown .btn-select-language {
        color: #FFF !important
    }

    .mobile_side_menu .language-wrapper .dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .language-wrapper .dropdown button .language-caret:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #FFF
    }

    .product-review-container {
        padding: 0 16px
    }

    .product-review-container h4 {
        margin-top: 16px
    }

    .pr_detail .pr_desc {
        display: none
    }

    #popup-show .content {
        padding: 16px;
        max-height: 80vh;
        max-width: calc(100% - 32px)
    }

    .faqs-list {
        padding: 0 16px
    }

    .accordion>* {
        width: 100%
    }

    .author h3 {
        margin-bottom: 10px
    }

    .author>*>.col-auto {
        margin: 0 auto;
        margin-bottom: 16px
    }

    .parent-item:after {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }

    .parent-item {
        margin-bottom: 0
    }

    #content-child {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: start !important;
        padding-top: 51px
    }

    .mobile-list>.row {
        font-weight: 600;
        font-size: 18px;
        padding: 0 16px;
        margin-top: 48px
    }

    .mb-boloc {
        padding: 12px 10px;
        border-radius: 8px;
        border: 1px solid #F3F3F3;
        margin: 0 16px;
        font-weight: 600;
        margin-top: 10px
    }

    .mb-boloc:before {
        content: "";
        position: absolute
    }

    .row {
        margin-left: -16px;
        margin-right: -16px
    }

    .product .product_title,
    .product_wrap .product_title {
        white-space: wrap
    }

    .product_header_right {
        margin-top: 0
    }

    #sort-by {
        width: 140px
    }

    #show-cat+#list_brand {
        border-top: 0;
        border-top: initial;
        padding-top: 0;
        margin-top: 0
    }

    .breadcrumb_section .container {
        padding: 0 16px
    }

    .product .rating_wrap {
        display: none !important
    }

    .on_sale {
        display: none
    }

    .product,
    .product_wrap {
        margin-bottom: 10px
    }

    .cart_btn .btn {
        padding: 15px 15px;
        font-size: 16px
    }

    .pr_desc,
    .pr_detail .product_price {
        padding: 16px
    }

    .section {
        padding: 36px 0
    }

    .section .container {
        padding: 0 16px
    }

    .product_search_form {
        padding: 0 10px
    }
}

@media only screen and (max-width:640px) {
    #id_shop_cat .container h2 {
        font-size: 25px
    }

    .product_price {
        min-height: 24px
    }

    .product_brand {
        line-height: 18px;
        min-height: 20px !important;
        margin: 0
    }

    .ads.row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: -webkit-box;
        overflow-x: scroll;
        margin: 0 -5px
    }

    .ads .col-md-4 {
        width: 80%;
        padding: 0 5px
    }

    .ju-list {
        overflow-x: scroll;
        gap: 10px;
        margin-top: 10px;
        display: -webkit-box
    }

    .ju-list a {
        font-size: 12px
    }
}