html {overflow-y: scroll}
:root { --bgcolor: white; --fontcolor: #444; --linkcolor: #444; --visitedcolor: #444; --precolor: #fff; --prebgcolor: #000; }
@media (prefers-color-scheme: dark) { :root { --bgcolor: black; --fontcolor: white; --linkcolor: #5bf; --visitedcolor: #ae5ee0; --precolor: #fff; --prebgcolor: #383838;}}
body{max-width:100%;margin: 1px 0px 20px 0px;font:14px/1.5 Roboto;color:var(--fontcolor); background: var(--bgcolor)}a { text-decoration: none; color: #444; }a:link{color: var(--linkcolor)}a:hover { color: #f3052c; }a:active{color: var(--visitedcolor)}h1,h2,h3{line-height:1.2}
p > code{color: var(--precolor); background: var(--prebgcolor); padding:2px}
code{color: var(--precolor); background: var(--prebgcolor); padding:2px}
pre{color: var(--precolor); background: var(--prebgcolor); padding:24px; overflow-x: auto}
article{padding:5px 0}
.center {display: block;margin-left: auto;margin-right: auto;width: 100%;}
figcaption {color: #888; font: 12px/1.5 Roboto; text-align: center;}
figure {margin: auto}
img {display: block; max-width: 100%; height: auto; margin: auto; padding-bottom: 10px;}
table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 10px;
	border-bottom: 1px solid #dee2e6;
	padding: .75rem;
}
tbody {
   padding: .75rem;
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
	border-spacing: 10px;
}
thead {
    padding: .75rem;
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
	background: #f3f3f3;
	border-spacing: 10px;
}
tr {
	display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	border-spacing: 10px;
}
th {
    padding: .75rem;
	text-align:left;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	border-spacing: 10px;
}
td {
	padding: .75rem;
	text-align:left;
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
	border-spacing: 10px;
}
.h-full { height: 100%; } 
.border { border-width: 1px; }
.article { margin-bottom: 2px; }
.summary { display: inline-block; width: 100%; }
@media all and (min-width: 240px) { .post-image { width:100%; height: 200px; margin: 1rem 5px; } .more { width: calc(100% - 5px); } .post-image img { max-width: 98%; width: 98%; max-height: 100%; height: 200px; -o-object-fit: cover; object-fit: cover;} .search-header { padding: 1px 1px 10px 1px; width: 100%; } .header-nav { display: block; } .article_dv { display: inline-grid; width: 100%; } }
@media all and (min-width: 320px) { .post-image { width:100%; height: 250px; margin: 1rem 5px; } .more { width: calc(100% - 5px); } .post-image img { max-width: 98%; width: 98%; max-height: 100%; height: 250px; -o-object-fit: cover; object-fit: cover;} .search-header { padding: 1px 1px 10px 1px; width: 100%; } .header-nav { display: block; } .article_dv { display: inline-grid; width: 100%; } }
@media all and (min-width: 480px) { .post-image { width: 200px; height: 180px; float: left; margin: 1rem 5px; } .more { width: calc(100% - 220px); float: right; } .post-image img { max-width: 100%; width: 200px; max-height: 100%; height: 180px; -o-object-fit: cover; object-fit: cover;} { padding: 1px 1px 10px 1px; width: 100%; } .header-nav { display: block; } .article_dv { display: inline-grid; margin: 0px 10px 30px 10px; width: 46%; } }
@media all and (min-width: 768px) { .post-image { width: 200px; height: 180px; float: left; margin: 1rem 5px; } .more { width: calc(100% - 220px); float: right; } .post-image img { max-width: 100%; width: 200px; max-height: 100%; height: 180px; -o-object-fit: cover; object-fit: cover;} .search-header { padding: 16px 10px 10px 10px; width: 100%; } .header-nav { display: flex; } .article_dv { display: inline-grid; margin: 0px 10px 30px 10px; width: 30%; } }
@media all and (min-width: 1024px) { .post-image { width: 200px; height: 180px; float: left; margin: 1rem 5px; } .more { width: calc(100% - 220px); float: right; } .post-image img { max-width: 100%; width: 200px; max-height: 100%; height: 180px; -o-object-fit: cover; object-fit: cover;} .search-header { padding: 16px 10px 10px 10px; width: 100%; } .header-nav { display: flex; } .article_dv { display: inline-grid; margin: 0px 10px 30px 10px; width: 30%; } }
@media all and (min-width: 1280px) { .post-image { width: 200px; height: 180px; float: left; margin: 1rem 5px; } .more { width: calc(100% - 220px); float: right; } .post-image img { max-width: 100%; width: 200px; max-height: 100%; height: 180px; -o-object-fit: cover; object-fit: cover;} .search-header { padding: 16px 10px 10px 10px; width: 100%; } .header-nav { display: flex; } .article_dv { display: inline-grid; margin: 0px 10px 30px 10px; width: 30%; } }
.post-image-bg { background-size: contain !important; }
.images_nb { padding: 1px 10px 10px 1px; }
.phantrang { padding: 30px 0px 30px 0px; font-size: larger; font-weight: bold; text-align: center; }
.pagination { --cui-pagination-padding-x: 0.75rem; --cui-pagination-padding-y: 0.375rem; --cui-pagination-font-size: 1rem; --cui-pagination-color: var(--cui-link-color); --cui-pagination-bg: var(--cui-body-bg); --cui-pagination-border-width: var(--cui-border-width); --cui-pagination-border-color: var(--cui-border-color); --cui-pagination-border-radius: var(--cui-border-radius); --cui-pagination-hover-color: var(--cui-link-hover-color); --cui-pagination-hover-bg: var(--cui-tertiary-bg); --cui-pagination-hover-border-color: var(--cui-border-color); --cui-pagination-focus-color: var(--cui-link-hover-color); --cui-pagination-focus-bg: var(--cui-secondary-bg); --cui-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(88, 86, 214, 0.25); --cui-pagination-active-color: rgba(255, 255, 255, 0.87); --cui-pagination-active-bg: var(--cui-primary); --cui-pagination-active-border-color: var(--cui-primary); --cui-pagination-disabled-color: var(--cui-secondary-color); --cui-pagination-disabled-bg: var(--cui-secondary-bg); --cui-pagination-disabled-border-color: var(--cui-border-color); display: flex; padding-left: 0; list-style: none; color: #4b2edb; font-weight: bold;}
.justify-content-center { justify-content: center !important; padding: 20px 0px 2px 0px; }
.page-item:not(:first-child) .page-link { margin-left: calc(var(--cui-border-width)* -1); }
.page-link { position: relative; display: block; padding: var(--cui-pagination-padding-y) var(--cui-pagination-padding-x); font-size: var(--cui-pagination-font-size); color: var(--cui-pagination-color); text-decoration: none; background-color: var(--cui-pagination-bg); border: var(--cui-pagination-border-width) solid var(--cui-pagination-border-color); transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
.article_sb { margin-bottom: 2px; }
.summary_sb { display: inline-block; width: 100%; }
.post-image_sb { width: 120px; height: 120px; float: left; margin: 5px; }
.post-image-bg_sb { background-size: contain !important; }
.post-image_sb img { max-width: 100%; width: 120px; max-height: 100%; height: 100px; -o-object-fit: cover; object-fit: cover; }
.images_nb_sb { padding: 1px 10px 10px 1px; }
.more_sb { width: calc(100% - 140px); float: right; margin-top: 8px; font-weight: bolder; }
.grid { display: grid; }
.summary_dv { width: 100%; box-sizing: border-box; border: 1px solid #e5e5e5; height: 250px; }
.post-image_dv { width: 100%; height: 190px; }
.post-image-bg_dv { background-size: contain !important; }
.post-image_dv img { max-width: 100%; width: 100%; max-height: 100%; height: 170px; -o-object-fit: cover; object-fit: cover; }
.images_dv { padding-bottom: 2px; }
.more_dv { margin: 2px 8px 2px 8px; font-weight: bolder; }
.main_dv { padding-top:20px; }
.footer { padding:20px 0px 2px 0px; max-width: 920px; margin: auto; }
.h1-blog { font-size:20px; }
#breadcrumbs, #breadcrumbs a {color: #777777; text-decoration: none;}
#breadcrumbs { position: relative; z-index: 2; margin: 0; padding: 10px 2px 10px 2px; }
#breadcrumbs li {list-style: none; display: inline;}
#breadcrumbs li::before {content: "»"; display: inline-block; margin: 0 0.25rem;}
#breadcrumbs li:first-child:before {content: none;}
.banner { padding:30px 1px 20px 1px; }
.banner img { max-width: 100%; max-height: 100%; padding:10px 0px 10px 0px; }
.search-center { padding: 20px 1px 20px 1px; max-width: 920px; margin: auto; }
.gcsc-find-more-on-google-magnifier { color: #fff; width: 0px; height: 0px; fill: #fff; } 
.gcsc-find-more-on-google-text{ color: #fff; font-size: 1px; } 
.gcsc-find-more-on-google-query { color: #fff; font-size: 1px; } 
.gcsc-more-maybe-branding-root { color: #fff; } 
.gcsc-find-more-on-google { fill: #fff; color: #fff; }
.search-center { padding: 20px 1px 20px 1px; max-width: 920px; margin: auto; }
.header-center { max-width:920px; margin: auto; padding:0 10px; }
.main-center { max-width:920px; margin: auto; padding:0 10px; }
.footer-center { margin: auto; border-top: 1px solid #e5e5e5; padding:0 10px; }
.images_post img { /* float: left; */ /* position: relative; */    max-width: 100%; /* height: 300px; */ -o-object-fit: cover; object-fit: cover; padding-bottom: 2%; }
.bvm { text-transform:uppercase; padding-top: 20px; }
.chiase { padding:10px 0px 10px 0px; }
.anav { padding: 30px 8px 20px 0px; }
.my-0 { margin-top: 0 !important }
.mr-1, .mx-1 { margin-right: .28125rem !important }
.text-muted { color: #999 !important }
.badge-light { color: #212529; background-color: #f6f6f6 } a.badge-light:focus, a.badge-light:hover { color: #212529; background-color: #ddd } a.badge-light.focus, a.badge-light:focus { outline: 0; box-shadow: 0 0 0 .2rem rgba(246, 246, 246, .5) }
.badge { display: inline-block; padding: .25em .4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25rem; transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out } @media(prefers-reduced-motion:reduce) { .badge { transition: none } } a.badge:focus, a.badge:hover { text-decoration: none } .badge:empty { display: none }
nav.navigation { padding: 2px 0px 1px 0px; margin: 0 auto; z-index: 100; }
nav.navigation a { top: 8px; right: 6px; padding: 8px 5px; line-height: 1.35; border-radius: 3px; /*     font-weight: bold; */ }
nav.navigation a:hover { color: #f3052c; }
nav.navigation a.button { background: var(--baseAccentColour); margin-left: 12px; }
.search { width: 100%; position: relative; display: flex; }
.searchTerm { width: 100%; border: 1px solid #DFE1E5; border-right: none; padding: 5px; height: 20px; border-radius: 5px 0 0 5px; outline: none; color: #d0d5d3; }
.searchTerm:focus{ color: #777777; }
.searchButton { height: 32px; border: 1px solid #bfbdbe; background: #bfbdbe; text-align: center; color: #fff; border-radius: 0 5px 5px 0; cursor: pointer; font-size: 20px; }
.wrap { width: 100%; /* position: absolute; */ /* top: 50%; */ /* left: 50%; */ /* transform: translate(-50%, -50%); */ }
.tsf { width: calc(var(--center-abs-margin) + 652px); }
.blank { font-size: large; font-weight: bold; color: #fff; }
.blank:link { font-size: large; font-weight: bold; color: #fff; }
.blank:hover { font-size: large; font-weight: bold; color: #fff; }
.blank:active { font-size: large; font-weight: bold; color: #fff; }
.buttoncenter { display: flex; justify-content: center; align-items: center; height: 88px; }
.button-5 { align-items: center; background-clip: padding-box; background-color: #fa6400; border: 1px solid transparent; border-radius: .25rem; box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-flex; font-family: system-ui,-apple-system,system-ui,"Roboto Neue",Roboto,Arial,sans-serif; font-size: 16px; font-weight: 600; justify-content: center; line-height: 1.25; margin: 0; min-height: 3rem; padding: calc(.675rem - 1px) calc(1.5rem - 1px); position: relative; text-decoration: none; transition: all 250ms; user-select: none; -webkit-user-select: none; touch-action: manipulation; vertical-align: baseline; width: auto; }
.button-5:hover, .button-5:focus { background-color: #fb8332; box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px; }
.button-5:hover { transform: translateY(-1px); }
.button-5:active { background-color: #c85000; box-shadow: rgba(0, 0, 0, .06) 0 2px 4px; transform: translateY(0); }
.header-border { border-bottom: 1px solid #e5e5e5; padding: 0; margin: 0; }
.l-nav { font-weight: 600; padding: 20px 20px 10px; margin: 0 auto; }
.r-nav { list-style: none; padding: 5px 2px 20px 2px; margin: 0 auto; text-align: center; }
.u-nav { text-decoration: none; font-size: 14px; font-weight: 600; }
.a-nav { text-decoration: inherit; }
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: ""; } .clearfix:after { clear: both; }
.toc {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px dashed #ccc;
  background: #f9f9f9;
}
.toc summary {
  cursor: pointer;
  font-weight: bold;
  list-style: none;
}

.toc summary::marker {
  display: none;
}

.toc[open] summary::after {
  content: "▲";
  float: right;
}
.toc:not([open]) summary::after {
  content: "▼";
  float: right;
}
.toc img {
  display: none;
} 