duchuypromusic.com Open in urlscan Pro
104.21.59.221  Public Scan

URL: https://duchuypromusic.com/
Submission: On July 11 via api from US — Scanned from CA

Form analysis 8 forms found in the DOM

#

<form class="needs-validation" id="frm-login" action="#" novalidate="">
  <div class="form-group">
    <label for="login-country-code">Mã quốc gia</label>
    <div class="dropdown">
      <button type="button" class="btn btn-default dropdown-toggle" id="login-country-code" name="phonecode" data-toggle="dropdown" value="+84"> <span>Vietnam</span> <span class="float-right">+84</span> </button>
      <ul class="dropdown-menu" id="login-country-code-menu">
      </ul>
    </div>
  </div>
  <div class="form-group ">
    <label for="login-username" id="label-login-username">Số điện thoại hoặc Email</label>
    <input type="text" class="form-control" id="login-username" name="username" autocomplete="on" placeholder="Số điện thoại hoặc Email">
  </div>
  <div class="form-group position-relative">
    <label for="login-password">Mật khẩu</label>
    <input type="password" class="form-control" id="login-password" name="password" placeholder="Mật khẩu">
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="login-show-pwd">Hiện</a>
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="login-hide-pwd" hidden="">Ẩn</a>
  </div>
  <span class="label float-right"> <a href="#" class="text-decoration-none" id="open-forgot-pwd">Quên mật khẩu</a> </span>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="login-fail">
    <span class="label color-red">Sai số điện thoại / email hoặc mật khẩu</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit">Đăng nhập</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-signup" action="#" novalidate="">
  <div class="form-group">
    <label for="signup-country-code">Mã quốc gia</label>
    <div class="dropdown">
      <button type="button" class="btn btn-default dropdown-toggle" id="signup-country-code" name="phonecode" data-toggle="dropdown" value="+84"> <span>Vietnam</span> <span class="float-right">+84</span> </button>
      <ul class="dropdown-menu" id="signup-country-code-menu">
      </ul>
    </div>
  </div>
  <div class="form-group">
    <label id="label-signup-username" for="signup-username">Số điện thoại hoặc Email</label>
    <input type="text" class="form-control" id="signup-username" name="username" autocomplete="on" placeholder="Số điện thoại hoặc Email">
    <span class="invalid-error-custom error">Số điện thoại không hợp lệ</span>
  </div>
  <div class="form-group position-relative">
    <label for="signup-password">Mật khẩu</label>
    <input type="password" class="form-control" id="signup-password" name="password" placeholder="Mật khẩu">
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="signup-show-pwd">Hiện</a>
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="signup-hide-pwd" hidden="">Ẩn</a>
  </div>
  <div class="form-group">
    <label for="signup-displayName">Tên của bạn</label>
    <input type="text" class="form-control" id="signup-displayName" name="displayname" maxlength="128" placeholder="Tên của bạn">
  </div>
  <div class="form-group">
    <label for="signup-dob">Ngày sinh</label>
    <div class="input-group date custom-dob-picker" id="dob-picker">
      <input type="text" class="form-control" id="signup-dob" name="dob" placeholder="dd/mm/yyyy" autocomplete="off">
      <div class="input-group-append">
        <span class="input-group-text input-group-addon"> <img src="https://ssr-resource-prod.gosell.vn/images/calendar.svg" loading="lazy"> </span>
      </div>
    </div>
  </div>
  <div id="frm-signup-recaptcha"></div>
  <div class="level-1">
    <div class="title">
      <span>CAPTCHA Kiểm tra bảo mật</span>
    </div>
    <div class="content">
      <div class="image">
        <img class="img-base-64" loading="lazy">
      </div>
      <img class="captcha-refresh" src="https://ssr-resource-prod.gosell.vn/images/captcha-refresh.svg" onclick="getNewCaptcha()" alt="refresh" loading="lazy">
    </div>
    <input id="signup-captcha-response" class="response form-control" name="captchaResponse" placeholder="Nhập văn bản bạn thấy trong hình">
    <input type="hidden" name="imageBase64" class="base-64">
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="signup-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit">Tiếp tục</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-activate" action="#" novalidate="" autocomplete="off">
  <div class="form-group">
    <span class="label verify-info">Mã xác thực đã được gửi đến số điện thoại / email của bạn</span>
    <div class="verify-info" x-ms-format-detection="none">
      <span id="activate-info">xxxx</span>
      <a href="#" data-dismiss="modal" data-toggle="modal" data-target="#signup-modal" data-backdrop="static">Sửa</a>
    </div>
  </div>
  <div class="form-group">
    <label for="verify-code">Mã xác thực</label>
    <input type="text" class="form-control" id="activate-code" name="verifyCode" placeholder="Mã xác thực">
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="activate-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit">Xác thực và đăng nhập</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-get-email" action="#" novalidate="">
  <div class="form-group">
    <span class="label get-email-info">Hãy bổ sung email của bạn để nhận thông tin khuyến mãi</span>
  </div>
  <div class="form-group">
    <label for="get-email">Email của bạn</label>
    <input type="text" class="form-control" id="get-email" name="email" autocomplete="on" placeholder="Email của bạn">
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="get-email-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit mgt-30">Hoàn tất</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-forgot-pwd" action="#" novalidate="">
  <div class="form-group">
    <label for="forgot-pwd-country-code">Mã quốc gia</label>
    <div class="dropdown">
      <button type="button" class="btn btn-default dropdown-toggle" id="forgot-pwd-country-code" name="phonecode" data-toggle="dropdown" value="+84"> <span>Vietnam</span> <span class="float-right">+84</span> </button>
      <ul class="dropdown-menu" id="forgot-pwd-country-code-menu">
      </ul>
    </div>
  </div>
  <div class="form-group ">
    <label for="forgot-pwd-username">Số điện thoại hoặc Email</label>
    <input type="text" class="form-control" id="forgot-pwd-username" name="username" autocomplete="on" placeholder="Số điện thoại hoặc Email">
  </div>
  <div id="frm-forgot-pwd-recaptcha"></div>
  <div class="level-1">
    <div class="title">
      <span>CAPTCHA Kiểm tra bảo mật</span>
    </div>
    <div class="content">
      <div class="image">
        <img class="img-base-64" loading="lazy">
      </div>
      <img class="captcha-refresh" src="https://ssr-resource-prod.gosell.vn/images/captcha-refresh.svg" onclick="getNewCaptcha()" alt="refresh" loading="lazy">
    </div>
    <input id="forgot-pwd-captcha-response" class="response form-control" name="captchaResponse" placeholder="Nhập văn bản bạn thấy trong hình">
    <input type="hidden" name="imageBase64" class="base-64">
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="forgot-pwd-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit mgt-30">Tiếp tục</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-verify" action="#" novalidate="" autocomplete="off">
  <div class="form-group">
    <span class="label verify-info">Mã xác thực đã được gửi đến số điện thoại / email của bạn</span>
    <div class="verify-info" x-ms-format-detection="none">
      <span id="verify-info">xxxx</span>
      <a href="#" data-dismiss="modal" data-toggle="modal" data-target="#forgot-pwd-modal" data-backdrop="static">Sửa</a>
    </div>
  </div>
  <div class="form-group">
    <label for="verify-code">Mã xác thực</label>
    <input type="text" class="form-control" id="verify-code" name="code" placeholder="Mã xác thực" autocomplete="nope">
  </div>
  <div class="form-group position-relative">
    <label for="verify-password">Mật khẩu mới</label>
    <input type="password" class="form-control" id="verify-password" name="password" placeholder="Mật khẩu mới" autocomplete="new-password">
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="verify-show-pwd">Hiện</a>
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="verify-hide-pwd" hidden="">Ẩn</a>
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="verify-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit">Xác thực và đăng nhập</button>
  </div>
</form>

#

<form class="needs-validation" id="frm-change-pwd" action="#" novalidate="">
  <div class="form-group position-relative">
    <label for="change-pwd-password">Mật khẩu hiện tại</label>
    <input type="password" class="form-control" id="change-pwd-password" name="password" placeholder="Mật khẩu hiện tại">
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="change-pwd-show-pwd">Hiện</a>
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="change-pwd-hide-pwd" hidden="">Ẩn</a>
  </div>
  <div class="form-group position-relative">
    <label for="change-pwd-repassword">Mật khẩu mới</label>
    <input type="password" class="form-control" id="change-pwd-repassword" name="repassword" placeholder="Mật khẩu mới">
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="change-pwd-show-re-pwd">Hiện</a>
    <a href="#" class="text-decoration-none text-uppercase position-absolute btn-show-hide-pwd" id="change-pwd-hide-re-pwd" hidden="">Ẩn</a>
  </div>
  <div class="clearfix mrgb10"></div>
  <div style="display: none" id="change-pwd-fail">
    <span class="label color-red">Something when wrong</span>
  </div>
  <div>
    <button type="submit" class="btn btn-primary btn-block btn-submit">Hoàn tất</button>
  </div>
</form>

/search

<form id="search-form" class="d-flex form-inline" action="/search" autocomplete="off">
  <div class="form-group mx-sm-6 mr-2 flex-grow-1">
    <input class="form-control gs-search-header-modal__search-input w-100" type="search" name="q" placeholder="Nhập giá trị tìm kiếm" aria-label="Search" maxlength="255" autofocus="" onkeyup="onHeaderSearch(event);" onsearch="onSearchEvent(event)">
  </div>
  <button class="btn btn-success" type="submit">Tìm kiếm</button>
</form>

Text Content

Vietnam +84 VN United States +1 US Myanmar +95 MM Taiwan +886 TW China +86 CN
Afghanistan +93 AF Aland Islands +35818 AX Albania +355 AL Algeria +213 DZ
American Samoa +1684 AS Andorra +376 AD Angola +244 AO Anguilla +1264 AI
Antarctica +672 AQ Antigua And Barbuda +1268 AG Argentina +54 AR Armenia +374 AM
Aruba +297 AW Australia +61 AU Austria +43 AT Azerbaijan +994 AZ Bahamas The
+1242 BS Bahrain +973 BH Bangladesh +880 BD Barbados +1246 BB Belarus +375 BY
Belgium +32 BE Belize +501 BZ Benin +229 BJ Bermuda +1441 BM Bhutan +975 BT
Bolivia +591 BO Bonaire, Sint Eustatius and Saba +599 BQ Bosnia and Herzegovina
+387 BA Botswana +267 BW Bouvet Island +55 BV Brazil +55 BR British Indian Ocean
Territory +246 IO Brunei +673 BN Bulgaria +359 BG Burkina Faso +226 BF Burundi
+257 BI Cambodia +855 KH Cameroon +237 CM Canada +1 CA Cape Verde +238 CV Cayman
Islands +1345 KY Central African Republic +236 CF Chad +235 TD Chile +56 CL
Christmas Island +61 CX Cocos (Keeling) Islands +61 CC Colombia +57 CO Comoros
+269 KM Congo +242 CG Cook Islands +682 CK Costa Rica +506 CR Cote D'Ivoire
(Ivory Coast) +225 CI Croatia +385 HR Cuba +53 CU Curaçao +599 CW Cyprus +357 CY
Czech Republic +420 CZ Democratic Republic of the Congo +243 CD Denmark +45 DK
Djibouti +253 DJ Dominica +1767 DM Dominican Republic +1809 DO East Timor +670
TL Ecuador +593 EC Egypt +20 EG El Salvador +503 SV Equatorial Guinea +240 GQ
Eritrea +291 ER Estonia +372 EE Ethiopia +251 ET Falkland Islands +500 FK Faroe
Islands +298 FO Fiji Islands +679 FJ Finland +358 FI France +33 FR French Guiana
+594 GF French Polynesia +689 PF French Southern Territories +262 TF Gabon +241
GA Gambia The +220 GM Georgia +995 GE Germany +49 DE Ghana +233 GH Gibraltar
+350 GI Greece +30 GR Greenland +299 GL Grenada +1473 GD Guadeloupe +590 GP Guam
+1671 GU Guatemala +502 GT Guernsey and Alderney +441481 GG Guinea +224 GN
Guinea-Bissau +245 GW Guyana +592 GY Haiti +509 HT Heard Island and McDonald
Islands +672 HM Honduras +504 HN Hong Kong S.A.R. +852 HK Hungary +36 HU Iceland
+354 IS India +91 IN Indonesia +62 ID Iran +98 IR Iraq +964 IQ Ireland +353 IE
Israel +972 IL Italy +39 IT Jamaica +1876 JM Japan +81 JP Jersey +441534 JE
Jordan +962 JO Kazakhstan +7 KZ Kenya +254 KE Kiribati +686 KI Kosovo +383 XK
Kuwait +965 KW Kyrgyzstan +996 KG Laos +856 LA Latvia +371 LV Lebanon +961 LB
Lesotho +266 LS Liberia +231 LR Libya +218 LY Liechtenstein +423 LI Lithuania
+370 LT Luxembourg +352 LU Macau S.A.R. +853 MO Macedonia +389 MK Madagascar
+261 MG Malawi +265 MW Malaysia +60 MY Maldives +960 MV Mali +223 ML Malta +356
MT Man (Isle of) +441624 IM Marshall Islands +692 MH Martinique +596 MQ
Mauritania +222 MR Mauritius +230 MU Mayotte +262 YT Mexico +52 MX Micronesia
+691 FM Moldova +373 MD Monaco +377 MC Mongolia +976 MN Montenegro +382 ME
Montserrat +1664 MS Morocco +212 MA Mozambique +258 MZ Namibia +264 NA Nauru
+674 NR Nepal +977 NP Netherlands +31 NL New Caledonia +687 NC New Zealand +64
NZ Nicaragua +505 NI Niger +227 NE Nigeria +234 NG Niue +683 NU Norfolk Island
+672 NF Northern Mariana Islands +1670 MP North Korea +850 KP Norway +47 NO Oman
+968 OM Pakistan +92 PK Palau +680 PW Palestinian Territory Occupied +970 PS
Panama +507 PA Papua new Guinea +675 PG Paraguay +595 PY Peru +51 PE Philippines
+63 PH Pitcairn Island +870 PN Poland +48 PL Portugal +351 PT Puerto Rico +1787
PR Qatar +974 QA Reunion +262 RE Romania +40 RO Russia +7 RU Rwanda +250 RW
Saint-Barthelemy +590 BL Saint Helena +290 SH Saint Kitts And Nevis +1869 KN
Saint Lucia +1758 LC Saint-Martin (French part) +590 MF Saint Pierre and
Miquelon +508 PM Saint Vincent And The Grenadines +1784 VC Samoa +685 WS San
Marino +378 SM Sao Tome and Principe +239 ST Saudi Arabia +966 SA Senegal +221
SN Serbia +381 RS Seychelles +248 SC Sierra Leone +232 SL Singapore +65 SG Sint
Maarten (Dutch part) +1721 SX Slovakia +421 SK Slovenia +386 SI Solomon Islands
+677 SB Somalia +252 SO South Africa +27 ZA South Georgia +500 GS South Korea
+82 KR South Sudan +211 SS Spain +34 ES Sri Lanka +94 LK Sudan +249 SD Suriname
+597 SR Svalbard And Jan Mayen Islands +47 SJ Swaziland +268 SZ Sweden +46 SE
Switzerland +41 CH Syria +963 SY Tajikistan +992 TJ Tanzania +255 TZ Thailand
+66 TH Togo +228 TG Tokelau +690 TK Tonga +676 TO Trinidad And Tobago +1868 TT
Tunisia +216 TN Turkey +90 TR Turkmenistan +993 TM Turks And Caicos Islands
+1649 TC Tuvalu +688 TV Uganda +256 UG Ukraine +380 UA United Arab Emirates +971
AE United Kingdom +44 GB United States Minor Outlying Islands +1 UM Uruguay +598
UY Uzbekistan +998 UZ Vanuatu +678 VU Vatican City State (Holy See) +379 VA
Venezuela +58 VE Virgin Islands (British) +1284 VG Virgin Islands (US) +1340 VI
Wallis And Futuna Islands +681 WF Western Sahara +212 EH Yemen +967 YE Zambia
+260 ZM Zimbabwe +263 ZW

Đăng nhập

Mã quốc gia
Vietnam +84
Số điện thoại hoặc Email
Mật khẩu Hiện Ẩn
Quên mật khẩu

Sai số điện thoại / email hoặc mật khẩu
Đăng nhập
Bằng cách đăng nhập vào tài khoản của bạn, bạn đồng ý với
Điều khoản và Nguyên tắc bảo mật
Chưa có tài khoản?
Tạo tài khoản mới

Tạo tài khoản

Mã quốc gia
Vietnam +84
Số điện thoại hoặc Email Số điện thoại không hợp lệ
Mật khẩu Hiện Ẩn
Tên của bạn
Ngày sinh


CAPTCHA Kiểm tra bảo mật


Something when wrong
Tiếp tục
Bằng cách đăng nhập vào tài khoản của bạn, bạn đồng ý với
Điều khoản và Nguyên tắc bảo mật
Đã tạo tài khoản?
Đăng nhập ngay

Xác thực tài khoản

Mã xác thực đã được gửi đến số điện thoại / email của bạn
xxxx Sửa
Mã xác thực

Something when wrong
Xác thực và đăng nhập
Tôi không nhận được mã xác thực. Gửi lại
CAPTCHA Kiểm tra bảo mật

Gửi

Nhập email của bạn

Hãy bổ sung email của bạn để nhận thông tin khuyến mãi
Email của bạn

Something when wrong
Hoàn tất
Lúc khác

Quên mật khẩu

Mã quốc gia
Vietnam +84
Số điện thoại hoặc Email

CAPTCHA Kiểm tra bảo mật


Something when wrong
Tiếp tục
Quay lại đăng nhập

Xác thực tài khoản

Mã xác thực đã được gửi đến số điện thoại / email của bạn
xxxx Sửa
Mã xác thực
Mật khẩu mới Hiện Ẩn

Something when wrong
Xác thực và đăng nhập
Tôi không nhận được mã xác thực. Gửi lại
CAPTCHA Kiểm tra bảo mật

Gửi

Thay đổi mật khẩu

Mật khẩu hiện tại Hiện Ẩn
Mật khẩu mới Hiện Ẩn

Something when wrong
Hoàn tất



Đổi ngôn ngữ

Tiếng Việt

Đóng Lưu


0
 * Đăng nhập
 * Đăng ký

 * TRANG CHỦ
 * GIỚI THIỆU CÔNG TY
 * TẤT CẢ SẢN PHẨM
 * TIN NỔI BẬT
 * CHÍNH SÁCH
 * LIÊN HỆ

 * TRANG CHỦ
 * GIỚI THIỆU CÔNG TY
 * TẤT CẢ SẢN PHẨM
 * TIN NỔI BẬT
 * CHÍNH SÁCH
 * LIÊN HỆ

Đăng nhập / Đăng ký
 * 
 * 
 * 



CÔNG TY TNHH THƯƠNG MẠI DỊCH VỤ ÂM NHẠC ĐỨC HUY

Cung cấp giải pháp âm thanh - ánh sáng - truyền hình ảnh chất lượng cao; Kinh
doanh các thiết bị: điện tử, micro, mixer, ampli, loa, tivi chuyên dụng, màn
hình led, các loại đèn hiệu ứng, âm thanh karaoke, âm thanh sân khấu - hội
trường cơ quan - nhà hàng - resort - nhà thờ - nhà chùa - nhà xưởng - bệnh viện
- trường học - spa - nha khoa - phòng khám - coffee - lounge - bar.


 * SẢN PHẨM
   MICROPHONES
   LOA DI ĐỘNG
   LOA SOUND BAR
   LOA BỘ
   LOA TOÀN DẢI
   LOA TRẦM
   LOA KIỂM ÂM
   LOA COLUMN
   LOA CÔNG TRÌNH
   LOA ARRAY
   AMPLI
   MIXER
   THIẾT BỊ ÂM THANH KHÁC
   PHỤ KIỆN
   MÀN HÌNH LED & TV PRO
   ĐÈN SÂN KHẤU

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


SẢN PHẨM
MICROPHONES
LOA DI ĐỘNG
LOA SOUND BAR
LOA BỘ
LOA TOÀN DẢI
LOA TRẦM
LOA KIỂM ÂM
LOA COLUMN
LOA CÔNG TRÌNH
LOA ARRAY
AMPLI
MIXER
THIẾT BỊ ÂM THANH KHÁC
PHỤ KIỆN
MÀN HÌNH LED & TV PRO
ĐÈN SÂN KHẤU


 * GIẢI PHÁP AT-AS-HA
   DÀN KARAOKE
   DÀN NGHE NHẠC
   DÀN XEM PHIM
   ÂM THANH PHÒNG HỌP
   ÂM THANH CAFE/TRÀ SỮA
   ÂM THANH NHA KHOA/SPA
   ÂM THANH ĐA VÙNG
   ÂM THANH NHÀ THỜ
   ÂM THANH HỘI TRƯỜNG
   ÂM THANH NGOÀI TRỜI
   GÓI ATAS SỰ KIỆN

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


GIẢI PHÁP AT-AS-HA
DÀN KARAOKE
DÀN NGHE NHẠC
DÀN XEM PHIM
ÂM THANH PHÒNG HỌP
ÂM THANH CAFE/TRÀ SỮA
ÂM THANH NHA KHOA/SPA
ÂM THANH ĐA VÙNG
ÂM THANH NHÀ THỜ
ÂM THANH HỘI TRƯỜNG
ÂM THANH NGOÀI TRỜI
GÓI ATAS SỰ KIỆN


 * DỊCH VỤ
   BẢO TRÌ - SỬA CHỮA
   CHO THUÊ AT-AS-MH LED
   LẮP ĐẶT - CÂN CHỈNH
   TƯ VẤN THIẾT KẾ GIẢI PHÁP

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 


DỊCH VỤ
BẢO TRÌ - SỬA CHỮA
CHO THUÊ AT-AS-MH LED
LẮP ĐẶT - CÂN CHỈNH
TƯ VẤN THIẾT KẾ GIẢI PHÁP



SẢN PHẨM BÁN CHẠY






TIN NỔI BẬT


VÌ SAO CẦN LOA SUB TRONG MỘT DÀN ÂM THANH?


CÁC LOẠI AMPLI PHỔ BIẾN TRÊN THỊ TRƯỜNG HIỆN NAY


CÁCH TÍNH CÔNG SUẤT LOA VÀ AMPLI KHI PHỐI GHÉP

HÌNH ẢNH

HỘI TRƯỜNG

PHÒNG HỌP

ĐA VÙNG

SÂN KHẤU


SÂN KHẤU




PHÒNG TRÀ




SỰ KIỆN



NGOÀI TRỜI

NHÀ THỜ

HỘI TRƯỜNG

CLUB, GYM

KARAOKE

HOME CINEMA

PHẢN HỒI TỪ KHÁCH HÀNG

Anh Việt Hoàng

Tân Bình - TP. HCM

Nhờ anh chủ tư vấn tận tình mình đã mua được thùng loa vừa ý.

Chị Thanh Thanh

Quận 1 - TP. HCM

Bộ loa FBT siêu đẹp và siêu bền âm thanh rất tốt, rất hài lòng.

Chị Như Quỳnh

Quận 5 - TP. HCM

Anh chủ dễ thương, tư vấn nhiệt tình, mình rất ưng ý và hài lòng.

Anh Việt Hoàng

Tân Bình - TP. HCM

Nhờ anh chủ tư vấn tận tình mình đã mua được thùng loa vừa ý.

Chị Thanh Thanh

Quận 1 - TP. HCM

Bộ loa FBT siêu đẹp và siêu bền âm thanh rất tốt, rất hài lòng.

Chị Như Quỳnh

Quận 5 - TP. HCM

Anh chủ dễ thương, tư vấn nhiệt tình, mình rất ưng ý và hài lòng.

Anh Việt Hoàng

Tân Bình - TP. HCM

Nhờ anh chủ tư vấn tận tình mình đã mua được thùng loa vừa ý.

Chị Thanh Thanh

Quận 1 - TP. HCM

Bộ loa FBT siêu đẹp và siêu bền âm thanh rất tốt, rất hài lòng.

Chị Như Quỳnh

Quận 5 - TP. HCM

Anh chủ dễ thương, tư vấn nhiệt tình, mình rất ưng ý và hài lòng.

‹›



Cung cấp giải pháp về âm thanh - ánh sáng - hình ảnh chất lượng cao cho gia đình
và công trình; Kinh doanh các thiết bị: micro, mixer, ampli, loa, tivi chuyên
dụng, màn hình cảm ứng, màn hình ghép, màn hình led, các loại đèn sân khấu.

Xem thêm

VỀ CHÚNG TÔI
 * CHÍNH SÁCH BẢO HÀNH
 * CHÍNH SÁCH GIAO HÀNG
 * CHÍNH SÁCH ĐỔI TRẢ HÀNG
 * CHÍNH SÁCH BẢO VỆ NGƯỜI MUA HÀNG
 * CHÍNH SÁCH GIẢI QUYẾT KHIẾU NẠI

 * TRANG CHỦ
 * GIỚI THIỆU CÔNG TY
 * TẤT CẢ SẢN PHẨM
 * TIN NỔI BẬT
 * CHÍNH SÁCH

TƯ VẤN - HỖ TRỢ

Thời gian tư vấn: từ 08g00 - 18g00 các ngày làm việc trong tuần (trừ chiều thứ
Bảy và ngày Chúa nhật)

KẾT NỐI

THANH TOÁN

ĐƠN VỊ VẬN CHUYỂN

Shop tự giao


BẢN ĐỒ VỊ TRÍ
TRANG FANPAGE
Copyright © 2024 - Bản quyền thuộc về Đức Huy Pro Music. Cung cấp bởi gosell.vn

Tìm kiếm



Không có kết quả