/*
Theme Name: Themes BĐS - Mã: BDS033
Theme URI: https://mauwebktv.com
Author: Nhóm thiết kế web Dũng Design
Author URI: https://kientaoviet.net
Description: Thành lập từ năm 2014.
Version: 5.0 - Themes Option 2.0
*/

/** -------------- 1.0 Reset -------------- **/
@font-face {
	font-family: "Nunito";
	src: url("./fonts/Nunito-Regular.ttf");
}

:root {
	--main-color:#084734; --sub-color:#AA5425; --hover-color:#b05c1e; --bg-color:#f3f3f3; --line-active:#1361a9;
	--facebook:#235da9; --twiter:#39a5ff; --youtube:#cf2323; --sky:#00aae8; --viber:#794e9b; --pinterest:#df0022; --instagram:#c8278e; --linkedin:#3d83d9; --reddit:#f74300; --goodreads:#523b2d; --dribbble:#e34a85;
}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) {	display: none; height: 0; }
[hidden] { display: none; }

html { font-size: 20px; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: Verdana, Geneva, sans-serif; }

/* body { background:#fff; color: #141412; margin: 0; font-family: Open Sans, Arial, sans-serif; font-size:18px; } */
body { background:#fff; color: #141412; margin: 0; font-family: "Nunito", sans-serif; font-size:1rem; }

a { color: var(--main-color); text-decoration: none;
-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease }

a:visited { color: #333; }
a:focus { outline:none; }
a:active, a:hover { color: var(--hover-color); outline: 0; }
a:hover { text-decoration: none; }

/* h1, h2, h3, h4, h5, h6 { font-family:Arial, Helvetica, sans-serif; line-height: 1.4; } */
h1, h2, h3, h4, h5, h6 { font-family:"Nunito", sans-serif; line-height: 1.4; }
h1 { font-size: 44px; margin: 26px 0; }
h2 { font-size: 32px; margin: 22px 0; }
h3 { font-size: 28px; margin: 22px 0; }
h4 { font-size: 26px; margin: 25px 0; }
h5 { font-size: 24px; margin: 30px 0; }
h6 { font-size: 22px; margin: 36px 0; }
address { font-style: italic; margin: 0 0 24px; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
p { margin: 0; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 14px;
 -webkit-hyphens: none; -moz-hyphens:    none; -ms-hyphens:     none; hyphens:         none; }
pre { background: #f5f5f5; color: #666; font-family: monospace; font-size: 14px; margin: 20px 0; overflow: auto;
padding: 20px; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
blockquote, q { -webkit-hyphens: none; -moz-hyphens:    none; -ms-hyphens:     none; hyphens:         none; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
blockquote { font-size: 18px; font-style: italic; font-weight: 300; margin: 24px 40px; }
blockquote blockquote { margin-right: 0; }
blockquote cite, blockquote small { font-size: 14px; font-weight: normal; text-transform: uppercase; }
blockquote em, blockquote i { font-style: normal; font-weight: 300; }
blockquote strong, blockquote b { font-weight: 400; }
small { font-size: smaller; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dl { margin: 0 20px; }
dt { font-weight: bold; }
dd { margin: 0 0 20px; }
menu, ol, ul { margin: 0; padding: 0; }
ul { list-style-type: none; }
nav ul, nav ol { list-style: none; list-style-image: none; }
li > ul, li > ol { margin: 0; }
img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { padding: 0; }
input[type="search"] { -webkit-appearance: textfield; padding-right: 2px; width: 270px; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner {	border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { background:#f9f9f9; border: 1px solid #ededed; border-collapse: collapse; border-spacing: 0; font-size: 16px; line-height: 2; margin: 1em 0; width: 100% !important; }
caption, th, td { font-weight: normal; text-align: left; }
caption { font-size: 16px; margin: 20px 0; }
th { font-weight: bold; text-transform: uppercase; }
td { border-top: 1px solid #ededed; border-right: 1px solid #ededed; padding: 8px; }
td:last-child { border-right:0; }
del { color: #333; }
ins { background: #fff9c0; text-decoration: none; }
hr { background: url(images/dotted-line.png) repeat center top; background-size: 4px 4px; border: 0; height: 1px; margin: 0 0 24px; }

/* ============ Body CSS ============ */

#page, #main, #dkContent, #dkContentSide, #dkFooter { position:relative; }
#masthead, #main, #dkFooter { width:100%; float:left; }
#masthead { background:#fff; position:fixed; left:0; top:0; width:100%; padding:8px 0; box-shadow:0 1px 3px #999; z-index:9999; transition:all ease 300ms; }
#page { padding-top:78px; }
.dk-main { float:left; width:100%; }
body.single .dk-main { background:url(./images/pattern1.png); }
.dk-page, .vi-banner, .dtk-nav ul { width:1120px; margin:0 auto; position:relative; }
.dk-center { text-align:center; }
.topSeoH h1 { text-indent:-999999px; height:0; margin:0; }
.scrollup { border-radius: 10px; background:var(--main-color); color:#f9f9f9; position:fixed; bottom:10px; right:10px; text-align:center; width:44px; padding:8px 0; font-size:18px; box-shadow:0px 2px 6px #0a4154; cursor:pointer; display:none; z-index:9999; transition:background ease 300ms; }
.scrollup:hover { background:var(--line-active); }

.dk-menuMo { width:100%; display:none; transition:all ease 300ms; }
.dk-menuMo img { max-width:100%; height:auto; padding:8px; transition:all ease 300ms; }
.dk-menuMo_Me { position:absolute; right:0; top:2px; font-size:38px; color:var(--main-color); padding:4px 14px; transition:all ease 300ms; }

	/* ------------ Menu CSS ------------ */
	
#menu-menus ul { display:none; }
.dtk-nav { width:100%; }
.dtk-nav ul { text-align:center; z-index:333334; }
.dtk-nav ul li { display:inline-block; position:relative; font-size:18px; text-transform:uppercase; font-weight:bold; transition:all ease 300ms; }
.dtk-nav ul li a { color:var(--main-color); padding:22px 10px; display:block; }
.dtk-nav ul li a:hover { color:var(--hover-color); }
.dtk-nav ul li ul { background:#545658; width:220px; position:absolute; top:100%; }
.dtk-nav ul ul li { display:list-item; position:relative; }
.dtk-nav ul ul li a:hover { background:#519cff; }
.dtk-nav ul ul li ul { position:absolute; left:200px; top:0; z-index:333336; }
.dtk-nav ul li.dk-menuLogo a { background:url(./images/logo.svg) center no-repeat; background-size:contain; width:132px; text-indent:-9999px; }

#masthead.dk-sticky { padding:3px 0; }
.dk-sticky .dtk-nav ul li { font-size:16px; }
.dk-sticky .dtk-nav ul li a { padding:12px 8px; }
.dk-sticky .dtk-nav ul li.dk-menuLogo a { width:76px; }

.sidebar-inner ul li { margin:6px 0; }
.sidebar-inner ul li a { background:url(images/dot-title.png) no-repeat left 6px; padding-left:12px; display:block; }
.sidebar-inner ul li a:hover { text-decoration:underline; }
.widget_categories ul { position:relative; z-index:222222; padding:0 !important; }
.widget_categories ul li { position:relative; margin:0; }
.widget_categories ul li a { background:url(images/icon_cat.png) no-repeat 7px 12px; display:block; padding:7px 0 7px 27px; }
.widget_categories ul li a:hover { background:#f1f1f1 url(images/icon_cat.png) no-repeat 7px 12px; padding:7px 0 7px 32px; text-decoration:none; }
.widget_categories ul ul { background:#FFF; border-top:1px solid #CCC; position:absolute; width:100%; left:100%; top:0; z-index:112001; display:none; }
.widget_categories .parent { background:url(images/arrow.png) no-repeat right 2px; }
.screen-reader-text { display:none; }
.widget img { max-width:100%; height:auto; }

.dk-side, .dk-sdNa, .dk-sideBx, .dk-sideBx_Li { width:100%; float:left; }
.dk-sideBx { background:var(--bg-color); border:1px solid #ededed; border-top:none; }
.dk-sideBx_Li { padding:8px; border-bottom:1px solid #ddd; }
.dk-sideBx_Li:last-child { border-bottom:none; }
.dk-sideBx_LiIg { width:22%; margin-right:2%; float:left; }
.dk-sideBx_LiIg img { width:100%; height:auto; }
.dk-sideBx_LiTi h2 { font-size:14px; margin:0; line-height:1.4; }
.dk-sideBx_LiTi a { width:100%; display:block; }
.dk-side, .dk-sdNa { margin-bottom:1em; }

.dk-gioithieu { background:linear-gradient(130deg,rgba(194,206,203,.3) 0,rgba(234,230,195,1) 100%); padding:2em 0; }
.dk-gthTi { text-align:center; display: block; width: 100%; height: auto; padding: 30px 5%; z-index: 1; position:relative; }
.dk-gthTi:after, .dk-gthTi:before { content:''; top: 50%; width: 20%; height: 1px; background-color: #084734; position: absolute; }
.dk-gthTi:after { left:0; }
.dk-gthTi:before { right:0; }
.dk-gthTi h2 { color:var(--sub-color); text-transform:uppercase; font-weight:normal; letter-spacing:2px; }
.dk-gioithieu .dk-gtnBx { text-align:center; }
.dk-gioithieu .dk-gtnBx p { font-size:18px; line-height:1.8; color:var(--main-color); }
.dk-gthMo { text-align:center; margin:1em 0; }
.dk-gthMo a { background:rgb(255 255 255 / 70%); border:1px solid var(--main-color); padding:8px 26px; border-radius:25px; display:inline-block; }
.dk-gthMo a:hover { background:#fff; }

	/* ------------ Menu CSS ------------ */

#dkContent { width:75%; margin-right:1%; float:left; }
#dkContent.dk-PgCol_1, .site-single.dk-PgCol_1 { width:100%; margin-right:0; }
#dkContent.dk-PgCol_2 { margin-right:0; margin-left:1%; float:right; }
#dkContentSide { float:left; width:24%; }
#dkFooter { clear:both; border-top: 4px solid var(--sub-color); }
body.page .entry-content { width:100%; padding:8px; float:left }

.dtk-slideshow, .dk-showPosCat { position:relative; clear:both; overflow:hidden; }
.dtk-slideshow .metaslider .flexslider { margin:0 0; }
.dtk-slideshow .metaslider .flex-control-nav { bottom:1em; }
.tagcloud { padding:5px; border:1px solid #CCC; border-top:none; }

#dkContentSide h3 { background:var(--main-color); margin:0; padding:12px 8px; color:#FFF; }
#dkContentSide .widget { background:#FFF; margin-bottom:1em; clear:both; }
#dkContent aside span.widget-title, .sidebar-inner .widget_listcategorypostswidget h3 { display:none; }
.sidebar-inner .widget ul { border:1px solid #ddd; border-top:none; padding:8px; }

#breadcrumbs { color:var(--bg-color); }
#breadcrumbs a { color:var(--sub-color); }
#breadcrumbs a:hover { text-decoration:underline; }
body.single #breadcrumbs { position:absolute; top:38%; left:0; width:100%; font-size:15px; }

	/* ------------ List Category CSS ------------ */
	
.dk-showPosCat h2, .sidebar-inner .widget_listcategorypostswidget h2, .dk-ShCtn h3 { color:var(--main-color); padding:10px; margin:0 0 2em; font-size:30px; text-align:center; text-transform:uppercase; position:relative; clear:both; }
.dk-ShCtn h3:after { content: ''; width: 60px; height: 2px; position: absolute; bottom: 0; left: 0; right: 0; text-align: center; margin: 0 auto; background-color: var(--main-color); }
.dk-showPosCat h2 a { color:#FFF; display:block; padding:10px; }
.dk-showPosCat ul { border:1px solid #CCC; border-top:none; float:left; }
.dk-showPosCat ul li { border-bottom:1px dashed #CCC; padding:5px; float:left; width:100%; position:relative; }
.dk-showPosCat ul li:last-child { border-bottom:none; }
.dk-showPosCat ul li a:link { font-size:16px; margin-bottom:6px; font-weight:bold; }
.dk-showPosCat ul li p { margin-top:8px; }
.dk-showPosCat ul li img { background:#FFF; float:left; margin-right:8px; border:1px solid #CCC; padding:2px; width:150px; height:150px; }
.dk-showPosCat .dk-readmore { position:absolute; bottom:7px; right:7px; }
.dk-showPosCat .dk-readmore a { font-family:"Times New Roman", Times, serif; font-size:13px; font-style:italic; }
.sidebar-inner .widget_listcategorypostswidget h2 { font-size:22px; }
.sidebar-inner .widget_listcategorypostswidget h2 a { color:#FFF; padding:10px; display:block; }
.sidebar-inner .widget_listcategorypostswidget ul { float:left; }
.sidebar-inner .widget_listcategorypostswidget ul li { float:left; width:100%; border-bottom:1px dotted #CCC; padding-bottom:5px; }
.sidebar-inner .widget_listcategorypostswidget ul li a:first-child { background:url(images/title_dotted.png) no-repeat 3px 9px; float:left; padding:5px; padding-left:22px; }
.sidebar-inner .widget_listcategorypostswidget ul li a:link { text-decoration:underline; } 
.sidebar-inner .widget_listcategorypostswidget ul li a:hover { text-decoration:none; }
.sidebar-inner .widget_listcategorypostswidget ul li img { background:#FFF; float:left; margin-right:5px; width:80px; height:80px; padding:2px; margin-top:7px; }
.sidebar-inner .widget_listcategorypostswidget ul li p { margin-top:5px; }

.dk-sdNaBx { width:100%; margin-top:1em; display:block }
.dk-sdNaBx-Ex { margin-bottom:10px; color:#ccc; font-size:16px }
.dk-sdNaBxSo { font-size:26px; margin:0 3px 6px 3px; display:inline-block }
.dk-sdNaBxSo a { background:var(--bg-color); width:46px; height:46px; border-radius:5px; display:table-cell; vertical-align:middle; text-align:center; }
.dk-sdNaBxSo.dk-sdNaBxSo-None a { background:none; }
.dk-sdNaBxSo.dk-sdNaBxSo-None a:hover { opacity:0.8; }
.dk-sdNaBxSo a:hover { color:#fff }
.dk-sdNaBxSo-Tw a { color:var(--twiter) }
.dk-sdNaBxSo-Fb a { color:var(--facebook) }
.dk-sdNaBxSo-Yt a { color:var(--youtube) }
.dk-sdNaBxSo-Vb a { color:var(--viber) }
.dk-sdNaBxSo-Pi a { color:var(--pinterest) }
.dk-sdNaBxSo-Mei a { color:#00a668; }
.dk-sdNaBxSo-Redi a { color:var(--reddit); }
.dk-sdNaBxSo-Gore a { color:var(--goodreads); }
.dk-sdNaBxSo-Drib a { color:var(--dribbble); }
.dk-sdNaBxSo.dk-sdNaBxSo-Is { background:var(--bg-color); border-radius:6px; }
.dk-sdNaBxSo-Is a {  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.dk-sdNaBxSo-Lk a { color:var(--linkedin) }
.dk-sdNaBxSo-Sk a { color:var(--sky) }
.dk-sdNaBxSo-Zl a { background-image:url(images/zalo.svg); background-position:center; background-repeat:no-repeat; background-size:70% }
.dk-sdNaBxSo.dk-sdNaBxSo-Tw a:hover { background-color:var(--twiter) }
.dk-sdNaBxSo.dk-sdNaBxSo-Fb a:hover { background-color:var(--facebook) }
.dk-sdNaBxSo.dk-sdNaBxSo-Yt a:hover { background-color:var(--youtube) }
.dk-sdNaBxSo.dk-sdNaBxSo-Vb a:hover { background-color:var(--viber) }
.dk-sdNaBxSo.dk-sdNaBxSo-Pi a:hover { background-color:var(--pinterest) }
.dk-sdNaBxSo.dk-sdNaBxSo-Mei a:hover { background-color:#00a668; }
.dk-sdNaBxSo.dk-sdNaBxSo-Redi a:hover { background-color:var(--reddit); }
.dk-sdNaBxSo.dk-sdNaBxSo-Gore a:hover { background-color:var(--goodreads); }
.dk-sdNaBxSo.dk-sdNaBxSo-Drib a:hover { background:var(--dribbble); }
.dk-sdNaBxSo.dk-sdNaBxSo-Is a:hover { background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); -webkit-text-fill-color:white; }
.dk-sdNaBxSo.dk-sdNaBxSo-Lk a:hover { background-color:var(--linkedin) }
.dk-sdNaBxSo.dk-sdNaBxSo-Sk a:hover { background-color:var(--sky) }
.dk-sdNaBxSo.dk-sdNaBxSo-Zl a:hover { background-color:#ddd }

.dk-scrHt { background:#f5f0e3; margin:1em 0 2em; width:100%; box-shadow:0 1px 3px #ccc; float:left; clear:both }
.dk-scrHtBx { background:#ede7d6; padding:12px 8px 12px 30px; width:100%; border-bottom:1px solid #dfd5bb; font-weight:bold; text-transform:uppercase; font-size:16px; position:relative; float:left }
.dk-scrHtBx:hover { cursor:pointer }
.dk-scrHtBx:before { content:'\f022'; font-family:"Font Awesome 5 Free"; font-weight:700; position:absolute; left:8px; top:32%; z-index:1 }
.dk-scrHtBx:after { content:'\f107'; font-family:"Font Awesome 5 Free"; font-weight:700; position:absolute; right:10px; top:32%; z-index:1 }
.dk-scrHtBx.dk-scrHtBx-Tog:after { content:'\f106'; }
.dk-scrHtId { padding:0 1em; width:100%; float:left; display:none }
.dk-scrHtId ol { counter-reset: section; }
.dk-scrHtId ol li { list-style-type:none; margin:1em 0; font-weight:bold; font-size:16px }
.dk-scrHtId ol li a:hover { text-decoration:underline }
.dk-scrHtId ol li:before { counter-increment: section; content: counters(section,".") " "; font-weight:normal }
.dk-scrHtId ol li > a { color:var(--line-active) }
.dk-scrHtId ol li > a:hover { color:var(--line-active) }
.dk-scrHtId ol ol li { margin:10px 0 10px 1em }
.dk-scrHtId ol ol li a { color:var(--wp-admin-theme-color-darker-20) }
.dk-scrHtId ol ol li a:hover { color:var(--main-color) }
.dk-scrHtFix { background:var(--sub-color); padding:6px 10px; color:#fff; border-radius:3px; position:fixed; right:calc(100% - 72%); top:calc(100% - 65%); font-size:24px; z-index:99999; display:none; }
.dk-scrHtFix:hover { background:var(--bor-color) }
.dk-scrHtFix:hover { cursor:pointer }
.dk-scrHtFix.dk-scrHt-Act { display:block }

	/* ------------ List Category CSS ------------ */
	
	/* ------------ Footer CSS ------------ */
	
.site-footer { background:var(--main-color); color:#FFF; font-size:14px; }	
.site-footer .site-info, .dk-foot { width:100%; float:left; }
.site-footer .site-info { padding:2em 0; border-top:4px solid var(--sub-color); }
.site-footer .site-info a { color:#f9f9f9; }
.site-footer .site-info p { margin:8px 0; line-height:1.4 } 
.dk-footAx, .dk-footBx { width:50%; float:left; }
.dk-footBx { text-align: center;}
/* .dk-footBx img { width: 90%; } */

.dk-footAx { 
	/* background:url(./images/pattern.png); */
	padding:42px 32px 22px; text-align:center; }
.dk-footAx p, .dk-footAx_Pn { font-size:18px; margin:10px 0; line-height:1.5; }
.dk-footAx_Pn i { color:var(--sub-color); }
/* .dk-bgCat { background:url(https://khaidien.vn/wp-content/uploads/2024/11/banner-page.jpg) center no-repeat; background-size:cover; height:30vh; margin-bottom:2em; text-align:center; overflow:hidden; position:relative; } */
.dk-bgCat { 
	background: url(https://khaidien.vn/wp-content/uploads/2024/11/banner-page.jpg) center rgb(0 0 0 / 40%);
	background-size: cover;
	height: 30vh;
	margin-bottom: 2em;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-blend-mode: multiply;
}
.dk-bgCatTi { padding:12px 0; font-size:38px; text-transform:uppercase; color:var(--bg-color); text-shadow:0 1px 2px #999; position:absolute; left:0; top:30%; width:100%; }
.dk-bgCatTi:after { content: ''; width: 120px; height: 2px; position: absolute; bottom: 0; left: 0; right: 0; text-align: center; margin: 0 auto; background-color: var(--bg-color); }
.dk-bgCatTi.dk-bgCatTi2 { font-size:30px; }

	/* ------------ Footer CSS ------------ */
	
	/* ------------ Content CSS ------------ */
		
.dk-ShCtn { position:relative; float:left; width:100%; }
.dk-ShCtn .hentry { border-radius: 10px; background:linear-gradient(135deg,#afc0bb 30%,#e1d8a7 70%); padding:10px 10px 20px 10px; width:24.2%; margin-right:1%; margin-bottom:2em; box-shadow:0 1px 3px #999; position:relative; float:left; }
.dk-ShCtn .hentry:nth-child(4n+0) { margin-right:0; }
.dk-ShCtn .entry-thumbnail, .dk-ShCtn .entry-nothumbnail, .site-category .entry-nothumbnail, .site-category .entry-thumbnail { width:100%; }
.dk-ShCtn .entry-thumbnail img, .dk-ShCtn .entry-nothumbnail img, .site-category .entry-nothumbnail img, .site-category .entry-thumbnail img { background:#FFF; width:100%; height: auto }
/* #tin-tuc img { height: 160px !important; } */
.dk-ShCtn h2.entry-title { font-size:18px; margin:0; line-height:1.5; min-height:128px; }
.dk-ShCtn h2.entry-title a { padding:10px 0; display:block; }
.dk-ShCtn .dk-ShCtnPo, .site-category .dk-ShCtnPo { width:100%; float:left; }
.dk-ShCtn .dk-readmore, .site-category .dk-readmore, .site-search .dk-readmore { font-family:"Times New Roman", Times, serif; font-weight:bold; margin-top:12px; text-align:center; font-size:13px; display:block }
.dk-ShCtn .dk-readmore a, .site-category .dk-readmore a, .site-search .dk-readmore a { background:var(--main-color); padding:8px 22px; color:var(--bg-color); text-align:right; border-radius:25px; display:block; text-align: center; }
.dk-ShCtn .dk-readmore a:hover, .site-category .dk-readmore a:hover, .site-search .dk-readmore a:hover { background:var(--hover-color); }
.dk-ShCtn_Mo { width:100%; margin:10px 0; text-align:right; float:left; }
.dk-ShCtn_Mo a { background:var(--line-active); color:var(--bg-color); padding:10px 22px; display:inline-block; }
.dk-ShCtn_Mo a:hover { background:var(--hover-color); }

.dk-ShCtnPo .dk-ShPoLi { width:31.33%; margin-right:3%; margin-bottom:2em; float:left; }
.dk-ShCtnPo .dk-ShPoLi:nth-child(3n+0) { margin-right:0; }
.dk-ShCtnPo_Ig { position:relative; overflow:hidden; border-radius: 10px;}
.dk-ShCtnPo_Ig img { width:100%; height:220px; }
.dk-ShCtnPo_Ti h2 { font-size:20px; margin:0; text-transform:uppercase; }
.dk-ShCtnPo_Ti a { color:var(--main-color); padding:15px 5px; text-align: center; display:block; height: 70px;}
.dk-ShCtnPo_Ti a:hover { color:var(--hover-color); }
.dk-ShCtnPo_Ex p, .dk-ShCtnPo .entry-content p { color:#333; line-height:1.5; }
.dk-ShCtnPo_Ex p { font-size:18px; }
#dk-moduleSl { margin:1em 0; }

.dk-ShIdx01 { background:url(./images/bgid02.png); padding:1em 0; }
.dk-noibat, .dk-ShIdx02 { background:url(./images/bgid01.png); padding:2em 0; }
.dk-noibat #dk-moduleSl li { background:linear-gradient(135deg,#afc0bb 30%,#e1d8a7 70%); padding:15px; border-radius: 10px; transition:all ease 300ms; }
.dk-noibat #dk-moduleSl li:hover { background:linear-gradient(135deg,#e1d8a7 30%,#afc0bb 70%); }

.dk-raLex { background:url(./images/refresh-bg.jpg) center no-repeat fixed; background-size:cover; padding:3em 0; text-align:center; height:60vh; }
.dk-raLex h2, .dk-raLex h3 { width:100%; display:block; }
.dk-raLex h2 { margin-top:3em; font-size:42px; color:#00c2d8; background:linear-gradient(90deg,#00c2d8 40%,#6b9800 60%); background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.dk-ShCtn.dk-raLex h3 { font-size:46px; background:linear-gradient(90deg,#c0894e 40%,#ffdc98 60%); color:#c18a4f; background-clip:text; -webkit-background-clip:text; -webkit-text-fill-color:transparent; }
.dk-ShCtn.dk-raLex h3:after { content:inherit; }

	/* ------------ Content CSS ------------ */	
	
	/* ------------ Category CSS ------------ */		
	
.site-category h1.archive-title, .archive-header h1, h1.page_title { background:var(--main-color); margin:0 0 1em; padding:10px 8px; font-size:22px; color:#FFF; }
.site-category .hentry { float:left; width:31.3%; border:1px solid var(--main-color); margin-right:3%; margin-bottom:2em; padding:10px; position:relative; border-radius: 0px; }
.site-category .hentry:nth-child(3n+1) { margin-right:0; }
.site-category h2.entry-title { font-size:16px; margin:0 0 5px; height: 70px; }
.site-category h2.entry-title a { padding:10px 0; display:block; }

	/* ------------ Category CSS ------------ */
	
	/* ------------ Pagenav CSS ------------ */	
	
.wp-pagenavi { margin:1em 0; text-align:center; position:relative; width:100%; float:left; }
.wp-pagenavi .pages, .wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink { background:url(images/nav-bg.png) repeat-x; padding:4px 12px; margin:0 2px; border:1px solid #ddd; }
.wp-pagenavi .current { background:#FFF; color:#06F; }
.wp-pagenavi .page:hover { background:#FFF; color:#069; }

	/* ------------ Pagenav CSS ------------ */		
	
.site-single, .site-search { float:left; width:75%; margin-right:1%; }	
.site-single .entry-header { background:linear-gradient(130deg,rgba(194,206,203,.3) 0,rgba(234,230,195,1) 100%); float:left; width:100%; padding:10px; margin-bottom:1em; }
.site-single .entry-content { clear:both; }
.site-single .entry-content img, .site-content .entry-content p img, .dk-gtnBx p img { max-width:100%; height:auto !important; margin:0 auto; }
.site-single .entry-content p, .site-content .entry-content p, .dk-gtnBx p { margin:12px 0; line-height:1.6; color:#333; }
.site-single .entry-content p a { color:#06C; border-bottom:1px solid #06C; padding-bottom:1px; }
.site-single .entry-content p a:hover { color:var(--hover-color); }
.site-single .entry-content h2 { font-size:22px; } .site-single .entry-content h3 { font-size:20px; } .site-single .entry-content h4 { font-size:18px; }
.site-single h1.entry-title, .site-search h3.page-title { margin:0 0 12px; font-size: 30px; }
.entry-title.dk-titStni { margin-bottom:10px; }
.site-search h3.page-title { padding-bottom:10px; border-bottom:1px dashed #CCC; }
.site-single .entry-title a { display:block; }
.site-single .dk-eNtMe { clear:both; width:100%; text-align:right; margin-bottom:8px; }
.site-single .categories-links a { background:#333; color:#FFF; padding:4px 10px; }
.site-single .categories-links a:hover { background:#F30; color:#FFF; padding:4px 10px; }
.site-single .nav-links a { margin:0 10px; }
.site-single .dk-tgList { padding:4px; margin:1em 0 2em; color:var(--main-color); font-size:14px; }
.site-single .dk-tgList a { color:#333; padding:4px 1px; margin:2px; display:inline-block; }
.site-single .dk-tgList a:hover { color:var(--main-color); }
.site-single .entry-content ul, .site-single .entry-content ol, .dk-gtnBx ul, .dk-gtnBx ol { margin:1em 0; padding-left:1em; }
.site-single .entry-content ul li, .dk-gtnBx ul li { list-style-type:disc; list-style-position:inside; margin:8px 0; line-height:1.5; }
.site-single .entry-content ol li, .dk-gtnBx ol li { list-style-position:inside; margin:8px 0; line-height:1.5; }
.dk-singCt { background:#f3f5ee; padding:10px }
.site-single .entry-content p iframe { width:94%; height:64vh; margin:0 auto; display:inherit; }

.site-single .entry-content table { background:#eff7fa; width:100% !important; border:1px solid #6ea4c7; margin:1em 0}
.site-single .entry-content tr { height:auto !important; border-bottom:1px solid #94bad2 }
.site-single .entry-content td { padding:8px !important; height:auto !important; line-height:1.4 }
.site-single .entry-content tr td { border-right:1px solid #94bad2; border-top:1px solid #94bad2; }
.site-single .entry-content tr td:last-child { border-right:none }

.dk-singBxSc { background:var(--main-color); width:100%; margin-bottom:1em; float:left; z-index:999; }
.dk-singBxSc ul { text-align:center; justify-content:center; display:flex; }
.dk-singBxSc ul li a { padding:12px 10px; color:var(--bg-color); display:inline-block; }
.dk-singBxSc ul li a:hover { background:var(--hover-color); }

.gallery { width:100%; margin:1em 0; float:left }
.gallery .gallery-item img { width:100%; height:auto; transition: all 0.4s ease; }
.gallery .gallery-item:hover img { transform:scale(1.3); opacity:.9; }
.gallery .gallery-item { margin-bottom:1em; position:relative; float:left; overflow:hidden; }
.gallery .gallery-item .wp-caption-text { background:rgba(0,0,0,.8); color:#fff; font-size:12px; padding:8px 6px; position:absolute; left:0; bottom:0; width:100% }
.gallery.gallery-columns-2 figure.gallery-item { width:49%; margin-right:2%; }
.gallery.gallery-columns-2 figure.gallery-item:nth-child(2n+0) { margin-right:0 }
.gallery.gallery-columns-3 figure.gallery-item { width:32%; margin-right:2%; }
.gallery.gallery-columns-3 figure.gallery-item:nth-child(3n+0) { margin-right:0 }
.gallery.gallery-columns-4 figure.gallery-item { width:23.5%; margin-right:2%; }
.gallery.gallery-columns-4 figure.gallery-item:nth-child(4n+0) { margin-right:0 }
.gallery.gallery-columns-5 figure.gallery-item { width:18.3%; margin-right:2%; }
.gallery.gallery-columns-5 figure.gallery-item:nth-child(5n+0) { margin-right:0 }

#accordion { background:var(--bg-color); width:100%; padding:12px; float:left; }
.ui-accordion .ui-accordion-content { line-height:1.6; color:#444; }
.ui-accordion .ui-accordion-header { font-size:18px !important; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border:1px solid #0a5b41 !important; background:#1a6d52 !important; }
h3.dk-ansEti { background:var(--bg-color); color:var(--main-color); border-bottom:1px solid var(--main-color); border-left:3px solid var(--sub-color); padding:10px; margin:0; }

.dk-catSuAh_Lkm { width:100%; margin-top:1em; display:block; float:left; }
.dk-catSuAh_Lkm h4 { background:var(--bg-color); border-bottom:1px solid #eee; font-size:14px; margin:0; display:block }
.dk-catSuAh_Lkm h4 span { background:var(--line-active); color:#fff; padding:8px 14px; display:inline-block }
.dk-catSuAh_LkmX { background:#f9f9f9; padding:10px 14px; display:block }
.dk-catSuAh_LkmLi a { padding:6px 8px 6px 4px; font-size:16px; display:inline-block }

.dk-support { float:left; width:100%; }
.dk-support .dk-supportS { background:url(images/hotline.png) no-repeat 4px 10px; margin:2px; padding:6px 6px 6px 34px; font-size:24px; font-weight:bold; }
.dk-supHbxS { float:left; width:100%; margin:10px 0 0; }
.dk-supHbxS .fb-like { float:left; width:50%; text-align:center; }
.dk-supHbxS .dk-google { float:left; width:50%; }
.site-single .dk-supHbxS .fb-like, .site-single .dk-supHbxS .dk-google { float:right; width:auto; }

.site-search article { float:left; width:100%; position:relative; border-bottom:1px dashed #666; padding-bottom:5px; margin-bottom:5px; }
.site-search h1.page-title { background:#39C; padding:5px; color:#fff; font-size:22px; font-weight:normal; }
.site-search .entry-nothumbnail img, .site-search .entry-thumbnail img { float:left; margin-right:5px; width:150px; height:159px; }
.site-search h1.entry-title { font-size:2.5rem; margin:0 0 5px; }

.site-notfound .page-title { text-align:center; }
.dk-nFouD { background:url(images/notfound.jpg) no-repeat; width:640px; height:293px; margin: 0 auto; clear:both; }
.site-notfound .page-content { margin:2em; text-align:center; }
.site-notfound .page-content p { font-size:18px; margin-bottom:1em; }
.site-notfound .search-form { width:100%; }

	/* ------------ Search CSS ------------ */

.search-form { background:#42454e; margin-bottom:1em; float:left; }
.search-form input[type="search"] { border:none; color:#666; padding: 8px 5px; margin:8px; width:94%; font-size:14px; 
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.search-form .search-submit { margin:5px; float:right; }
.search-form input[type="submit"] { background: #1bba9a; color: #fff; font-weight: bold; margin-left: 7px; padding: 6px 10px; border:none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.search-form input[type="submit"]:hover { background:#189e83; cursor:pointer; }

	/* ------------ Lightbox Pio ------------ */
	
.dk-mediaSlide { float:left; width:100%; clear:both; margin:4px; }	
.dk-mediaSlide p, .dk-mediaSlide div { float:left; width:32%; height:128px; margin:4px; overflow:hidden; position:relative; }
.site-single .entry-content .dk-mediaSlide p img, .dk-mediaSlide div img { width:100% !important; height:auto !important; }
.dk-mediaSlide p span, .dk-mediaSlide div span { background:url(images/bgimg-h.png); width:100%; height:100%; position:absolute; top:0; z-index:5; display:block; opacity:0; }

.dk-spRelated { position:relative; float:left; width:100%; }
.dk-spRelated h3 { background:var(--main-color); color:#FFF; padding:8px; margin:8px 0; }
.dk-spRelatedKh { width:100%; }
.dk-spRelatedKh li { background:var(--bg-color); float:left; width:100%; padding:10px; margin-bottom:10px; }
.dk-spRelatedKh .dk-spRelatedKhIg { float:left; width:16%; margin-right:2%; }
.dk-spRelatedKh .dk-spRelatedKhIg img { width:100%; height:auto; }
.dk-spRelatedKh .dk-spRelatedKhTi a { display:block; }
.dk-spRelatedKh .dk-spRelatedKhTi h2 { font-size:18px; margin:0 0 8px; }
.dk-spRelatedKhEx { line-height:1.5; color:#555; }
.dk-spRelatedKh .dk-readmore { float:right; margin-top:10px; }
.button_dangkybg {
	background-color: #ee9347;
	border-color: rgba(0, 0, 0, .05);
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 0;
	box-sizing: border-box;
	color: currentColor;
	cursor: pointer;
	display: inline-block;
	font-size: .97em;
	font-weight: bolder;
	letter-spacing: .03em;
	line-height: 2.4em;
	margin-right: 1em;
	margin-top: 0;
	max-width: 100%;
	min-height: 2.5em;
	padding: 0 1.5em;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-rendering: optimizeLegibility;
	text-shadow: none;
	text-transform: uppercase;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
	vertical-align: middle;
}
.button_dangkybg span {
	color: #fff;
}
.runglac .icon-checkmark {
	background-color: #e60808;
	width: 44px;
	height: 44px;
	line-height: 36px;
	right: -28px;
	top: -10px;
	position: absolute;
	justify-content: center;
	box-shadow: 0 0 0 0 #c31d1d;
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
}

.runglac .icon-checkmark {
	background-color: #e60808;
	width: 44px;
	height: 44px;
	line-height: 36px;
	right: -25px;
	top: -5px;
	position: absolute;
	justify-content: center;
	box-shadow: 0 0 0 0 #c31d1d;
	border-radius: 50%;
	border: 2px solid transparent;
	-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite;
}

.ld-ttkhungvien2 {
	font-weight: 500;
	font-size: 16px;
	border: 4px dashed #e09900;
	border-color: #e09900;
	padding: 10px;
	background-color: #f0f4d2;
}

.img-w-100 img {
	max-width: 100% !important;
	height: auto !important;
}

.custom-lien-he {
	background: #f1f6fb;
	border-radius: 12px;
	padding: 15px;
	margin-bottom: 30px;
}

.custom-hotline {
	font-size: 20px;
	background: #49da1f;
	color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
}


.tuyen-dung ul {padding-left: 2rem !important; list-style-type: disc !important; }



@media (max-width: 1024px) {
	.dk-page, .vi-banner, .dtk-nav ul { width:1000px; }
}

@media (max-width: 812px) {
	.dk-page, .vi-banner, .dtk-nav ul { width:98%; }
	.dtk-nav ul li.dk-menuLogo a { width:106px; }
	.dk-singBxSc ul li { font-size:13px; }
	.dk-ShCtnPo .dk-ShPoLi, .dk-ShCtnPo .dk-ShPoLi:nth-child(3n+0), .dk-ShCtn .hentry { width:48.5%; margin-right:3%; }
	.dk-ShCtnPo .dk-ShPoLi:nth-child(2n+0), .dk-ShCtn .hentry:nth-child(2n+0) { margin-right:0; }
	#tin-tuc .hentry { width:49%; margin:0 0 1em; margin-right: 1%; }
	.dk-ShCtn .dk-ShCtnPo h2.entry-title a { font-size: 13px !important; }
	.site-single .entry-content h2 { font-size:19px; } .site-single .entry-content h3 { font-size:17px; }
	.dk-sdNaBx { margin-top:6px; }
	.dk-footAx { padding:30px 18px 14px; }
	.dk-footAx p, .dk-footAx_Pn { font-size:15px; }
	.dk-bgCatTi { font-size:30px; }
	.dk-bgCatTi.dk-bgCatTi2 { font-size:24px; }
	.site-single .entry-content p iframe { height:40vh; }
	.dk-formW h4 { font-size:14px }
	.gallery.gallery-columns-4 figure.gallery-item, .gallery.gallery-columns-4 figure.gallery-item:nth-child(4n+0) { width:32%; margin-right:2%; }
	.gallery.gallery-columns-4 figure.gallery-item:nth-child(3n+0) { margin-right:0; }
}

@media (max-width: 438px) {
	.wpcf7-form .form-row {
		flex-direction: column;
}

.wpcf7-form .form-row > * {
		flex: none;
		margin-bottom: 10px;
}
	.dk-ShCtn .entry-thumbnail img, .dk-ShCtn .entry-nothumbnail img, .site-category .entry-nothumbnail img, .site-category .entry-thumbnail img { height: auto !important; }
	#page { padding-top:70px; }
	#masthead { padding:0; }
	.hotline-fixedLk { display:none; }
	body.single #breadcrumbs { font-size:16px; line-height:1.6; }
	.dk-menuMo { display:block; text-align: center; }
	.vi-banner, .dtk-nav ul { width:100%; }
	.dk-menuMo img { height:60px; width:auto; }
	.dtk-nav { background:var(--main-color); display:none; }
	.dtk-nav ul li.dk-menuLogo { display:none; }
	.dtk-nav ul li { display:list-item; font-weight:normal; border-bottom:1px solid #0b4e3e; }
	.dtk-nav ul li a { color:var(--bg-color); }
	#masthead.dk-sticky { padding:0; }
	.dk-sticky .dk-menuMo img { width:auto; height:48px; padding:8px; }
	.dk-singBxSc ul { display:block; }
	.dk-singBxSc ul li { font-size:14px; display:inline-block; }
	.dk-singBxSc ul li a { padding:10px 4px; }
	.dk-gioithieu .dk-gtnBx p { padding:0 3%; }
	.dk-ShCtnPo .dk-ShPoLi, .dk-ShCtnPo .dk-ShPoLi:nth-child(3n+0), .dk-ShCtn .hentry { width:100%; margin:0 0 1em; }
	#tin-tuc .hentry { width:47%; margin:0 0 1em; margin-right: 1.5%; margin-left: 1.5%; }
	.dk-ShCtn .dk-ShCtnPo h2.entry-title a { font-size: 13px !important; }
	.dk-ShCtnPo_Ig img { height:auto; }
	.dk-ShCtn_Dx { background:rgb(255 255 255 / 50%); padding:8px; }
	.dk-ShCtnPo_Ex p, .dk-ShCtnPo .entry-content p { font-size:16px; }
	.dk-ShCtn h2.entry-title { height: 100px; }
	.site-category h1.archive-title, .archive-header h1, h1.page_title { font-size:22px; }
	body.page-id-562 .site-content .entry-content p img { display:block; }
	.dk-bgCatTi { font-size:24px; }
	.dk-bgCatTi.dk-bgCatTi2 { font-size:20px; }
	.site-category .hentry { padding:8px; width: 48.5%; }
	.site-category .hentry { margin-right: 3% !important; }
	.site-category .hentry:nth-child(2n+1) { margin-right:0 !important; }
	.site-category h2.entry-title { font-size:16px; font-weight:normal; line-height:1.5; }
	.dk-footAx, .dk-footBx { width:100%;}
	.dk-footBx { width:100%; text-align: center;}
	.dk-footBx img {     max-width: 90%;
    height: auto;
 }
	.dk-footAx { width:100%; border-bottom: 4px solid var(--sub-color); }
	.site-single .entry-content { padding:0 2%; }
	.site-single .entry-content p, .site-content .entry-content p, .dk-gtnBx p { font-size:18px; }
	.site-single .entry-content ul li, .dk-gtnBx ul li { font-size:16px; }
	.site-single .entry-content p em, .dk-spRelatedKhEx { font-size:16px; }
	.site-single .entry-content h2 { font-size:20px; } .site-single .entry-content h3 { font-size:18px; } .site-single .entry-content h4 { font-size:18px; }
	.site-single .entry-content p iframe { width:100%; height:32vh; }
	.dk-spRelatedKh .dk-spRelatedKhTi h2 { font-size:18px; }
	.gallery.gallery-columns-3 figure.gallery-item, .gallery.gallery-columns-3 figure.gallery-item:nth-child(3n+0), .gallery.gallery-columns-4 figure.gallery-item, .gallery.gallery-columns-4 figure.gallery-item:nth-child(3n+0), .gallery.gallery-columns-4 figure.gallery-item:nth-child(4n+0) { width:49%; margin-right:2%; }
	.gallery.gallery-columns-3 figure.gallery-item:nth-child(2n+0), .gallery.gallery-columns-4 figure.gallery-item:nth-child(2n+0) { margin-right:0; }
	.gallery .gallery-item .wp-caption-text { background:var(--facebook); top:inherit; position:relative; }
	.wpcf7 .dk-lienheA, .wpcf7 .dk-lienheB, .wpcf7 .dk-lienheBs { width:100% }
	.dk-formWa { width:100%; margin-bottom:10px }
	.dk-formWb { width:100%; min-height:260px }
}
.page-id-1203  .entry-header {
	display: none;
}
.page-id-1203  .dk-bgCat {
	margin-bottom: 0;
}

.dk-ShCtnPo_Ex {
	height: 90px;
}

.datk p {
	color: white !important;
	font-size: 13px;
}

.datk a  {
	color: white !important;
	font-size: 13px;
}

.datk a:visited {
	color: white !important;
}
.news img {
	height: 270px !important;
}