@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400&subset=latin,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,400,700&subset=latin,vietnamese);

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #edeef2;
    overflow-x: hidden;
}

.review-rate i {
    color: rgb(119, 114, 114);
}

#logo img {
    max-width: 220px;
    max-height: 55px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.pt-10 {
    padding-top: 10px
}

.ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.d-none {
    display: none;
}

a {
    color: #333;
    text-decoration: none;
}

#top {
    height: 35px;
    background: #4287db;
    color: #fff;
    font-size: 11px;
    width: 100%;
    z-index: 999;
    top: 0;
}

#top>.container>ul>li {
    float: left;
    line-height: 29px;
    margin-right: 40px;
    position: relative;
    white-space: nowrap;
    font-size: 14px;
}

#list_hot_news_top ul {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 250px;
    border: solid 1px #aaa;
    top: 35px;
    border-top: none;
    display: none;
    padding: 0 10px;
}

#list_hot_news_top:hover ul {
    display: block;
}

#list_hot_news_top ul li {
    line-height: 16px;
    overflow: hidden;
    padding: 7px 0;
    border-bottom: solid 1px #ddd;
}

#list_hot_news_top ul li a {
    color: #333;
    text-transform: none;
    font-weight: 700;
    white-space: normal;
}

#list_hot_news_top ul li img {
    float: left;
    width: 50px;
    margin-right: 6px;
    position: relative;
    top: 4px;
}

#list_hot_news_top ul li span {
    display: block;
    padding-left: 60px;
    font-size: 11px;
}

#top a {
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.online-footer a.txt_u {
    color: #ff0e !important;
}

#top .social-icon {
    margin-right: 5px;
    font-size: 16px;
    line-height: 35px;
}

.header-top li {
    float: left;
    width: 15%;
}

#header {
    height: 85px;
    position: relative;
    background: #fff;
}

#header #logo {
    float: left;
    text-decoration: none;
    margin-top: 15px;
    max-height: 55px;
    display: flex;
    align-items: center;
}

#header #search {
    width: 100%;
    height: 35px;
    float: left;
    background: #fff;
    margin-top: 25px;
    box-shadow: 0px 0px 5px 0px #ccc;
    border-radius: 5px;
    position: relative;
}

#header #text_search {
    width: 80%;
    height: 35px;
    border: none;
    margin-right: 10px;
    background: none;
    float: left;
    outline: none;
    margin-left: 10px;
}

#header #submit_search {
    width: 13%;
    border: none;
    cursor: pointer;
    float: right;
    background-color: #4287db;
    color: #fff;
    font-weight: 700;
    height: 35px;
    font-size: 20px;
    margin-right: -1px;
    border-radius: 2px;
}

.account-header {
    float: left;
}

#header #cart {
    float: left;
    border: 1px solid #4287db;
    border-radius: 5px;
    line-height: 35px;
    padding: 0 20px 0 15px;
    position: relative;
    margin-left: 5px;
}

#header #cart a {
    font-size: 14px;
    color: #4287db;
}

#header #cart i {
    font-size: 20px;
}

#header #cart span {
    vertical-align: top;
}

#header #cart .count_shopping_cart_store {
    position: absolute;
    color: #fff;
    font-size: 14px;
    padding: 0px 10px;
    right: 0px;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    line-height: 20px;
}

#header #header_right {
    float: left;
    margin-left: 30px;
    margin-top: 20px;
    position: relative;
    height: 43px;
}

#hotline_header {
    width: 200px;
    float: left;
}

#header #header_right #hotline_header a {
    color: #4287db;
    font-weight: 700;
}

#header #header_right #hotline_header i {
    color: #4287db;
    margin-top: 5px;
    font-size: 37px;
    float: left;
}

#header #header_right #hotline_header span {
    font-size: 13px;
    display: inline-block;
    text-align: left;
    margin-left: 5px;
}

#header #header_right #hotline_header span .hotline-number {
    font-size: 20px;
    color: #ed1b24;
}

#nav-main {
    background: #4287db;
    box-shadow: 0px 0px 5px 0px #ccc;
    height: 55px;
    display: flex;
}

#nav-main #nav_doc {
    width: 210px;
    float: left;
    position: relative;
    z-index: 200;
    padding-top: 0px;
}

#nav-main #nav_doc>ul {
    position: absolute;
    background: #ffffff;
    width: 210px;
    top: 40px;
    left: 0;
    height: 480px;
    z-index: 100;
}

.fixed #nav-main #nav_doc {
    height: 68px;
}

.fixed #nav-main #nav_doc {
    height: 68px;
}

.fixed #nav-main #nav_doc>ul {
    top: 68px;
}

.title-nav-all {
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    z-index: 1000;
    color: #fff;
    font-weight: 700;
    width: 210px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.title-nav-all i {
    margin-right: 10px;
    font-size: 18px;
}

.nemu-category {
    width: 210px;
    position: relative;
    cursor: pointer;
    background-position-x: 7px;
    background-position-y: 10px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
}

.nemu-category li {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    padding: 5px;
}

.menu-hover {
    display: none;
    z-index: 1000;
    background-color: #fff;
    font-weight: 500;
    line-height: 24px;
    height: 490px;
    text-transform: capitalize;
    position: absolute;
    top: 55px;
}

.nemu-category li img {
    width: 20px;
    margin-right: 3px;
}

.nemu-category li .link-parent {
    position: relative;
}

.nemu-category>ul>li:hover .link-parent {
    color: #4287db;
}

.nemu-category li:hover {
    background-color: #4287db;
}

.nemu-category li:hover .link-parent {
    color: #fff;
}

.nemu-category li:hover .sub-nav {
    display: block;
}

#nav-main #nav_doc>ul>li.menu-space {
    height: 10px;
    line-height: 10px;
    background: #eee;
    clear: both;
}

#nav-main.fixed #nav_doc>ul>li.menu-space {
    display: none;
}

#nav-main #nav_doc>ul>li>a {
    color: #333;
    font-weight: 400;
    font-size: 14px;
}

#nav-main #nav_doc>ul>li:nth-child(n+14) {
    display: none;
}

.sub-nav {
    position: absolute;
    display: none;
    min-height: 440px;
    left: 210px;
    top: -1px;
    background: white;
    z-index: 99;
    border: solid 1px #ccc;
    overflow: hidden;
    min-width: 1090px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
}

.sub-nav .box_cate {
    padding: 9px;
    float: left;
    line-height: 2.3;
    width: 163px !important;
}

.sub-nav .box_cate .sub1 {
    font-weight: bold;
    color: #4287db;
    font-size: 13px;
    width: 100%;
    line-height: 2.3;
}

.sub-nav .box_cate .sub2 {
    width: 100%;
    transition: all 0.5s;
    display: inline-block;
}

.sub-nav .box_cate .sub2:hover {
    padding-left: 10px;
}

#nav-main #nav_ngang {
    color: #fff;
    box-sizing: border-box;
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
}

#nav-main #nav_ngang a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

#nav-main #nav_ngang a:first-child {
    margin-left: 0;
}

#nav-main #nav_ngang a:last-child {
    margin-right: 0;
}

#nav-main #nav_ngang a img {
    vertical-align: middle;
    margin-right: 5px;
}

#nav-main.fixed .title_nav-doc {
    margin-top: 8px;
}

.hover-menu-home:hover .menu-hover {
    display: block;
}

.main-menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.title_nav-doc:hover .menu-hover {
    display: block;
}

#nav-main.fixed {
    position: fixed;
    width: 100%;
    z-index: 120;
    top: 0px;
    height: 60px;
    border-bottom: solid 2px #ededed;
}

#nav-main.fixed .ul_menu,
#nav-main.fixed #nav_ngang {
    display: none;
}

#nav-main #nav_doc:hover .ul_menu {
    display: block;
}

#wrap-header.fixed #search {
    position: fixed;
    top: -10px;
    z-index: 900;
    height: 35px;
    width: 400px;
    margin-top: 20px;
}

#wrap-header.fixed #header_right {
    position: fixed;
    top: -13px;
    z-index: 900;
    line-height: 21px;
    color: #fff;
}

#wrap-header.fixed #header #header_right #hotline_header span .hotline-number {
    color: #fff;
}

#wrap-header.fixed #header #header_right #hotline_header i {
    margin-top: 3px;
    color: #fff;
}

#wrap-header.fixed #header #header_right #hotline_header span {
    color: #fff;
}

#wrap-header.fixed #header #cart a {
    color: #fff;
}

#container_slider {
    overflow: hidden;
    position: relative;
}

#container_slider #slider {
    width: 100%;
    position: relative;
    height: auto;
    float: none;
}

#container_slider #sync1 {
    overflow: hidden;
}

#container_slider #sync1 .item,
#container_slider #sync1 .item a {
    height: auto;
}

#container_slider #sync1 .slide-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

#container_slider #sync2 {
    border: solid 1px #ddd;
    box-sizing: border-box;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 17px;
    max-height: 60px;
    background: #FFF;
}

#container_slider #sync2 .current .item::after {
    border-bottom: 15px solid #4287db;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    bottom: 100%;
    margin: 0;
    left: 45%;
    top: -10px;
    z-index: 99999;
    display: inline-block;
}

#container_slider #sync2 .owl-stage-outer {
    overflow: visible;
}

#container_slider #sync2 .item {
    width: 100%;
    height: 60px;
    float: left;
    padding: 7px 8px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    text-align: center;
    font-size: 13px;
    font-family: tahoma;
    border-right: solid 1px #ddd;
    cursor: pointer;
}

#container_slider #sync2 .item h1 {
    font-size: 18px;
}

#container_slider #sync2 .current .item {
    background: #4287db;
    color: #fff;
}

.footer-map {
    min-height: 280px;
    width: 100%;
    border: 0;
}

.footer-map-frame {
    display: block;
    width: 100%;
    min-height: 280px;
    border: 0;
}

.partner-footer-logo {
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

.partner-footer-marquee {
    overflow: hidden;
    width: 100%;
}

.partner-footer-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: partner-footer-scroll 32s linear infinite;
}

.partner-footer-marquee:hover .partner-footer-track,
.partner-footer-marquee:focus-within .partner-footer-track {
    animation-play-state: paused;
}

.partner-footer-item {
    flex: 0 0 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0 18px;
}

@keyframes partner-footer-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0 4px;
    border-radius: 50%;
    background: #4287db;
    color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .partner-footer-track { animation: none; }
}

#right-top-home {
    padding-left: 0px;
    padding-right: 10px;
}

.banner-right {
    height: 214px;
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
}

.banner-right:hover img {
    filter: brightness(0.8);
    transform: scale(1.1);
    transition: all 0.5s ease;
}

#right-top-home img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

#special-box-home .title_tab {
    height: 40px;
    line-height: 40px;
    margin-bottom: 6px;
    padding: 0 6px;
    border-radius: 3px 3px 0 0;
    padding-left: 0;
    background-color: rgba(255, 255, 255);
}

section#special-box-home .title_tab a.a_tab {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    padding: 0 20px;
    line-height: 40px;
    display: block;
    float: left;
    color: #333;
}

a.a_tab.current {
    color: white !important;
    background: #4287db;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

a.viewall {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 0;
    color: #333;
}

section#special-box-home {
    position: relative;
    margin-top: 20px;
}

.item .p-name {
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    width: 100%;
    padding-top: 10px;
    text-transform: lowercase;
}

.item .p-name:first-letter {
    text-transform: capitalize;
}

.item .p-name a {
    font-weight: 600;
}

.item .p-name a:hover {
    color: #4287db;
}

.item .p-img {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.item .p-img img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.item .price {
    float: left;
}

.item .p_price {
    color: #4287db;
    font-weight: 600;
    font-size: 17px;
    display: block;
    width: 100%;
    position: relative;
    min-height: 70px;
    z-index: 99;
}

.item .p-tooltip .p_price {
    margin-top: 0;
    line-height: 25px;
    font-size: 25px;
    min-height: 35px;
    height: 35px;
}

.p-container .p_price {
    margin-top: -20px;
}

.item .p_price i {
    display: block;
}

.product_list .owl-nav {
    position: absolute;
    top: 40%;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    transform: translateY(-50%);
}

.product_list .owl-nav .owl-next {
    float: right;
}

.product_list .owl-nav .owl-prev {
    float: left;
}

.product_list .owl-theme .owl-nav [class*=owl-] {
    font-size: 16px;
    padding: 8px;
    color: #bbbbbb;
    background: #f7f7f7;
}

.item .price_off {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/discount.png) no-repeat center center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    z-index: 99;
}

.item i.bg.icon_in_stock {
    background: url(../images/instock.jpg) no-repeat;
    text-align: center;
    width: 77px;
    height: 20px;
    position: absolute;
    bottom: 0;
}

.item a.btn-cart,
.item a.btn-ajax-cart {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #4287db;
    color: #4287db;
    font-size: 20px;
    bottom: 5px;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    float: right;
    margin-right: 5px;
}

.item a.btn-cart:hover,
.item a.btn-ajax-cart:hover {
    color: #4287db;
}

a.btn-cart i {
    margin-right: 5px;
    font-size: 14px;
}

.item a.btn-cart:hover {
    color: #333;
}

.item a.btn-cart.out_stock {
    color: #333;
    line-height: 1.2;
    vertical-align: middle;
}

.item a.btn-cart.out_stock i {
    margin-right: 0;
}

.item a.btn-cart.out_stock:hover {
    color: #c40c1f;
}

.p_quantity {
    position: absolute;
    left: 0px;
    padding-left: 10px;
    font-size: 12px;
    bottom: 5px;
    color: #0093ff;
    line-height: 1.2;
    vertical-align: top;
}

.p_quantity .out_stock {
    color: #333;
}

.p_quantity p {
    margin: 0;
}

.p_quantity i {
    margin-right: 5px;
    font-size: 12px;
    vertical-align: top;
}

.product-list {
    float: left;
    width: 100%;
}

.product-list .item {
    float: left;
    width: 100%;
    padding: 0 10px;
    position: relative;
    background-color: #fff;
    height: 340px;
    border-radius: 8px;
}

.product-list .item:nth-child(5n) {
    margin-right: 0;
}

.product-cate {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.product-cate .title-product-cate {
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: solid 2px #4287db;
    height: 36px;
}

.title-product-cate h3 {
    float: left;
    background: #4287db;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    padding: 0 15px;
    position: relative;
    padding-right: 8px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.title-product-cate h3::after {
    content: '';
    display: block;
    position: absolute;
    border: solid 34px transparent;
    border-left-color: #4287db;
    right: -68px;
    top: 0;
}

.title-product-cate .list-sub {
    float: right;
    margin-top: 11px;
    margin-left: 30px;
}

.hori_line {
    clear: both;
    height: 0px;
    border-top: solid 1px #ccc;
    margin: 5px 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    padding-left: 0;
    padding: 10px 0;
    margin-bottom: 0;
    font-weight: 700;
}

.breadcrumb ul li {
    float: left;
    height: 35px;
}

.breadcrumb ul li::after {
    content: '/';
    color: #757575;
    margin: 0 10px;
}

.breadcrumb ul li:last-child::after {
    content: ' ';
}

.breadcrumb h1 {
    display: inline;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.breadcrumb ul li a {
    line-height: 35px;
    font-size: 14px;
}

#myTab {
    border: none !important;
    margin-bottom: 3px;
}

#myTab .nav-item {
    padding: 0px;
}

#myTab .nav-item .nav-link.active {
    background-color: #1e50a5;
    color: white;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 700;
    font-size: 15px;
}

#myTab .nav-item .nav-link {
    margin-right: 3px;
    font-weight: 700;
    border: 1px solid #4287db;
    font-size: 15px;
}

.button {
    border: 0;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    background: #db0006;
    color: #fff;
    margin: 0;
    font-weight: 500;
    border-radius: 3px;
}

.p-tooltip {
    position: absolute;
    z-index: 999;
    background: white;
    border-radius: 8px;
    width: 300px;
    display: none;
    left: 100%;
    top: 0 !important;
    padding-bottom: 25px;
    opacity: 1;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 20%);
}

.current-price {
    color: #4287db;
}

.infor-short {
    position: relative;
}

.p-tooltip .p_price {
    margin: 10px;
    float: left;
}

.hover_name {
    display: block;
    float: left;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 18px;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(66, 149, 219, 1) 0%, rgba(32, 132, 170, 0.8099614845938375) 100%);
    border-radius: 8px 8px 0px 0px;
    color: #fff;
    font-weight: bold;
}

.hover-summary {
    padding: 20px;
    line-height: 1.4;
    overflow: hidden;
    font-size: 14px;
}

.hover-summary p {
    margin-bottom: 5px;
}

.hori_line {
    clear: both;
    height: 0px;
    border-top: solid 1px #ccc;
    margin: 5px 0;
}

.clear {
    clear: both;
}

.footer-main {
    background-color: #4287db;
    padding-bottom: 10px;
}

.font16 {
    font-size: 16px;
}

#footer-bottom {
    background-color: #fff;
    padding: 15px 0;
}

.center {
    text-align: center;
}

.list_info b.title {
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.list_info a {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    color: #fff;
}

#news_letter {
    width: 296px;
    float: right;
}

#news_letter p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.btn {
    cursor: pointer;
    display: inline-block;
    border: none;
}

.btn.btn-blue {
    background: rgb(53, 155, 217);
    background: -moz-linear-gradient(top, rgba(67, 164, 239, 1) 0%, rgba(69, 187, 247, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(67, 164, 239, 1) 0%, rgba(69, 187, 247, 1) 100%);
    background: linear-gradient(to bottom, rgb(21, 141, 214) 0%, rgb(60, 176, 234) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#43a4ef', endColorstr='#45bbf7', GradientType=0);
    color: #fff;
    padding: 9px 18px !important;
    font-size: 16px;
    border-radius: 2px;
    border: solid 1px #0f84ca;
}

#news_letter p .btn-blue {
    background: #056bad;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 10px !important;
}

#email_newsletter {
    width: 200px;
    height: 33px;
    padding: 0 5px;
    border-radius: 3px;
    border: solid 1px #ccc;
    float: left;
}

#news_letter .button {
    background: #056bad;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 33px;
    padding: 0 12px;
    text-align: center;
    line-height: 34px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    float: right;
}

#tag_footer {
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
}

#tag_footer a {
    color: #666;
    text-decoration: none;
    padding: 0 9px;
    border-left: solid 1px #ccc;
}

#copyright {
    float: left;
    font-weight: 600;
    padding-left: 10px;
}

#toTop {
    background: url(../images/back-top.png) no-repeat center;
    background-color: #ccc;
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 11px;
    position: fixed;
    bottom: 99px;
    right: -60px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 0.5;
}

#toTop {
    background: url(../images/back-top.png) no-repeat center;
    background-color: #ccc;
    color: #333;
    cursor: pointer;
    display: none;
    font-size: 11px;
    position: fixed;
    bottom: 99px;
    right: -60px;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: 0.5;
}

.p_old_price {
    text-decoration: line-through;
    color: #777;
    font-size: 13px;
    width: 100%;
}

.video {
    height: 210px;
    margin-bottom: 10px;
}

.title-product-cate .list-sub a {
    margin-right: 20px;
}

.title-product-cate .list-sub a:last-child {
    font-size: 14px;
    color: #056bad;
}

#icon-fixed-left {
    width: 45px;
    background: #fff;
    box-shadow: 1px 2px 6px #cecece;
    margin-left: 10px;
    position: fixed;
    left: 0;
    top: 209px;
    z-index: 100;
}

#icon-fixed-left a {
    display: block;
    text-align: center;
    border-bottom: solid 1px #f0eded;
    padding: 5px 0;
}

#icon-fixed-left i {
    width: 36px;
    height: 30px;
}

#icon-fixed-left span {
    display: none;
}

#icon-fixed-right {
    margin-left: 10px;
    position: fixed;
    right: 0;
    padding: 5px;
    top: 209px;
    z-index: 100;
}

#icon-fixed-right ul {
    padding-left: 0px;
}

#icon-fixed-right ul li {
    list-style: none;
}

#icon-fixed-right a {
    display: block;
    text-align: center;
    padding: 5px 0;
}

#tooltip-category-fixed-left:after {
    content: '';
    display: block;
    width: 0;
    border: solid 5px transparent;
    border-right-color: #d81010;
    position: absolute;
    left: -10px;
    top: 7px;
}

.icons_2019 {
    display: inline-block;
    background: url(../images/sprite_2019.png?v=2.2) no-repeat;
    vertical-align: middle;
    background-position: center;
}

table.print-cart {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 70%;
    margin: 0 auto;
    cell-padding: 10;
}

table.print-cart tr td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

.list-bang-gia {
    width: 100%;
}

table.print-cart tr.headtr {
    font-weight: bold;
    text-align: center;
}

.bntsell {
    margin: 0 auto;
    width: 70%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

a.btndatmua {
    padding: 8px 15px;
    background: #4287db;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

a.btndatmua:hover {
    background: #003366;
}

a.btnxaylai {
    padding: 8px 15px;
    background: #4F4F4F;
    color: #fff;
    border-radius: 5px;
}

a.btnxaylai:hover {
    background: #696969;
}

.list-bang-gia h1 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 10px;
}

div#submit-holder {
    text-align: center;
}

#form-support-project {
    max-width: 500px;
    border: solid 1px #ddd;
    padding: 20px;
    margin: 30px auto;
}

#form-support-project input[type='text'] {
    width: 100%;
    box-sizing: border-box;
    height: 29px;
}

#form-support-project textarea {
    width: 100%;
    box-sizing: border-box;
}

.btn_red {
    background: #4287db;
    border-color: #a00;
}

.btn-bootstrap {
    display: inline-block;
    padding: 3px 11px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: auto;
}

.btn-success {
    color: #fff;
    color: #fff;
    background-color: #585858;
    border-color: #353535;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}


/* css buildpc */

.build-pc {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: rgb(248 248 252);
}

.card-item {
    border-radius: 8px;
    background-color: #FFFFFF;
    position: relative;
    padding: 10px;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
    margin-bottom: 1rem;
}

.card-item:hover {
    box-shadow: 0.1rem 0.1rem 0.5rem 0.1rem rgb(0 0 0 / 8%);
}

.card-item .col-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-item {
    width: 100%;
}

.col-selected {
    display: flex;
    align-items: center;
}

.card-item .title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 700;
}

.price-build {
    width: max-content;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 1rem;
    color: rgb(20, 53, 195);
    font-weight: bold;
}

.btn-build {
    width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.btn-add-cart {
    width: calc(50% - 5px);
}

.btn-left {
    float: left;
}

.btn-right {
    float: right;
}

#modal-select .modal-content {
    top: 90px;
}

#modal-select label {
    cursor: pointer;
    user-select: none;
    display: block;
    float: left;
    margin-right: 5px;
}

#modal-select label span {
    position: relative;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    transition: 0.4s;
    padding: 0 15px;
    height: 38px;
    color: #414141;
    display: flex;
    align-items: center;
    column-gap: 7px;
}

#modal-select .checkbox input {
    pointer-events: none;
    display: none;
}

#modal-select .checkbox input:checked+span {
    border-color: #2146be;
    color: #2146be;
}

#modal-select .sort-label {
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

#modal-select .item-product {
    display: flex;
    min-height: 110px;
    align-items: center;
    border-bottom: 1px solid #aba9a9;
}

#modal-select .modal-body {
    max-height: 450px;
    overflow-y: auto;
}

.item-select a {
    color: #2146be;
    font-size: 14px;
}

.price-sale {
    color: #ce0707;
    font-size: 16px;
    font-weight: 700;
}

.price-sale span {
    font-size: 24px;
    font-weight: 900;
}

.form-search {
    width: 100%;
}

.btn-search {
    position: absolute;
    top: 18px;
    right: 15%;
}

.pagination ul {
    padding-left: 0;
    list-style-type: none;
}

.page-number {
    display: inline;
}

.page-number a {
    text-decoration: none;
    color: black;
}

.pagination {
    display: flex;
}

.pagination a {
    padding: 8px 16px;
    background-color: #f3f4f2;
}

.pagination a:hover {
    background-color: #d9dcd6;
}

.pagination strong {
    border-radius: 4px;
    padding: 8px 16px;
    color: #fff;
    background-color: #2146be;
}


/* Pagination 2 */

.pagination-2 .page-number {
    padding: 8px 16px;
    background-color: #f3f4f2;
}

.pagination-2 .page-number:hover {
    background-color: #d9dcd6;
}

.pagination-2 .active {
    border-radius: 4px;
    background-color: #2146be;
}

.pagination-2 .active:hover {
    background-color: #2146be;
}

.pagination-2 .active a {
    color: #f3f4f2;
}

.qty-input,
.qty-btn {
    color: #000;
    background: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgb(20, 53, 195);
    border-radius: 0.25rem;
    width: 100%;
    max-width: 110px;
}

.qty-input .product-qty,
.qty-input .qty-count,
.qty-btn .qty-count-cart,
.qty-btn .product-qty {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 30px;
    line-height: 1;
}

.qty-input .product-qty:focus,
.qty-input .qty-count:focus,
.qty-btn .product-qty:focus,
.qty-btn .qty-count-cart:focus {
    outline: none;
}

.qty-input .product-qty,
.qty-btn .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    appearance: textfield;
}

.qty-input .product-qty::-webkit-outer-spin-button,
.qty-input .product-qty::-webkit-inner-spin-button,
.qty-btn .product-qty::-webkit-outer-spin-button,
.qty-btn .product-qty::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.qty-input .qty-count,
.qty-btn .qty-count-cart {
    padding: 0;
    cursor: pointer;
    width: 2.5rem;
    font-size: 13px;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
}

.qty-input .qty-count:before,
.qty-input .qty-count:after,
.qty-btn .qty-count-cart:before,
.qty-btn .qty-count-cart:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #2146be;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.qty-input .qty-count--minus,
.qty-btn .qty-count--minus {
    border-right: 1px solid #e2e2e2;
}

.qty-input .qty-count--add,
.qty-btn .qty-count--add {
    border-left: 1px solid #e2e2e2;
}

.qty-input .qty-count--add:after,
.qty-btn .qty-count--add:after {
    transform: rotate(90deg);
}

.qty-input .qty-count:disabled,
.qty-btn .qty-count-cart:disabled {
    color: #ccc;
    background: #f2f2f2;
    cursor: not-allowed;
    border-color: transparent;
}

.qty-input .qty-count:disabled:before,
.qty-input .qty-count:disabled:after,
.qty-btn .qty-count-cart:disabled:before,
.qty-btn .qty-count-cart:disabled:after {
    background: #ccc;
}

.details {
    padding: 8px 10px;
    border: 0px;
    margin-right: 3px;
    font-size: 14px;
}

.ts-detail {
    padding: 0px !important;
}

.ts-detail .active {
    background-color: #4287db;
    color: white;
    font-weight: 600;
}

.fixed .ts-detail {
    margin-right: 3px;
}

.detail-content {
    height: 450px;
    overflow: hidden;
}

.skill-content {
    height: 450px;
    overflow: hidden;
}

.skill-title {
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
    color: #4287db;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.click-model {
    width: 100%;
    text-align: center;
    height: 35px;
    background: white;
    border: 0px;
    padding: 4px;
    font-size: 13px;
    box-shadow: 0px -19px 43px 17px white;
    text-transform: uppercase;
    color: #4287db;
    font-weight: 700;
}

#container {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background-color: #ffffff;
    overflow: hidden;
    padding: 50px 0px;
}

#slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}

#placer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#slide {
    display: flex;
    flex-direction: row;
    transition: all 0.5s ease-in-out;
}

.content-card {
    height: 300px;
    width: 230px;
    margin-right: 10px;
    border-radius: 3px;
    box-shadow: 0px 2px 2px #cccccc;
    border: 1px solid #e8e8e8;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
}

.content-card:first-child {
    margin-left: 10px;
}


/* remove right margin from last content-card */

.content-card:last-child {
    margin-right: 0px;
}


/* styles for next and previous buttons */

#next-button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    background: #ffffff;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    opacity: 0.9;
    cursor: pointer;
    color: grey;
}

#next-button:hover {
    color: black;
}

#next-button::after {
    content: ">";
    font-size: 20px;
}

#previous-button {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10px;
    background: #ffffff;
    height: 54px;
    width: 54px;
    border-radius: 50%;
    opacity: 0.9;
    cursor: pointer;
    color: grey;
}

#previous-button:hover {
    color: black;
}

#previous-button::after {
    content: "<";
    font-size: 20px;
}

.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.carousel {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev,
.slick-next {
    background: #000;
    border-radius: 15px;
    border-color: transparent;
}

.card {
    border: 2px solid #fff;
}

.card-body {
    background: #fff;
    width: 100%;
    vertical-align: top;
}

.card-content {
    text-align: left;
    color: #333;
    padding: 15px;
}

.card-text {
    font-size: 14px;
    font-weight: 300;
}


/* product detail */

#detail {
    background: rgb(248 248 252);
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #B7B7B7;
    position: absolute;
    top: 50%;
    opacity: .3;
    transition: opacity .25s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    opacity: .65;
}

.slick-slider .slick-prev {
    left: 0;
}

.slick-slider .slick-next {
    right: 0;
}

#detail .product-images {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #eee;
}

#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
    display: block;
    outline: none;
    border: none;
}

#detail .product-images .main-img-slider figure {
    margin: 0 auto;
    padding: 0 2em;
}

#detail .product-images .main-img-slider figure a {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

#detail .product-images .main-img-slider figure a img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#detail .product-images .thumb-nav {
    margin: 0 auto;
    padding: 20px 10px;
    max-width: 600px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 26px;
    width: 26px;
    border-radius: 0px;
    margin-top: -10px;
}

#detail .product-images .thumb-nav.slick-slider .slick-prev {
    margin-left: -12px;
}

#detail .product-images .thumb-nav.slick-slider .slick-next {
    margin-right: -12px;
}

.review-form {
    padding: 15px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    margin-bottom: 20px;
}

#detail .product-images .thumb-nav li {
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

#detail .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 85px;
    height: 80px;
    margin: 0 auto;
    border: 2px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
}

#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
    border-color: #999;
}

#detail .product-images .thumb-nav li.slick-current img {
    border-color: #4287db;
}

.card-product-rattings {
    overflow: hidden;
    min-height: 250px;
}

.card-product-comment {
    overflow-y: auto;
    max-height: 800px;
}

.content-video iframe {
    height: 440px;
    width: 100%;
}

.title-news {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

#review-product .review-form .review-info {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.total-avg-rate {
    margin-left: 10px;
}

.icon-rate {
    color: #f7bd17f7;
}

.info_feeback {
    display: flex;
    justify-content: space-between;
    margin-right: 30px;
}

.btn-load-more {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 150px;
    padding-top: 85px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .91)), color-stop(55%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .91) 50%, #fff 55%);
}

.btn-load-more a {
    color: #4287db;
    font-size: 16px;
    font-weight: 700;
}

.avgRate span {
    width: 100%;
    font-size: 45px;
    color: #f7bd17f7;
    line-height: 40px;
}

.avg-rate-item .rate-number {
    color: #f7bd17f7;
}

.img-product-detail {
    height: 420px;
    object-fit: contain;
}

.register-card .block-title {
    border-bottom: 2px solid #4287db;
}

.register-card .block-title span {
    background: #4287db;
    padding: 0 20px;
    border-radius: 0 20px 0px 0;
    color: #fff;
    padding-left: 15px;
    line-height: 40px;
    padding-right: 40px;
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
}

.register-card .form-group {
    margin: 10px;
    font-size: 16px;
}

.left-detail-product {
    font-weight: 700;
    margin-top: 5px;
    font-size: 16px;
    display: grid;
}

.left-detail-product img {
    max-width: 250px;
}

.header-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: 700;
}

.block-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-header .dropdown {
    float: left;
    border: 1px solid #4287db;
    border-radius: 5px;
    line-height: 35px;
    padding: 0 20px 0 15px;
    position: relative;
    margin-left: 5px;
}

.account-header .dropdown a {
    font-size: 20px;
    color: #4287db;
}

.account-header .dropdown ul {
    top: 8px !important;
    left: -16px !important;
}

.account-header .dropdown ul a {
    font-size: 15px;
}

#wrap-header.fixed .account-header .dropdown a {
    font-size: 20px;
    color: #fff;
}

#wrap-header.fixed .account-header .dropdown ul a {
    font-size: 15px;
    color: #4287db;
}

.nav-user {
    list-style: none;
    flex-direction: column;
}

.nav-user li {
    padding: 10px;
}

.star-rank {
    display: flex;
    align-items: center;
}

#full-stars-example .rating-group {
    display: inline-flex;
}

#full-stars-example .rating__icon {
    pointer-events: none;
}

#full-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 16px;
}

#full-stars-example .rating__icon--star {
    color: orange;
}

#full-stars-example .rating__icon--none {
    color: #eee;
}

#full-stars-example .rating__input--none:checked+.rating__label .rating__icon--none {
    color: red;
}

#full-stars-example .rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

#full-stars-example .rating__input:hover~.rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example .rating-group:hover .rating__input--none:not(:hover)+.rating__label .rating__icon--none {
    color: #eee;
}

#full-stars-example .rating__input--none:hover+.rating__label .rating__icon--none {
    color: red;
}

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
}

.line {
    fill: none;
    stroke: #0f117a;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.item-product-tra-gop {
    display: flex;
}

.item-product-tra-gop img {
    width: 150px;
    height: 150px;
}

.content-item-tra-gop {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 700;
}

.text-price {
    font-size: 19px;
    color: #f40606;
    font-weight: 700;
}

.products-same-property {
    margin: 20px 0 10px 0;
}

.same-property {
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
}

.same-property .item {
    margin: 0 10px 10px 0;
    float: left;
    width: calc(100% / 2 - 10px);
}

.same-property .item label {
    cursor: pointer;
    display: block;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 9px 5px;
    margin: 0;
    word-break: break-word;
}

.same-property .item label .variant-price {
    color: #ce0707;
    font-size: 15px;
}

.add-cart-mobile {
    display: none;
}

.price-card {
    margin-top: 5px;
    padding: 15px;
    background: #f1f1f1;
    border: dashed 1px #4267b2;
    border-radius: 10px;
}

.pro-info {
    font-weight: 400;
    font-size: 14px;
}

.status-pro {
    padding-right: 20px;
    border-right: 3px solid #ccc;
    margin-right: 20px;
    font-size: 16px;
}

.watt-pro {
    margin-right: 20px;
    font-size: 16px;
}

.btn-cart .text {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.btn-cart small {
    font-size: 12px;
    color: #fff;
}

.marker {
    font-weight: 700;
    color: red;
}

.card-sale .card-body {
    border: 1px solid rgb(168, 166, 166);
    border-radius: 0px 0px 7px 7px;
}

.card-sale .card-header {
    font-size: 15px;
    width: 100%;
    background: rgb(240, 66, 66);
    border: 1px solid rgb(240, 66, 66);
    line-height: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.card-sale ul li {
    list-style: circle;
}

.line-right {
    padding-right: 5px;
    border-right: 1px solid rgb(131, 128, 128);
}

.text-blod {
    font-weight: 700;
}

.pro-desc {
    height: 110px;
    margin-bottom: 10px;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.see-more {
    font-size: 14px;
    display: none;
}

.p-item {
    width: calc(100% / 5);
    padding: 10px 20px 15px 20px;
}

.offer_detail {
    border: 1px solid red;
    margin-top: 12px;
    border-radius: 12px;
}

.offer-title {
    padding: 10px;
    border-bottom: 1px dashed #3333;
    color: #fff;
    background-color: red;
    border-start-start-radius: 12px;
    border-start-end-radius: 12px;
    font-weight: 700;
}

.offer-content {
    padding: 10px;
    font-size: 14px;
    line-height: 2;
}

.news .title {
    padding: 10px 10px 0px 10px;
    font-size: 22px;
    font-weight: 700;
}

.item-new {
    position: relative;
    padding: 10px;
}

.img-new {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.img-new img {
    filter: brightness(0.6);
    transition: all 0.5s ease;
    width: 100%;
    border-radius: 12px;
}

.img-new img:hover {
    filter: brightness(0.8);
    transform: scale(1.1);
    transition: all 0.5s ease;
}

.new-name {
    position: absolute;
    color: #fff;
    font-size: 16px;
    bottom: 20px;
    left: 20px;
    font-weight: 700;
}

.new {
    position: relative;
    padding: 10px 20px 15px 20px;
}

.new img {
    height: 150px;
    float: left;
    width: 100%;
    object-fit: contain;
    margin-right: 5px;
    border-radius: 12px;
}

.new .box-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: none;
    transition: none;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.new .box-img:hover::before {
    width: 120%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .45s ease-out;
    transition: all .45s ease-out;
    z-index: 2;
}

.new span {
    font-size: 16px;
    font-weight: 700;
}

.box-text time {
    margin-top: 10px;
    font-style: italic;
}

.box-title {
    color: #4e4e4e;
    font-weight: bold;
    font-size: 15px;
    width: calc(100% - 72px);
    float: left;
    margin-top: 5px;
}

.item-footer {
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.item-footer .text {
    text-align: center;
    font-size: 12px;
    padding-left: 10px;
}

.item-footer .text .title-footer {
    font-weight: 700;
    font-size: 16px;
}

.item-footer .fa {
    font-size: 70px;
}

.info .tittle {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
}

.info .tittle::before {
    content: '';
    width: 110px;
    height: 2px;
    background: #4267b2;
    z-index: 1;
    position: absolute;
    bottom: -5px;
    left: 0px;
}

.info ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0px;
    list-style: none;
}

.info ul li {
    line-height: 2.4;
}

.info ul li a {
    display: block;
    transition: all 0.5s;
}

.info ul li a:hover {
    padding-left: 10px;
}

.cart-item-pro input {
    border: none;
    width: 100%;
}

.cart-item-pro p {
    margin-top: 2px;
    margin-bottom: 2px;
}

.cart-item-pro {
    font-weight: 500;
    font-size: 16px;
}

.text-price-cart {
    font-weight: 700;
    color: red;
}

.header-card {
    border-bottom: 1px dashed #ccc;
    padding-top: 3px;
    display: flex;
    justify-content: space-between;
}

.paging {
    margin-top: 20px;
    padding-left: 10px;
    display: flex;
    list-style: none;
}

.paging li a {
    padding: 5px 10px;
    margin-left: 3px;
    border-radius: 6px;
    border: 1px solid #4267b2;
}

.paging li .active {
    color: #fff;
    background-color: #4267b2;
}

.title_box_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sorter-options {
    width: 180px;
}

.col-fillter-category {
    padding-right: 0px;
}

.title-news {
    width: 100%;
    float: left;
    font-size: 30px;
    font-weight: 800;
}

#content_article_left .title_box_left {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

#content_article_left .title_box_left::after {
    content: '';
    width: 60px;
    height: 1px;
    float: left;
    background: #0f5b9a;
    position: absolute;
    left: 0px;
    bottom: -1px;
    z-index: 1;
}

.banner-bottom {
    height: 170px;
    overflow: hidden;
    width: 100%;
    border-radius: 15px;
}

.banner-bottom img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 15px;
}

.banner-bottom:hover img {
    filter: brightness(0.8);
    transform: scale(1.02);
    transition: all 0.5s ease;
}

.card-hots {
    background-color: #ff0000;
}

.header-card-hots {
    padding: 0px;
    padding-top: 10px;
    background-color: #fff;
    border: none;
    border-radius: 0px !important;
}

.infor-sum {
    margin-top: 10px;
    border-radius: 3px;
    padding: 3px 20px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(66, 149, 219, 1) 0%, rgba(32, 132, 170, 0.8099614845938375) 100%);
    text-align: left;
    color: #fff;
    font-weight: 500;
}

.sort {
    margin: 10px 0px;
}

.sort a {
    margin-top: 3px;
}

.btn-sort {
    border: 1px dashed #0093ff;
    border-radius: 12px;
}

.btn-sort:hover {
    background-color: #0093ff;
    color: #fff;
}

.btn-sort-active {
    background-color: #0093ff;
    color: #fff;
}

.filter-container {
    padding: 10px;
}

.filter-container .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #3333;
}

.title_box_center .h_title {
    font-size: 18px;
    font-weight: 700;
}
.global-tooltip {
    position: absolute;
    display: none;
    background: #fff;
    z-index: 99999;
    width: 350px;
    overflow: hidden;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 30%);
}
.model-ads {
    background: none !important;
    border: none !important;
}
.model-ads .modal-header {
    border: none;
    justify-content: end;
}
.button-close-poup {
    background: none;
    color: #fff;
    font-size: 60px;
    border: none;
    float: right;
}
.text-green {
    color: green;
}
/* .sum-cart {
    position: fixed;
    width: inherit;
} */
.autocomplete-suggestions {
    height: 400px;
    width: 500px;
    position: absolute;
    overflow-y: auto;
    top: 50px;
    left: -50px;
    border-radius: 6px;
    z-index: 100;
}
.autocomplete-suggestions table {
    background: #fff;
}
.autocomplete-suggestions table tr td {
    padding: 10px;
}
