Bạn có biết 90% trường hợp Loạn sản/dị sản tiến triển thành ung thư dạ dày?
Điều trị đúng cách có thể làm chậm và ngăn ngừa bệnh tiến triển thành ung thư, đồng thời giảm mức độ bệnh
- Ngăn chặn đột biến tế bào
- Tái tạo lớp chất nhày bảo vệ niêm mạc dạ dày
- Hồi phục tế bào dạ dày bị tổn thương
- Điều trị triệt để nguyên nhân gây bệnh: vi khuẩn HP, polyp, vết loét dạ dày mạn tính lâu năm
CumarGold – hy vọng cho bệnh nhân loạn sản/dị sản dạ dày
Từ Nano Curcumin đầu tiên của viện Hàn Lâm KHCN Việt Nam
1
CumarGold ngăn chặn đột biến tế bào
2
Cumargold tái tạo lớp chất nhày bảo vệ niêm mạc
3
cumargold hồi phục tế bào bị tổn thương
4
Cumargold hỗ trợ điều trị nguyên nhân gây bệnh
- Ức chế 65 chủng vi khuẩn HP
- Làm lành nhanh vết loét dạ dày
- ngăn ngừa bệnh tái phát
CumarGold được nghiên cứu và chứng minh tác dụng vượt trội so với các chế phẩm khác
Hiệu quả của CumarGold đối với bệnh nhân
Tự hào 6 năm – 586759+ người đã sử dụng
- Sau 2 tuần: Giảm nhanh các triệu chứng đau rát thượng vị, ợ hơi, buồn nôn,…
- Sau 4 tuần: Ức chế hoạt động vi khuẩn HP, tăng tái tạo tổng hợp chất nhầy mucin bảo vệ niêm mạc dạ dày => Nguyên nhân gây bệnh được kiểm soát
- Sau 8 tuần: Bảo vệ tế bào dạ dày, ngăn ngừa tình trạng các tế bào tổn thương nặng hơn => Kiểm soát mức độ bệnh, làm chậm quá trình tiến triển bệnh
- Sau 12 tuần: Hồi phục những tế bào bị tổn thương => Hỗ trợ điều trị loạn sản/dị sản dạ dày, bệnh nhân dần hồi phục, làm giảm mức độ trầm trọng của bệnh, ngăn ngừa bệnh tiến triển thành ung thư dạ dày
This is the Final Subheading on the Page
Here, we can ask visitors to connect or share on social media.
Nhận tư vấn miễn phí từ dược sỹ chuyên môn
GỬI CÂU HỎI TỚI CHUYÊN GIA TƯ VẤN
Thông báo
x [tcb-script] var POST_URL=”https://quantriduan1.cvi.vn/api/v1/lead/create”, ORDER=”Đặt hàng”, PLEASE_WAIT=”Vui lòng đợi”, ERROR_NAME_REQUIRED=”Xin hãy điền họ tên”, ERROR_PHONE_REQUIRED=”Xin hãy điền số điện thoại”, ERROR_PHONE_INVALID=”Số điện thoại phải bắt đầu bằng 0 và có 10 chữ số”, ERROR_AJAX=”Đã có lỗi xảy ra. Vui lòng liên hệ với CSKH để nhận được sự hỗ trợ tốt nhất”, CORS_NOT_SUPPORTED=”Trình duyệt không hỗ trợ CORS”, DYBL_COOKIE_NAME=””, GET_INDENTITY_URL=”https://quantriduan1.cvi.vn/api/v1/common/identity”, THANK_YOU_URL=”https://cumargold.vn/thank-you-3″; getIdentity(); function sendForm(button) { var form = button.closest(“form”), errorDiv = form.getElementsByClassName(“lp-form-error”)[0], error = “”, positionX, positionY, customerName = form.querySelector(“input[name=name]”), phone = form.querySelector(“input[name=phone]”); if (customerName.value == “”) { errorDiv.innerText = ERROR_NAME_REQUIRED; errorDiv.style.top = (customerName.offsetTop – 50) + “px”; errorDiv.classList.add(“show”); return false; } if (phone.value == “”) { errorDiv.innerText = ERROR_PHONE_REQUIRED; errorDiv.style.top = (phone.offsetTop – 50) + “px”; errorDiv.classList.add(“show”); return false; } else { var regex = /(^0([0-9]{9})$)/g; if (!regex.test(phone.value)) { errorDiv.innerText = ERROR_PHONE_INVALID; errorDiv.style.top = (phone.offsetTop – 50) + “px”; errorDiv.classList.add(“show”); return false; } } errorDiv.classList.remove(“show”); var xhr = createCORSRequest(“POST”, POST_URL); if (!xhr) { alert(CORS_NOT_SUPPORTED); } else { button.disabled = true; button.innerText = PLEASE_WAIT; xhr.onreadystatechange = function() { if (xhr.readyState == XMLHttpRequest.DONE) { // xhrRequest.DONE == 4 button.disabled = false; button.innerText = ORDER; if (xhr.status == 200) { var response = JSON.parse(xhr.responseText); if (response.status) { if (typeof(fbq) == “function” ) { fbq(“track”, “CompleteRegistration”); } if (typeof(gtag) == “function”) { gtag(“event”, “conversion”, { “send_to”: “Conversion_ID/Conversion_Label” }); } if (THANK_YOU_URL) { location.href = THANK_YOU_URL; } else { showLpPopup(form, response.message, true); } } else { showLpPopup(form, response.message, false); } } else { showLpPopup(form, ERROR_AJAX, false); } } }; xhr.onerror = function() { showLpPopup(form, ERROR_AJAX, false); }; xhr.setRequestHeader(“Content-type”, “application/x-www-form-urlencoded”); var data = serializeFormData(form); data += “&” + window.location.search.substring(1); data += “&”+DYBL_COOKIE_NAME+”=”+getCookie(DYBL_COOKIE_NAME); xhr.send(data); } } function createCORSRequest(method, url) { var xhr = new XMLHttpRequest(); if (“withCredentials” in xhr) { // XHR for Chrome/Firefox/Opera/Safari. xhr.open(method, url, true); } else if (typeof XDomainRequest != “undefined”) { // XDomainRequest for IE. xhr = new XDomainRequest(); xhr.open(method, url); } else { // CORS not supported. xhr = null; } return xhr; } function serializeFormData( form ) { var query = []; var elements = form.querySelectorAll( “input, select, textarea” ); for( var i = 0; i < elements.length; ++i ) { var element = elements[i]; var name = element.name; var value = element.value; if ( name && value) { query.push(name+”=”+value); } } return query.join(“&”); } function showLpPopup(form, message, success) { var popup = form.getElementsByClassName(“lp-popup”)[0], popupContent = form.getElementsByClassName(“lp-dialog-content”)[0]; popupContent.innerHTML = message; if (!success) { popup.classList.add(“error”); } popup.classList.add(“show”); } function resetLpElements(button) { var popup = button.closest(“.lp-popup”), form = popup.closest(“form”), customerName = form.getElementsByClassName(“lp-form-customer-name”)[0], phone = form.getElementsByClassName(“lp-form-phone”)[0], quantity = form.getElementsByClassName(“lp-form-quantity”)[0], address = form.getElementsByClassName(“lp-form-address”)[0], note = form.getElementsByClassName(“lp-form-note”)[0]; popup.classList.remove(“error”); popup.classList.remove(“show”); customerName.value = “”; phone.value = “”; quantity.value = “”; address.value = “”; note.value = “”; } function getIdentity() { var id = getCookie(DYBL_COOKIE_NAME); if (id != “”) { return; } var xhr = createCORSRequest(“GET”, GET_INDENTITY_URL); if (!xhr) { alert(CORS_NOT_SUPPORTED); } xhr.onreadystatechange = function() { if (xhr.readyState == XMLHttpRequest.DONE) { // xhrRequest.DONE == 4 if (xhr.status == 200) { var response = JSON.parse(xhr.responseText); if (response.status) { var d = new Date(); d.setTime(d.getTime() + (30*24*60*60*1000)); var expires = “expires=”+ d.toUTCString(); document.cookie = DYBL_COOKIE_NAME+”=” + response.data.identity + “;” + expires + “;path=/”; } } } }; xhr.send(); } function getCookie(cname) { var name = cname + “=”; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(‘;’); for(var i = 0; i <ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ‘ ‘) { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return “”; } [/tcb-script]
Chia sẻ của bệnh nhân về hành trình tìm giải pháp hỗ trợ điều trị loạn sản/dị sản dạ dày
Anh Trần Quốc Công trú tại Trường Chinh, P.14, quận Tân Bình, TP.HCM phát hiện ra mình bị viêm loét dạ dày hành tá tràng từ năm 2011, anh Công đã đi khám, uống thuốc và điều trị khỏi. Tuy nhiên, mọi chuyện không dễ dàng như vậy. Anh cứ bị viêm loét dạ dày tái đi tái lại nhiều lần, càng về sau, các triệu chứng có xu hướng nặng hơn lần trước.
“Đến tháng 5 vừa rồi, tôi đi nội soi lại thì bác sĩ phát hiện tôi bị loạn sản dạ dày mức độ nhẹ. Tôi bị sốc rất nặng, vì biết chuyển sản ruột rất nguy hiểm có thể dẫn đến ung thư và không thể hồi phục được. Tôi hoang mang lo lắng đến mất ăn, mất ngủ, bỏ hết mọi công việc.
Tình cờ, tôi đọc được trên mạng sản phẩm CumarGold giúp giảm viêm xung huyết, lành nhanh các vết loét lâu ngày và đặc biệt là ngăn ngừa nguy cơ tiến triển thành ung bướu ở những người viêm loét dạ dày mạn tính. Tôi gọi điện đến tổng đài 1800 1796 thì được tư vấn và hướng dẫn cách sử dụng. Vì sản phẩm CumarGold có thể dùng chung với thuốc tây nên tôi đã uống liên tục kèm thuốc tây một thời gian. Kiên trì 6 tháng sử dụng, vừa qua tôi đi khám bệnh và nội soi lại thì kết quả vô cùng bất ngờ: Tôi đã giảm hẳn nguy cơ ung thư dạ dày. Cầm tờ kết quả siêu âm trên tay, cả tôi và bác sĩ điều trị đều thật sự ngạc nhiên không ai nghĩ tôi có thể phục hồi nhanh đến vậy.” – chia sẻ của anh Công
Lời khuyên của chuyên gia
“Bệnh nhân loạn sản/dị sản nên tuân thủ đúng và đầy đủ liệu trình điều trị, tái khám theo chỉ định của bác sỹ” – GS.TS.Bác sỹ Nguyễn Khánh Trạch – Chủ tịch Hội Nội khoa Việt Nam
Liệu trình hỗ trợĐIỀU TRỊ CĂN BẢN
Thời gian điều trị: 4 tuần
4 hộp
- Giảm đau rát thượng vị, ợ hơi, buồn nôn
- Ức chế vi khuẩn HP
ƯU ĐÃI
Tư vấn từ chuyên viên y tế trong suốt liệu trình sử dụng
- Giao hàng miễn phí
- Tặng ngay 01 tuýp CumarGold Gel
Đề nghị
Liệu trình hỗ trợ ĐIỀU TRỊ ĐẦY ĐỦ
Thời gian điều trị: 8 tuần
8 hộp
- Kiểm soát mức độ và làm chậm quá trình tiến triển bệnh
- Tạo cảm giác ăn ngon, tiêu hóa tốt.
ƯU ĐÃI
Tư vấn từ chuyên viên y tế trong suốt liệu trình sử dụng
Giao hàng miễn phí
Tiết kiệm 100.000đ – Tặng ngay 01 tuýp CumarGold Gel
Liệu trình hỗ trợ ĐIỀU TRỊ TRIỆT ĐỂ
Thời gian điều trị: 12 tuần
12 hộp
- Giảm mức độ bệnh loạn sản/dị sản dạ dày
- Ngăn ngừa biến chứng ung thư dạ dày
ƯU ĐÃI
Tư vấn từ chuyên viên y tế trong suốt liệu trình sử dụng
- Giao hàng miễn phí
- Ưu đãi lớn, quà tặng bất ngờ
Đăng ký gói liệu trình bạn muốn tìm hiểu
Các chuyên viên y khoa sẽ tư vấn cho anh chị cách dùng sản phẩm cũng như chăm sóc bản thân để dạ dày nhanh bình phục nhất.
Liệu trình TỐI ƯU – 2 THÁNGLiệu trình CĂN BẢN – 1 THÁNGLiệu trình TOÀN DIỆN – 3 THÁNG ĐẶT MUA THEO LIỆU TRÌNH
Thông báo
x [tcb-script] var POST_URL=”https://quantriduan1.cvi.vn/api/v1/lead/create”, ORDER=”Đặt hàng”, PLEASE_WAIT=”Vui lòng đợi”, ERROR_NAME_REQUIRED=”Xin hãy điền họ tên”, ERROR_PHONE_REQUIRED=”Xin hãy điền số điện thoại”, ERROR_PHONE_INVALID=”Số điện thoại phải bắt đầu bằng 0 và có 10 chữ số”, ERROR_AJAX=”Đã có lỗi xảy ra. Vui lòng liên hệ với CSKH để nhận được sự hỗ trợ tốt nhất”, CORS_NOT_SUPPORTED=”Trình duyệt không hỗ trợ CORS”, DYBL_COOKIE_NAME=””, GET_INDENTITY_URL=”https://quantriduan1.cvi.vn/api/v1/common/identity”, THANK_YOU_URL=”https://cumargold.vn/thankyou”; getIdentity(); function sendForm(button) { var form = button.closest(“form”), errorDiv = form.getElementsByClassName(“lp-form-error”)[0], error = “”, positionX, positionY, customerName = form.querySelector(“input[name=name]”), phone = form.querySelector(“input[name=phone]”); if (customerName.value == “”) { errorDiv.innerText = ERROR_NAME_REQUIRED; errorDiv.style.top = (customerName.offsetTop – 50) + “px”; errorDiv.classList.add(“show”); return false; } if (phone.value == “”) { errorDiv.innerText = ERROR_PHONE_REQUIRED; errorDiv.style.top = (phone.offsetTop – 50) + “px”; errorDiv.classList.add(“show”); return false; } else { var regex = /(^0([0-9]{9})$)/g; if (!regex.test(phone.value)) { errorDiv.innerText = ERROR_PHONE_INVALID; errorDiv.style.top = (phone.offsetTop – 50) + “px”; errorDiv.classList.add(“show”); return false; } } errorDiv.classList.remove(“show”); var xhr = createCORSRequest(“POST”, POST_URL); if (!xhr) { alert(CORS_NOT_SUPPORTED); } else { button.disabled = true; button.innerText = PLEASE_WAIT; xhr.onreadystatechange = function() { if (xhr.readyState == XMLHttpRequest.DONE) { // xhrRequest.DONE == 4 button.disabled = false; button.innerText = ORDER; if (xhr.status == 200) { var response = JSON.parse(xhr.responseText); if (response.status) { if (typeof(fbq) == “function” ) { fbq(“track”, “CompleteRegistration”); } if (typeof(gtag) == “function”) { gtag(“event”, “conversion”, { “send_to”: “Conversion_ID/Conversion_Label” }); } if (THANK_YOU_URL) { location.href = THANK_YOU_URL; } else { showLpPopup(form, response.message, true); } } else { showLpPopup(form, response.message, false); } } else { showLpPopup(form, ERROR_AJAX, false); } } }; xhr.onerror = function() { showLpPopup(form, ERROR_AJAX, false); }; xhr.setRequestHeader(“Content-type”, “application/x-www-form-urlencoded”); var data = serializeFormData(form); data += “&” + window.location.search.substring(1); data += “&”+DYBL_COOKIE_NAME+”=”+getCookie(DYBL_COOKIE_NAME); xhr.send(data); } } function createCORSRequest(method, url) { var xhr = new XMLHttpRequest(); if (“withCredentials” in xhr) { // XHR for Chrome/Firefox/Opera/Safari. xhr.open(method, url, true); } else if (typeof XDomainRequest != “undefined”) { // XDomainRequest for IE. xhr = new XDomainRequest(); xhr.open(method, url); } else { // CORS not supported. xhr = null; } return xhr; } function serializeFormData( form ) { var query = []; var elements = form.querySelectorAll( “input, select, textarea” ); for( var i = 0; i < elements.length; ++i ) { var element = elements[i]; var name = element.name; var value = element.value; if ( name && value) { query.push(name+”=”+value); } } return query.join(“&”); } function showLpPopup(form, message, success) { var popup = form.getElementsByClassName(“lp-popup”)[0], popupContent = form.getElementsByClassName(“lp-dialog-content”)[0]; popupContent.innerHTML = message; if (!success) { popup.classList.add(“error”); } popup.classList.add(“show”); } function resetLpElements(button) { var popup = button.closest(“.lp-popup”), form = popup.closest(“form”), customerName = form.getElementsByClassName(“lp-form-customer-name”)[0], phone = form.getElementsByClassName(“lp-form-phone”)[0], quantity = form.getElementsByClassName(“lp-form-quantity”)[0], address = form.getElementsByClassName(“lp-form-address”)[0], note = form.getElementsByClassName(“lp-form-note”)[0]; popup.classList.remove(“error”); popup.classList.remove(“show”); customerName.value = “”; phone.value = “”; quantity.value = “”; address.value = “”; note.value = “”; } function getIdentity() { var id = getCookie(DYBL_COOKIE_NAME); if (id != “”) { return; } var xhr = createCORSRequest(“GET”, GET_INDENTITY_URL); if (!xhr) { alert(CORS_NOT_SUPPORTED); } xhr.onreadystatechange = function() { if (xhr.readyState == XMLHttpRequest.DONE) { // xhrRequest.DONE == 4 if (xhr.status == 200) { var response = JSON.parse(xhr.responseText); if (response.status) { var d = new Date(); d.setTime(d.getTime() + (30*24*60*60*1000)); var expires = “expires=”+ d.toUTCString(); document.cookie = DYBL_COOKIE_NAME+”=” + response.data.identity + “;” + expires + “;path=/”; } } } }; xhr.send(); } function getCookie(cname) { var name = cname + “=”; var decodedCookie = decodeURIComponent(document.cookie); var ca = decodedCookie.split(‘;’); for(var i = 0; i <ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ‘ ‘) { c = c.substring(1); } if (c.indexOf(name) == 0) { return c.substring(name.length, c.length); } } return “”; } [/tcb-script]
(*) Thông tin của anh/chị sẽ được bảo mật và an toàn với chúng tôi.
xem hệ thống nhà thuốc bán Cumargold chính hãng
Click vào nút “Xem Điểm Bán” để xem địa chỉ nhà thuốc bán CumarGold gần bạn nhất!
Thành lập năm 2013
© 2019 CÔNG TY CỔ PHẦN DƯỢC MỸ PHẨM CVI
Địa chỉ: Thửa đất số 24, Lô 06 khu 4.1CC tuyến phố Láng Hạ – Thanh Xuân, P.Nhân Chính, Q.Thanh Xuân, Hà NộiHotline: 1800 1796©2017 Allrights reserved CVI Vietnam
GPKD số 0105440255 do sở KH & ĐT TP Hà Nội cấp ngày 05/08/2011
GIỚI THIỆU VỀ CTY CỔ PHẦN DƯỢC MỸ PHẨM CVI
Có lịch sử 5 năm phát triển các sản phẩm được phát triển từ các dược liệu quý tại VN, CVI luôn tin rằng những sản phẩm từ thảo dược thiên nhiên sẽ giúp ích được cho việc chăm sóc vào bảo vệ sức khoẻ của Việt.
Với sứ mệnh nâng tầm thảo dược, CVI luôn không ngừng nghiên cứu và giới thiệu ra thị trường những sản phẩm hiệu quả tuyệt vời như: Cumargold, Cumargold Kare, Decumar, Heposal , Detox Green…
LƯU Ý
Hiệu quả tuỳ thuộc vào cơ địa của mỗi ngườiSản phẩm này không phải là thuốc và không có tác dụng thay thế thuốc chữa bệnh
- 4 điều cấm kị khi đau dạ dày – chữa mãi không khỏi cũng từ đây mà ra
- Làm sao để xử lý vi khuẩn Hp an toàn và hiệu quả?
- Vi khuẩn Hp dương tính ảnh hưởng gì đến dạ dày? Làm sao để tiêu diệt?
- 10 tác dụng tuyệt vời của tinh bột nghệ – số 7 ít người biết
- Viêm Loét Dạ Dày – Nguyên nhân, triệu chứng và cách điều trị hiệu quả cao
- CumarGold New bán ở đâu? Giá bao nhiêu? Làm sao để mua CumarGold New được ưu đãi giá tốt?
- Uống CumarGold New trong bao lâu thì có hiệu quả?
- Tổng hợp câu hỏi thường gặp về Nano curcumin trong CumarGold