* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    color: #000000;
    background: #ffffff;
}

body {
    --Blur: 15px;
    --Mau_1: #000000;
    --Mau_2: #af3131;
    --Mau_3: #040404;
    --Mau_4: #ffffff;
    --Mau_5: #f1f1f1;
    --Mau_6: #E5E9F5;
    --Mau_7: #F2F4FA;
    --Mau_8: #9BA8C8;
    --Mau_9: #F66163;
}

@font-face {
    font-family: 'UTMAvo';
    font-style: normal;
    src: url(../fonts/UTM/UTMAvo.ttf);
}

@font-face {
    font-family: 'Lobster';
    font-style: normal;
    src: url(../fonts/Lobster/Lobster-Regular.ttf);
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    src: url(../fonts/Open_Sans/static/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Open_Sans/static/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 500;
    src: url(../fonts/Open_Sans/static/OpenSans-Medium.ttf);
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 600;
    src: url(../fonts/Open_Sans/static/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 700;
    font-style: bold;
    src: url(../fonts/Open_Sans/static/OpenSans-Bold.ttf);
}

.container-width, .full-width .ubermenu-nav, .container, .row,
.row.row-collapse {
    max-width: 1200px;
}
/* .row.row-collapse{
  padding: 0 15px;
} */
.overlay_skyteam,
.overlay_menuhover {
    opacity: 0;
    transition: all .3s;
}

    .overlay_skyteam.active {
        opacity: 1;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000000c9;
        z-index: 9999;
        transition: all .3s;
    }

    .overlay_menuhover.active {
        opacity: 1;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #0000008e;
        z-index: 8;
        transition: all .3s;
    }

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    line-height: 1.4em;
}

body .heading {
    font-size: 34px;
    font-weight: 700;
}

body h1 {
    font-size: 26px;
    font-weight: 700;
}

body h2 {
    font-size: 23px;
    font-weight: 700;
}

body h3 {
    font-size: 20px;
    font-weight: 700;
}

body h4 {
    font-size: 17px;
    font-weight: 700;
}

body h5 {
    font-size: 14px;;
    font-weight: 700;
}

a {
    color: var(--Mau_2);
}

* {
    margin: 0;
    padding: 0;
}

body,
html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    line-height: 1.3em;
    font-weight: 400;
    font-size: 16px;
}

    body,
    .nav > li > a,
    .mobile-sidebar-levels-2 .nav > li > ul > li > a,
    .alt-font body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6,
    body .heading-font,
    body .off-canvas-center body .nav-sidebar.nav-vertical > li > a {
        font-family: 'Open Sans';
    }

.slick-list.draggable {
    cursor: grab;
}

    .slick-list.draggable .slick-slide:active {
        cursor: grabbing;
    }

.animated {
    visibility: hidden;
}

.d-block {
    display: block;
}

.textLine-1 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textLine-2 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textLine-3 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textLine-4 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textLine-5 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cart-popup {
    position: fixed;
    right: 0;
    max-width: 500px;
    top: 0;
    z-index: 99991;
    background-color: hsla(0,0%,100%,.95);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    height: 100vh;
    transform: translateX(calc(100% + 15px));
    transition: all .3s;
    visibility: hidden;
}

    #cart-popup.active {
        transform: translateX(0);
        transition: all .3s;
        visibility: visible;
    }

#header .menu-item .nav-dropdown.nav-dropdown-default {
    padding: 0;
    border: none;
}

#header .menu-item:not(.current-dropdown) .nav-dropdown.nav-dropdown-default {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
}

#header .menu-item.current-dropdown.menu-item-has-block .nav-dropdown.nav-dropdown-default {
    display: flex;
    flex-wrap: wrap;
    visibility: visible;
    opacity: 1;
    transition: opacity .35s, transform .35s;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, 0);
    -webkit-transform-origin: 50% 0;
}

#header .header-nav .menu-item .sub-menu {
    opacity: 0;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    padding-top: 0;
    left: 0;
}

#header .header-nav .menu-item.current-dropdown > .sub-menu {
    opacity: 1;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, 0);
    transition: opacity .2s, transform .2s;
}

.nav-dropdown.nav-dropdown-default > li > a {
    color: #333;
}

.nav-dropdown.nav-dropdown-default > li > ul > li:hover {
    background: var(--Mau_1);
}

.nav-column li > a,
.nav-dropdown > li > a {
    padding: 10px 20px;
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
    border-bottom: 1px dashed #cecece;
}

.header-nav > .menu-item > .nav-dropdown > .menu-item > a {
    font-size: 14px;
}

.header-nav > .menu-item > .nav-dropdown > .menu-item:hover {
    background: var(--Mau_1);
}

    .header-nav > .menu-item > .nav-dropdown > .menu-item:hover > a {
        margin-left: 15px;
        transition: margin-left 1s;
        color: #fff;
    }

@media only screen and (min-width:850px) {
    .RemovePaddingBottom {
        padding-bottom: 0 !important;
    }
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #3ea08e;
    font-size: 13px;
    text-align: center;
    padding: 5px 15px;
    border-radius: 3px;
    background: #f3f3f3;
    color: var(--Mau_2);
}

.wpcf7 .wpcf7-form form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form form.unaccepted .wpcf7-response-output,
.wpcf7 .wpcf7-form form.payment-required .wpcf7-response-output {
    border-color: #3ea08e;
}

.mfp-bg.mfp-ready {
    opacity: .8;
}

.mfp-close svg {
    stroke: white;
}

.anh-ao-la img {
    width: 300px;
    display: block;
    margin: 0 auto;
}

.table-wrapper table {
    border-collapse: collapse;
    border: 1px solid;
}

.table-wrapper td:first-child,
.table-wrapper th:first-child {
    padding-left: 5px;
}

.table-wrapper td,
.table-wrapper th {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #333333;
    text-align: center;
}

.cart-wrapper .shop_table.shop_table_responsive thead {
    display: none;
}

.cart-wrapper .shop_table.shop_table_responsive .product-thumbnail {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
}

.cung_cap_title_cart {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-name .cung_cap_title_cart > a {
    color: var(--Mau_2);
    display: inline-block;
    margin-left: 3px;
    font-size: 13px;
}

.cart-products__actions {
    border-top: 1px solid #e8e8e8;
    padding-top: 4px;
    margin-top: 10px;
}

.cart-products__del > .remove_cus,
.cart-products__buy-later > .remove_cus {
    color: var(--Mau_2);
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    cursor: pointer;
}

.woocommerce-cart-form__cart-item.cart_item {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-thumbnail {
    width: 130px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-name {
    width: calc(100% - 350px);
    margin: 0 15px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-price {
    width: 70px;
    margin-right: 15px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-quantity {
    width: 105px;
}

.continue-shopping .button-continue-shopping {
    font-weight: 400;
    background: #464646;
    color: #fff !important;
    border: none;
    margin: 0;
    line-height: 40px;
    font-size: 13px;
}

    .continue-shopping .button-continue-shopping:hover {
        background: #fff;
        color: #333;
        outline: 1px solid #ccc;
    }

.woocommerce-cart.woocommerce-page .page-wrapper {
    background: #F4F4F4;
}

.cart-wrapper .main_cart_page {
    background: rgb(255, 255, 255);
    margin: 0px;
    border-radius: 4px;
}

.custom-cart > .large-4 .cart-sidebar .cart_totals {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    padding: 17px 15px 10px
}

.custom-cart > .large-4 .cart-sidebar .wc-proceed-to-checkout > a {
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
    background: var(--Mau_2);
    border-radius: 4px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 15px 0px;
    font-weight: 400;
}

.custom-cart > .large-4 .cart-sidebar .checkout_coupon {
    margin: 8px 0px 0px;
    background: rgb(255, 255, 255);
    padding: 17px 15px 10px;
    border-radius: 4px;
}

.custom-cart > .large-4 .cart-sidebar .cart-subtotal th,
.custom-cart > .large-3 .cart-sidebar .order-total th {
    font-weight: 300;
    color: rgb(51, 51, 51);
    font-size: 14px;
}

.custom-cart > .large-4 .cart-sidebar .cart-subtotal td .woocommerce-Price-amount {
    color: #111;
    font-weight: 500;
}

.custom-cart > .large-4 .cart-sidebar .order-total td .woocommerce-Price-amount {
    color: rgb(254, 56, 52);
    font-size: 22px;
    font-weight: 400;
}

.custom-cart > .large-4 .cart-sidebar .product-name {
    border-width: 3px;
    color: rgb(0, 0, 0);
    margin: 0px;
    border-bottom: 1px solid rgb(244, 244, 244);
    font-size: 14px;
    font-weight: 400;
}

.custom-cart > .large-4 .cart-sidebar .checkout_coupon .widget-title {
    color: rgb(0, 0, 0);
    margin: 0px;
    border-bottom: 1px solid rgb(244, 244, 244);
    font-size: 14px;
    font-weight: 400;
}

.custom-cart > .large-4 .cart-sidebar .checkout_coupon #coupon_code {
    box-shadow: none;
}

    .custom-cart > .large-4 .cart-sidebar .checkout_coupon #coupon_code::placeholder {
        font-size: 13px;
    }

.custom-cart > .large-4 .cart-sidebar .checkout_coupon input[type="submit"].is-form {
    color: rgb(36, 36, 36);
    font-size: 12px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: wheat;
    padding: 5px 20px;
    outline: none;
    border-radius: 0px 3px 3px 0;
}

.main_cart_page .product-price .woocommerce-Price-amount {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.main_cart_page .product-quantity .minus.button {
    height: 30px;
    min-height: 30px;
    border-right: none !important;
    width: 25px;
    line-height: 30px;
}

.main_cart_page .product-quantity .input-text.qty {
    height: 30px;
    min-height: 30px;
    box-shadow: none;
    width: 45px;
}

.main_cart_page .product-quantity .plus.button {
    height: 30px;
    min-height: 30px;
    border-left: none !important;
    width: 25px;
    line-height: 30px;
}

.woocommerce-mini-cart-item .woocommerce-Price-amount.amount {
    color: #ea0000 !important;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none;
}

.cart-wrapper .shop_table.shop_table_responsive .product-name > a {
    color: rgb(36, 36, 36);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    text-size-adjust: 100%;
    display: block;
    margin-bottom: 12px;
}

.cart-wrapper .shop_table.shop_table_responsive .product-name > .variation {
    font-size: 14px;
    text-transform: inherit;
    margin-bottom: 0;
}

@media only screen and (min-width:850px) {
    .custom-cart > .large-8 {
        padding-right: 7px;
    }

    .custom-cart > .large-4 {
        padding-left: 7px;
    }
}

.cart-sidebar .cart_totals .shipping__inner .woocommerce-shipping-destination,
.cart-sidebar .cart_totals .shipping__inner .woocommerce-shipping-calculator {
    display: none;
}

.nav.header-nav > li > a > i {
    margin-top: 2px;
    margin-left: 5px;
    font-size: 14px;
}

#main .section.no-padding {
    padding: 0;
}

.star-rating {
    width: 70px;
    font-size: 12px;
}

    .star-rating:before, .woocommerce-page .star-rating:before {
        display: none;
    }

.full-start-mask {
    display: flex;
}

    .full-start-mask > i {
        color: #ffb600;
    }

.star-rating span:before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    font-weight: 900;
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #ffb600;
}

.primary.is-outline:hover {
    background-color: var(--Mau_1);
}
.d-inline-block{
    display:inline-block;
}
#header .header-nav .menu-item-design-mega.menu-item > .sub-menu {
    position: fixed;
    width: 100%;
    left: 0;
}
/* width */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: #707070;
}

/* Handle */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: #720303;
}

    /* Handle on hover */
    .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
        background: #680202;
    }
#breadcrumbs {
    margin-top: 15px;
}