{"id":2958,"date":"2015-11-20T10:22:44","date_gmt":"2015-11-20T10:22:44","guid":{"rendered":"http:\/\/demo.thimpress.com\/eduma\/?page_id=2958"},"modified":"2015-11-20T10:22:44","modified_gmt":"2015-11-20T10:22:44","slug":"account","status":"publish","type":"page","link":"https:\/\/capcuungoaivien.com.vn\/en\/account\/","title":{"rendered":"Account"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2958\" class=\"elementor elementor-2958\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-995e7a6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"995e7a6\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e836ea0\" data-id=\"e836ea0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e394992 elementor-widget__width-initial elementor-widget elementor-widget-thim-login-form\" data-id=\"e394992\" data-element_type=\"widget\" data-widget_type=\"thim-login-form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div id=\"thim-form-login\">\n\t<div class=\"thim-login-container\">\n\t\t<div class=\"thim-login form-submission-login\">\n\t\t\t<h2 class=\"title\">Login with your site account<\/h2>\n\t\t\t<form name=\"loginform\" action=\"https:\/\/capcuungoaivien.com.vn\/wp-login.php\"\n\t\t\t\tmethod=\"post\" novalidate>\n\t\t\t\t<p class=\"login-username\">\n\t\t\t\t\t<input type=\"text\" name=\"log\" placeholder=\"Username or email\"\n\t\t\t\t\t\tclass=\"input required\" size=\"20\" aria-label=\"Username or email\"\/>\n\t\t\t\t<\/p>\n\t\t\t\t<p class=\"login-password\">\n\t\t\t\t\t<input type=\"password\" name=\"pwd\" placeholder=\"Password\"\n\t\t\t\t\t\tclass=\"input required\" value=\"\" size=\"20\" aria-label=\"Password\"\/>\n\t\t\t\t<\/p>\n\t\t\t\t<script id=\"wccp_pro_disable_selection\">\n\nvar image_save_msg = 'You are not allowed to save images!';\n\nvar no_menu_msg = 'Context menu disabled!';\n\nvar smessage = \"Alert: Content selection is disabled!!\";\n\n\n\"use strict\";\n\/* This because search property \"includes\" does not supported by IE*\/\nif (!String.prototype.includes) {\nString.prototype.includes = function(search, start) {\n  if (typeof start !== 'number') {\n\tstart = 0;\n  }\n\n  if (start + search.length > this.length) {\n\treturn false;\n  } else {\n\treturn this.indexOf(search, start) !== -1;\n  }\n};\n}\n\/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*\/\nlet canCall = true;\n\nfunction call_disable_copy_WithDelay(e) {\n  if (canCall) {\n    canCall = false;\n    disable_copy(e);\n    setTimeout(() => {\n      canCall = true;\n    }, 1000);\n  }\n}\n\nfunction disable_copy(e)\n{\n\twindow.wccp_pro_iscontenteditable_flag = false;\n\t\n\twccp_pro_log_to_console_if_allowed(\"disable_copy\");\n\t\n\tvar e = e || window.event; \/\/ also there is no e.target property in IE. instead IE uses window.event.srcElement\n  \t\n\tvar target = e.target || e.srcElement;\n\n\tvar elemtype = e.target.nodeName;\n\t\n\telemtype = elemtype.toUpperCase();\n\t\n\tif (apply_class_exclusion(e) == \"Yes\") return true;\n\n\tif(wccp_pro_iscontenteditable(e) == true) {return true;}\n\t\n\tif(is_content_editable_element(current_clicked_element) == true)\n\t{\n\t\treturn true;\n\t}\n\telse\n\t{\n\t\tif (smessage !== \"\" && e.detail == 2)\n\t\t\tshow_wccp_pro_message(smessage);\n\t\t\n\t\tif (isSafari)\n\t\t{\n\t\t\treturn true;\n\t\t}\n\t\telse\n\t\t{\n\t\t\t\/\/wccp_pro_clear_any_selection();\n\t\t\t\n\t\t\treturn false;\n\t\t}\n\t}\n\t\n\t\/*disable context menu when shift + right click is pressed*\/\n\tvar shiftPressed = 0;\n\t\n\tvar evt = e?e:window.event;\n\t\n\tif (parseInt(navigator.appVersion)>3) {\n\t\t\n\t\tif (document.layers && navigator.appName==\"Netscape\")\n\t\t\t\n\t\t\tshiftPressed = (e.modifiers-0>3);\n\t\t\t\n\t\telse\n\t\t\t\n\t\t\tshiftPressed = e.shiftKey;\n\t\t\t\n\t\tif (shiftPressed) {\n\t\t\t\n\t\t\tif (smessage !== \"\") show_wccp_pro_message(smessage);\n\t\t\t\n\t\t\tvar isFirefox = typeof InstallTrigger !== 'undefined';   \/* Firefox 1.0+ *\/\n\t\t\t\n\t\t\tif (isFirefox) {\n\t\t\tevt.cancelBubble = true;\n\t\t\tif (evt.stopPropagation) evt.stopPropagation();\n\t\t\tif (evt.preventDefault()) evt.preventDefault();\n\t\t\tshow_wccp_pro_message (smessage);\n\t\t\twccp_pro_clear_any_selection();\n\t\t\treturn false;\n\t\t\t}\n\t\t\t\n\t\t\twccp_pro_clear_any_selection();\n\t\t\treturn false;\n\t\t}\n\t}\n\t\n\tif(e.which === 2 ){\n\tvar clickedTag_a = (e==null) ? event.srcElement.tagName : e.target.tagName;\n\t   show_wccp_pro_message(smessage);\n       wccp_pro_clear_any_selection(); return false;\n    }\n\tvar isSafari = \/Safari\/.test(navigator.userAgent) && \/Apple Computer\/.test(navigator.vendor);\n\tvar checker_IMG = 'checked';\n\tif (elemtype == \"IMG\" && checker_IMG == 'checked' && e.detail == 2) {show_wccp_pro_message(alertMsg_IMG);wccp_pro_clear_any_selection();return false;}\n\n    \/\/elemtype must be merged by elemtype checker on function disable_copy & disable_hot_keys\n\tif (is_content_editable_element(elemtype) == false)\n\t{\n\t\tif (smessage !== \"\" && e.detail == 2)\n\t\t\tshow_wccp_pro_message(smessage);\n\t\t\n\t\tif (isSafari)\n\t\t{\n\t\t\treturn true;\n\t\t}\n\t\telse\n\t\t{\n\t\t\twccp_pro_clear_any_selection(); return false;\n\t\t}\n\t}\n\telse\n\t{\n\t\treturn true;\n\t}\n}\n\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\nfunction disable_copy_ie()\n{\n\twccp_pro_log_to_console_if_allowed(\"disable_copy_ie_function_started\");\n\t\n\tvar e = e || window.event;\n\t\/*also there is no e.target property in IE.*\/\n\t\/*instead IE uses window.event.srcElement*\/\n  \tvar target = e.target || e.srcElement;\n\t\n\tvar elemtype = window.event.srcElement.nodeName;\n\t\n\telemtype = elemtype.toUpperCase();\n\n\tif(wccp_pro_iscontenteditable(e) == true) return true;\n\t\n\tif (apply_class_exclusion(e) == \"Yes\") return true;\n\t\n\tif (elemtype == \"IMG\") {show_wccp_pro_message(alertMsg_IMG);return false;}\n\t\n\t\/\/elemtype must be merged by elemtype checker on function disable_copy & disable_hot_keys\n\tif (is_content_editable_element(elemtype) == false)\n\t{\n\t\treturn false;\n\t}\n}\nfunction disable_drag_text(e)\n{\n\twccp_pro_log_to_console_if_allowed(\"disable_drag_text\");\n\t\n\t\/*var isSafari = \/Safari\/.test(navigator.userAgent) && \/Apple Computer\/.test(navigator.vendor);*\/\n\t\/*if (isSafari) {show_wccp_pro_message(alertMsg_IMG);return false;}*\/\n\t\n\tvar e = e || window.event; \/\/ also there is no e.target property in IE. instead IE uses window.event.srcElement*\/\n  \t\n\tvar target = e.target || e.srcElement;\n\t\n\t\/*For contenteditable tags*\/\n\t\n\tif (apply_class_exclusion(e) == \"Yes\") return true;\n\n\tvar elemtype = e.target.nodeName;\n\t\n\telemtype = elemtype.toUpperCase();\n\t\n\tvar disable_drag_text_drop = 'checked';\n\t\n\tif (disable_drag_text_drop != \"checked\")  return true;\n\t\n\tif (window.location.href.indexOf(\"\/user\/\") > -1) {\n      return true; \/*To allow users to drag & drop images when editing thier profiles*\/\n    }\n\t\n\treturn false;\n}\n\n\/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/special for safari Start\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*\/\nvar onlongtouch;\n\nvar timer;\n\nvar touchduration = 1000; \/*length of time we want the user to touch before we do something*\/\n\nvar elemtype = \"\";\n\nfunction touchstart(e)\n{\n\twccp_pro_log_to_console_if_allowed(\"touchstart\");\n\t\n\te = e || window.event;\/\/ also there is no e.target property in IE. instead IE uses window.event.srcElement\n\t\n\tvar target = e.target || e.srcElement;\n\n\tvar elemtype = e.target.nodeName;\n\t\n\telemtype = elemtype.toUpperCase();\n\t\n\t\/\/if (elemtype == \"A\") return;\n\n\tif (apply_class_exclusion(elemtype) == 'Yes') return;\n\t\/*also there is no e.target property in IE.*\/\n\t\/*instead IE uses window.event.srcElement*\/\n\t\n\tif(!wccp_pro_is_passive()) e.preventDefault();\n\tif (!timer) {\n\t\ttimer = setTimeout(onlongtouch, touchduration);\n\t}\n}\n\nfunction touchend()\n{\n\twccp_pro_log_to_console_if_allowed(\"touchend\");\n\t\n    \/*stops short touches from firing the event*\/\n    if (timer) {\n        clearTimeout(timer);\n        timer = null;\n    }\n\tonlongtouch();\n}\n\nonlongtouch = function(e)\/*this will clear the current selection if any_not_editable_thing selected*\/\n{\n\twccp_pro_log_to_console_if_allowed(\"onlongtouch\");\n\t\n\tif (is_content_editable_element(elemtype) == false)\n\t{\n\t\tif (window.getSelection) {\n\t\t\tif (window.getSelection().empty) { \/*Chrome*\/\n\t\t\twindow.getSelection().empty();\n\t\t\t} else if (window.getSelection().removeAllRanges) {  \/*Firefox*\/\n\t\t\twindow.getSelection().removeAllRanges();\n\t\t\t}\n\t\t} else if (document.selection) {  \/*IE?*\/\n\t\t\tvar textRange = document.body.createTextRange();\n\t\t\ttextRange.moveToElementText(element);\n\t\t\ttextRange.select();\n\n\t\t\tdocument.selection.empty();\n\t\t}\n\t\treturn false;\n\t}\n};\n\ndocument.addEventListener(\"DOMContentLoaded\", function(event)\n\t{ \n\t\twindow.addEventListener(\"touchstart\", touchstart, false);\n\t\twindow.addEventListener(\"touchend\", touchend, false);\n\t});\n\n\nfunction wccp_pro_is_passive()\n{\n\twccp_pro_log_to_console_if_allowed(\"wccp_pro_is_passive\");\n\t\n\tvar cold = false,\n\thike = function() {};\n\n\ttry {\n\tvar aid = Object.defineProperty({}, 'passive', {\n\tget() {cold = true}\n\t});\n\twindow.addEventListener('test', hike, aid);\n\twindow.removeEventListener('test', hike, aid);\n\t} catch (e) {}\n\n\treturn cold;\n}\n\/*\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/*\/\nfunction reEnable()\n{\n\treturn true;\n}\n\nif(navigator.userAgent.indexOf('MSIE')==-1) \/\/If not IE\n{\n\tdocument.ondragstart = disable_drag_text;\n\tdocument.onselectstart = call_disable_copy_WithDelay;\n\tdocument.onselectionchange = call_disable_copy_WithDelay;\n\t\/\/document.onmousedown = disable_copy;\n\t\/\/document.addEventListener('click', disable_copy, false);\n\t\/\/document.addEventListener('click', set_current_clicked_element, false);\n\tdocument.addEventListener('mousedown', set_current_clicked_element, false);\n\t\/\/document.onclick = reEnable;\n}else\n{\n\tdocument.onselectstart = disable_copy_ie;\n}\n\nvar current_clicked_element = \"\";\n\nvar current_clicked_object = null;\n\nfunction set_current_clicked_element(e)\n{\n\tvar e = e || window.event; \/\/ also there is no e.target property in IE. instead IE uses window.event.srcElement\n  \t\n\tvar target = e.target || e.srcElement;\n\n\tvar elemtype = e.target.nodeName;\n\t\n\telemtype = elemtype.toUpperCase();\n\t\n\tcurrent_clicked_element = elemtype;\n\t\n\twccp_pro_log_to_console_if_allowed(\"current_clicked_element = \" + current_clicked_element, arguments.callee.name);\n}\n<\/script>\n\t<script id=\"wccp_pro_css_disable_selection\">\n\tfunction wccp_pro_msieversion() \n\t\t{\n\t\t\tvar ua = window.navigator.userAgent;\n\t\t\tvar msie = ua.indexOf(\"MSIE\");\n\t\t\tvar msie2 = ua.indexOf(\"Edge\");\n\t\t\tvar msie3 = ua.indexOf(\"Trident\");\n\n\t\tif (msie > -1 || msie2 > -1 || msie3 > -1) \/\/ If Internet Explorer, return version number\n\t\t{\n\t\t\treturn \"IE\";\n\t\t}\n\t\telse  \/\/ If another browser, return 0\n\t\t{\n\t\t\treturn \"otherbrowser\";\n\t\t}\n\t}\n    \n\tvar e = document.getElementsByTagName('H1')[0];\n\tif(e && wccp_pro_msieversion() == \"IE\")\n\t{\n\t\te.setAttribute('unselectable',\"on\");\n\t}\n\t<\/script>\n<script id=\"wccp_pro_disable_hot_keys\">\n\/*****************For contenteditable tags***************\/\nvar wccp_pro_iscontenteditable_flag = false;\n\nfunction wccp_pro_iscontenteditable(e)\n{\n\tvar e = e || window.event; \/\/ also there is no e.target property in IE. instead IE uses window.event.srcElement\n  \t\n\tvar target = e.target || e.srcElement;\n\t\n\tvar iscontenteditable = \"false\";\n\t\t\n\tif(typeof target.getAttribute!=\"undefined\" )\n\t{\n\t\tiscontenteditable = target.getAttribute(\"contenteditable\"); \/\/ Return true or false as string\n\t\t\n\t\tif(typeof target.hasAttribute!=\"undefined\")\n\t\t{\n\t\t\tif(target.hasAttribute(\"contenteditable\"))\n\t\t\t\tiscontenteditable = true;\n\t\t}\n\t}\n\t\n\twccp_pro_log_to_console_if_allowed(\"iscontenteditable:\" + iscontenteditable);\n\t\n\tvar iscontenteditable2 = false;\n\t\n\tif(typeof target.isContentEditable!=\"undefined\" ) iscontenteditable2 = target.isContentEditable; \/\/ Return true or false as boolean\n\n\tif(target.parentElement !=null) iscontenteditable2 = target.parentElement.isContentEditable;\n\t\n\tif (iscontenteditable == \"true\" || iscontenteditable == true || iscontenteditable2 == true)\n\t{\n\t\tif(typeof target.style!=\"undefined\" ) target.style.cursor = \"text\";\n\t\t\n\t\twccp_pro_iscontenteditable_flag = true;\n\t\t\n\t\twccp_pro_log_to_console_if_allowed(\"wccp_pro_iscontenteditable: true\");\n\t\t\n\t\treturn true;\n\t}\n\twccp_pro_log_to_console_if_allowed(\"wccp_pro_iscontenteditable: false\");\n}\n\/******************************************************\/\nfunction wccp_pro_clear_any_selection()\n{\n\tif(window.wccp_pro_iscontenteditable_flag == true) return;\n\t\n\twccp_pro_log_to_console_if_allowed(\"wccp_pro_clear_any_selection\");\n\t\n\tvar myName = wccp_pro_clear_any_selection.caller.toString();\n\t\n\tmyName = myName.substr('function '.length);\n\t\n\tmyName = myName.substr(0, myName.indexOf('('));\n\n\twccp_pro_log_to_console_if_allowed(\"called_by: \" + myName);\n\t\n\tif (window.getSelection)\n\t{\n\t\tif (window.getSelection().empty)\n\t\t{  \/\/ Chrome\n\t\t\twindow.getSelection().empty();\n\t\t} else if (window.getSelection().removeAllRanges) \n\t\t{  \/\/ Firefox\n\t\t\twindow.getSelection().removeAllRanges();\n\t\t}\n\t} else if (document.selection)\n\t{  \/\/ IE?\n\t\tdocument.selection.empty();\n\t}\n\t\n\t\/\/show_wccp_pro_message(\"You are not allowed to make this operation\");\n}\n\n\n\/*Is content_editable element*\/\nfunction is_content_editable_element(element_name = \"\")\n{\n\tif (element_name == \"TEXT\" || element_name == \"#TEXT\" || element_name == \"TEXTAREA\" || element_name == \"INPUT\" || element_name == \"PASSWORD\" || element_name == \"SELECT\" || element_name == \"OPTION\" || element_name == \"EMBED\" || element_name == \"CODE\" || element_name == \"CODEBLOCK_WCCP\")\n\t{\n\t\twccp_pro_log_to_console_if_allowed(\"is_content_editable_element: true >>\" + element_name);\n\t\t\n\t\treturn true;\n\t}\n\twccp_pro_log_to_console_if_allowed(\"is_content_editable_element: false >>\" + element_name);\n\t\n\treturn false;\n}\n\/*Is selection enabled element*\/\n\/*\nfunction is_selection_enabled_element(element_name = \"\")\n{\n\tif (is_content_editable_element == true)\n\t{\n\t\twccp_pro_log_to_console_if_allowed(\"is_selection_enabled_element: true >>\" + element_name);\n\t\t\n\t\treturn true;\n\t}\n\twccp_pro_log_to_console_if_allowed(\"is_selection_enabled_element: false >>\" + element_name);\n\t\n\treturn false;\n}\n*\/\n\/*Hot keys function  *\/\nfunction disable_hot_keys(e)\n{\n\twccp_pro_log_to_console_if_allowed(\"disable_hot_keys\");\n\t\n\te = e || window.event;\n\t\n\t\/\/console.log(e);\n\t\n\tif (!e) return;\n\t\n\tvar key;\n\n\t\tif(window.event)\n\t\t\t  key = window.event.keyCode;     \/*IE*\/\n\t\telse if (e.hasOwnProperty(\"which\")) key = e.which;     \/*firefox (97)*\/\n\n\twccp_pro_log_to_console_if_allowed(\"Data:\", key);\n\t\n\t\t\t\n\t\tif (key == 123 || (e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)) )\/\/F12 chrome developer key disable\n\t\t{\n\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\t\n\t\t\treturn false;\n\t\t}\n\t\t\n\tvar elemtype = e.target.tagName;\n\t\n\telemtype = elemtype.toUpperCase();\n\t\n\tvar sel = getSelectionTextAndContainerElement();\n\t\n\tif(elemtype == \"BODY\" && sel.text != \"\") elemtype = sel.containerElement.tagName; \/* no need for it when tag name is BODY, so we get the selected text tag name *\/\n\n\t\/*elemtype must be merged by elemtype checker on function disable_copy & disable_copy_ie*\/\n\tif (is_content_editable_element(elemtype) == true)\n\t{\n\t\telemtype = 'TEXT';\n\t}\n\t\n\tif(wccp_pro_iscontenteditable(e) == true) elemtype = 'TEXT';\n\t\n\t\tif (key == 44)\/*For any emement type, text elemtype is not excluded here, (prntscr (44)*\/\n\t\t{\n\t\t\tcopyTextToClipboard(\"\");\n\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\treturn false;\n\t\t}\t\n\tif (e.ctrlKey || e.metaKey)\n\t{\n\t\tif (elemtype!= 'TEXT' && (key == 97 || key == 99 || key == 120 || key == 26 || key == 43))\n\t\t{\n\t\t\t show_wccp_pro_message('Alert: You are not allowed to copy content or view source');\n\t\t\t return false;\n\t\t}\n\t\tif (elemtype!= 'TEXT')\n\t\t{\n\t\t\t\t\t\t\n\t\t\tif (key == 65)\n\t\t\t{\n\t\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\t\treturn false;\n\t\t\t}\t\t\t\n\t\t\t\t\t\t\n\t\t\tif (key == 67)\n\t\t\t{\n\t\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\t\treturn false;\n\t\t\t}\t\t\t\n\t\t\t\t\t\t\n\t\t\tif (key == 88)\n\t\t\t{\n\t\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\t\treturn false;\n\t\t\t}\t\t\t\n\t\t\t\t\t\t\n\t\t\tif (key == 86)\n\t\t\t{\n\t\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\t\treturn false;\n\t\t\t}\t\t}\n\t\t\t\t\n\t\tif (key == 85)\n\t\t{\n\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\treturn false;\n\t\t}\t\t\n\t\t\t\tif (key == 80)\n\t\t{\n\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\treturn false;\n\t\t}\t\t\n\t\t\t\tif (key == 44)\n\t\t{\n\t\t\tcopyTextToClipboard(\"no\");\n\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\treturn false;\n\t\t}\t\t\n\t\t\n\t\t\t\t\tif (key == 73)\/\/F12 chrome developer key disable\n\t\t\t{\n\t\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t\t\n\t\t\t\t\n\t\tif (key == 83)\n\t\t{\n\t\t\tshow_wccp_pro_message('You are not allowed to do this action on the current page!!');\n\t\t\treturn false;\n\t\t}    }\nreturn true;\n}\n\n\nwindow.addEventListener('load', function (){\n\tif(window.Zepto || !window.jQuery) jQuery =  $;\n\tjQuery(document).ready(function() {\n\t  jQuery(document).bind(\"keyup keydown\", disable_hot_keys);\n\t});\n});\n\n<\/script>\n<style>\n.wccp_pro_copy_code_button\n{\n\tline-height: 6px;\n\twidth: auto;\n\tfont-size: 8pt;\n\tfont-family: tahoma;\n\tmargin-top: 1px;\n\tposition:absolute;\n\ttop:0;\n\tright:0;\n\tborder-radius: 4px;\n\topacity: 100%;\n}\n.wccp_pro_copy_code_button:hover\n{\n\topacity: 100%;\n}\n\n.wccp_pro_copy_code_button[disabled]\n{\n\topacity: 40%;\n}\ncode,pre\n{\n\toverflow: visible;\n\twhite-space: pre-line;\n}\n<\/style>\n<script id=\"wccp_pro_disable_Right_Click\">\n\n\tfunction wccp_pro_nocontext(e)\n\t{\n\t\twccp_pro_log_to_console_if_allowed(\"wccp_pro_nocontext function\");\n\t\t\n\t\tconst caller = wccp_pro_nocontext.caller;\n\t\t\n\t\tif (caller) wccp_pro_log_to_console_if_allowed(\"Caller function is: \" + caller.name);\n\t\t\n\t\te = e || window.event; \/\/ also there is no e.target property in IE. instead IE uses window.event.srcElement\n\t\t\n\t\tif (apply_class_exclusion(e) == 'Yes') return true;\n\t\t\n\t\tvar exception_tags = 'NOTAG,';\n\t\t\n\t\tvar clickedTag = (e==null) ? event.srcElement.tagName : e.target.tagName;\n\t\t\n\t\twccp_pro_log_to_console_if_allowed(\"clickedTag: \" + clickedTag);\n\t\t\n\t\tvar target = e.target || e.srcElement;\n\t\t\n\t\tvar parent_tag = \"\"; var parent_of_parent_tag = \"\";\n\t\t\n\t\tif(target.parentElement != null)\n\t\t{\n\t\t\tparent_tag = target.parentElement.tagName;\n\t\t\t\n\t\t\tif(target.parentElement.parentElement != null) parent_of_parent_tag = target.parentElement.parentElement.tagName;\n\t\t}\n\t\t\n\t\tvar checker = 'checked';\n\t\tif ((clickedTag == \"IMG\" || clickedTag == \"FIGURE\" || clickedTag == \"SVG\" || clickedTag == \"PROTECTEDIMGDIV\") && checker == 'checked') {\n\t\t\tif (alertMsg_IMG != \"\")show_wccp_pro_message(alertMsg_IMG);\n\t\t\treturn false;\n\t\t}else {exception_tags = exception_tags + 'IMG,';}\n\t\t\n\t\tchecker = '';\n\t\tif ((clickedTag == \"VIDEO\" || clickedTag == \"PROTECTEDWCCPVIDEO\" || clickedTag == \"EMBED\") && checker == 'checked') {\n\t\t\tif (alertMsg_VIDEO != \"\")show_wccp_pro_message(alertMsg_VIDEO);\n\t\t\treturn false;\n\t\t}else {exception_tags = exception_tags + 'VIDEO,PROTECTEDWCCPVIDEO,EMBED,';}\n\t\t\n\t\tchecker = 'checked';\n\t\tif ((clickedTag == \"A\" || clickedTag == \"TIME\" || parent_tag == \"A\" || parent_of_parent_tag == \"A\") && checker == 'checked') {\n\t\t\tif (alertMsg_A != \"\")show_wccp_pro_message(alertMsg_A);\n\t\t\treturn false;\n\t\t}else {exception_tags = exception_tags + 'A,';if(parent_tag == \"A\" || parent_of_parent_tag == \"A\") clickedTag = \"A\";}\n\n\t\tchecker = 'checked';\n\t\tif ((clickedTag == \"P\" || clickedTag == \"B\" || clickedTag == \"FONT\" ||  clickedTag == \"LI\" || clickedTag == \"UL\" || clickedTag == \"STRONG\" || clickedTag == \"OL\" || clickedTag == \"BLOCKQUOTE\" || clickedTag == \"TH\" || clickedTag == \"TR\" || clickedTag == \"TD\" || clickedTag == \"SPAN\" || clickedTag == \"EM\" || clickedTag == \"SMALL\" || clickedTag == \"I\" || clickedTag == \"BUTTON\") && checker == 'checked') {\n\t\t\tif (alertMsg_PB != \"\")show_wccp_pro_message(alertMsg_PB);\n\t\t\treturn false;\n\t\t}else {exception_tags = exception_tags + 'P,B,FONT,LI,UL,STRONG,OL,BLOCKQUOTE,TD,SPAN,EM,SMALL,I,BUTTON,';}\n\t\t\n\t\tchecker = 'checked';\n\t\tif ((clickedTag == \"INPUT\" || clickedTag == \"PASSWORD\") && checker == 'checked') {\n\t\t\tif (alertMsg_INPUT != \"\")show_wccp_pro_message(alertMsg_INPUT);\n\t\t\treturn false;\n\t\t}else {exception_tags = exception_tags + 'INPUT,PASSWORD,';}\n\t\t\n\t\tchecker = 'checked';\n\t\tif ((clickedTag == \"H1\" || clickedTag == \"H2\" || clickedTag == \"H3\" || clickedTag == \"H4\" || clickedTag == \"H5\" || clickedTag == \"H6\" || clickedTag == \"ASIDE\" || clickedTag == \"NAV\") && checker == 'checked') {\n\t\t\tif (alertMsg_H != \"\")show_wccp_pro_message(alertMsg_H);\n\t\t\treturn false;\n\t\t}else {exception_tags = exception_tags + 'H1,H2,H3,H4,H5,H6,';}\n\t\t\n\t\tchecker = 'checked';\n\t\tif (clickedTag == \"TEXTAREA\" && checker == 'checked') {\n\t\t\tif (alertMsg_TEXTAREA != \"\")show_wccp_pro_message(alertMsg_TEXTAREA);\n\t\t\treturn false;\n\t\t}else {exception_tags = exception_tags + 'TEXTAREA,';}\n\t\t\n\t\tchecker = 'checked';\n\t\tif ((clickedTag == \"DIV\" || clickedTag == \"BODY\" || clickedTag == \"HTML\" || clickedTag == \"ARTICLE\" || clickedTag == \"SECTION\" || clickedTag == \"NAV\" || clickedTag == \"HEADER\" || clickedTag == \"FOOTER\") && checker == 'checked') {\n\t\t\tif (alertMsg_EmptySpaces != \"\")show_wccp_pro_message(alertMsg_EmptySpaces);\n\t\t\treturn false;\n\t\t}\n\t\telse\n\t\t{\n\t\t\tif (exception_tags.indexOf(clickedTag)!=-1)\n\t\t\t{\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\telse\n\t\t\treturn false;\n\t\t}\n\t}\n\t\n\tfunction disable_drag_images(e)\n\t{return;\n\t\twccp_pro_log_to_console_if_allowed(\"disable_drag_images\");\n\t\t\n\t\tvar e = e || window.event; \/\/ also there is no e.target property in IE. instead IE uses window.event.srcElement\n\t\t\n\t\tvar target = e.target || e.srcElement;\n\t\t\n\t\t\/\/For contenteditable tags\n\t\tif (apply_class_exclusion(e) == \"Yes\") return true;\n\n\t\tvar elemtype = e.target.nodeName;\n\t\t\n\t\tif (elemtype != \"IMG\") {return;}\n\t\t\n\t\telemtype = elemtype.toUpperCase();\n\t\t\n\t\tvar disable_drag_drop_images = 'checked';\n\t\t\n\t\tif (disable_drag_drop_images != \"checked\")  return true;\n\t\t\n\t\tif (window.location.href.indexOf(\"\/user\/\") > -1) {\n\t\t  return true; \/\/To allow users to drag & drop images when editing thier profiles\n\t\t}\n\t\t\n\t\tshow_wccp_pro_message(alertMsg_IMG);\n\t\t\n\t\treturn false;\n\t}\n\t\n\tvar alertMsg_IMG = \"Alert: Protected image\";\n\tvar alertMsg_A = \"Alert: This link is protected\";\n\tvar alertMsg_PB = \"Alert: Right click on text is disabled\";\n\tvar alertMsg_INPUT = \"Alert: Right click is disabled\";\n\tvar alertMsg_H = \"Alert: Right click on headlines is disabled\";\n\tvar alertMsg_TEXTAREA = \"Alert: Right click is disabled\";\n\tvar alertMsg_EmptySpaces = \"Alert: Right click on empty spaces is disabled\";\n\tvar alertMsg_VIDEO = \"Alert: Right click on videos is disabled\";\n\t\/\/document.oncontextmenu=null;\n\twindow.addEventListener('load', function (){\n\tif(window.Zepto || !window.jQuery) jQuery =  $;\n\tjQuery(document).ready(function(){\n\t\tjQuery(document).on('contextmenu', wccp_pro_nocontext);\n\t});\n\t});\n\twindow.addEventListener('load', function (){\n\tif (typeof jQuery === 'undefined')\n\t{\n\t\talert(\"no jquery\");\n\t\tdocument.oncontextmenu = wccp_pro_nocontext;\n\t\tdocument.addEventListener(\"contextmenu\",wccp_pro_nocontext);\n\t\twindow.addEventListener(\"contextmenu\",wccp_pro_nocontext);\n\t}\n\t});\n<\/script>\n\t\n\t<script id=\"wccp_pro_disable_drag_images\">\n\tdocument.ondragstart = disable_drag_images;\n\t\twindow.addEventListener('load', function (){\n\t\t\tif(window.Zepto || !window.jQuery) jQuery =  $;\n\t\t\tjQuery(document).ready(function(){\n\t\t\t\tjQuery('img').each(function() {\n\t\t\t\t\tjQuery(this).attr('draggable', false);\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t<\/script>\n\t<style id=\"wccp_pro_style1\">\n\t\timg{\n\t\t\t-moz-user-select: none;\n\t\t\t-webkit-user-select: none;\n\t\t\t-ms-user-select: none;\n\t\t\t-khtml-user-select: none;\n\t\t\tuser-select: none;\n\t\t\t-webkit-user-drag: none;\n\t\t}\n\t<\/style>\n<script>\n\/\/ JavaScript to delete the cookie after 5 seconds\nwindow.addEventListener(\"load\", function() {\n    setTimeout(function() {\n        \/\/ To delete a cookie, set its expiry date in the past\n        document.cookie = \"my_insidewebsite_cookie=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=\/;\";\n        console.log(\"Cookie deleted\");\n    }, 5000);\n});\n<\/script>\n<script id=\"wccp_pro_class_exclusion\">\nfunction copyToClipboard(elem) {\n\t  \/\/ create hidden text element, if it doesn't already exist\n    var targetId = \"_wccp_pro_hiddenCopyText_\";\n    {\n        \/\/ must use a temporary form element for the selection and copy\n        target = document.getElementById(targetId);\n        if (!target) {\n            var target = document.createElement(\"textarea\");\n            target.style.position = \"absolute\";\n            target.style.left = \"-9999px\";\n            target.style.top = \"0\";\n            target.id = targetId;\n            document.body.appendChild(target);\n        }\n        target.textContent = elem.textContent;\n    }\n    \/\/ select the content\n    var currentFocus = document.activeElement;\n    target.focus();\n    target.setSelectionRange(0, target.value.length);\n    \n    \/\/ copy the selection\n    var succeed;\n    try {\n    \t  succeed = document.execCommand(\"copy\");\n    } catch(e) {\n        succeed = false;\n    }\n\n    \/\/ restore original focus\n    if (currentFocus && typeof currentFocus.focus === \"function\") {\n        currentFocus.focus();\n    }\n    \n    \n\t\/\/ clear temporary content\n\ttarget.textContent = \"\";\n\tdocument.getElementsByTagName('span')[0].innerHTML = \" \";\n    return succeed;\n}\n\/**************************************************\/\nfunction wccp_pro_log_to_console_if_allowed(data = \"\")\n{\/\/return;\n\tvar myName = \"\";\n\t\n\tif(wccp_pro_log_to_console_if_allowed.caller != null) myName = wccp_pro_log_to_console_if_allowed.caller.toString();\n\t\n\tmyName = myName.substr('function '.length);\n\t\n\tmyName = myName.substr(0, myName.indexOf('('));\n\t\n\t}\n\/**************************************************\/\nfunction fallbackCopyTextToClipboard(text) {\n  var textArea = document.createElement(\"textarea\");\n  textArea.value = text;\n  document.body.appendChild(textArea);\n  textArea.focus();\n  textArea.select();\n\n  try {\n    var successful = document.execCommand(\"copy\");\n    var msg = successful ? \"successful\" : \"unsuccessful\";\n    wccp_pro_log_to_console_if_allowed(\"Fallback: Copying text command was \" + msg);\n  } catch (err) {\n    console.error(\"Fallback: Oops, unable to copy\", err);\n  }\n\n  document.body.removeChild(textArea);\n}\n\/*****************************************\/\nfunction copyTextToClipboard(text) {\n  if (!navigator.clipboard) {\n    fallbackCopyTextToClipboard(text);\n    return;\n  }\n  navigator.clipboard.writeText(text).then(\n    function() {\n      console.log(\"Async: Copying to clipboard was successful!\");\n    },\n    function(err) {\n      console.error(\"Async: Could not copy text: \", err);\n    }\n  );\n}\n\/*****************************************\/\n\/*getSelectionTextAndContainerElement*\/\nfunction getSelectionTextAndContainerElement()\n{\n    var text = \"\", containerElement = null;\n    if (typeof window.getSelection != \"undefined\") {\n        var sel = window.getSelection();\n        if (sel.rangeCount) {\n            var node = sel.getRangeAt(0).commonAncestorContainer;\n            containerElement = node.nodeType == 1 ? node : node.parentNode;\n\t\t\tif (typeof(containerElement.parentElement) != 'undefined') current_clicked_object = containerElement.parentElement;\n            text = sel.toString();\n        }\n    } else if (typeof document.selection != \"undefined\" && document.selection.type != \"Control\")\n\t{\n        var textRange = document.selection.createRange();\n        containerElement = textRange.parentElement();\n        text = textRange.text;\n    }\n    \n\treturn {\n        text: text,\n        containerElement: containerElement\n    };\n}\n\nfunction getSelectionParentElement() {\n    var parentEl = null, sel;\n\t\n    if (window.getSelection) {\n        sel = window.getSelection();\n        if (sel.rangeCount) {\n            parentEl = sel.getRangeAt(0).commonAncestorContainer;\n\t\t\t\/\/sel.getRangeAt(0).startContainer.parentNode;\n            if (parentEl.nodeType != 1) {\n                parentEl = parentEl.parentNode;\n            }\n        }\n    } else if ( (sel = document.selection) && sel.type != \"Control\") {\n        parentEl = sel.createRange().parentElement();\n    }\n\t\n\tlet arr = new Array();\n\t\n\tarr[\"nodeName\"] = \"cant_find_parent_element\";\n\t\n\tif(parentEl != null)\n\t\treturn parentEl;\n\telse\n\t\treturn arr;\n}\n\/*****************************************\/\nfunction sleep(ms) {\n    return new Promise(resolve => setTimeout(resolve, ms));\n}\n\/*****************************************\/\n<\/script>\n\n<script id=\"apply_class_exclusion\">\nfunction apply_class_exclusion(e)\n{\n\twccp_pro_log_to_console_if_allowed(e);\n\t\n\tvar my_return = 'No';\n\t\n\tvar e = e || window.event; \/\/ also there is no e.target property in IE. instead IE uses window.event.srcElement\n  \t\n\tvar target = e.target || e.srcElement || e || 'nothing';\n\t\n\tvar excluded_classes = '' + '';\n\t\n\tvar class_to_exclude = \"\";\n\t\n\tif(target.parentElement != null)\n\t{\n\t\tclass_to_exclude = target.className + ' ' + target.parentElement.className || '';\n\t}else{\n\t\tclass_to_exclude = target.className;\n\t}\n\t\n\tvar class_to_exclude_array = Array();\n\t\n\t\/\/console.log(class_to_exclude);\n\t\n\tif (typeof(class_to_exclude) != 'undefined') class_to_exclude_array = class_to_exclude.split(\" \");\n\t\n\t\/\/console.log (class_to_exclude_array);\n\t\n\tclass_to_exclude_array.forEach(function(item)\n\t{\n\t\tif(item != '' && excluded_classes.indexOf(item)>=0)\n\t\t{\n\t\t\t\/\/target.style.cursor = \"text\";\n\t\t\t\n\t\t\t\/\/console.log ('Yes');\n\t\t\t\n\t\t\tmy_return = 'Yes';\n\t\t}\n\t});\n\n\ttry {\n\t\tclass_to_exclude = target.parentElement.getAttribute('class') || target.parentElement.className || '';\n\t\t}\n\tcatch(err) \n\t\t{\n\t\tclass_to_exclude = '';\n\t\t}\n\t\n\tif(class_to_exclude != '' && excluded_classes.indexOf(class_to_exclude)>=0)\n\t{\n\t\t\/\/target.style.cursor = \"text\";\n\t\tmy_return = 'Yes';\n\t}\n\n\treturn my_return;\n}\n<\/script>\n<style id=\"wccp_pro_style2\" data-asas-style=\"\">\n\n\t\n\t*[contenteditable] , [contenteditable] *,*[contenteditable=\"true\"] , [contenteditable=\"true\"] * { \/* for contenteditable tags*\/ , \/* for tags inside contenteditable tags*\/\n\t  -webkit-user-select: auto !important;\n\t  cursor: text !important;\n\t  user-select: text !important;\n\t  pointer-events: auto !important;\n\t}\n\t\n\t\/*\n\t*[contenteditable]::selection, [contenteditable] *::selection, [contenteditable=\"true\"]::selection, [contenteditable=\"true\"] *::selection { background: Highlight !important; color: HighlightText !important;}\n\t*[contenteditable]::-moz-selection, [contenteditable=\"true\"] *::-moz-selection { background: Highlight !important; color: HighlightText !important;}\n\tinput::selection,textarea::selection, code::selection, code > *::selection { background: Highlight !important; color: HighlightText !important;}\n\tinput::-moz-selection,textarea::-moz-selection, code::-moz-selection, code > *::-moz-selection { background: Highlight !important; color: HighlightText !important;}\n\t*\/\n\ta{ cursor: pointer ; pointer-events: auto !important;}\n\n\t<\/style><style>TEXT,TEXTAREA,input[type=\"text\"] {cursor: text !important; user-select: text !important;}<\/style>\t<script id=\"wccp_pro_alert_message\">\n\twindow.addEventListener('DOMContentLoaded', function() {}); \/\/This line to stop JS deffer function in wp-rockt pluign\n\t\n\twindow.addEventListener('load', function (){\n\t\t\/\/ Create the first div element with the \"oncontextmenu\" attribute\n\t\tconst wccp_pro_mask = document.createElement('div');\n\t\twccp_pro_mask.setAttribute('oncontextmenu', 'return false;');\n\t\twccp_pro_mask.setAttribute('id', 'wccp_pro_mask');\n\n\t\t\/\/ Create the second div element with the \"msgmsg-box-wpcp hideme\" classes\n\t\tconst wpcp_error_message = document.createElement('div');\n\t\twpcp_error_message.setAttribute('id', 'wpcp-error-message');\n\t\twpcp_error_message.setAttribute('class', 'msgmsg-box-wpcp hideme');\n\n\t\t\/\/ Add a span element with the \"error: \" text inside the second div\n\t\tconst error_span = document.createElement('span');\n\t\terror_span.innerText = 'error: ';\n\t\twpcp_error_message.appendChild(error_span);\n\n\t\t\/\/ Add the error message text inside the second div\n\t\tconst error_text = document.createTextNode('Alert: Content selection is disabled!!');\n\t\twpcp_error_message.appendChild(error_text);\n\n\t\t\/\/ Add the div elements to the document body\n\t\tdocument.body.appendChild(wccp_pro_mask);\n\t\tdocument.body.appendChild(wpcp_error_message);\n\t});\n\n\tvar timeout_result;\n\tfunction show_wccp_pro_message(smessage=\"\", style=\"\")\n\t{\n\t\twccp_pro_log_to_console_if_allowed(smessage);\n\t\t\t\t\n\t\ttimeout = 3000;\n\t\t\n\t\tif(style == \"\") style = \"warning-wpcp\";\n\t\t\n\t\tif (smessage !== \"\" && timeout!=0)\n\t\t{\n\t\t\tvar smessage_text = smessage;\n\t\t\tjquery_fadeTo();\n\t\t\tdocument.getElementById(\"wpcp-error-message\").innerHTML = smessage_text;\n\t\t\tdocument.getElementById(\"wpcp-error-message\").className = \"msgmsg-box-wpcp showme \" + style;\n\t\t\tclearTimeout(timeout_result);\n\t\t\ttimeout_result = setTimeout(hide_message, timeout);\n\t\t}\n\t\telse\n\t\t{\n\t\t\tclearTimeout(timeout_result);\n\t\t\ttimeout_result = setTimeout(hide_message, timeout);\n\t\t}\n\t}\n\tfunction hide_message()\n\t{\n\t\tjquery_fadeOut();\n\t\tdocument.getElementById(\"wpcp-error-message\").className = \"msgmsg-box-wpcp warning-wpcp hideme\";\n\t}\n\tfunction jquery_fadeTo()\n\t{\n\t\ttry {\n\t\t\tjQuery(\"#wccp_pro_mask\").fadeTo(\"slow\", 0.3);\n\t\t}\n\t\tcatch(err) {\n\t\t\t\/\/alert(err.message);\n\t\t\t}\n\t}\n\tfunction jquery_fadeOut()\n\t{\n\t\ttry {\n\t\t\tjQuery(\"#wccp_pro_mask\").fadeOut( \"slow\" );\n\t\t}\n\t\tcatch(err) {}\n\t}\n\t<\/script>\n\t<style>\n\t#wccp_pro_mask\n\t{\n\t\tposition: absolute;\n\t\tbottom: 0;\n\t\tleft: 0;\n\t\tposition: fixed;\n\t\tright: 0;\n\t\ttop: 0;\n\t\tbackground-color: #000;\n\t\tpointer-events: none;\n\t\tdisplay: none;\n\t\tz-index: 10000;\n\t\tanimation: 0.5s ease 0s normal none 1 running ngdialog-fadein;\n\t\tbackground: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;\n\t}\n\t#wpcp-error-message {\n\t    direction: ltr;\n\t    text-align: center;\n\t    transition: opacity 900ms ease 0s;\n\t\tpointer-events: none;\n\t    z-index: 99999999;\n\t}\n\t.hideme {\n    \topacity:0;\n    \tvisibility: hidden;\n\t}\n\t.showme {\n    \topacity:1;\n    \tvisibility: visible;\n\t}\n\t.msgmsg-box-wpcp {\n\t\tborder-radius: 10px;\n\t\tcolor: #555555;\n\t\tfont-family: Tahoma;\n\t\tfont-size: 12px;\n\t\tmargin: 10px !important;\n\t\tpadding: 10px 36px !important;\n\t\tposition: fixed;\n\t\twidth: 255px;\n\t\ttop: 50%;\n\t\tleft: 50%;\n\t\tmargin-top: -10px !important;\n\t\tmargin-left: -130px !important;\n\t}\n\t.msgmsg-box-wpcp b {\n\t\tfont-weight:bold;\n\t}\n\t\t.warning-wpcp {\n\t\tbackground:#ffecec url('https:\/\/capcuungoaivien.com.vn\/wp-content\/plugins\/wccp-pro\/images\/warning.png') no-repeat 10px 50%;\n\t\tborder:1px solid #f2bfbf;\n\t\t-webkit-box-shadow: 0px 0px 34px 2px #f2bfbf;\n\t\t-moz-box-shadow: 0px 0px 34px 2px #f2bfbf;\n\t\tbox-shadow: 0px 0px 34px 2px #f2bfbf;\n\t}\n\t.success-wpcp {\n\t\tbackground: #fafafa url('https:\/\/capcuungoaivien.com.vn\/wp-content\/plugins\/wccp-pro\/images\/success.png') no-repeat 10px 50%;\n\t\tborder: 1px solid #00b38f;\n\t\tbox-shadow: 0px 0px 34px 2px #adc;\n\t}\n    <\/style>\n\t\t\t\t\t\t\t\t<a class=\"lost-pass-link\" href=\"https:\/\/capcuungoaivien.com.vn\/en\/account\/?action=lostpassword\" title=\"Lost Password\">Lost your password?<\/a>\t\t\t\t<p class=\"forgetmenot login-remember\">\n\t\t\t\t\t<label for=\"rememberMe\">\n\t\t\t\t\t\t<input name=\"rememberme\" type=\"checkbox\" id=\"rememberMe\"\n\t\t\t\t\t\t\tvalue=\"forever\"\/> Remember Me\t\t\t\t\t<\/label>\n\t\t\t\t<\/p>\n\t\t\t\t<p class=\"submit login-submit\">\n\t\t\t\t\t<input type=\"submit\" name=\"wp-submit\" class=\"button button-primary button-large\"\n\t\t\t\t\t\tvalue=\"Login\"\/>\n\t\t\t\t\t<input type=\"hidden\" name=\"redirect_to\"\n\t\t\t\t\t\tvalue=\"https:\/\/capcuungoaivien.com.vn\/en\/wp-json\/wp\/v2\/pages\/2958\"\/>\n\t\t\t\t\t<input type=\"hidden\" name=\"testcookie\" value=\"1\"\/>\n\t\t\t\t\t<input type=\"hidden\" name=\"eduma_login_user\">\n\t\t\t\t<\/p>\n\t\t\t<\/form>\n\t\t\t<p class=\"link-bottom\">Not a member yet?  <a href=\"https:\/\/capcuungoaivien.com.vn\/en\/account\/?action=register\">Register now<\/a><\/p>\t\t<\/div>\n\t<\/div>\n<\/div>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>You have logged in. Sign Out<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2958","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/capcuungoaivien.com.vn\/en\/wp-json\/wp\/v2\/pages\/2958","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/capcuungoaivien.com.vn\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/capcuungoaivien.com.vn\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/capcuungoaivien.com.vn\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/capcuungoaivien.com.vn\/en\/wp-json\/wp\/v2\/comments?post=2958"}],"version-history":[{"count":0,"href":"https:\/\/capcuungoaivien.com.vn\/en\/wp-json\/wp\/v2\/pages\/2958\/revisions"}],"wp:attachment":[{"href":"https:\/\/capcuungoaivien.com.vn\/en\/wp-json\/wp\/v2\/media?parent=2958"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}