﻿p, li, a{
	font-size: 14px;
}
.copyright-footer {
    color: #000;
    font-size: 14px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.infoFt p {
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.infoFt p:before {
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
}
.infoFt p:first-child:before{
    content: '\f3c5';
}
.infoFt p:nth-child(2):before{
    content: '\f095';
}
.infoFt p:nth-child(3):before{
    content: '\f0e0';
}
.infoFt p:nth-child(4):before{
    content: '\f02d';
}
.infoFt p:nth-child(5):before{
    content: '\f15c';
}
.infoFt p:nth-child(6):before{
    content: '\f017';
}
.colFt1>.col-inner {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 2px #33333324;
    padding: 25px 40px;
}
.ux-menu-link__link {
    min-height: auto;
    padding: 0;
}
footer .ux-menu-link+.ux-menu-link a {
    padding-top: 10px;
}
.ux-menu-link__link:hover {
    color: #c90505 !important;
}
.boxMXH {
    align-items: center;
    border: solid 1px;
    border-radius: 12px;
    padding: 6px;
}
.boxMXH .icon-box-text * {
    font-size: 12px;
}
.icon-box-img img, .icon-box-img svg {
    padding: 0;
}
.boxMXH .icon-box-text {
    padding-left: 10px !important;
}
.boxMXH:hover {
    border: solid 1px #ed212a;
}
.menuFT2 .ux-menu-link__link {
    justify-content: center;
}
.colFt2 >.col-inner {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 2px #33333324;
}
.colFt2 >.col-inner .img-inner img {
    border-radius: 0 15px 15px 0;
}
.page-template-default .content-area > .row-main > .large-12 > .col-inner {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 2px #33333324;
    padding: 20px;
}
.breadcrumb {
    height: 35px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 1px 2px 3px #ccc;
}
#crumbs * {
    font-size: 13px;
    color: #000;
}
.box-blog-post .is-divider {
    display: none;
}
#post-list .post-item {
    padding-bottom: 20px;
}
#post-list .post-item .box-text {vertical-align: baseline;padding: 0 20px;}
#post-list .post-item .box-text .post-title a {
    font-size: 16px;
    margin-bottom: 6px;
}
#post-list .post-item .box-text p {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.time {
    font-size: 13px;
    color: #777;
}
.post-item img {
    border-radius: 10px;
}
.widget .is-divider {
    display: none;
}
span.widget-title {
    display: block;
    text-transform: inherit;
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 20px;
}
#block_widget-2 .post-item {
    padding-bottom: 10px;
}
#block_widget-2 .post-item .time {
    display: none;
}
#block_widget-2 .post-item .box-text {
    padding: 0 10px;
}
#block_widget-2 .post-item+.post-item .col-inner {
    border-top: dashed 1px #ccc;
    padding-top: 15px;
}
.entry-header-text-top .time {
    display: flex;
    align-items: center;
    gap: 10px;
}
.entry-header-text-top {
    padding-bottom: 0;
}
#comments {
    display: none;
}
#at_posts_related .post-title a {font-size: 16px;}
#at_posts_related .time {
    display: none;
}
.blog-wrapper {
    padding-top: 15px;
}
#at_posts_related>h3 {
    text-transform: inherit;
    letter-spacing: 0;
    font-size: 18px;
}
#post-list .post-item:first-child {
    max-width: 70%;
}
#post-list .post-item:first-child .box{
    display: block !important;
}
#post-list .post-item:first-child .box .box-image{
    width: 100% !important;
    display: block;
}
#post-list .post-item:first-child .box .box-text{
    padding: 10px 0;
}
#post-list .post-item:first-child .box .box-text p, #post-list .post-item:first-child .box .box-text .time {
    display: none;
}
#post-list .post-item:first-child .box .box-text a {
    font-size: 20px;
}
.home .time {
    display: none;
}
.news1 .post-title a {font-size: 22px;margin-bottom: 7px;}
.post-title a:hover {
    color: #ed2029;
}
.news2 .post-item {
    padding-bottom: 18px;
}
.news2 .post-item .box-text {
    padding: 0 20px;
}
.news2 .post-item .box-text p {
    color: #777;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news2 .post-item .box-text a {
    font-size: 16px;
}
p.h-des{
    display: inline-block;
    margin: 0 auto;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
}
p.h-des:before{
   width: 12px;
   height: 12px;
   content: "";
   position: absolute;
   left: 0;
   top: 5px;
   background: #fff;
   border-radius: 50%; 
}
#masthead .header-search-form-wrapper input {
    background: #fff;
    border-radius: 10px;
    height: 42px;
    border: solid 1px #bb020b;
}
.ic-call {
    background: url(/wp-content/uploads/2026/04/phone-1.png) no-repeat 0px 0px;
    padding-left: 50px;
    background-size: 20%;
}
.ic-call span {
    display: block;
    font-size: 15px;
    line-height: 1.3;
}
#masthead .cart-item a > i {
    font-size: 25px;
    color: #000;
    margin-right: 10px;
}
#masthead .cart-item a > span.header-cart-title {
    order: 2;
    color: #000;
    margin-left: 10px;
    text-transform: initial;
    font-size: 15px;
    font-weight: 100;
}
#masthead li.cart-item > a span:before {
    content: attr(data-icon-label);
    font-size: 10px;
    border-radius: 99px;
    padding: 0 5px;
    position: absolute;
    right: -5px;
    background: #b20000;
    color: #fff;
    font-weight: 100;
}
.TextCaptions .item {
    color: #000!important;
    font-size: 14px !important;
}
.TextCaptions .item.is-nav-selected {
    color: #bb020b!important;
}
.TextCaptions {
    background: #fff!important;
    border-radius: 0 0 10px 10px!important;
    box-shadow: 0px 3px 4px 0px #ccc!important;
}
.banner-box img {
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 3px 0px #9999999e;
}
.banner-box {
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 3px 0px #9999999e;
}
.banner-box .img-inner {
    border-radius: 10px;
}
.wbcslider_tgdd img {
    border-radius: 10px 10px 0 0;
}
span.mega-indicator {
    float: right;
}
#mega-menu-vertical_menu >li {
    width: 100% !important;
}
@media (min-width: 992px) {
  ul#mega-menu-vertical_menu>li>.mega-sub-menu {
    display: none;
    cursor: default;
    overflow: hidden;
    position: absolute !important;
    top: -1px !important;
    left: 100% !important;
    min-height: 361px !important;
    background: #fff !important;
    padding: 10px !important;
    width: 322% !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px !important;
}
ul#mega-menu-vertical_menu>li>a > span.mega-indicator:after {
    content: '\f054' !important;
    font-family: "FontAwesome" !important;
    font-size: 10px;
}
}
.row1>.col:first-child>.col-inner {
    border-radius: 10px !important;
    box-shadow: 0px 0px 6px 3px #cccccc7d !important;
}
ul#mega-menu-vertical_menu>li {
    border-bottom: solid 1px #dddddd !important;
    padding: 10px !important;
}
ul#mega-menu-vertical_menu>li>a {
    font-size: 16px !important;
    font-weight: bold !important;
}
#mega-menu-wrap-vertical_menu #mega-menu-vertical_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: inherit;
    font-size: 14px;
}
ul#mega-menu-vertical_menu>li:last-child {
    border-bottom: 0 !important;
}
#mega-menu-wrap-vertical_menu {
    border-radius: 10px;
}
.btn {
    border-radius: 10px;
    font-size: 14px;
    font-weight: 100;
    width: 100%;
}
.news1 .post-item {
    padding-bottom: 0;
}
.shop-page-title .page-title-inner {
    padding-top: 0;
    min-height: auto;
}
.shop-page-title {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 1px 2px 3px #ccc;
    padding: 7px 0;
}
.product-main-br {
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 1px 2px 3px #ccc;
}
.breadcrumbs, .breadcrumbs a {
    color: #000;
    font-size: 13px;
}
.product-main .flickity-button svg {
    background: #bb020b;
    padding: 8px;
}
.product-main .flickity-button svg path {
    fill: #fff !important;
}
.product-main .flickity-button {
    width: 30px;
}
.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {
    transform: none !important;
}
.product-thumbnails img {
    opacity: 1;
    margin: 0;
}
.product-thumbnails a {
    border: solid 1px #ccc;
    border-radius: 8px;
    height: 55px;
}
.product-thumbnails img {
    height: 55px;
    object-fit: cover;
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover {
    border: solid 1px;
}
.product-title {
    font-size: 22px;
    margin-bottom: 20px;
}
span.amount {
    color: #ed2029;
}
.proAll span.amount {
    font-style: italic;
    font-size: 24px;
}
.cauhinh ul {list-style: none;}
.cauhinh ul li {
    margin: 10px 0 !important;
    padding-left: 30px !important;
    line-height: 1.3;
}
.cauhinh ul li:first-child {
    background: url(/wp-content/uploads/2026/04/1-1.png) no-repeat 0px 0px;
    background-size: 4%;
}
.cauhinh ul li:nth-child(2) {
    background: url(/wp-content/uploads/2026/04/2-2.png) no-repeat 0px 0px;
    background-size: 4%;
}
.cauhinh ul li:nth-child(3) {
    background: url(/wp-content/uploads/2026/04/3.png) no-repeat 0px 0px;
    background-size: 4%;
}
.cauhinh ul li:nth-child(4) {
    background: url(/wp-content/uploads/2026/04/4.png) no-repeat 0px 0px;
    background-size: 4%;
}
.cauhinh ul li:nth-child(5) {
    background: url(/wp-content/uploads/2026/04/5.png) no-repeat 0px 0px;
    background-size: 4%;
}
.product-info .price {
    margin-bottom: 25px;
}
.cauhinh ul li span {
    font-weight: bold;
    color: red;
}
.block-dt-pr {
    background: #fffafa;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px 1px #ccc;
    border-radius: 15px;
}
.title-support {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px dashed #333;
    padding-bottom: 6px;
    text-align: center;
    color: #111;
}
.block-dt-pr .content-ht h3 {
    text-align: center;
    font-size: 14px;
    margin: 10px 0;
    color: #1a6dad;
}
.block-dt-pr ul.list-phone {
    background: url(/wp-content/uploads/2026/04/d1.png) no-repeat 4px 10px;
    background-size: 10%;
}
.block-dt-pr ul {
    padding-left: 53px;
}
.block-dt-pr ul.list-phone li, .block-dt-pr ul.list-time li {
    margin-bottom: 0;
    list-style: disc;
}
.block-dt-pr ul.list-time {
    background: url(/wp-content/uploads/2026/04/d2.png) no-repeat 3px 9px;
    background-size: 10%;
}
.block-dt-pr .content-ht p.ades {
    background: url(/wp-content/uploads/2026/04/d3.png) no-repeat 2px 6px;
    background-size: 10%;
    padding-left: 36px;
}
.block-dt-pr .content-ht p.ades {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
}
.block-dt-pr .content-ht p.lasiuat {
    background: url(/wp-content/uploads/2026/04/d4.png) no-repeat 0px 22px;
    background-size: 11%;
    padding-left: 34px;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    line-height: 1.3;
}
.block-dt-pr .content-ht p.hoso {
    background: url(/wp-content/uploads/2026/04/d5.png) no-repeat 0px 20px;
    background-size: 13%;
    padding-left: 34px;
    margin-bottom: 0;
    line-height: 1.3;
}
.shw0sed {
    border-radius: 15px;
    margin: 15px 0;
    box-shadow: 0px 1px 3px 2px #33333324;
    margin-bottom: 5px;
}
.tit-box-sales {
    font-weight: bold;
    display: inline-block;
    background-color: #d60919;
    color: #fff;
    padding: 10px 35px 10px 15px;
    font-size: 13px;
    border-radius: 3px 20px 20px 3px;
    background-size: 10%;
    position: relative;
}
.tit-box-sales:after {
    content: "";
    position: absolute;
    right: 13px;
    top: 9px;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2026/04/ck.png) no-repeat right top;
    background-size: 38%;
}
.content-box-sales {
    padding: 15px;
    position: relative;
    line-height: 22px;
}
.price-onds {
    background: #d60919;
    text-align: center;
    padding: 10px;
    font-size: 19px;
    color: #ffffff;
    border-radius: 0 0 15px 15px;
    font-weight: bold;
}
.custom-buttons {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}
.custom-buttons a {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-radius: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
}
.btn-buy-now {
    background: linear-gradient(90deg, #3b82f6, #2563eb);
}
.btn-call {
    background: linear-gradient(90deg, #60a5fa, #3b82f6);
}
.custom-buttons span {
    display: block;
    font-size: 13px;
    font-weight: normal;
}
.product-main {
    padding-bottom: 10px;
}
.product-main .woocommerce-tabs > ul > li > a {
    font-size: 16px;
    color: #000;
    padding: 0;
}
.product-main .woocommerce-tabs {
    border: 0;
}
.product-main .woocommerce-tabs > ul > li > a:before {
    opacity: 0;
}
.product-main .tab-panels .entry-content {
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 1px #33333329;
    padding: 15px;
}
.dell-specs-header {
    background: #cc1c1c;
    color: #fff;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.dell-specs-wrap {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}
.dell-specs-section {
    background: #f5f5f5;
    color: #cc1c1c;
    font-size: 15px;
    font-weight: 600;
    padding: 7px 16px;
    border-top: 1px solid #e0e0e0;
    text-transform: uppercase;
}
.dell-specs-row span:first-child {
    color: #000000;
    font-weight: bold;
    min-width: 90px;
    flex-shrink: 0;
}
.dell-specs-row span:last-child { 
    font-weight: 500; 
    text-align: right;
    word-break: break-word;
    overflow-wrap: break-word;
    flex: 1;
}
.dell-specs-btn {
    border: 1.5px solid #cc1c1c;
    color: #cc1c1c;
    background: transparent;
    border-radius: 6px;
    padding: 0px 15px;
    font-size: 14px;
    cursor: pointer;
    margin: 0;
    font-weight: 100;
    text-transform: inherit;
}
.dell-specs-row { 
    display: flex; 
    justify-content: space-between; 
    padding: 8px 16px; 
    border-bottom: 1px solid #f0f0f0; 
    font-size: 14px;
    gap: 12px;
    box-sizing: border-box;
}
.dell-specs-btn-wrap { padding: 12px 16px; text-align: center; }
.dell-specs-btn:hover { background: #cc1c1c; color: #fff; }
.product-section {
    border-top: 0;
}
#masthead li.cart-item > a span:after {
    display: none;
}
.proLoop {
    box-shadow: 0px 1px 3px 2px #33333324;
    margin-bottom: 14px;
    border-radius: 15px;
    padding: 12px;
}
.proLoop:hover {
    box-shadow: 0px 1px 3px 2px #ed202930;
}
.box-text-products {
    text-align: center;
    padding: 0;
}
.box-text-products .name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold;
}
.box-text-products .name a:hover {
    color: #ed2029;
}
.motabox {
    margin-bottom: 10px !important;
    font-size: 12px;
}
.slider .proLoop {margin-top: 10px;}
.section-title-center b {
    background: transparent;
}
.colKM >.col-inner {
    background-image: linear-gradient(#d60919, #f7a8b1);
    border-radius: 15px;
    padding: 20px 5px 10px;
}
.colKM >.col-inner .proLoop {
    background: #fff;
}
.colKM >.col-inner .product {
    padding-bottom: 0 !important;
}
.colKM .flickity-button {
    opacity: 1;
    bottom: 4%;
}
.colKM .flickity-button svg {
    box-shadow: 1px 0px 4px 1px #4444447a;
    background: #fff;
    padding: 12px;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button {
    opacity: 1;
}
.colKM .flickity-button.previous {
    left: 5px;
}
.colKM .flickity-button.next{
    right: 5px;
}
.colKM .flickity-button.previous svg {
    border-radius: 0 20px 20px 0;
}
.colKM .flickity-button.next svg{
 border-radius: 20px 0 0 20px;
}
.colKM .flickity-button.next {
    right: 5px;
}
.colKM .flickity-button {
    transform: none;
}
.menu-dm .ux-menu-link__link {
    background: #dddddd;
    border-radius: 10px;
    padding: 10px;
}
.menu-dm, .menu-dm > div {
    display: inline-block;
}
.menu-dm .ux-menu-link__link:hover {
    background: #ed2029 !important;
    color: #fff !important;
}
.menu-dm {
    text-align: right;
    width: 100%;
}
.row>.product-small {
    padding-bottom: 5px;
}
span.best {
    display: inline-block;
    background: #139ad9;
    color: #fff;
    padding: 1px 5px;
    border-radius: 4px;
    font-size: 12px;
    border: solid 1px #0684bf;
}
.proLoop .image-tools.top.right {
    opacity: 1;
}
@media (min-width: 992px){
	.nopad{
		padding-bottom: 0 !important;
	}
    .col20{
        max-width: 20% !important;
        flex-basis: 20% !important;
    }
    .post-sidebar {
        padding-left: 0 !important;
    }
    #post-list .post-item:nth-child(2) {
        max-width: 30%;
    }
    #post-list .post-item:nth-child(2) .box{
        display: block !important;
    }
    #post-list .post-item:nth-child(2) .box .box-image{
        width: 100% !important;
        display: block;
    }
    #post-list .post-item:nth-child(2) .box .box-text{
        padding: 10px 0;
    }
    .row1>.col>.col-inner {
        height: 100%;
    }
    .product-info {
        border-right: 0;
        padding-right: 0 !important;
    }
}
@media (max-width: 549px){
	.nopadm{
		padding-bottom: 0 !important;
	}
    .colFt1>.col-inner {
        padding: 20px;
    }
    #at_posts_related .post-item {
        padding-bottom: 0;
    }
    #at_posts_related .post-title a {
        font-size: 14px;
    }
    #block_widget-2 .post-item .box-text {
        padding: 10px 0;
    }
    #post-list .post-item:first-child {
        max-width: 100%;
    }
    #post-list .post-item:not(:first-child) .box {
        display: table;
        width: 100%;
    }
    #post-list .post-item:not(:first-child) .box .box-image {
        width: 40% !important;
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }
    #post-list .post-item:not(:first-child) .box p {
        display: none;
    }
    .btn {
        font-size: 13px;
        padding: 3px;
    }
    .news2 .post-item .box-text {
        padding: 15px 0;
    }
    .block-dt-pr ul.list-time, .block-dt-pr .content-ht p.ades, .block-dt-pr ul.list-phone {
        background-size: 7%;
    }
    .block-dt-pr .content-ht p.lasiuat, .block-dt-pr .content-ht p.hoso {
        background-size: 7%;
        padding-top: 10px;
    }
    .colKM .flickity-button {
        bottom: 25%;
    }
    .menu-dm {
        text-align: left;
        margin-top: 10px;
        display: flex;
        overflow-x: scroll;
        flex-flow: row nowrap;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: relative;
        z-index: 2;
        white-space: nowrap;
    }
    .menu-dm a {
        margin: 0 5px;
    }
    .menu-dm div:first-child a {
        margin-left: 0;
    }
}
@media (max-width: 991px){
    .h-des {
        text-align: center;
        font-size: 13px !important;
    }
    #wide-nav {
        background: #fff5f6;
    }
    #wide-nav .header-search-form-wrapper input {
        background: #fff;
        border-radius: 10px;
        height: 40px;
        border: solid 1px #bb020b;
        font-size: 13px;
    }
    .mfp-content {
        background: #fff !important;
        transition: transform .5s, opacity .3s !important;
    }
    .off-canvas .nav-vertical>li>a {
        color: #000;
        font-size: 15px;
        text-transform: capitalize;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
        background: #fff;
    }
    .off-canvas .nav-vertical li li>a {
        color: #000;
    }
}