<!–
window._wpemojiSettings = {“baseUrl”:”https://s.w.org/images/core/emoji/11.2.0/72×72/”,”ext”:”.png”,”svgUrl”:”https://s.w.org/images/core/emoji/11.2.0/svg/”,”svgExt”:”.svg”,”source”:{“concatemoji”:”http://sumowindows.com/wp-includes/js/wp-emoji-release.min.js?ver=5.1″}};
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline=”top”,l.font=”600 32px Arial”,a){case”flag”:return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case”emoji”:return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement(“script”);c.src=a,c.defer=c.type=”text/javascript”,b.getElementsByTagName(“head”)[0].appendChild(c)}var g,h,i,j,k=b.createElement(“canvas”),l=k.getContext&&k.getContext(“2d”);for(j=Array(“flag”,”emoji”),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
#callnowbutton {display:none;} @media screen and (max-width:650px){#callnowbutton {display:block; position:fixed; text-decoration:none; z-index:2147483647;width:100%;left:0;bottom:0;height:60px;border-top:1px solid #4ba0eb; border-bottom:1px solid #00418c;text-shadow: 0 1px #00418c; text-align:center;color:#fff; font-weight:600; font-size:120%; overflow: hidden;padding-right:20px;background:#1e73be;display: flex; justify-content: center; align-items: center;}body {padding-bottom:60px;}}
#wpadminbar { display:none; }
html { margin-top: 32px !important; }
* html body { margin-top: 32px !important; }
@media screen and ( max-width: 782px ) {
html { margin-top: 46px !important; }
* html body { margin-top: 46px !important; }
}
var tdBlocksArray = []; //here we store all the items for the current page
//td_block class – each ajax block uses a object of this class for requests
function tdBlock() {
this.id = ”;
this.block_type = 1; //block type id (1-234 etc)
this.atts = ”;
this.td_column_number = ”;
this.td_current_page = 1; //
this.post_count = 0; //from wp
this.found_posts = 0; //from wp
this.max_num_pages = 0; //from wp
this.td_filter_value = ”; //current live filter value
this.is_ajax_running = false;
this.td_user_action = ”; // load more or infinite loader (used by the animation)
this.header_color = ”;
this.ajax_pagination_infinite_stop = ”; //show load more at page x
}
// td_js_generator – mini detector
(function(){
var htmlTag = document.getElementsByTagName(“html”)[0];
if ( navigator.userAgent.indexOf(“MSIE 10.0”) > -1 ) {
htmlTag.className += ‘ ie10’;
}
if ( !!navigator.userAgent.match(/Trident.*rv:11./) ) {
htmlTag.className += ‘ ie11’;
}
if ( navigator.userAgent.indexOf(“Edge”) > -1 ) {
htmlTag.className += ‘ ieEdge’;
}
if ( /(iPad|iPhone|iPod)/g.test(navigator.userAgent) ) {
htmlTag.className += ‘ td-md-is-ios’;
}
var user_agent = navigator.userAgent.toLowerCase();
if ( user_agent.indexOf(“android”) > -1 ) {
htmlTag.className += ‘ td-md-is-android’;
}
if ( -1 !== navigator.userAgent.indexOf(‘Mac OS X’) ) {
htmlTag.className += ‘ td-md-is-os-x’;
}
if ( /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) ) {
htmlTag.className += ‘ td-md-is-chrome’;
}
if ( -1 !== navigator.userAgent.indexOf(‘Firefox’) ) {
htmlTag.className += ‘ td-md-is-firefox’;
}
if ( -1 !== navigator.userAgent.indexOf(‘Safari’) && -1 === navigator.userAgent.indexOf(‘Chrome’) ) {
htmlTag.className += ‘ td-md-is-safari’;
}
if( -1 !== navigator.userAgent.indexOf(‘IEMobile’) ){
htmlTag.className += ‘ td-md-is-iemobile’;
}
})();
var tdLocalCache = {};
( function () {
“use strict”;
tdLocalCache = {
data: {},
remove: function (resource_id) {
delete tdLocalCache.data[resource_id];
},
exist: function (resource_id) {
return tdLocalCache.data.hasOwnProperty(resource_id) && tdLocalCache.data[resource_id] !== null;
},
get: function (resource_id) {
return tdLocalCache.data[resource_id];
},
set: function (resource_id, cachedData) {
tdLocalCache.remove(resource_id);
tdLocalCache.data[resource_id] = cachedData;
}
};
})();
var td_viewport_interval_list=[{“limitBottom”:767,”sidebarWidth”:228},{“limitBottom”:1018,”sidebarWidth”:300},{“limitBottom”:1140,”sidebarWidth”:324}];
var td_animation_stack_effect=”type0″;
var tds_animation_stack=true;
var td_animation_stack_specific_selectors=”.entry-thumb, img”;
var td_animation_stack_general_selectors=”.td-animation-stack img, .td-animation-stack .entry-thumb, .post img”;
var tds_general_modal_image=”yes”;
var td_ajax_url=”http://sumowindows.com/wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=9.2″;
var td_get_template_directory_uri=”http://sumowindows.com/wp-content/themes/Newspaper”;
var tds_snap_menu=”smart_snap_always”;
var tds_logo_on_sticky=”show”;
var tds_header_style=”10″;
var td_please_wait=”Please wait…”;
var td_email_user_pass_incorrect=”User or password incorrect!”;
var td_email_user_incorrect=”Email or username incorrect!”;
var td_email_incorrect=”Email incorrect!”;
var tds_more_articles_on_post_enable=””;
var tds_more_articles_on_post_time_to_wait=””;
var tds_more_articles_on_post_pages_distance_from_top=0;
var tds_theme_color_site_wide=”#4db2ec”;
var tds_smart_sidebar=”enabled”;
var tdThemeName=”Newspaper”;
var td_magnific_popup_translation_tPrev=”Previous (Left arrow key)”;
var td_magnific_popup_translation_tNext=”Next (Right arrow key)”;
var td_magnific_popup_translation_tCounter=”%curr% of %total%”;
var td_magnific_popup_translation_ajax_tError=”The content from %url% could not be loaded.”;
var td_magnific_popup_translation_image_tError=”The image #%curr% could not be loaded.”;
var tdDateNamesI18n={“month_names”:[“Thu00e1ng Mu1ed9t”,”Thu00e1ng Hai”,”Thu00e1ng Ba”,”Thu00e1ng Tu01b0″,”Thu00e1ng Nu0103m”,”Thu00e1ng Su00e1u”,”Thu00e1ng Bu1ea3y”,”Thu00e1ng Tu00e1m”,”Thu00e1ng Chu00edn”,”Thu00e1ng Mu01b0u1eddi”,”Thu00e1ng Mu01b0u1eddi Mu1ed9t”,”Thu00e1ng Mu01b0u1eddi Hai”],”month_names_short”:[“Th1″,”Th2″,”Th3″,”Th4″,”Th5″,”Th6″,”Th7″,”Th8″,”Th9″,”Th10″,”Th11″,”Th12″],”day_names”:[“Chu1ee7 Nhu1eadt”,”Thu1ee9 Hai”,”Thu1ee9 Ba”,”Thu1ee9 Tu01b0″,”Thu1ee9 Nu0103m”,”Thu1ee9 Su00e1u”,”Thu1ee9 Bu1ea3y”],”day_names_short”:[“CN”,”T2″,”T3″,”T4″,”T5″,”T6″,”T7″]};
var td_ad_background_click_link=””;
var td_ad_background_click_target=””;
{
“@context”: “http://schema.org”,
“@type”: “BreadcrumbList”,
“itemListElement”: [
{
“@type”: “ListItem”,
“position”: 1,
“item”: {
“@type”: “WebSite”,
“@id”: “http://sumowindows.com/”,
“name”: “Trang Chủ”
}
},
{
“@type”: “ListItem”,
“position”: 2,
“item”: {
“@type”: “WebPage”,
“@id”: “http://sumowindows.com/du-toan-chi-phi”,
“name”: “Dự Toán Chi Phí”
}
}
]
}
.wpb_animate_when_almost_visible { opacity: 1; }
Dự Toán Chi Phí
form_structure_1=[[{"form_identifier":"","name":"fieldname2","shortlabel":"","index":0,"ftype":"fnumber","userhelp":"In centimeters","userhelpTooltip":false,"csslayout":"","title":"Chiu1ec1u Cao","predefined":"180","predefinedClick":false,"required":false,"readonly":false,"size":"small","thousandSeparator":"","decimalSymbol":".","min":"30","max":"250","formatDynamically":false,"dformat":"number","formats":["digits","number"],"fBuild":{},"parent":""},{"form_identifier":"","name":"fieldname6","shortlabel":"","index":1,"ftype":"fnumber","userhelp":"In centimeters","userhelpTooltip":false,"csslayout":"","title":"Chiu1ec1u Ru1ed9ng","predefined":"180","predefinedClick":false,"required":false,"readonly":false,"size":"small","thousandSeparator":"","decimalSymbol":".","min":"30","max":"250","formatDynamically":false,"dformat":"number","formats":["digits","number"],"fBuild":{},"parent":""},{"form_identifier":"","name":"fieldname3","shortlabel":"","index":2,"ftype":"fdropdown","userhelp":"","userhelpTooltip":false,"csslayout":"","title":"Lou1ea1i Su1ea3n Phu1ea9m","size":"medium","required":false,"toSubmit":"value","merge":0,"choiceSelected":"Cu1eeda Su1ed5 - Cu1eeda Su1ed5","multiple":false,"vChoices":1,"showDep":true,"choices":["Cu1eeda Lu1edbn","Cu1eeda Su1ed5"],"fBuild":{},"parent":"","choicesVal":["1200000","1100000"],"optgroup":[false,false],"choicesDep":[[],[]]},{"form_identifier":"","name":"fieldname5","shortlabel":"","index":3,"ftype":"fSectionBreak","userhelp":"","userhelpTooltip":false,"csslayout":"","title":"","fBuild":{},"parent":""},{"dependencies":[{"rule":"","complex":false,"fields":[""]}],"form_identifier":"","name":"fieldname4","shortlabel":"","index":4,"ftype":"fCalculated","userhelp":"u0110u01a1n Vu1ecb Tu00ednh VNu0110","userhelpTooltip":false,"csslayout":"","title":"Giu00e1 Tham Khu1ea3o su1ea3n phu1ea9m cu1ee7a bu1ea1n lu00e0 :","predefined":"","required":false,"size":"medium","toolbar":"default|mathematical","eq":"fieldname6*fieldname2*fieldname3","suffix":"","prefix":"","decimalsymbol":".","groupingsymbol":",","readonly":true,"hidefield":false,"fBuild":{},"parent":""}],{"0":{"title":"Tham Khu1ea3o Giu00e1 Su1ea3n Phu1ea9m","description":"Ku1ebft quu1ea3 chu1ec9 mang tu00ednh tham khu1ea3o, quu00fd khu00e1ch vui lu00f2ng liu00ean hu1ec7 Showroom SumoWindows gu1ea7n nhu1ea5t u0111u1ec3 nhu1eadn bu00e1o giu00e1 chu00ednh xu00e1c, hou1eb7c vui lu00f2ng gu1ecdi 0917 31 35 37 u0111u1ec3 u0111u01b0u1ee3c hu1ed7 tru1ee3.","formlayout":"top_aligned","formtemplate":"cp_cff_professional","evalequations":1,"evalequationsevent":2,"autocomplete":1,"persistence":0,"customstyles":""},"formid":"cp_calculatedfieldsf_pform_1"}];
/* */
(function(){
var html_jquery_obj = jQuery(‘html’);
if (html_jquery_obj.length && (html_jquery_obj.is(‘.ie8’) || html_jquery_obj.is(‘.ie9’))) {
var path = ‘http://sumowindows.com/wp-content/themes/Newspaper/style.css’;
jQuery.get(path, function(data) {
var str_split_separator = ‘#td_css_split_separator’;
var arr_splits = data.split(str_split_separator);
var arr_length = arr_splits.length;
if (arr_length > 1) {
var dir_path = ‘http://sumowindows.com/wp-content/themes/Newspaper’;
var splited_css = ”;
for (var i = 0; i 0) {
arr_splits[i] = str_split_separator + ‘ ‘ + arr_splits[i];
}
//jQuery(‘head’).append(‘
‘ + arr_splits[i] + ‘
‘);
var formated_str = arr_splits[i].replace(/surl(‘(?!data:)/gi, function regex_function(str) {
return ‘ url(” + dir_path + ‘/’ + str.replace(/url(‘/gi, ”).replace(/^s+|s+$/gm,”);
});
splited_css += “
” + formated_str + ”
“;
}
var td_theme_css = jQuery(‘link#td-theme-css’);
if (td_theme_css.length) {
td_theme_css.after(splited_css);
}
}
});
}
})();
.td-header-wrap .td-header-menu-wrap-full,
.td-header-menu-wrap.td-affix,
.td-header-style-3 .td-header-main-menu,
.td-header-style-3 .td-affix .td-header-main-menu,
.td-header-style-4 .td-header-main-menu,
.td-header-style-4 .td-affix .td-header-main-menu,
.td-header-style-8 .td-header-menu-wrap.td-affix,
.td-header-style-8 .td-header-top-menu-full {
background-color: rgba(255,255,255,0);
}
.td-boxed-layout .td-header-style-3 .td-header-menu-wrap,
.td-boxed-layout .td-header-style-4 .td-header-menu-wrap,
.td-header-style-3 .td_stretch_content .td-header-menu-wrap,
.td-header-style-4 .td_stretch_content .td-header-menu-wrap {
background-color: rgba(255,255,255,0) !important;
}
@media (min-width: 1019px) {
.td-header-style-1 .td-header-sp-recs,
.td-header-style-1 .td-header-sp-logo {
margin-bottom: 28px;
}
}
@media (min-width: 768px) and (max-width: 1018px) {
.td-header-style-1 .td-header-sp-recs,
.td-header-style-1 .td-header-sp-logo {
margin-bottom: 14px;
}
}
.td-header-style-7 .td-header-top-menu {
border-bottom: none;
}
.td-header-wrap .td-header-menu-wrap .sf-menu > li > a,
.td-header-wrap .td-header-menu-social .td-social-icon-wrap a,
.td-header-style-4 .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-5 .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-6 .td-header-menu-social .td-social-icon-wrap i,
.td-header-style-12 .td-header-menu-social .td-social-icon-wrap i,
.td-header-wrap .header-search-wrap #td-header-search-button .td-icon-search {
color: #ffffff;
}
.td-header-wrap .td-header-menu-social + .td-search-wrapper #td-header-search-button:before {
background-color: #ffffff;
}
@media (max-width: 767px) {
body .td-header-wrap .td-header-main-menu {
background-color: #080810 !important;
}
}
.td-menu-background:before,
.td-search-background:before {
background: #080810;
background: -moz-linear-gradient(top, #080810 0%, rgba(8,8,16,0.8) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #080810), color-stop(100%, rgba(8,8,16,0.8)));
background: -webkit-linear-gradient(top, #080810 0%, rgba(8,8,16,0.8) 100%);
background: -o-linear-gradient(top, #080810 0%, rgba(8,8,16,0.8) 100%);
background: -ms-linear-gradient(top, #080810 0%, rgba(8,8,16,0.8) 100%);
background: linear-gradient(to bottom, #080810 0%, rgba(8,8,16,0.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#080810′, endColorstr=’rgba(8,8,16,0.8)’, GradientType=0 );
}
.td-mobile-content .current-menu-item > a,
.td-mobile-content .current-menu-ancestor > a,
.td-mobile-content .current-category-ancestor > a,
#td-mobile-nav .td-menu-login-section a:hover,
#td-mobile-nav .td-register-section a:hover,
#td-mobile-nav .td-menu-socials-wrap a:hover i,
.td-search-close a:hover i {
color: #4db2ec;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
background-color: #4db2ec;
}
.mfp-content .td-login-button:active,
.mfp-content .td-login-button:hover {
color: #ffffff;
}
.white-popup-block:after {
background: rgba(8,8,16,0.75);
background: -moz-linear-gradient(45deg, rgba(8,8,16,0.75) 0%, #080810 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(8,8,16,0.75)), color-stop(100%, #080810));
background: -webkit-linear-gradient(45deg, rgba(8,8,16,0.75) 0%, #080810 100%);
background: -o-linear-gradient(45deg, rgba(8,8,16,0.75) 0%, #080810 100%);
background: -ms-linear-gradient(45deg, rgba(8,8,16,0.75) 0%, #080810 100%);
background: linear-gradient(45deg, rgba(8,8,16,0.75) 0%, #080810 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’rgba(8,8,16,0.75)’, endColorstr=’#080810′, GradientType=0 );
}
.td-footer-wrapper,
.td-footer-wrapper .td_block_template_7 .td-block-title > *,
.td-footer-wrapper .td_block_template_17 .td-block-title,
.td-footer-wrapper .td-block-title-wrap .td-wrapper-pulldown-filter {
background-color: #080810;
}
.td-sub-footer-container {
background-color: #080810;
}
ul.sf-menu > .td-menu-item > a,
.td-theme-wrap .td-header-menu-social {
font-family:Montserrat;
font-size:13px;
font-weight:600;
}
.td_mod_mega_menu .item-details a {
font-family:”Source Sans Pro”;
font-size:16px;
font-weight:bold;
}
.block-title > span,
.block-title > a,
.widgettitle,
.td-trending-now-title,
.wpb_tabs li a,
.vc_tta-container .vc_tta-color-grey.vc_tta-tabs-position-top.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tab > a,
.td-theme-wrap .td-related-title a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce .product .products h2:not(.woocommerce-loop-product__title),
.td-theme-wrap .td-block-title {
font-family:Montserrat;
font-size:25px;
font-weight:bold;
}
.td_module_wrap .td-module-title {
font-family:”Source Sans Pro”;
}
.td_module_2 .td-module-title {
font-size:20px;
line-height:24px;
font-weight:bold;
}
.td_module_3 .td-module-title {
font-size:22px;
line-height:25px;
font-weight:bold;
}
.td_module_6 .td-module-title {
font-size:16px;
line-height:21px;
font-weight:bold;
}
.td_module_mx2 .td-module-title {
font-size:15px;
line-height:19px;
font-weight:bold;
}
.td_module_mx4 .td-module-title {
font-size:17px;
line-height:18px;
font-weight:bold;
}
.post .td-post-header .entry-title {
font-family:”Source Sans Pro”;
}
.td-post-template-13 .td-post-header .entry-title {
font-weight:bold;
}
.post .td-post-next-prev-content a {
font-family:”Source Sans Pro”;
font-size:16px;
font-weight:bold;
}
.post .author-box-wrap .td-author-name a {
font-family:”Source Sans Pro”;
font-size:16px;
}
.td_block_related_posts .entry-title a {
font-family:”Source Sans Pro”;
font-size:17px;
line-height:18px;
font-weight:bold;
}
.td-page-title,
.woocommerce-page .page-title,
.td-category-title-holder .td-page-title {
font-family:”Source Sans Pro”;
font-weight:bold;
}
document.body.className = document.body.className.replace( /(^|s)(no-)?customize-support(?=s|$)/, ” ) + ‘ no-customize-support’;
(function() {
var request, b = document.body, c = ‘className’, cs = ‘customize-support’, rcs = new RegExp(‘(^|\s+)(no-)?’+cs+'(\s+|$)’);
request = true;
b[c] = b[c].replace( rcs, ‘ ‘ );
// The customizer requires postMessage and CORS (if the site is cross domain)
b[c] += ( window.postMessage && request ? ‘ ‘ : ‘ no-‘ ) + cs;
}());
<!–


