3549 lines
148 KiB
HTML
3549 lines
148 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="vi">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="shortcut icon" href="/images/xuepc-logo-1.png" type="image/x-icon" />
|
|
<title>XUE PC</title>
|
|
|
|
<link rel="stylesheet" id="js-cdn-font-awesome" type="text/css"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap"
|
|
rel="stylesheet" />
|
|
|
|
<link rel="stylesheet" href="/css/library.css" />
|
|
<link rel="stylesheet" href="/css/style_mb.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<!-- HEADER -->
|
|
<header class="global-header box-shadow">
|
|
<div class="container">
|
|
<!-- TOP -->
|
|
<div class="header-top pt-2 pb-2">
|
|
<div class="d-flex align-items-center justify-content-between">
|
|
<!-- -->
|
|
<button type="button" class="global-navbar d-flex p-1">
|
|
<i class="xuepc-icons xuepc-icon-mb-navbar"></i>
|
|
</button>
|
|
|
|
<!-- -->
|
|
<a href="/" class="d-flex">
|
|
<img src="/images/xuepc-logo-1.png" alt="Xue Pc" class="global-logo" />
|
|
</a>
|
|
|
|
<!-- -->
|
|
<div class="header-features pr-10px">
|
|
<div class="f-list d-flex align-items-center justify-content-between">
|
|
<div class="f-item header-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart p-relative">
|
|
<span class="header-cart-amount" id="js-header-cart-amount">1</span>
|
|
</i>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- BOTTOM -->
|
|
<div class="header-bottom pb-2">
|
|
<!-- -->
|
|
<div class="header-search">
|
|
<div class="search-bar p-relative" id="js-search-bar">
|
|
<form method="get" action="/tim" enctype="multipart/form-data" name="searchForm">
|
|
<input type="text" name="q" class="search-bar-input" placeholder="Nhập từ khóa cần tìm" value=""
|
|
autocomplete="off" />
|
|
<button type="submit" class="search-bar-btn">
|
|
<i class="xuepc-icons xuepc-icon-mb-search"></i>
|
|
<p style="font-size: 0">Tìm kiếm</p>
|
|
</button>
|
|
</form>
|
|
|
|
<div class="search-results" style="display: none">
|
|
<div class="search-results-list"></div>
|
|
<a href="javascript:;" class="search-results-total hover-primary"></a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<!-- HOMEPAGE -->
|
|
<div class="homepage d-none">
|
|
<!-- SECTION HERO -->
|
|
<div class="section-hero">
|
|
<!-- -->
|
|
<div class="banner-hero">
|
|
<div class="swiper swiper-section-hero">
|
|
<div class="swiper-wrapper">
|
|
<div class="swiper-slide">
|
|
<img src="/images/xuepc-banner-hero-mb-1.png" alt="Banner" class="d-flex w-100" />
|
|
</div>
|
|
<div class="swiper-slide">
|
|
<img src="/images/xuepc-banner-hero-mb-1.png" alt="Banner" class="d-flex w-100" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="swiper-pagination"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- SECTION FEATURES -->
|
|
<div class="section-features py-3">
|
|
<div class="container">
|
|
<ul class="list ft-list d-flex justify-content-between">
|
|
<li class="ft-item">
|
|
<a href="" class="ft-link">
|
|
<div class="ft-icon">
|
|
<i class="xuepc-icons xuepc-icon-mb-buildpc"></i>
|
|
</div>
|
|
<p class="ft-name mt-10px">Xây dựng cấu hình</p>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="ft-item">
|
|
<a href="" class="ft-link">
|
|
<div class="ft-icon">
|
|
<i class="xuepc-icons xuepc-icon-mb-event-sale"></i>
|
|
</div>
|
|
<p class="ft-name mt-10px">Chương trình khuyến mãi</p>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="ft-item">
|
|
<a href="" class="ft-link">
|
|
<div class="ft-icon">
|
|
<i class="xuepc-icons xuepc-icon-mb-viewed-check"></i>
|
|
</div>
|
|
<p class="ft-name mt-10px">
|
|
Sản phẩm <span class="d-block">đã xem</span>
|
|
</p>
|
|
</a>
|
|
</li>
|
|
|
|
<li class="ft-item">
|
|
<a href="" class="ft-link">
|
|
<div class="ft-icon">
|
|
<i class="xuepc-icons xuepc-icon-mb-pc-gaming"></i>
|
|
</div>
|
|
<p class="ft-name mt-10px">PC Gaming</p>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- SECTION COLECTION -->
|
|
<div class="section-collection">
|
|
<div class="collection-title">
|
|
<h2 class="heading-primary text-center pt-3 pb-12px">
|
|
Ưu Đãi Dành Cho Bạn
|
|
</h2>
|
|
|
|
<img src="/images/xuepc-banner-product-collection-mb-1.png" alt="Ưu Đãi Dành Cho Bạn" class="d-flex w-100" />
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="collection-content">
|
|
<!-- -->
|
|
<div class="cl-title bg-white my-12px">
|
|
<ul class="cl-title-list list d-flex overflow-auto">
|
|
<li class="cl-title-item">
|
|
<img src="/images/xuepc-image-collection-icon-1.png" alt="Icon" class="cl-title-icon" />
|
|
|
|
<p class="cl-title-text">Dành cho bạn</p>
|
|
</li>
|
|
|
|
<li class="cl-title-item">
|
|
<img src="/images/xuepc-image-collection-icon-2.png" alt="Icon" class="cl-title-icon" />
|
|
|
|
<p class="cl-title-text">Dành cho bạn</p>
|
|
</li>
|
|
|
|
<li class="cl-title-item">
|
|
<img src="/images/xuepc-image-collection-icon-2.png" alt="Icon" class="cl-title-icon" />
|
|
|
|
<p class="cl-title-text">Dành cho bạn</p>
|
|
</li>
|
|
|
|
<li class="cl-title-item">
|
|
<img src="/images/xuepc-image-collection-icon-2.png" alt="Icon" class="cl-title-icon" />
|
|
|
|
<p class="cl-title-text">Dành cho bạn</p>
|
|
</li>
|
|
|
|
<li class="cl-title-item">
|
|
<img src="/images/xuepc-image-collection-icon-2.png" alt="Icon" class="cl-title-icon" />
|
|
|
|
<p class="cl-title-text">Dành cho bạn</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="cl-products swiper swiper-collection-products">
|
|
<div class="swiper-wrapper">
|
|
<!-- PRODUCT -->
|
|
<div class="swiper-slide">
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="swiper-slide">
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="swiper-slide">
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="swiper-slide">
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="swiper-slide">
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="swiper-slide">
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="swiper-button-next swiper-custom-btn"></div>
|
|
<div class="swiper-button-prev swiper-custom-btn"></div>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="cl-view-more text-center mt-3 pb-12px">
|
|
<a href="" class="cl-view-more-btn">Xem thêm</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<!-- SECTION CATEGORY -->
|
|
<div class="section-category">
|
|
<!-- CAT ITEM -->
|
|
<div class="cat-item my-4">
|
|
<!-- -->
|
|
<div class="cat-heading mb-12px">
|
|
<h2 class="heading-primary mb-2">CPU - Sản phẩm CPU nổi bật</h2>
|
|
|
|
<ul class="cat-children list d-flex align-items-center gap-12 overflow-auto ws-nowrap">
|
|
<li>
|
|
<a href="" class="cat-children-item btn-primary">CPU INTEL</a>
|
|
</li>
|
|
<li>
|
|
<a href="" class="cat-children-item btn-primary">CPU AMD</a>
|
|
</li>
|
|
<li>
|
|
<a href="" class="cat-children-item btn-primary">CPU INTEL</a>
|
|
</li>
|
|
<li>
|
|
<a href="" class="cat-children-item btn-primary">CPU AMD</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="cat-products d-flex overflow-auto">
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT -->
|
|
<div class="p-item">
|
|
<a href="" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Product" class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="">
|
|
<h3 class="p-name">
|
|
Cpu intel core i7-13700k 3.4ghz turbo up to 5.4ghz
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">10.900.000₫</del>
|
|
<span class="p-price-off">-20%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.690.000₫</p>
|
|
|
|
<button type="button" class="p-cart">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="text-center mt-12px">
|
|
<a href="" class="btn-primary"> Xem tất cả >> </a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- SECTION BRAND -->
|
|
<div class="section-brand my-4">
|
|
<!-- -->
|
|
<div class="brand-heading mb-12px">
|
|
<h2 class="heading-primary">Chuyên trang thương hiệu</h2>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="brand-content swiper swiper-4-slides">
|
|
<div class="swiper-wrapper">
|
|
<div class="swiper-slide">
|
|
<a href="" class="brand-img style-img-block banner-w">
|
|
<img src="/images/xuepc-banner-brand-1.png" alt="Brand" class="style-img-content object-cover" />
|
|
</a>
|
|
</div>
|
|
<div class="swiper-slide">
|
|
<a href="" class="brand-img style-img-block banner-w">
|
|
<img src="/images/xuepc-banner-brand-2.png" alt="Brand" class="style-img-content object-cover" />
|
|
</a>
|
|
</div>
|
|
<div class="swiper-slide">
|
|
<a href="" class="brand-img style-img-block banner-w">
|
|
<img src="/images/xuepc-banner-brand-3.png" alt="Brand" class="style-img-content object-cover" />
|
|
</a>
|
|
</div>
|
|
<div class="swiper-slide">
|
|
<a href="" class="brand-img style-img-block banner-w">
|
|
<img src="/images/xuepc-banner-brand-4.png" alt="Brand" class="style-img-content object-cover" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="swiper-button-next swiper-custom-btn"></div>
|
|
<div class="swiper-button-prev swiper-custom-btn"></div>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="text-center mt-3">
|
|
<a href="" class="btn-primary"> Xem tất cả >> </a>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- SECTION ARTICLE -->
|
|
<div class="section-article my-4">
|
|
<!-- -->
|
|
<div class="article-heading mb-12px">
|
|
<h2 class="heading-primary">Tin tức</h2>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="article-content">
|
|
<!-- ARTICLE -->
|
|
<div class="a-item d-flex gap-10 mb-3">
|
|
<div class="a-image">
|
|
<a href="" class="a-img style-img-block">
|
|
<img src="/images/xuepc-image-article-1.png" alt="Article" class="style-img-content object-cover" />
|
|
</a>
|
|
</div>
|
|
|
|
<div class="a-content flex-1">
|
|
<a href="">
|
|
<h3 class="a-name">
|
|
ASUS và cú chơi lớn với VGA TUF GAMING GeForce RTX 3090 đáng
|
|
trầm trồ
|
|
</h3>
|
|
</a>
|
|
|
|
<p class="a-time d-flex align-items-center gap-8">
|
|
<i class="xuepc-icons xuepc-icon-mb-grey-clock"></i>
|
|
16-10-2023, 11:23 am
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ARTICLE -->
|
|
<div class="a-item d-flex gap-10 mb-3">
|
|
<div class="a-image">
|
|
<a href="" class="a-img style-img-block">
|
|
<img src="/images/xuepc-image-article-1.png" alt="Article" class="style-img-content object-cover" />
|
|
</a>
|
|
</div>
|
|
|
|
<div class="a-content flex-1">
|
|
<a href="">
|
|
<h3 class="a-name">
|
|
ASUS và cú chơi lớn với VGA TUF GAMING GeForce RTX 3090 đáng
|
|
trầm trồ
|
|
</h3>
|
|
</a>
|
|
|
|
<p class="a-time d-flex align-items-center gap-8">
|
|
<i class="xuepc-icons xuepc-icon-mb-grey-clock"></i>
|
|
16-10-2023, 11:23 am
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- ARTICLE -->
|
|
<div class="a-item d-flex gap-10 mb-3">
|
|
<div class="a-image">
|
|
<a href="" class="a-img style-img-block">
|
|
<img src="/images/xuepc-image-article-1.png" alt="Article" class="style-img-content object-cover" />
|
|
</a>
|
|
</div>
|
|
|
|
<div class="a-content flex-1">
|
|
<a href="">
|
|
<h3 class="a-name">
|
|
ASUS và cú chơi lớn với VGA TUF GAMING GeForce RTX 3090 đáng
|
|
trầm trồ
|
|
</h3>
|
|
</a>
|
|
|
|
<p class="a-time d-flex align-items-center gap-8">
|
|
<i class="xuepc-icons xuepc-icon-mb-grey-clock"></i>
|
|
16-10-2023, 11:23 am
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="text-center mt-3">
|
|
<a href="" class="btn-primary"> Xem tất cả >> </a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- BREADCRUMB -->
|
|
<section class="section-breadcrumb routing">
|
|
<div class="global-breadcrumb container">
|
|
<ol itemscope="" itemtype="http://schema.org/BreadcrumbList" class="list">
|
|
<li class="routing-link" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">
|
|
<a href="/" itemprop="item" class="nopad-l">
|
|
<span itemprop="name">Trang chủ</span>
|
|
</a>
|
|
<meta itemprop="position" content="1" />
|
|
</li>
|
|
<li class="routing-link" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">
|
|
<a href="/linh-kien-may-tinh" itemprop="item" class="nopad-l">
|
|
<span itemprop="name"> Linh kiện máy tính </span>
|
|
</a>
|
|
<meta itemprop="position" content="2" />
|
|
</li>
|
|
</ol>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- CATEGORY PAGE -->
|
|
<div class="product-page pb-5 d-none">
|
|
<div class="container">
|
|
<!-- BANNER TOP CATEGORY -->
|
|
|
|
<div class="cat-banner mb-12px">
|
|
<div class="swiper swiper-category-top">
|
|
<div class="swiper-wrapper">
|
|
<div class="swiper-slide">
|
|
<a href="/ad.php?id=11" class="banner-hover">
|
|
<img class="d-flex lazy" src="/images/xuepc-banner-top-category-page-1.png" />
|
|
</a>
|
|
</div>
|
|
|
|
<div class="swiper-slide">
|
|
<a href="/ad.php?id=16" class="banner-hover">
|
|
<img class="d-flex lazy" src="/images/xuepc-banner-top-category-page-1.png" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="swiper-button-prev swiper-custom-btn"></div>
|
|
<div class="swiper-button-next swiper-custom-btn"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- BRAND FILTER CATEGORY -->
|
|
|
|
<div class="filter-list filter-brand d-flex align-items-center gap-8 ws-nowrap overflow-auto">
|
|
<a href="/cpu-vi-xu-ly" class="item-filter font-weight-500 text-center">CPU - Bộ Vi Xử Lý</a>
|
|
|
|
<a href="/vga-card-man-hinh-1" class="item-filter font-weight-500 text-center">VGA - Card Màn Hình</a>
|
|
|
|
<a href="/o-cung-ssd" class="item-filter font-weight-500 text-center">SSD - Ổ Cứng SSD</a>
|
|
|
|
<a href="/o-cung-hdd" class="item-filter font-weight-500 text-center">HDD - Ổ Cứng HDD</a>
|
|
|
|
<a href="/mainboard-bo-mach-chu" class="item-filter font-weight-500 text-center">MAINBOARD - Bo Mạch Chủ</a>
|
|
|
|
<a href="/psu-nguon-may-tinh" class="item-filter font-weight-500 text-center">PSU - Nguồn Máy Tính</a>
|
|
|
|
<a href="/ram-bo-nho-trong" class="item-filter font-weight-500 text-center">RAM - Bộ Nhớ Trong</a>
|
|
|
|
<a href="/case-vo-may-tinh" class="item-filter font-weight-500 text-center">CASE - Vỏ Máy Tính</a>
|
|
|
|
<a href="/tan-nhiet-cpu-cooling" class="item-filter font-weight-500 text-center">Tản nhiệt CPU - Cooling</a>
|
|
</div>
|
|
|
|
<!-- FILTER -->
|
|
<div class="filter">
|
|
<!-- ATTR FILTER CATEGORY -->
|
|
|
|
<div class="filter-list">
|
|
<div class="item-filter filter-popup-btn fixed" onclick="_openFilter();" style="left: -100px">
|
|
<i class="fa fa-filter" aria-hidden="true"></i>
|
|
Bộ lọc
|
|
</div>
|
|
|
|
<div class="item-filter filter-popup-btn" onclick="_openFilter();">
|
|
<i class="fa fa-filter" aria-hidden="true"></i>
|
|
Bộ lọc
|
|
</div>
|
|
|
|
<!-- popup filter -->
|
|
<div class="popup-filter-group">
|
|
<div class="main-content">
|
|
<div class="popup-body">
|
|
<div class="js-filter-item brand-item">
|
|
<p class="title">Thương hiệu</p>
|
|
|
|
<div class="list-holder js-brand-list">
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="29">
|
|
<span class="text-center">Adata</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="26">
|
|
<span class="text-center">Aigo</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="2">
|
|
<span class="text-center">AMD </span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="30">
|
|
<span class="text-center">Antec</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="41">
|
|
<span class="text-center">APACER</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="8">
|
|
<span class="text-center">ASROCK</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="4">
|
|
<span class="text-center">Asus</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="12">
|
|
<span class="text-center">Biostar</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="15">
|
|
<span class="text-center">Colorful</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="22">
|
|
<span class="text-center">Cooler Master </span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="25">
|
|
<span class="text-center">Corsair</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="76">
|
|
<span class="text-center">DarkFlash</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="74">
|
|
<span class="text-center">DeepCool</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="13">
|
|
<span class="text-center">ECS</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="18">
|
|
<span class="text-center">G-Skill</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="56">
|
|
<span class="text-center">GAINWARD</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="11">
|
|
<span class="text-center">Galax</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="45">
|
|
<span class="text-center">GAMEMAX</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="36">
|
|
<span class="text-center">GEIL</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="3">
|
|
<span class="text-center">Gigabyte</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="14">
|
|
<span class="text-center">HUANANZHI</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="75">
|
|
<span class="text-center">ID-Cooling</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="20">
|
|
<span class="text-center">Inno3d </span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="1">
|
|
<span class="text-center">Intel</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="21">
|
|
<span class="text-center">Jetek</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="71">
|
|
<span class="text-center">Jonsbo</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="65">
|
|
<span class="text-center">KENOO</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="31">
|
|
<span class="text-center">Kimtigo</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="23">
|
|
<span class="text-center">Kingbank</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="50">
|
|
<span class="text-center">Kingfast</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="38">
|
|
<span class="text-center">Kingmax</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="40">
|
|
<span class="text-center">Kingspec</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="33">
|
|
<span class="text-center">Kingston</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="51">
|
|
<span class="text-center">KLEVV</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="17">
|
|
<span class="text-center">LEADTEK</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="49">
|
|
<span class="text-center">Lexar</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="27">
|
|
<span class="text-center">Lianli</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="55">
|
|
<span class="text-center">Manli</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="77">
|
|
<span class="text-center">MIK</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="78">
|
|
<span class="text-center">Montech</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="5">
|
|
<span class="text-center">MSI</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="72">
|
|
<span class="text-center">Noctua</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="16">
|
|
<span class="text-center">NZXT</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="57">
|
|
<span class="text-center">OCPC</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="44">
|
|
<span class="text-center">Palit</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="54">
|
|
<span class="text-center">PNY</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="37">
|
|
<span class="text-center">Sama</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="67">
|
|
<span class="text-center">Samsung</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="35">
|
|
<span class="text-center">Seasonic </span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="39">
|
|
<span class="text-center">Segotep</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="48">
|
|
<span class="text-center">SILICON POWER</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="32">
|
|
<span class="text-center">TEAMGROUP</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="73">
|
|
<span class="text-center">Thermalright</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="34">
|
|
<span class="text-center">Thermaltake</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="19">
|
|
<span class="text-center">V-Color</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="79">
|
|
<span class="text-center">VITRA</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="80">
|
|
<span class="text-center">VSP</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="68">
|
|
<span class="text-center">WD - Western Digital</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="28">
|
|
<span class="text-center">Xigmatek</span>
|
|
</a>
|
|
|
|
<a href="javascript:void(0)" class="js-filter-selected" data-brand="9">
|
|
<span class="text-center">Zotac </span>
|
|
</a>
|
|
</div>
|
|
|
|
<button type="button" class="btn btn-view-more-popup" onclick="showFilterMoreBtn(this)">
|
|
<p>
|
|
<span class="js-vm-btn-text">Xem thêm</span>
|
|
<i class="fa fa-angle-double-down js-vm-btn-icon" aria-hidden="true"></i>
|
|
</p>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="popup-footer d-flex">
|
|
<a href="javascript:void(0)" onclick="_closeFilter()" class="btn-close-menu"><i class="fa fa-times"></i>
|
|
Đóng</a>
|
|
|
|
<a href="/linh-kien-may-tinh" class="js-partName">Xóa bộ lọc</a>
|
|
|
|
<a href="javascript:void(0)" onclick="_getLink('/linh-kien-may-tinh?')">Áp dụng</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="js-filter-block" style="display: none; height: 50px"></div>
|
|
<!-- end popup filter -->
|
|
|
|
<div class="flex-1 d-flex ws-nowrap overflow-auto">
|
|
<div class="filter-attribute">
|
|
<div class="filter-title item-filter">
|
|
<p>
|
|
<span class="attr-name">Thương hiệu<i class="fa fa-caret-down ml-1" aria-hidden="true"></i></span>
|
|
</p>
|
|
|
|
<div class="filter-show d-flex align-items-center">
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=29" class="item-filter js-attr-item">
|
|
Adata
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=26" class="item-filter js-attr-item">
|
|
Aigo
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=2" class="item-filter js-attr-item">
|
|
AMD
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=30" class="item-filter js-attr-item">
|
|
Antec
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=41" class="item-filter js-attr-item">
|
|
APACER
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=8" class="item-filter js-attr-item">
|
|
ASROCK
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=4" class="item-filter js-attr-item">
|
|
Asus
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=12" class="item-filter js-attr-item">
|
|
Biostar
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=15" class="item-filter js-attr-item">
|
|
Colorful
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=22" class="item-filter js-attr-item">
|
|
Cooler Master
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=25" class="item-filter js-attr-item">
|
|
Corsair
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=76" class="item-filter js-attr-item">
|
|
DarkFlash
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=74" class="item-filter js-attr-item">
|
|
DeepCool
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=13" class="item-filter js-attr-item">
|
|
ECS
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=18" class="item-filter js-attr-item">
|
|
G-Skill
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=56" class="item-filter js-attr-item">
|
|
GAINWARD
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=11" class="item-filter js-attr-item">
|
|
Galax
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=45" class="item-filter js-attr-item">
|
|
GAMEMAX
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=36" class="item-filter js-attr-item">
|
|
GEIL
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=3" class="item-filter js-attr-item">
|
|
Gigabyte
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=14" class="item-filter js-attr-item">
|
|
HUANANZHI
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=75" class="item-filter js-attr-item">
|
|
ID-Cooling
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=20" class="item-filter js-attr-item">
|
|
Inno3d
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=1" class="item-filter js-attr-item">
|
|
Intel
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=21" class="item-filter js-attr-item">
|
|
Jetek
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=71" class="item-filter js-attr-item">
|
|
Jonsbo
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=65" class="item-filter js-attr-item">
|
|
KENOO
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=31" class="item-filter js-attr-item">
|
|
Kimtigo
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=23" class="item-filter js-attr-item">
|
|
Kingbank
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=50" class="item-filter js-attr-item">
|
|
Kingfast
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=38" class="item-filter js-attr-item">
|
|
Kingmax
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=40" class="item-filter js-attr-item">
|
|
Kingspec
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=33" class="item-filter js-attr-item">
|
|
Kingston
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=51" class="item-filter js-attr-item">
|
|
KLEVV
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=17" class="item-filter js-attr-item">
|
|
LEADTEK
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=49" class="item-filter js-attr-item">
|
|
Lexar
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=27" class="item-filter js-attr-item">
|
|
Lianli
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=55" class="item-filter js-attr-item">
|
|
Manli
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=77" class="item-filter js-attr-item">
|
|
MIK
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=78" class="item-filter js-attr-item">
|
|
Montech
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=5" class="item-filter js-attr-item">
|
|
MSI
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=72" class="item-filter js-attr-item">
|
|
Noctua
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=16" class="item-filter js-attr-item">
|
|
NZXT
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=57" class="item-filter js-attr-item">
|
|
OCPC
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=44" class="item-filter js-attr-item">
|
|
Palit
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=54" class="item-filter js-attr-item">
|
|
PNY
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=37" class="item-filter js-attr-item">
|
|
Sama
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=67" class="item-filter js-attr-item">
|
|
Samsung
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=35" class="item-filter js-attr-item">
|
|
Seasonic
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=39" class="item-filter js-attr-item">
|
|
Segotep
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=48" class="item-filter js-attr-item">
|
|
SILICON POWER
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=32" class="item-filter js-attr-item">
|
|
TEAMGROUP
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=73" class="item-filter js-attr-item">
|
|
Thermalright
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=34" class="item-filter js-attr-item">
|
|
Thermaltake
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=19" class="item-filter js-attr-item">
|
|
V-Color
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=79" class="item-filter js-attr-item">
|
|
VITRA
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=80" class="item-filter js-attr-item">
|
|
VSP
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=68" class="item-filter js-attr-item">
|
|
WD - Western Digital
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=28" class="item-filter js-attr-item">
|
|
Xigmatek
|
|
</a>
|
|
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?brand=9" class="item-filter js-attr-item">
|
|
Zotac
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- COLLECTION FILTER CATEGORY -->
|
|
<div class="filter-list align-items-center gap-16 font-weight-500">
|
|
<h2 class="filter-list-name">Sắp xếp theo:</h2>
|
|
|
|
<ul class="list flex-1 d-flex gap-20 ws-nowrap overflow-auto">
|
|
<li>
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?sort=new" class="d-block hover-secondary">Mới
|
|
nhất</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?sort=price-asc"
|
|
class="d-block hover-secondary">Giá tăng dần</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?sort=price-desc"
|
|
class="d-block hover-secondary">Giá giảm dần</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?sort=view" class="d-block hover-secondary">Lượt
|
|
xem</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?sort=comment" class="d-block hover-secondary">Trao
|
|
đổi</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?sort=rating" class="d-block hover-secondary">Đánh
|
|
giá</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?sort=name" class="d-block hover-secondary">Tên
|
|
A->Z</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="https://xuepc8.hurasoft.com/linh-kien-may-tinh?other_filter=in-stock"
|
|
class="d-block hover-secondary">Còn hàng</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- PRODUCT LIST -->
|
|
<div class="cat-pro grid grid--2-cols">
|
|
<!-- PRODUCT ITEM -->
|
|
<div class="p-item">
|
|
<a href="/tan-nhiet-nuoc-nzxt-kraken-elite-360-rgb-black" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Tản nhiệt nước NZXT Kraken Elite 360 RGB Black"
|
|
class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="/tan-nhiet-nuoc-nzxt-kraken-elite-360-rgb-black">
|
|
<h3 class="p-name">
|
|
Tản nhiệt nước NZXT Kraken Elite 360 RGB Black
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price"></div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">Liên hệ</p>
|
|
|
|
<button type="button" class="p-cart" onclick="addCart(2707)">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT ITEM -->
|
|
<div class="p-item">
|
|
<a href="/tan-nhiet-nuoc-nzxt-kraken-360-rgb-white" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Tản nhiệt nước NZXT Kraken 360 RGB White"
|
|
class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="/tan-nhiet-nuoc-nzxt-kraken-360-rgb-white">
|
|
<h3 class="p-name">Tản nhiệt nước NZXT Kraken 360 RGB White</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price"></div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">Liên hệ</p>
|
|
|
|
<button type="button" class="p-cart" onclick="addCart(2706)">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT ITEM -->
|
|
<div class="p-item">
|
|
<a href="/tan-nhiet-nuoc-nzxt-kraken-360-rgb-black" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Tản nhiệt nước NZXT Kraken 360 RGB Black"
|
|
class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="/tan-nhiet-nuoc-nzxt-kraken-360-rgb-black">
|
|
<h3 class="p-name">Tản nhiệt nước NZXT Kraken 360 RGB Black</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price"></div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">Liên hệ</p>
|
|
|
|
<button type="button" class="p-cart" onclick="addCart(2705)">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
|
|
<!-- PRODUCT ITEM -->
|
|
<div class="p-item">
|
|
<a href="/tan-nhiet-nuoc-nzxt-kraken-elite-360-rgb-white" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Tản nhiệt nước NZXT Kraken Elite 360 RGB White"
|
|
class="p-pic style-img-content" />
|
|
</a>
|
|
|
|
<a href="/tan-nhiet-nuoc-nzxt-kraken-elite-360-rgb-white">
|
|
<h3 class="p-name">
|
|
Tản nhiệt nước NZXT Kraken Elite 360 RGB White
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price"></div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">Liên hệ</p>
|
|
|
|
<button type="button" class="p-cart" onclick="addCart(2704)">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- PAGING -->
|
|
|
|
<div class="paging">
|
|
<a href="/linh-kien-may-tinh" class="paging-link active">1</a>
|
|
|
|
<a href="/linh-kien-may-tinh?page=2" class="paging-link">2</a>
|
|
|
|
<a href="/linh-kien-may-tinh?page=3" class="paging-link">3</a>
|
|
|
|
<a href="/linh-kien-may-tinh?page=4" class="paging-link">4</a>
|
|
|
|
<a href="/linh-kien-may-tinh?page=5" class="paging-link">5</a>
|
|
|
|
<a href="/linh-kien-may-tinh?page=6" class="paging-link">6</a>
|
|
|
|
<a href="/linh-kien-may-tinh?page=7" class="paging-link">7</a>
|
|
</div>
|
|
|
|
<!-- DESCRIPTION -->
|
|
</div>
|
|
</div>
|
|
|
|
<!-- DETAIL PAGE -->
|
|
<div class="product-detail-page pb-4 d-none">
|
|
<div class="product-detail-top bg-white mb-12px">
|
|
<div class="container">
|
|
<div class="bg-w border-radius-15">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="float-left header-product-detail">
|
|
<h1 class="product-name">Hura test 5</h1>
|
|
|
|
<span class="color-grey">
|
|
Lượt xem: <span class="color-black">0</span></span>
|
|
|
|
|
<span>
|
|
<i class="icon-star star5 product-rate" style="transform: translateY(1px)"></i>
|
|
2 đánh giá
|
|
</span>
|
|
|
|
|
<span class="color-grey">
|
|
Tình trạng :
|
|
|
|
<span class="color-green">Còn hàng</span> </span>|
|
|
|
|
<span class="color-grey">
|
|
Thương hiệu :
|
|
<a href="/brand/asus" class="color-secondary">Asus</a>
|
|
</span>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
|
|
<div class="wrapper row">
|
|
<div class="col-12">
|
|
<!-- IMAGE SLIDE -->
|
|
<div class="product-images">
|
|
<div class="product-images-show">
|
|
<div class="swiper gallery-top mb-12px">
|
|
<!-- Additional required wrapper -->
|
|
<div class="swiper-wrapper">
|
|
<!-- Slides -->
|
|
<div class="swiper-slide h-auto border-radius-15 overflow-hidden">
|
|
<div class="summary-spec">
|
|
<h4 class="summary-spec-title">
|
|
TÍNH NĂNG NỔI BẬT
|
|
</h4>
|
|
<div class="summary-spec-content">
|
|
<div class="summary-spec-img">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Hura test 5"
|
|
class="w-100 border-radius-10" />
|
|
</div>
|
|
|
|
<div class="summary-spec-text">
|
|
<div class="summary-spec-text-item">
|
|
<img src="/images/icons/xuepc-icon-check.png" class="summary-spec-icon" />
|
|
Sản phẩm test không xóa
|
|
</div>
|
|
|
|
<div class="summary-spec-text-item">
|
|
<img src="/images/icons/xuepc-icon-check.png" class="summary-spec-icon" />
|
|
Sản phẩm test không xóa
|
|
</div>
|
|
|
|
<div class="summary-spec-text-item">
|
|
<img src="/images/icons/xuepc-icon-check.png" class="summary-spec-icon" />
|
|
Sản phẩm test không xóa
|
|
</div>
|
|
|
|
<div class="summary-spec-text-item">
|
|
<img src="/images/icons/xuepc-icon-check.png" class="summary-spec-icon" />
|
|
Sản phẩm test không xóa
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Slides -->
|
|
<div class="swiper-slide">
|
|
<a data-fancybox="gallery" data-info="Hura test 5" href="/images/xuepc-image-product-1.png"
|
|
class="style-img-block" onclick="galleryThumbsNote();">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Hura test 5"
|
|
class="style-img-content" />
|
|
</a>
|
|
</div>
|
|
|
|
<!-- Slides -->
|
|
<div class="swiper-slide">
|
|
<a data-fancybox="gallery" data-info="Hura test 5" href="/images/xuepc-image-product-1.png"
|
|
class="style-img-block" onclick="galleryThumbsNote();">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Hura test 5"
|
|
class="style-img-content" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="swiper-button-next swiper-custom-btn"></div>
|
|
<div class="swiper-button-prev swiper-custom-btn"></div>
|
|
</div>
|
|
|
|
<div thumbsslider="" class="swiper gallery-thumbs product-images-slider">
|
|
<!-- Additional required wrapper -->
|
|
<div class="swiper-wrapper align-items-center mb-1">
|
|
<div class="swiper-slide d-flex flex-column gap-4 align-items-center">
|
|
<i class="fa fa-star color-secondary text-16" aria-hidden="true"></i>
|
|
<p class="text-13 text-center">
|
|
Tính năng nổi bật
|
|
</p>
|
|
</div>
|
|
|
|
<!-- Slides -->
|
|
<div class="swiper-slide">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Hura test 5" />
|
|
</div>
|
|
|
|
<!-- Slides -->
|
|
<div class="swiper-slide">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Hura test 5" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="detail-top-info top-detail-n-content col-12">
|
|
<div class="detail-n-all-price">
|
|
<div class="detail-n-old-price">
|
|
Giá gốc :
|
|
<span class="n-num color-grey"> 3.500.000 đ</span>
|
|
</div>
|
|
|
|
<div class="detail-n-price">
|
|
Giá bán :
|
|
<span class="n-num color-red bk-product-price">
|
|
2.040.000 đ
|
|
</span>
|
|
|
|
<span class="n-disc color-red">(Tiết kiệm: 1.460.000 đ)</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="pro-detail-config-group">
|
|
<div class="title-n">Tùy chọn sản phẩm</div>
|
|
<div class="list-n">
|
|
<a href="/hura-test-2" class="">
|
|
<span class="pdcg-name line-clamp-1">TEST 2</span>
|
|
<span class="pdcg-price">7.500.000 đ
|
|
<span class="pdcg-check" style="display: none"></span></span>
|
|
</a>
|
|
|
|
<a href="/san-pham-test-khong-xoa" class="current">
|
|
<span class="pdcg-name line-clamp-1">TEST 5</span>
|
|
<span class="pdcg-price">2.040.000 đ
|
|
<span class="pdcg-check checked" style="display: none"></span></span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="detail-offer">
|
|
<div class="title-offer">
|
|
<span><i class="fa fa-gift"></i> Khuyến mại </span>
|
|
</div>
|
|
<div class="content-dt-offer">
|
|
<span style="white-space: pre-line">Sản phẩm test 5 Sản phẩm test không xóa Sản phẩm test
|
|
không xóa Sản phẩm test không xóa</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="detail-n-warrantry">
|
|
Bảo hành: <span class="color-secondary">12 tháng</span>
|
|
</div>
|
|
|
|
<div class="js-quantity-check-block">
|
|
<input type="hidden" id="js-buy-quantity" value="1" />
|
|
|
|
<div class="detail-buy" style="width: 100%">
|
|
<a href="javascript:;" onclick="addProductToCart(659)">
|
|
<span class="cart-icon" style="position: relative">
|
|
<img src="/images/xuepc-icon-cart-detail.png" alt="Thêm vào giỏ" />
|
|
</span>
|
|
<span class="font-weight-600">Thêm vào giỏ</span>
|
|
</a>
|
|
|
|
<a href="javascript:;" class="mt-10px" onclick="buyNow(659)">
|
|
ĐẶT MUA NGAY
|
|
<span>Giao tận nhà (COD) Hoặc Nhận tại cửa hàng</span>
|
|
</a>
|
|
</div>
|
|
|
|
<div style="
|
|
background: #f5f6f7;
|
|
padding: 15px 10px;
|
|
margin-top: 16px;
|
|
">
|
|
<p class="mt-2 mb-2 font-weight-500 text-14" style="margin-bottom: 10px">
|
|
Để lại số điện thoại, chúng tôi sẽ tư vấn cho Quý
|
|
khách!
|
|
</p>
|
|
<div style="
|
|
position: relative;
|
|
border: 1px solid #e1e1e1;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
">
|
|
<input type="text" placeholder="Nhập số điện thoại" id="js-pd-ct-phone" style="
|
|
width: calc(100% - 45px);
|
|
padding: 0 0 0 12px;
|
|
margin: 0;
|
|
border: 0;
|
|
height: 40px;
|
|
" />
|
|
<button type="button" onclick="_phone_contact()" style="
|
|
background: #262261;
|
|
color: #fff;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
border: 0;
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
width: 50px;
|
|
cursor: pointer;
|
|
">
|
|
Gửi
|
|
</button>
|
|
</div>
|
|
<p id="js-pd-ct-alert" style="
|
|
display: none;
|
|
margin-top: 12px;
|
|
color: red;
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
"></p>
|
|
</div>
|
|
|
|
<div class="text-center py-3">
|
|
<a href="tel:0568124444" class="hover-primary">Gọi đặt mua:
|
|
<span class="color-secondary">0568.124.444</span> (08h
|
|
- 21h)</a>
|
|
</div>
|
|
|
|
<div class="detail-offer-extra">
|
|
<p class="title">ƯU ĐÃI THÊM</p>
|
|
<ul class="list">
|
|
<li class="item font-weight-500">
|
|
🎁 Cam kết giá tốt nhất, có báo giá tốt hơn liên hệ
|
|
<a href="https://zalo.me/0568124444" target="_blank" rel="noreferrer" style="color: #007bff">
|
|
<span class="blue-light">
|
|
<i class="fa fa-commenting"></i> Zalo
|
|
</span>
|
|
XUE PC
|
|
</a>
|
|
</li>
|
|
<li class="item font-weight-500">
|
|
🎁 Giảm thêm tới 2% cho XUE-MEMBER
|
|
</li>
|
|
<li class="item font-weight-500">
|
|
🎁 Miễn phí vệ sinh - phần mềm trọn đời sản phẩm
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-12">
|
|
<div class="support-product my-12px">
|
|
<div class="support-box">
|
|
<div>
|
|
<b>YÊN TÂM MUA SẮM TẠI XUE PC</b> <br />
|
|
<span class="d-flex align-items-center">
|
|
<img src="/images/icons/xuepc-icon-flag.png" alt="support-icon" class="icon-news" />
|
|
TOP 1 Bán Lẻ Rẻ Như Bán Buôn
|
|
</span>
|
|
<span class="d-flex align-items-center">
|
|
<img src="/images/icons/xuepc-icon-medal-2.png" alt="support-icon" class="icon-news" />
|
|
Sản phẩm chính hãng 100%
|
|
</span>
|
|
<span class="d-flex align-items-center">
|
|
<img src="/images/icons/xuepc-icon-loop.png" alt="support-icon" class="icon-news" />
|
|
1 Đổi 1 trong 15 ngày đầu
|
|
</span>
|
|
<span class="d-flex align-items-center">
|
|
<img src="/images/icons/xuepc-icon-shield.png" alt="support-icon" class="icon-news" />
|
|
Bảo hành tại nhà nhanh gọn.
|
|
</span>
|
|
<span class="d-flex align-items-center">
|
|
<img src="/images/icons/xuepc-icon-bag.png" alt="support-icon" class="icon-news" />
|
|
Ưu đãi riêng cho học sinh sinh viên
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="support-box">
|
|
<b>TƯ VẤN - ĐẶT HÀNG</b><br />
|
|
<a href="http://zalo.me/0568124444" rel="nofollow" target="_blank" class="d-flex align-items-center">
|
|
<img src="/images/icons/xuepc-icon-zalo.png" alt="support-icon" class="icon-zalo" />
|
|
Kinh Doanh HN: 056.812.4444<br />
|
|
</a>
|
|
<a href="https://zalo.me/0568124444" rel="nofollow" target="_blank" class="d-flex align-items-center">
|
|
<img src="/images/icons/xuepc-icon-zalo.png" alt="support-icon" class="icon-zalo" />
|
|
Kinh Doanh HCM : 056.812.4444<br />
|
|
</a>
|
|
<a href="https://zalo.me/0568124444" rel="nofollow" target="_blank" class="d-flex align-items-center">
|
|
<img src="/images/icons/xuepc-icon-zalo.png" alt="support-icon" class="icon-zalo" />
|
|
Bảo Hành : 056.812.4444<br />
|
|
</a>
|
|
</div>
|
|
|
|
<div class="support-box">
|
|
<b>MIỄN PHÍ GIAO HÀNG</b><br />
|
|
<i class="fa fa-circle"></i> Giao hàng Grab siêu tốc trong
|
|
2h <br />
|
|
<i class="fa fa-circle"></i> Giao hàng toàn quốc <br />
|
|
<i class="fa fa-circle"></i> Nhận hàng và thanh toán tại nhà
|
|
<br />
|
|
</div>
|
|
|
|
<div class="support-box">
|
|
<div class="fb-group d-flex align-items-center gap-8 p-2">
|
|
<a href="https://www.facebook.com" style="width: 100%">
|
|
<img src="/images/qrcode_wwwfacebookcom.png" alt="qr-code" />
|
|
</a>
|
|
<a href="https://www.facebook.com" class="text">Click Tham gia Nhóm XUE PC theo dõi ưu đãi dành
|
|
riêng
|
|
cho thành viên</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--supprot-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<section class="detail-content-n-read mb-4">
|
|
<div class="">
|
|
<div class="dcnr-left">
|
|
<div class="box-content-read box-content-des bg-w scroll-mt js-vm-block">
|
|
<h2 class="title-n">Mô tả sản phẩm</h2>
|
|
|
|
<div class="container">
|
|
<div class="list-n disaffter">
|
|
<div class="nd static-html blur vm-content">
|
|
<h3 align="center">
|
|
<span style="font-size: 18pt">CPU Intel Core i9 14900K (3.20 Ghz, up to 6.0GHz, 24
|
|
Nhân 32 Luồng, 36 MB Cache)</span>
|
|
</h3>
|
|
<p>
|
|
<strong><span style="font-size: 14pt">Bộ vi xử lý Intel Core i9-14900K - Đỉnh cao hiệu năng
|
|
và tính năng đa dạng</span></strong>
|
|
</p>
|
|
<p style="text-align: justify">
|
|
<span style="font-size: 12pt">Intel, một tên tuổi hàng đầu trong lĩnh vực sản
|
|
xuất <a title="CPU" href="https://kccshop.vn/cpu-bo-vi-xu-ly/"
|
|
target="_blank">CPU</a> trên toàn cầu, tự hào giới thiệu sản
|
|
phẩm <strong><a title="CPU Intel Core i9-14900K"
|
|
href="https://kccshop.vn/cpu-intel-core-i9-14900k-box-chinh-hang/" target="_blank">CPU Intel
|
|
Core i9-14900K</a></strong>, một bước tiến đáng kể trong hệ thống sản phẩm của họ.
|
|
Với khả năng hiệu năng đáng kinh ngạc và nhiều tính năng
|
|
mạnh mẽ, đây là lựa chọn tuyệt vời cho các sáng tạo và
|
|
các tác vụ đòi hỏi hiệu suất cao.</span>
|
|
</p>
|
|
<p>
|
|
<img style="
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
" src="https://kccshop.vn/media/product/250-6485-14900k-min.jpg" alt="" />
|
|
</p>
|
|
<p>
|
|
<strong><span style="font-size: 14pt">Kiến trúc</span></strong>
|
|
</p>
|
|
<p style="text-align: justify">
|
|
<span style="font-size: 12pt"><strong><a title="CPU Intel Core i9-14900K"
|
|
href="https://kccshop.vn/cpu-intel-core-i9-14900k-box-chinh-hang/" target="_blank">Intel Core
|
|
i9-14900K</a></strong> sử dụng kiến trúc mới nhất là Raptor Lake Refresh
|
|
của Intel và tương thích với socket 1700, tạo nên sự
|
|
hoàn hảo giữa hiệu suất mạnh mẽ và hiệu quả năng lượng
|
|
cao.</span>
|
|
</p>
|
|
<p style="text-align: justify">
|
|
<span style="font-size: 12pt">Với tổng cộng 24 nhân, bao gồm 8 nhân hiệu năng cao
|
|
(P-cores) và 16 nhân hiệu năng thấp (E-cores), CPU này
|
|
mang lại sức mạnh xử lý mạnh mẽ. Không chỉ vậy, chip còn
|
|
hỗ trợ công nghệ Hyper-Threading của Intel, cho phép mỗi
|
|
nhân P-core xử lý đồng thời hai luồng, nâng tổng số
|
|
luồng lên 32. Nhờ vậy, <strong>Intel i9-14900K</strong> có khả năng đáp ứng mọi yêu cầu,
|
|
từ các tác vụ đồ
|
|
họa đòi hỏi nhiều tài nguyên đến các tựa game đòi hỏi
|
|
hiệu suất cao.</span>
|
|
</p>
|
|
<p>
|
|
<img style="
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
" src="https://kccshop.vn/media/product/250-6485-3.png" alt="" />
|
|
</p>
|
|
<p>
|
|
<strong><span style="font-size: 14pt">Xung nhịp ấn tượng</span></strong>
|
|
</p>
|
|
<p style="text-align: justify">
|
|
<span style="font-size: 12pt">Xung nhịp cơ bản của CPU Intel <strong><a
|
|
title="CPU Intel Core i9-14900K"
|
|
href="https://kccshop.vn/cpu-intel-core-i9-14900k-box-chinh-hang/" target="_blank">Core
|
|
i9-14900K</a></strong> bắt đầu từ 3.5 GHz, nhưng nhờ công nghệ Turbo
|
|
Boost, nó có thể tăng tốc độ lên đến 6 GHz. Điều này
|
|
giúp CPU này xử lý các tác vụ đòi hỏi hiệu suất cao một
|
|
cách nhanh chóng và mạnh mẽ.</span>
|
|
</p>
|
|
<p style="text-align: justify">
|
|
<span style="font-size: 12pt">Ngoài ra, Core i9-14900K được trang bị bộ nhớ cache L3
|
|
lớn với dung lượng lên đến 36MB cho mỗi nhân, giúp tối
|
|
ưu hóa việc truy cập dữ liệu và cải thiện hiệu suất tổng
|
|
thể của máy tính.</span>
|
|
</p>
|
|
<p>
|
|
<span style="font-size: 12pt"><img style="
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
" src="/media/lib/24-10-2023/tnc-store-cpu-intel-core-i9-14900k4.jpg" alt="" /></span>
|
|
</p>
|
|
<p style="text-align: justify">
|
|
<strong><span style="font-size: 14pt">Hiệu năng vượt trội</span></strong>
|
|
</p>
|
|
<p style="text-align: justify">
|
|
<span style="font-size: 12pt"><strong><a title="CPU Intel Core i9-14900K"
|
|
href="https://kccshop.vn/cpu-intel-core-i9-14900k-box-chinh-hang/" target="_blank">Intel
|
|
i9-14900K</a></strong> là một CPU mạnh mẽ hỗ trợ bộ nhớ DDR5 với tốc độ
|
|
lên đến 6400 MHz, mang lại hiệu suất tối ưu cho hệ
|
|
thống. Với đồ họa tích hợp Intel UHD Graphics 770, bạn
|
|
sẽ trải nghiệm hình ảnh chất lượng và hiệu suất đồ họa
|
|
linh hoạt. Hiệu năng thực tế của chip này vượt xa số
|
|
liệu trên giấy tờ, đảm bảo ổn định và hiệu suất ấn tượng
|
|
trong nhiều tình huống sử dụng. Core <strong><a title="CPU Intel Core i9-14900K"
|
|
href="https://kccshop.vn/cpu-intel-core-i9-14900k-box-chinh-hang/"
|
|
target="_blank">i9-14900K</a></strong> cũng là một sự lựa chọn tuyệt vời cho game thủ,
|
|
với tốc độ Turbo Boost cao mang lại trải nghiệm đồ họa
|
|
mượt mà và hiệu suất xuất sắc trong các tựa game đòi hỏi
|
|
tài nguyên lớn. Bên cạnh đó, CPU này thể hiện sức mạnh
|
|
đặc biệt trong lĩnh vực đồ họa và render 3D, hỗ trợ xử
|
|
lý nhiều tác vụ cùng lúc và sử dụng công nghệ đồ họa
|
|
tích hợp. Cuối cùng, nó cải thiện quá trình chỉnh sửa
|
|
video và ảnh, giúp bạn tiết kiệm thời gian và nâng cao
|
|
khả năng sáng tạo.</span>
|
|
</p>
|
|
<p style="text-align: justify">
|
|
<span style="font-size: 12pt"><a title="KCCShop" href="https://kccshop.vn/"
|
|
target="_blank">KCCShop</a> là nhà cung cấp các sản phẩm <a
|
|
title="Màn hình máy tính cao cấp" href="https://kccshop.vn/man-hinh-may-tinh/"
|
|
target="_blank">Màn hình máy tính cao cấp</a>, <a title="PC Gaming"
|
|
href="https://kccshop.vn/bo-pc-kcc-lap-rap/" target="_blank">PC Gaming</a>, <a
|
|
title="CPU-Bộ vi xử lý" href="https://kccshop.vn/cpu-bo-vi-xu-ly/" target="_blank">CPU-Bộ vi xử
|
|
lý</a>, <a title="Laptop Gaming" href="https://kccshop.vn/bo-pc-kcc-lap-rap/"
|
|
target="_blank">Laptop Gaming</a> … chính hãng cùng với giá cả hợp lý, chất lượng
|
|
hàng đầu tại Hà Nội, TP.HCM. Với phương châm luôn đặt sự
|
|
hài long của khách hàng lên hàng đầu, chúng tôi mong
|
|
muốn đen tới cho khách hàng những trải nghiệm mua sắm
|
|
tuyệt vời nhất. Ngoài sản phẩm <strong><a title="CPU Intel Core i9-14900K"
|
|
href="https://kccshop.vn/cpu-intel-core-i9-14900k-box-chinh-hang/" target="_blank">CPU Intel
|
|
Core i9-14900K</a></strong><strong> </strong>thì KCCShop còn có rất nhiều sản
|
|
phẩm <a title="CPU Intel" href="https://kccshop.vn/cpu-bo-vi-xu-ly/?brand=3"
|
|
target="_blank">CPU Intel</a> chính hãng khác. Hãy liên hệ ngay với chúng tôi
|
|
qua Hotline 0912.074.444 (HN), 0966.666.308 (HCM) hoặc
|
|
truy cập <a href="https://kccshop.vn/">https://kccshop.vn/</a> để được tư vấn và mua
|
|
những sản phẩm ưng ý với
|
|
giá tốt nhất.</span>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="box-content-des-vm text-center py-3">
|
|
<button type="button" class="des-view-more-btn vm-btn">
|
|
Xem thêm
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box-product-n-spec">
|
|
<div class="title-n">Thông số kỹ thuật</div>
|
|
<div class="list-n static-html blur">
|
|
<table width="100%">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p>Nhà sản xuất</p>
|
|
</td>
|
|
<td>
|
|
<p>Intel</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Model</p>
|
|
</td>
|
|
<td>
|
|
<p>i9-14900K</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>CPU</p>
|
|
</td>
|
|
<td>
|
|
<p>Intel Core i9-14900K</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Socket</p>
|
|
</td>
|
|
<td>
|
|
<p>LGA1700</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>P-Cores</p>
|
|
</td>
|
|
<td>
|
|
<p>8</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>E-Cores</p>
|
|
</td>
|
|
<td>
|
|
<p>16</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Base Core Frequency</p>
|
|
</td>
|
|
<td>
|
|
<p>3.20GHz</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Tần số Turbo tối đa của P-core</p>
|
|
</td>
|
|
<td>
|
|
<p>6.0GHz</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Số nhân</p>
|
|
</td>
|
|
<td>
|
|
<p>24</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Số luồng</p>
|
|
</td>
|
|
<td>
|
|
<p>32</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Bảo hành</p>
|
|
</td>
|
|
<td>
|
|
<p>36 tháng</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div class="box-product-n-spec-vm">
|
|
<a href="#full-spec" data-fancybox="spec" class="common-vm" onclick="galleryThumbsNote();">Xem thêm thông
|
|
số kỹ thuật</a>
|
|
</div>
|
|
<div id="full-spec" class="content-text static-html max-height-none" style="display: none">
|
|
<h3 class="fancy-title">THÔNG SỐ KỸ THUẬT</h3>
|
|
<table width="100%">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<p>Nhà sản xuất</p>
|
|
</td>
|
|
<td>
|
|
<p>Intel</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Model</p>
|
|
</td>
|
|
<td>
|
|
<p>i9-14900K</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>CPU</p>
|
|
</td>
|
|
<td>
|
|
<p>Intel Core i9-14900K</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Socket</p>
|
|
</td>
|
|
<td>
|
|
<p>LGA1700</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>P-Cores</p>
|
|
</td>
|
|
<td>
|
|
<p>8</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>E-Cores</p>
|
|
</td>
|
|
<td>
|
|
<p>16</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Base Core Frequency</p>
|
|
</td>
|
|
<td>
|
|
<p>3.20GHz</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Tần số Turbo tối đa của P-core</p>
|
|
</td>
|
|
<td>
|
|
<p>6.0GHz</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Số nhân</p>
|
|
</td>
|
|
<td>
|
|
<p>24</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Số luồng</p>
|
|
</td>
|
|
<td>
|
|
<p>32</p>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<p>Bảo hành</p>
|
|
</td>
|
|
<td>
|
|
<p>36 tháng</p>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<button type="button" data-fancybox-close=""
|
|
class="fancybox-button fancybox-close-small fancybox-close-small-bottom d-flex align-items-center justify-content-center"
|
|
title="Close Bottom">
|
|
<svg xmlns="http://www.w3.org/2000/svg" version="1" viewBox="0 0 24 24" style="width: 30px">
|
|
<path d="M13 12l5-5-1-1-5 5-5-5-1 1 5 5-5 5 1 1 5-5 5 5 1-1z"></path>
|
|
</svg>
|
|
Đóng
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box-content-read box-content-video bg-w pb-3">
|
|
<h2 class="title-n">Video sản phẩm</h2>
|
|
|
|
<div class="container">
|
|
<div class="list-n">
|
|
<iframe width="100%" height="315" src="https://www.youtube.com/embed/NSwgIZPwkiw" frameborder="0"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
allowfullscreen=""></iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box-content-read box-content-review bg-w">
|
|
<div class="box-produc-review content-detail-read">
|
|
<div class="container float-left bg-white">
|
|
<div class="clearfix"></div>
|
|
<!--product_review-->
|
|
<div class="product_review bg-w" style="margin-bottom: 16px">
|
|
<div id="writeReview" style="position: absolute; margin-top: -60px"></div>
|
|
<h2 class="title-n p-mb-0">
|
|
Khách hàng đánh giá, nhận xét
|
|
</h2>
|
|
<div class="list-n">
|
|
<div id="vote-statistic" class="border">
|
|
<div class="row align-items-center">
|
|
<div class="col-3 col-sm-12 text-center">
|
|
<p class="font18 ul pt-15 mt-15 reviewRateAvg">
|
|
<b class="js-totalRating">5</b>/5
|
|
</p>
|
|
<i class="icon-star star5 product-rate"></i>
|
|
<span class="d-block"><span id="reviewCount" class="reviewCount">2</span>
|
|
đánh giá & nhận xét</span>
|
|
</div>
|
|
|
|
<div class="col-5 col-sm-12">
|
|
<ul class="ul font14">
|
|
<li>
|
|
<span class="blue 2 2">5 sao</span>
|
|
<div class="line-rating">
|
|
<span class="percent percent5" style="width: 100%"></span>
|
|
</div>
|
|
<span style="font-size: 12px">2 đánh giá</span>
|
|
</li>
|
|
|
|
<li>
|
|
<span class="blue">4 sao</span>
|
|
<div class="line-rating">
|
|
<span class="percent percent4" style="width: 0%"></span>
|
|
</div>
|
|
<span style="font-size: 12px">0 đánh giá</span>
|
|
</li>
|
|
|
|
<li>
|
|
<span class="blue">3 sao</span>
|
|
<div class="line-rating">
|
|
<span class="percent percent3" style="width: 0%"></span>
|
|
</div>
|
|
<span style="font-size: 12px">0 đánh giá</span>
|
|
</li>
|
|
|
|
<li>
|
|
<span class="blue">2 sao</span>
|
|
<div class="line-rating">
|
|
<span class="percent percent2" style="width: 0%"></span>
|
|
</div>
|
|
<span style="font-size: 12px">0 đánh giá</span>
|
|
</li>
|
|
|
|
<li>
|
|
<span class="blue">1 sao</span>
|
|
<div class="line-rating">
|
|
<span class="percent percent1" style="width: 0%"></span>
|
|
</div>
|
|
<span style="font-size: 12px">0 đánh giá</span>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="col-4 col-sm-12 text-center">
|
|
<p class="font14 pt-15 mb-2">
|
|
Bạn đã dùng sản phẩm này?
|
|
</p>
|
|
<a href="javascript:;" class="btn-red btn-blue-2"
|
|
onclick="fadeToggle('#js-review-form-0')">Gửi đánh giá của bạn</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--review-statistic-->
|
|
|
|
<div class="wrap-form" id="js-review-form-0" style="display: none">
|
|
<input type="hidden" name="user_post[item_type]" value="product" />
|
|
<input type="hidden" name="user_post[item_id]" value="659" />
|
|
<input type="hidden" name="user_post[item_title]" value="Hura test 5" />
|
|
<input type="hidden" name="user_post[rate]" value="0" />
|
|
<input type="hidden" name="user_post[title]" value="Hura test 5" />
|
|
<input type="hidden" name="user_post[user_email]" value="" />
|
|
<input type="hidden" name="user_post[user_name]" value="" />
|
|
<input type="hidden" name="user_post[user_avatar]" value="0" />
|
|
|
|
<div class="rating-form" id="review-statistic">
|
|
<p class="text-16 mt-3 mb-2">
|
|
<b>Gửi nhận xét của bạn</b>
|
|
</p>
|
|
<p class="note color-red font-weight-600" style="margin: 0 2px 8px; font-size: 14px">
|
|
Bạn đang đăng nhập là Admin
|
|
</p>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td colspan="2">
|
|
<textarea id="review_content0" placeholder="Mời bạn đánh giá, vui lòng nhập chữ có dấu"
|
|
class="form-control" style="height: 80px" check-type="content"></textarea>
|
|
</td>
|
|
</tr>
|
|
|
|
<input type="hidden" id="review_email0" class="form-control" check-type="email"
|
|
value="admin@gmail.com" />
|
|
<input type="hidden" id="review_name0" class="form-control" check-type="name"
|
|
value="Admin" />
|
|
|
|
<tr class="rowr">
|
|
<td>
|
|
<a href="javascript:void(0);" class="btn-red btn-blue-2 mr-3"
|
|
onclick="postComment(0, '', 'review')">Gửi đánh giá</a>
|
|
<a class="pl-15" href="javascript:;" onclick="fadeToggle('#js-review-form-0')">Hủy</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="clear space10px"></div>
|
|
</div>
|
|
<!--rating-form-->
|
|
</div>
|
|
<!--wrap-form-->
|
|
|
|
<div class="clear"></div>
|
|
<div class="list-review pt-2" id="js-review-list">
|
|
<!--Ajax holder-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!--product_review-->
|
|
</div>
|
|
<div class="clearfix mb-12px"></div>
|
|
|
|
<div class="container float-left bg-white">
|
|
<div class="comment bg-w" style="margin-bottom: 16px">
|
|
<h2 class="title-n p-mb-0">Hỏi và đáp (1 bình luận)</h2>
|
|
<div class="list-n">
|
|
<!--comment-form-->
|
|
<div class="comment-form js-template-comment-form">
|
|
<div class="form-post">
|
|
<!--relative-->
|
|
<div class="relative">
|
|
<!--form-input-->
|
|
<div class="comment-form-input" id="js-comment-form-0">
|
|
<p class="note color-red font-weight-600" style="margin: 0 2px 12px; font-size: 14px">
|
|
Bạn đang đăng nhập là Admin
|
|
</p>
|
|
<input type="hidden" name="user_post[user_email]" id="comment_email0"
|
|
value="admin@gmail.com" check-type="email" />
|
|
<input type="hidden" name="user_post[user_name]" id="comment_name0" value="Admin"
|
|
check-type="name" />
|
|
<input type="hidden" name="user_post[user_tel]" id="comment_tel0" value="0568124444"
|
|
check-type="tel" />
|
|
|
|
<textarea name="user_post[content]" placeholder="Nội dung. Tối thiểu 15 ký tự *"
|
|
id="comment_content0" class="js-show-form-input content w-100 p-3"
|
|
check-type="content"></textarea>
|
|
|
|
<div class="d-flex align-items-center justify-content-between mt-3">
|
|
<i class="mr-2">Để gửi bình luận, bạn cần nhập tối các trường
|
|
có *</i>
|
|
<input type="button" onclick="postComment(0, '', 'comment')" value="Gửi bình luận"
|
|
class="btn btn-primary btn-send-comment" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!--comment-list-->
|
|
<div class="comment-list pt-2" id="js-comment-list">
|
|
<!--Ajax holder-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="dcnr-right">
|
|
<div class="box-news-detail-relay mt-12px">
|
|
<h2 class="title-n">Tin tức</h2>
|
|
<div class="container">
|
|
<div class="list-n" id="js-article-detail-holder">
|
|
<!--Ajax holder-->
|
|
<div class="latest-news-item">
|
|
<div class="latest-news-img">
|
|
<a href="/gtx-1660-super-6g-lieu-dang-de-mua-trong-nam-2023"><img
|
|
src="/images/xuepc-image-article-1.png"
|
|
alt="GTX 1660 Super liệu đáng để mua trong năm 2023 ? " /></a>
|
|
</div>
|
|
<div class="latest-news-text">
|
|
<a href="/gtx-1660-super-6g-lieu-dang-de-mua-trong-nam-2023"
|
|
class="latest-news-text-title line-clamp-2">
|
|
GTX 1660 Super liệu đáng để mua trong năm 2023 ?
|
|
</a>
|
|
<p class="latest-news-text-descreption line-clamp">
|
|
<span class="color-secondary">TIN TỨC -</span>
|
|
23-11-2023, 7:49 pm
|
|
</p>
|
|
<p class="latest-news-text-descreption line-clamp-2">
|
|
Hiệu suất và Đồng bộ hóa với Công nghệ Hiện đại: Giá cả
|
|
và Cạnh tranh từ các sản phẩm mới: Hỗ trợ và Bảo trì:
|
|
Nhu cầu Cụ thể của Người Dùng:
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="latest-news-item">
|
|
<div class="latest-news-img">
|
|
<a href="/gtx-1660-super-6g-lieu-dang-de-mua-trong-nam-2023"><img
|
|
src="/images/xuepc-image-article-1.png"
|
|
alt="GTX 1660 Super liệu đáng để mua trong năm 2023 ? " /></a>
|
|
</div>
|
|
<div class="latest-news-text">
|
|
<a href="/gtx-1660-super-6g-lieu-dang-de-mua-trong-nam-2023"
|
|
class="latest-news-text-title line-clamp-2">
|
|
GTX 1660 Super liệu đáng để mua trong năm 2023 ?
|
|
</a>
|
|
<p class="latest-news-text-descreption line-clamp">
|
|
<span class="color-secondary">TIN TỨC -</span>
|
|
23-11-2023, 7:49 pm
|
|
</p>
|
|
<p class="latest-news-text-descreption line-clamp-2">
|
|
Hiệu suất và Đồng bộ hóa với Công nghệ Hiện đại: Giá cả
|
|
và Cạnh tranh từ các sản phẩm mới: Hỗ trợ và Bảo trì:
|
|
Nhu cầu Cụ thể của Người Dùng:
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="latest-news-item">
|
|
<div class="latest-news-img">
|
|
<a href="/gtx-1660-super-6g-lieu-dang-de-mua-trong-nam-2023"><img
|
|
src="/images/xuepc-image-article-1.png"
|
|
alt="GTX 1660 Super liệu đáng để mua trong năm 2023 ? " /></a>
|
|
</div>
|
|
<div class="latest-news-text">
|
|
<a href="/gtx-1660-super-6g-lieu-dang-de-mua-trong-nam-2023"
|
|
class="latest-news-text-title line-clamp-2">
|
|
GTX 1660 Super liệu đáng để mua trong năm 2023 ?
|
|
</a>
|
|
<p class="latest-news-text-descreption line-clamp">
|
|
<span class="color-secondary">TIN TỨC -</span>
|
|
23-11-2023, 7:49 pm
|
|
</p>
|
|
<p class="latest-news-text-descreption line-clamp-2">
|
|
Hiệu suất và Đồng bộ hóa với Công nghệ Hiện đại: Giá cả
|
|
và Cạnh tranh từ các sản phẩm mới: Hỗ trợ và Bảo trì:
|
|
Nhu cầu Cụ thể của Người Dùng:
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<div class="clearfix"></div>
|
|
|
|
<section class="tab-pro-detail float-left w-100 bg-white" id="js-section-bottom-product-detail"
|
|
data-category-id="199" data-brand-id="4">
|
|
<div class="container">
|
|
<div class="bg-w">
|
|
<div class="title-tab-dt">
|
|
<ul class="title-tab-ct list d-flex align-items-center ws-nowrap overflow-auto">
|
|
<li class="active">
|
|
<a data-toggle="tab" href="javascript:;" onclick="getSameCategoryProduct();" class="active">Sản phẩm
|
|
tương tự</a>
|
|
</li>
|
|
<li class="">
|
|
<a data-toggle="tab" href="javascript:;" onclick="getSameBrandProduct();" class="">Sản phẩm cùng
|
|
hãng</a>
|
|
</li>
|
|
<li class="">
|
|
<a data-toggle="tab" href="javascript:;" onclick="getProductHistory();" class="">Sản phẩm đã xem</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="product-list pb-3">
|
|
<div class="swiper bottom-product-box-swiper">
|
|
<div class="swiper-wrapper" id="js-bottom-product-box">
|
|
<!--Ajax holder-->
|
|
<div class="swiper-slide">
|
|
<div class="p-item">
|
|
<div class="p-picture">
|
|
<a href="/hura-test-2" class="p-img style-img-block">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Hura test 2"
|
|
class="p-pic style-img-content" />
|
|
|
|
<div class="p-mark new">Hàng mới</div>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="p-info">
|
|
<a href="/hura-test-2">
|
|
<h3 class="p-name">Hura test 2</h3>
|
|
</a>
|
|
|
|
<div class="p-price">
|
|
<div class="p-wrapper p-wrapper-price">
|
|
<del class="p-market-price">9.000.000₫</del>
|
|
<span class="p-price-off">-17%</span>
|
|
</div>
|
|
|
|
<div class="p-wrapper p-wrapper-cart">
|
|
<p class="p-price-sale">7.500.000₫</p>
|
|
|
|
<button type="button" class="p-cart" onclick="addCart(792)">
|
|
<i class="xuepc-icons xuepc-icon-mb-cart-pro font-0">Mua hàng</i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<p class="p-status">Còn hàng</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="swiper-button-next swiper-custom-btn"></div>
|
|
<div class="swiper-button-prev swiper-custom-btn"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<div class="clearfix"></div>
|
|
</div>
|
|
|
|
<!-- CART PAGE -->
|
|
<div class="cart-page pb-4">
|
|
<div class="container">
|
|
<form class="cart-form" method="post" enctype="multipart/form-data" action="/send-cart"
|
|
onsubmit="return check_send_cart()">
|
|
<div class="d-flex justify-content-between align-items-center mb-3 font-weight-600"
|
|
style="max-width: 900px; margin: 0 auto">
|
|
<a href="/" class="color-secondary"><i class="fa fa-arrow-left" aria-hidden="true"></i> Mua thêm sản
|
|
phẩm khác</a>
|
|
<p>Giỏ hàng của bạn</p>
|
|
</div>
|
|
|
|
<div class="box-info-cart">
|
|
<div class="box-left">
|
|
<div class="box-cart-item-list">
|
|
<div class="cart-item-info js-item-row d-flex justify-content-between" data-variant_id="0"
|
|
data-item_type="product" data-item_id="659">
|
|
<div class="item-img text-center">
|
|
<a class="cart-col-1-img style-img-block" href="/san-pham-test-khong-xoa">
|
|
<img src="/images/xuepc-image-product-1.png" alt="Hura test 5" class="style-img-content" />
|
|
</a>
|
|
|
|
<a href="javascript:void(0)"
|
|
class="delete-item-cart js-delete-cart-item font-weight-600 d-inline-flex align-items-center gap-4">
|
|
<i class="fa fa-times-circle text-18" aria-hidden="true"></i>
|
|
<span>Xóa</span>
|
|
</a>
|
|
</div>
|
|
|
|
<div class="flex-1">
|
|
<div class="cart-item-middle">
|
|
<a href=" /san-pham-test-khong-xoa">
|
|
<h3 class="cart-item-name bk-product-name">
|
|
Hura test 5
|
|
</h3>
|
|
</a>
|
|
|
|
<div class="item-text-right">
|
|
<div class="price-cart-item d-flex align-items-center gap-8">
|
|
<p class="cart-item-price item-cart-price js-total-item-price js-buy-price font-weight-700"
|
|
data-price="2040000">
|
|
2.040.000 ₫
|
|
</p>
|
|
|
|
<p class="cart-item-marketPrice">3.500.000 ₫</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="d-flex align-items-center justify-content-end gap-24 mt-12px">
|
|
<b class="title-quantify">Số lượng</b>
|
|
<div class="box-change-quantity d-flex align-items-center justify-content-between">
|
|
<a class="js-quantity-change quantity-change" data-value="-1">-</a>
|
|
<input type="text" class="quantity-buy js-quantity-change js-buy-quantity" value="1" />
|
|
<a class="js-quantity-change quantity-change" data-value="1">+</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<input type="hidden" class="bulk_price_config" value="[]" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="cart-customer-total total-product d-flex align-items-center justify-content-between">
|
|
<span id="js-cart-total-quantity" data-total-quantity="1">
|
|
Tạm tính (1 sản phẩm)
|
|
</span>
|
|
<p class="cart-customer-total-price js-total-cart-price font-weight-700">
|
|
2.040.000 ₫
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box-right">
|
|
<div class="cart-customer-group" id="js-customer-form">
|
|
<h2 class="title">Thông tin giao hàng</h2>
|
|
|
|
<p class="text-title">
|
|
Để tiếp tục đặt hàng, quý khách xin vui lòng
|
|
<a href="/dang-nhap?nav=cart">Đăng nhập</a>
|
|
hoặc nhập thông tin bên dưới
|
|
</p>
|
|
|
|
<div class="cart-customer-group-info">
|
|
<input type="text" placeholder="Họ và tên" name="user_info[name]" id="buyer_name" value=""
|
|
check-type="name" />
|
|
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<input type="text" placeholder="Email" name="user_info[email]" id="buyer_email" value=""
|
|
check-type="email" />
|
|
</div>
|
|
<div class="col-12">
|
|
<input type="text" placeholder="Số điện thoại" name="user_info[mobile]" id="buyer_tel" value=""
|
|
check-type="tel" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div class="form-select">
|
|
<input type="text" id="js-customer-province" placeholder="Chọn Tỉnh/Thành phố" autocomplete="off"
|
|
class="form-select-input js-input-primary" onclick="showProvinceContent(this);"
|
|
check-type="province" />
|
|
<input type="hidden" name="user_info[province]" class="js-input-data" />
|
|
<i class="fa fa-caret-down form-select-icon"></i>
|
|
|
|
<div class="form-select-list" id="js-customer-province-list">
|
|
<div class="form-select-search">
|
|
<input type="text" onkeyup="searchProvinceHandler(this)" placeholder="Tìm nhanh"
|
|
autocomplete="off" class="form-select-input" />
|
|
<i class="fa fa-search form-select-icon"></i>
|
|
</div>
|
|
|
|
<ul class="form-select-search-result list grid grid--2-cols gap-0 style-scroll-3"
|
|
id="js-search-province-result">
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="1">
|
|
Hà Nội
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="2">
|
|
TP HCM
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="3">
|
|
Cần Thơ
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="4">
|
|
Đà Nẵng
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="5">
|
|
Hải Phòng
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="6">
|
|
An Giang
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="7">
|
|
Bà Rịa - Vũng Tàu
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="8">
|
|
Bạc Liêu
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="9">
|
|
Bắc Kạn
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="10">
|
|
Bắc Giang
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="11">
|
|
Bắc Ninh
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="12">
|
|
Bến Tre
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="13">
|
|
Bình Dương
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="14">
|
|
Bình Định
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="15">
|
|
Bình Phước
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="16">
|
|
Bình Thuận
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="17">
|
|
Cà Mau
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="18">
|
|
Cao Bằng
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="19">
|
|
Đắk Lắk
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="20">
|
|
Đắk Nông
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="21">
|
|
Điện Biên
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="22">
|
|
Đồng Nai
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="23">
|
|
Đồng Tháp
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="24">
|
|
Gia Lai
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="25">
|
|
Hà Giang
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="26">
|
|
Hà Nam
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="27">
|
|
Hà Tĩnh
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="28">
|
|
Hải Dương
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="29">
|
|
Hậu Giang
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="30">
|
|
Hòa Bình
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="31">
|
|
Hưng Yên
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="32">
|
|
Khánh Hòa
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="33">
|
|
Kiên Giang
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="34">
|
|
Kon Tum
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="35">
|
|
Lai Châu
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="36">
|
|
Lâm Đồng
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="37">
|
|
Lạng Sơn
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="38">
|
|
Lào Cai
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="39">
|
|
Long An
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="40">
|
|
Nam Định
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="41">
|
|
Nghệ An
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="42">
|
|
Ninh Bình
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="43">
|
|
Ninh Thuận
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="44">
|
|
Phú Thọ
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="45">
|
|
Phú Yên
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="46">
|
|
Quảng Bình
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="47">
|
|
Quảng Nam
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="48">
|
|
Quảng Ngãi
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="49">
|
|
Quảng Ninh
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="50">
|
|
Quảng Trị
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="51">
|
|
Sóc Trăng
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="52">
|
|
Sơn La
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="53">
|
|
Tây Ninh
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="54">
|
|
Thái Bình
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="55">
|
|
Thái Nguyên
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="56">
|
|
Thanh Hóa
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="57">
|
|
Thừa Thiên Huế
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="58">
|
|
Tiền Giang
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="59">
|
|
Trà Vinh
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="60">
|
|
Tuyên Quang
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="61">
|
|
Vĩnh Long
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="62">
|
|
Vĩnh Phúc
|
|
</li>
|
|
|
|
<li class="item" onclick="getProvinceList(this, 'province', '#js-search-district-result');"
|
|
data-key="63">
|
|
Yên Bái
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-12">
|
|
<div class="form-select">
|
|
<input type="text" id="js-customer-district" placeholder="Chọn Quận/Huyện" autocomplete="off"
|
|
class="form-select-input js-input-primary" onclick="showProvinceContent(this);"
|
|
check-type="district" />
|
|
<input type="hidden" name="user_info[district]" class="js-input-data" />
|
|
<i class="fa fa-caret-down form-select-icon"></i>
|
|
|
|
<div class="form-select-list" id="js-customer-district-list">
|
|
<div class="form-select-search">
|
|
<input type="text" onkeyup="searchProvinceHandler(this)" placeholder="Tìm nhanh"
|
|
autocomplete="off" class="form-select-input invalid" />
|
|
<i class="fa fa-search form-select-icon"></i>
|
|
</div>
|
|
|
|
<ul class="form-select-search-result list grid grid--2-cols gap-0 style-scroll-3"
|
|
id="js-search-district-result">
|
|
<li class="item text-center mb-2" style="grid-column: span 2; pointer-events: none">
|
|
Bạn chưa chọn Tỉnh/Thành phố
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-12">
|
|
<div class="form-select">
|
|
<input type="text" id="js-customer-ward" name="user_info[ward]" placeholder="Chọn Phường/Xã"
|
|
autocomplete="off" class="form-select-input js-input-primary"
|
|
onclick="showProvinceContent(this);" check-type="ward" />
|
|
<input type="hidden" name="user_info[ward]" class="js-input-data" />
|
|
<i class="fa fa-caret-down form-select-icon"></i>
|
|
|
|
<div class="form-select-list" id="js-customer-ward-list">
|
|
<div class="form-select-search">
|
|
<input type="text" onkeyup="searchProvinceHandler(this)" placeholder="Tìm nhanh"
|
|
autocomplete="off" class="form-select-input invalid" />
|
|
<i class="fa fa-search form-select-icon"></i>
|
|
</div>
|
|
|
|
<ul class="form-select-search-result list grid grid--2-cols gap-0 style-scroll-3"
|
|
id="js-search-ward-result">
|
|
<li class="item text-center mb-2" style="grid-column: span 2; pointer-events: none">
|
|
Bạn chưa chọn Quận/Huyện
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<input type="text" placeholder="Địa chỉ" id="buyer_address" name="user_info[address]" value=""
|
|
check-type="address" />
|
|
<textarea placeholder="Ghi chú" name="user_info[note]" id="buyer_note"></textarea>
|
|
</div>
|
|
|
|
<div class="form-input">
|
|
<h2 class="title">Phương thức thanh toán</h2>
|
|
|
|
<div class="list-pay-method">
|
|
<label class="label-container d-flex active">
|
|
<input type="radio" name="pay_method" value="2" id="payment_method_2" checked=""
|
|
class="js-payment-method" />
|
|
<div class="payment-detail" style="display: none; white-space: pre-line"></div>
|
|
<span title="Thanh toán chuyển khoản qua ngân hàng (Internet Banking)">Thanh toán chuyển khoản qua
|
|
ngân hàng</span>
|
|
</label>
|
|
|
|
<label class="label-container d-flex">
|
|
<input type="radio" name="pay_method" value="1" id="payment_method_1" class="js-payment-method" />
|
|
<div class="payment-detail" style="display: none; white-space: pre-line"></div>
|
|
<span title="Thanh toán tiền mặt khi nhận hàng">Thanh toán khi nhận hàng (COD)</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-input">
|
|
<h2 class="title">Phương thức vận chuyển</h2>
|
|
|
|
<label class="ship d-flex">
|
|
<input type="radio" name="ship_method" value="1" id="shipping_method_1" checked=""
|
|
class="js-shipping-method" />
|
|
<span title="">Giao hàng tiêu chuẩn</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box-bottom-cart">
|
|
<div id="cart-policy-noffy" class="font-weight-600 color-red mb-3"></div>
|
|
|
|
<div class="price-ship d-flex align-items-center justify-content-between">
|
|
<span>Phí vận chuyển</span>
|
|
<span>Chưa tính</span>
|
|
</div>
|
|
|
|
<div class="total-product-end d-flex align-items-center justify-content-between">
|
|
<span class="font-weight-700">Tổng tiền</span>
|
|
<p class="cart-customer-total-price js-total-cart-price font-weight-700">
|
|
2.040.000 ₫
|
|
</p>
|
|
</div>
|
|
|
|
<div class="cart-btn-buy mt-12px">
|
|
<button type="submit" class="cart-btn cart-btn-submit mb-0">
|
|
Hoàn tất đơn hàng
|
|
</button>
|
|
<div class="d-flex gap-12">
|
|
<a href="/print/user.php?view=cart" target="_blank" rel="nofollow"
|
|
class="cart-btn cart-btn-2 cart-btn-print">
|
|
In đơn hàng
|
|
</a>
|
|
<a href="/export_file.php?file_type=xls&content_type=shopping-cart" target="_blank" rel="nofollow"
|
|
class="cart-btn cart-btn-2 cart-btn-export">
|
|
Tải excel
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<input type="hidden" name="send_order" value="yes" />
|
|
<input type="hidden" id="js-total-before-fee-discount" value="2040000" />
|
|
<input type="hidden" id="js-discount-voucher" value="0" />
|
|
<input type="hidden" name="coupon_code" id="js-coupon-code" value="" />
|
|
<input type="hidden" id="js-discount-membership" value="0" />
|
|
<input type="hidden" name="shipping_fee" id="js-fee-shipping" value="0" />
|
|
<input type="hidden" name="cod_fee" id="js-fee-cod" value="0" />
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- FOOTER -->
|
|
<footer class="global-footer mt-5">
|
|
<!-- -->
|
|
<div class="features">
|
|
<div class="container">
|
|
<ul class="list row row-gap-10">
|
|
<!-- -->
|
|
<li class="col-6">
|
|
<div class="ft-item d-flex align-items-center justify-content-center gap-4">
|
|
<i class="xuepc-icons xuepc-icon-mb-blue-medal"></i>
|
|
|
|
<p class="ft-title text-13 font-weight-700 flex-1">
|
|
CAM KẾT CHẤT LƯỢNG
|
|
<span class="ft-text d-block text-12 font-weight-500 mt-1">Tuyệt đối an tâm</span>
|
|
</p>
|
|
</div>
|
|
</li>
|
|
|
|
<!-- -->
|
|
<li class="col-6">
|
|
<div class="ft-item d-flex align-items-center justify-content-center gap-4">
|
|
<i class="xuepc-icons xuepc-icon-mb-green-coin"></i>
|
|
|
|
<p class="ft-title text-13 font-weight-700 flex-1">
|
|
CAM KẾT GIÁ TỐT NHẤT
|
|
<span class="ft-text d-block text-12 font-weight-500 mt-1">Khỏi mất công so sánh giá</span>
|
|
</p>
|
|
</div>
|
|
</li>
|
|
|
|
<!-- -->
|
|
<li class="col-6">
|
|
<div class="ft-item d-flex align-items-center justify-content-center gap-4">
|
|
<i class="xuepc-icons xuepc-icon-mb-check-shield"></i>
|
|
|
|
<p class="ft-title text-13 font-weight-700 flex-1">
|
|
BẢO HÀNH VÀNG
|
|
<span class="ft-text d-block text-12 font-weight-500 mt-1">100% khách hàng hài lòng</span>
|
|
</p>
|
|
</div>
|
|
</li>
|
|
|
|
<!-- -->
|
|
<li class="col-6">
|
|
<div class="ft-item d-flex align-items-center justify-content-center gap-4">
|
|
<i class="xuepc-icons xuepc-icon-mb-support"></i>
|
|
|
|
<p class="ft-title text-13 font-weight-700 flex-1">
|
|
DỊCH VỤ HẬU MÃI
|
|
<span class="ft-text d-block text-12 font-weight-500 mt-1">Support trọn đời sản phẩm</span>
|
|
</p>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<!-- -->
|
|
<div class="showroom">
|
|
<h2 class="s-heading">HỆ THỐNG SHOWROOM CỦA XUEPC</h2>
|
|
|
|
<div class="row">
|
|
<!-- -->
|
|
<div class="col-12">
|
|
<div class="s-item">
|
|
<div class="s-title">
|
|
<p class="s-number">01</p>
|
|
<h3 class="s-name font-weight-500">
|
|
Showroom bán hàng tại
|
|
<span class="font-weight-700">HÀ NỘI</span>
|
|
</h3>
|
|
</div>
|
|
|
|
<ul class="s-list list my-3 pl-2">
|
|
<li class="s-list-item">
|
|
<i class="xuepc-icons xuepc-icon-mb-location"></i>
|
|
<span class="flex-1">
|
|
Số 12 Ngõ 14 Pháo Đài Láng, Hà Nội (<a href="" class="default" style="color: #1d6bd2">
|
|
Xem bản đồ </a>)
|
|
</span>
|
|
</li>
|
|
<li class="s-list-item">
|
|
<i class="xuepc-icons xuepc-icon-mb-email"></i>
|
|
<a href="mailto:nguyenvietxue0809@gmail.com">nguyenvietxue0809@gmail.com</a>
|
|
</li>
|
|
<li class="s-list-item">
|
|
<i class="xuepc-icons xuepc-icon-mb-phone"></i>
|
|
<a href="tel:0568124444">056 812 4444</a>
|
|
</li>
|
|
<li class="s-list-item">
|
|
<i class="xuepc-icons xuepc-icon-mb-clock"></i>
|
|
Thời gian làm việc: 8h00 - 22h00
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="col-12">
|
|
<div class="s-item">
|
|
<div class="s-title">
|
|
<p class="s-number">02</p>
|
|
<h3 class="s-name font-weight-500">
|
|
Showroom bán hàng tại
|
|
<span class="font-weight-700">HỒ CHÍ MINH</span>
|
|
</h3>
|
|
</div>
|
|
|
|
<ul class="s-list list my-3 pl-2">
|
|
<li class="s-list-item">
|
|
<i class="xuepc-icons xuepc-icon-mb-location"></i>
|
|
<span class="flex-1">
|
|
Số 181/2C Nguyễn Thượng Hiền, Hồ Chí Minh (<a href="" class="default" style="color: #1d6bd2">
|
|
Xem bản đồ </a>)
|
|
</span>
|
|
</li>
|
|
<li class="s-list-item">
|
|
<i class="xuepc-icons xuepc-icon-mb-email"></i>
|
|
<a href="mailto:nguyenvietxue0809@gmail.com">nguyenvietxue0809@gmail.com</a>
|
|
</li>
|
|
<li class="s-list-item">
|
|
<i class="xuepc-icons xuepc-icon-mb-phone"></i>
|
|
<a href="tel:0568124444">056 812 4444</a>
|
|
</li>
|
|
<li class="s-list-item">
|
|
<i class="xuepc-icons xuepc-icon-mb-clock"></i>
|
|
Thời gian làm việc: 8h00 - 22h00
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="content pt-1 mb-4">
|
|
<div class="row arc-container">
|
|
<!-- -->
|
|
<div class="col-12 f-col mb-2 arc-item">
|
|
<h3 class="f-title arc-click">
|
|
VỀ CHÚNG TÔI
|
|
<i class="fa fa-angle-down arc-icon" aria-hidden="true"></i>
|
|
</h3>
|
|
|
|
<ul class="f-list list arc-content">
|
|
<li><a href="/gioi-thieu">Giới thiệu công ty</a></li>
|
|
<li><a href="/tuyen-dung">Tin tuyển dụng</a></li>
|
|
<li><a href="/khuyen-mai">Khuyến mãi</a></li>
|
|
<li><a href="/tin-tuc">Tin tức công nghệ</a></li>
|
|
<li><a href="/lien-he">Thông tin liên hệ</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="col-12 f-col mb-2 arc-item">
|
|
<h3 class="f-title arc-click">
|
|
CHÍNH SÁCH
|
|
<i class="fa fa-angle-down arc-icon" aria-hidden="true"></i>
|
|
</h3>
|
|
|
|
<ul class="f-list list arc-content">
|
|
<li><a href="/chinh-sach-bao-hanh">Chính Sách Bảo Hành</a></li>
|
|
<li><a href="/chinh-sach-doi-tra">Chính Sách Đổi Trả</a></li>
|
|
<li>
|
|
<a href="/chinh-sach-van-chuyen">Chính Sách Vận Chuyển</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="col-12 f-col mb-2 arc-item">
|
|
<h3 class="f-title arc-click">
|
|
HƯỚNG DẪN
|
|
<i class="fa fa-angle-down arc-icon" aria-hidden="true"></i>
|
|
</h3>
|
|
|
|
<ul class="f-list list arc-content">
|
|
<li><a href="/huong-dan-mua-hang">Hướng Dẫn Mua Hàng</a></li>
|
|
<li>
|
|
<a href="/huong-dan-thanh-toan">Hướng Dẫn Thanh Toán</a>
|
|
</li>
|
|
<li><a href="/huong-dan-bao-hanh">Hướng Dẫn Bảo Hành</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="col-12 f-col arc-item">
|
|
<h3 class="f-title arc-click">
|
|
HỖ TRỢ
|
|
<i class="fa fa-angle-down arc-icon" aria-hidden="true"></i>
|
|
</h3>
|
|
|
|
<ul class="f-list list arc-content">
|
|
<li><a href="/ho-tro">Hỗ Trợ</a></li>
|
|
<li><a href="/hoi-dap">Hỏi Đáp</a></li>
|
|
<li><a href="/cau-hoi-thuong-gap">Câu Hỏi Thường Gặp</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="f-social">
|
|
<a href="/404" class="mr-1">
|
|
<i class="xuepc-icons xuepc-icon-mb-logo-fb"></i>
|
|
</a>
|
|
<a href="/404" class="mr-1">
|
|
<i class="xuepc-icons xuepc-icon-mb-logo-youtube"></i>
|
|
</a>
|
|
<a href="/404" class="mr-1">
|
|
<i class="xuepc-icons xuepc-icon-mb-logo-tiktok"></i>
|
|
</a>
|
|
</div>
|
|
|
|
<!-- -->
|
|
<div class="d-flex align-items-center gap-10 mt-2 mb-3">
|
|
<img src="/images/xuepc-image-bct-1.png" alt="Bộ công thương" style="max-width: 130px" class="d-flex w-100" />
|
|
<img src="/images/xuepc-image-dmca-1.png" alt="DCMA" style="max-width: 110px" class="d-flex w-100" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="copyright">
|
|
© 2023 Công ty TNHH máy tính Viết Xuê GPĐKKD số 0109280852 do Sở KHĐT
|
|
Tp.Hà Nội cấp ngày 24/07/2020
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- MODAL -->
|
|
<div class="global-popup-frame">
|
|
<div class="global-popup-modal">
|
|
<!-- -->
|
|
</div>
|
|
</div>
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js"></script>
|
|
<script src="/js/library_hura8.js"></script>
|
|
<script src="/js/main_mobile.js"></script>
|
|
</body>
|
|
|
|
</html> |