:root {
    --color: #00467d;
    /*--line: linear-gradient(to right, #00467d 0%, #217ec7  100%);*/
    --line: #00467d;
}

.none {
    display: none;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.plr-5 {
    padding: 0 5px;
}

.pb-30 {
    padding-bottom: 30px;
}

.cat.flex {
    align-items: flex-start;
}

.cat_child {
    /*margin-bottom: 10px;*/
}

.box_mid .mid-title .titleL {
    color: #00467d;
}

.product_l .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
}

.top_menu form input.search-field {
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    outline: none;
    width: 100%;
}

.top_menu .search-submit {
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent !important;
    font-size: 15px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    border: 0px;
}

.cat_bg {
    background: #00467d;
    text-align: center;
    border: 2px solid #00467d;
    padding: 5px;
}

.cat_bg a {
    color: #fff;
}

.breadcrumb {
    background-color: #F7F7F7;
}

.box_mid .mid-title .titleL {}

/**/
.product_page .nav_top h3 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-test {
    background-color: var(--color);
    /* padding-right: 30px!important; */
    border-radius: 0 50px 0 0;
    overflow: hidden;
}

/*.product_page .nav_top h3:before {
    position: absolute;
    width: 100%;
    height: 50px;
    border-radius: 0 50px 0 0;
    background-color: #f48b21;
    left: 0;
    top: 0px;
    content: '';
    z-index: -1;
}*/
.product_page .meta_select {
    display: inline-block;
}

.product_page .nav_top a.view_more {
    color: var(--color);
    font-size: 16px;
    font-weight: 400;
}

.product_page .meta_select>div {
    float: left;
}

.nav_top {
    background: #F7F7F7;
    border-radius: 0 50px 0 0;
    margin-bottom: 30px;
}

.meta_select div {
    /*padding: 0 5px;*/
}

select:first-child {
    margin-right: 10px;
}

.select {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}

.item_product {
    padding: 30px;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.item_product .box_content h3 {
    color: #3f3f3f;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}

a.box_content:hover {
    color: #000;
}

.list-product-child .slide .item {
    padding: 5px;
}

.cat_product_page {
    padding: 60px 0px 70px 0;
}

.filter_cat_product h3 {
    padding: 15px 30px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    background: var(--line);
    margin-bottom: 0;
}

.cat_product_page .select-container {
    border-bottom: 1px solid white;
    background: #F9F9F9;
    padding: 15px 0px;
}

.filter_cat_product .select-styled {
    box-shadow: unset;
    color: #666666;
    font-size: 18px;
    background: transparent;
    border: 0px;
}

.list_cat {
    padding: 15px;
    background: #F9F9F9;
    margin-top: 20px;
}

.list_cat li {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.list_cat li.active,
.list_cat li.active a {
    color: #00467d;
    font-weight: bold;
}

.cat_product_page .item_product {
    border: 0px;
}

.cat_product_page .item_product a.view_more {
    border-radius: 21px;
    background: var(--line);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 40px;
    display: inline-block;
    margin-top: 40px;
}

.item_product:hover {
    box-shadow: 1px 1px 8px rgb(0 0 0 / 15%);
    transition: .5s;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

@media (max-width: 768px) {
    .box_cat_product .select-container select {
        background: transparent;
        border: 0px;
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
    }
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: var(--text-color);
    display: block;
    transition: 0.3s;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgb(255 255 255 / 5%) inset;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-right: 0;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: var(--color);
    color: white;
    padding: 10px 15px;
    border: none;
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 30%;
    display: none;
}

#main {
    transition: margin-left .5s;
}

.hide {
    display: none;
}

#vnt-thumbnail-nav .item img {
    width: 50px
}

.nav_scoll {
    border-radius: 5px 5px 0 0;
    background-color: #f5f5f5;
    width: 100%;
    border-bottom: 1px solid #fefefe;
    overflow: hidden;
    margin-bottom: 35px;
}

.nav_scoll li a.active {
    background-color: var(--color);
    color: white;
    transition: .3s;
    padding: 15px 40px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}

.menu_right_top h3 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 40px;
    background: var(--line);
    margin-bottom: 0;
}

.product_relate h2.heading_h2 {
    font-size: 25px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.product_watched {
    padding-top: 30px;
}

.product_watched {
    padding-top: 30px;
}

.product_watched h2 {
    border-radius: 5px;
    background: var(--line);
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 15px 0;
}

.product_watched .box .item {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
}

.product_watched .box .item .box_img {
    width: 97px;
    height: 97px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    float: left;
    position: relative;
}

.product_watched .box .item .box_img img {
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product_watched .box .item .box_content {
    width: calc(100% - 125px);
    display: inline-block;
    float: left;
    padding-left: 25px;
}

.product_watched .box .item .box_content h3 {
    color: #3f3f3f;
    font-size: 15px;
    padding-top: 20px;
    transition: .3s;
}

#vnt-content .noidung ul {
    list-style: unset;
    margin-left: 15px;
}

#vnt-content .noidung ol {
    list-style: decimal;
    margin-left: 15px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .openbtn {
        display: block;
    }

    .cat_product_page .item_product .col-md-4 {
        order: 1
    }

    .cat_product_page .item_product .col-md-8 {
        order: 2
    }

    .cat_product_page .item_product .col-md-8 a {
        margin-top: 15px;
        display: block;
    }
}