/*
	Theme Name: PTDTNT Vân Canh
	Theme URI: http://www.ptdtntvancanhbinhdinh.edu.vn/
	Description: This is PTDTNT Vân Canh child theme created based on the Genesis Framework.
	Author: Dzu
	Author URI: https://www.dzu.vn/

	Version: 1.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: wat
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */


/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

template,
[hidden] {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}


/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */


/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%;
	/* 10px browser default */
}


/* Chrome fix */

body>div {
	font-size: 14px;
	font-size: 1.4rem;
}

body {
	background-color: #efefef;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.7;
	margin: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #192d92;
}

p {
	margin: 0 0 12px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 20px;
	font-size: 2rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

input,
[type="search"],
select,
textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}

[type="search"],
[type="text"],
select,
[type="tel"],
[type="email"],
textarea,
[type="password"],
[type="url"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-o-appearance: none !important;
	-ms-appearance: none !important;
}

select::-ms-expand {
	display: none;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	margin: 0 0 10px;
}

h1 {
	font-size: 22px;
	font-size: 2.2rem;
}

h2 {
	font-size: 20px;
	font-size: 2rem;
}

h3 {
	font-size: 19px;
	font-size: 1.9rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 17px;
	font-size: 1.7rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 6px 12px;
	width: 100%;
	border-radius: 5px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-webkit-input-placeholder,
::-moz-input-placeholder {
	color: #000;
	opacity: 1;
}

* {
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 6px 12px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	line-height: 1.4;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 3px 5px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* ## Site Containers
--------------------------------------------- */

.site-inner {
	clear: both;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px 15px 30px;
	word-wrap: break-word;
	background: #fff;
}

.page-template-landing .site-inner {
	margin-bottom: 0;
	padding-top: 0;
}

.elementor-page.genesis-title-hidden.full-width-content .site-inner {
	padding-top: 0;
}

.elementor-page .site-inner {
	margin-bottom: 0;
}


/* ## Column Widths and Positions
--------------------------------------------- */


/* ### Content */

.content {
	float: right;
	width: calc(72% - 15px);
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.content::before,
.content::after,
.sidebar::before,
.siderbar::after,
.content-sidebar-wrap::before,
.content-sidebar-wrap::after {
	content: "";
	display: block;
	clear: both;
}

.page:not(.full-width-content) .content {
	padding: 10px;
	border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 28%;
}

.sidebar-content .sidebar-primary {
	float: left;
}


/* ## Column Classes
--------------------------------------------- */


/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.clear,
.clearfix {
	clear: both;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}


/* Back to top
---------------------------------------------------------------------------------------------------- */

.to-top {
	display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    padding-top: 9px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 999;
    color: #192d92;
    background: transparent;
    border-radius: 7px;
    border: 1px solid;
}

.to-top:hover,
.to-top:focus {
	color: #FFFFFF;
	background: #192d92;
}

.to-top .dashicons {
	transition: 0s ease-in;
	-webkit-transition: 0s ease-in;
	-moz-transition: 0s ease-in;
}

.to-top.top-is-visible {
	visibility: visible;
	opacity: 1;
}

.no-touch .to-top:hover {
	opacity: 1;
}


/* ## Genesis
--------------------------------------------- */

.after-entry,
.author-box {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
	padding: 10px 15px;
}

.search-form input[type="search"] {
	padding-right: 45px;
	border: 0;
	border-bottom: 1px solid;
}

.search-form input[type="submit"] {
	font-family: 'FontAwesome';
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: calc(100% - 1px);
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
    color: #000;
}


/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-title {
	font-size: 17px;
	font-size: 1.7rem;
}

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

ul.wp-block-gallery {
	margin: 0 !important;
}

.widget.simple-social-icons ul li {
	margin: 0 6px 12px !important;
}
.widget.simple-social-icons ul li a {
	padding: 7px !important;
}
.widget.simple-social-icons ul.alignleft li:first-child {
	margin-left: 0 !important;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget:not(:last-of-type) {
	margin-bottom: 40px;
}

.widget ul>li {
	margin-bottom: 10px;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 15px;
	font-size: 1.5rem;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	display: none !important;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	color: #fff;
	background: #192D92;
	-webkit-transition: color .25s ease-in-out;
	-ms-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.genesis-nav-menu::after {
	display: block;
	content: "";
	clear: both;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	float: left;
	position: relative;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 12px 14px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus {
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 15px;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -41px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	float: right;
}

.nav-primary {
	max-width: 1140px;
	margin: 0 auto;
}


/* Primary Nav Search
--------------------------------------------- */

li a.icon-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
	font-size: 11px;
	z-index: 9999;
}

li a.icon-search {
	cursor: pointer;
	padding: 0px 3px 0 10px !important;
}


/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
	left: auto;
	opacity: 1;
}


/* ## After Header Navigation
--------------------------------------------- */

.admin-bar .sticky-menu {
	top: 32px;
}

.sticky-menu {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.mysticky-primary.sticky-menu {
	background-color: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	touch-action: manipulation;
}


/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Page Title & Archive Title 
-------------------------------------------- */
.page-title, .archive-title {
    font-size: 21px;
    line-height: 1.4;
   	margin-bottom: 15px;
    text-transform: uppercase;
}

/* # Genesis - Hiden
--------------------------------------------- */
.genesis-title-hidden .page-title {
	display: none !important;
}

/* ## Entries
--------------------------------------------- */

.post-content ul>li,
.page-content ul>li {
	list-style-type: disc;
}

.post-content ol>li,
.page-content ol>li {
	list-style-type: decimal;
}

.post-content ol,
.post-content ul,
.page-content ol,
.page-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin-bottom: 30px;
	text-align: center;
}

.pagination .page-numbers {
	border: 1px solid;
	color: #000;
	background: transparent;
	display: inline-block;
	letter-spacing: .4px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	margin: 5px;
	line-height: 1.4;
	border-radius: 5px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background: #231f20;
	border-color: #231f20;
	color: #fff;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 0px;
	clear: both;
}

.comment-respond,
.entry-pings {
	padding: 15px 0;
}

.entry-comments {
	padding-top: 30px;
}

.entry-comments h3,
h3#reply-title {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.entry-comments::after {
	content: "";
	display: block;
	clear: both;
}

h3#reply-title small {
	margin-left: 20px;
}

.comment-list li{
	clear: both;
}

.comment-list li article {
	margin-bottom: 30px;
}

.comment-list li article::after {
	content: "";
	display: block;
	clear: both;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-form {
	font-size: 14px;
}

.comment-header {
	margin-bottom: 12px;
	font-size: 14px;
}

.comment-header .comment-meta {
	font-size: 14px;
}

.comment-content {
	clear: both;
	font-size: 14px;
	float: left;
}

.comment-reply {
	clear: both;
	float: right;
}

.comment-reply a {
	font-size: 14px;
	padding: 6px 12px;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 4px;
}

.comment-reply a:hover {
	background: #e6e6e6;
	border-color: #adadad;
	color: #333;
    text-decoration: none;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
}

.comment-respond label {
	margin-right: 12px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .3px;
	padding-bottom: 5px;
    display: inline-block;
}

.comment-respond .comment-form-cookies-consent input[type="checkbox"] {
	margin-right: 7px;
}

.comment-respond .comment-form .comment-form-cookies-consent label {
	text-transform: initial;
	padding-bottom: 0;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

#commentform p {
	margin-bottom: 22px;
}

#commentform .form-submit {
	margin-top: 15px;
}

#comments .children {
	width: 95%;
	float: right;
}

.comment-respond input[type="checkbox"] {
	margin-right: 12px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar ol,
.sidebar ul {
	margin: 0 !important;
}

.sidebar li {
	list-style-type: none !important;
}

.sidebar {
	margin-bottom: 30px;
}

.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .widget-title {
	font-size: 15px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding: 12px 15px 8px;
	color: #fff;
	background: #192D92;
}

.sidebar .widget_nav_menu .menu {
	background: #e1edf3;
	padding: 10px;
	font-size: 13px;
}
.sidebar .widget_nav_menu .widget-title::before {
	content: "\f00b";
	display: inline-block;
	clear: both;
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.sidebar .widget_nav_menu .sub-menu {
	display: none;
}
.sidebar .widget_nav_menu li {
	padding: 8px 10px 8px 15px;
	margin-bottom: 0;
	border-bottom: 1px dotted #73a0bc;
	position: relative;
}
.sidebar .widget_nav_menu li::before {
	content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
    border-width: 4px 0px 4px 5px;
    border-color: transparent transparent transparent #192d92;
    border-style: solid;
    position: absolute;
    left: 0;
    top: 15px;
}

.sidebar .featuredpost article {
	padding: 0px 12px 10px 22px;
	position: relative;
}

.sidebar .featuredpost article:first-of-type {
	padding-top: 15px;
}

.sidebar .featuredpost article:last-of-type {
	padding-bottom: 15px;
}

.sidebar .featuredpost article::before {
	content: "";
	display: block;
	clear: both;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: url('./images/arrow-right.svg') no-repeat center center / 8px;
	background-color: #192d92;
	position: absolute;
	left: 0;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

.sidebar .featuredpost .widget-title::before {
	content: "\f005";
	display: inline-block;
	clear: both;
    font-family: 'FontAwesome';
    padding-right: 10px;
}

.sidebar .featuredpost .entry-title {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0;
	overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	padding: 20px;
	font-size: 14px;
	background: #192d92;
	max-width: 1140px;
	margin: 0 auto;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets .wrap {
	max-width: 1140px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-widgets .widget { 
	margin-bottom: 20px;
}

.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	margin-bottom: 20px;
	font-size: 16px;
}

.footer-widgets .menu {
	display: block;
}

.footer-widgets .menu a { 
	cursor: pointer;
}

.footer-widgets .widget_media_image {
	line-height: 0;
}
.footer-widget-area .footer-title {
    font-size: 20px;
    font-weight: 700;
    color: red;
}
.footer-widget-area .footer-title,
.footer-widget-area .footer-subtitle {
	margin-bottom: 5px;
}
.footer-widget-area .footer-info a:not(:last-of-type) {
	position: relative;
	padding-right: 12px;
}
.footer-widget-area .footer-info a:not(:last-of-type)::after {
    content: "";
    display: block;
    clear: both;
    border-right: 1px solid;
    height: 80%;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* # Site Footer
--------------------------------------------- */

.menu {
	display: none;
}

.nav-primary .menu,
.sidebar .menu {
	display: block;
}

.site-footer {
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
}

.site-footer,
.site-footer a {
	color: #ffffffab;
}

.site-footer .wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 12px 15px;
	background: #192d92;
	position: relative;
}

.site-footer .wrap::before {
	content: "";
	display: block;
	clear: both;
	width: calc(100% - 40px);
	height: 1px;
	background: rgb(255 255 255 / 40%);;
	position: absolute;
	top: -1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.site-footer .wrap p {
	margin-bottom: 0;
}


/* Custom
--------------------------------------------- */

.elementor-widget-heading .elementor-heading-title {
	line-height: inherit;
}

/* Slider - Posts */
.dzu-tintuc ol,
.dzu-tintuc ul {
	margin: 0 !important;
}

.dzu-tintuc li {
	list-style-type: none !important;
}

.dzu-tintuc .owl-item .img-slider::after {
	content: "";
	clear: both;
	display: block;
}

.dzu-tintuc .elementor-widget-container .post {
	width: 100% !important;
	margin: 0 !important;
	position: static !important;
	clear: none;
	float: none !important;
}

.dzu-tintuc .featuredpost .widget-wrap,.dzu-tintuc .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.dzu-tintuc .featuredpost .widget-wrap{display:none;width:100%;z-index:1}
.dzu-tintuc .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.dzu-tintuc .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.dzu-tintuc .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.dzu-tintuc .owl-item,.dzu-tintuc .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.dzu-tintuc .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.no-js .dzu-tintuc,.dzu-tintuc .featuredpost .widget-wrap.owl-loaded{display:block}
.dzu-tintuc .owl-dot,.dzu-tintuc .owl-nav .owl-next,.dzu-tintuc .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.dzu-tintuc .owl-nav button.owl-next,.dzu-tintuc .owl-nav button.owl-prev,.dzu-tintuc button.owl-dot{background:0 0;border:none;padding:0!important;}
.dzu-tintuc .featuredpost .widget-wrap.owl-loading{opacity:0;display:block}.dzu-tintuc.owl-hidden{opacity:0}
.dzu-tintuc .featuredpost .widget-wrap.owl-refresh .owl-item{visibility:hidden}
.dzu-tintuc .featuredpost .widget-wrap.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.dzu-tintuc .featuredpost .widget-wrap.owl-grab{cursor:move;cursor:grab}
.dzu-tintuc .featuredpost .widget-wrap.owl-rtl{direction:rtl}
.dzu-tintuc .featuredpost .widget-wrap.owl-rtl .owl-item{float:right}
.dzu-tintuc .animated{animation-duration:1s;animation-fill-mode:both}
.dzu-tintuc .owl-animated-in{z-index:0}
.dzu-tintuc .owl-animated-out{z-index:1}
.dzu-tintuc .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.dzu-tintuc .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.dzu-tintuc .owl-item .owl-lazy:not([src]),.dzu-tintuc .owl-item .owl-lazy[src^=""]{max-height:0}
.dzu-tintuc .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-nav.disabled,.owl-dots.disabled { display: none; }

.before-menu .widget {
	margin-bottom: 0;
}
.before-menu .wrap {
    padding: 20px;
}
.before-menu .widget_media_image {
    line-height: 0;
}
.before-menu .a-title {
	color: #192D92;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
}
.before-menu .a-subtitle {
	color: #CE1126;
	line-height: 1.4;
	font-size: 18px;
}

/* After Breadcrum */
.after-menu {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 12px 15px 10px;
    clear: both;
}
.after-menu .right-breadcrum .dzu-login {
	margin-right: 20px;
}
.dzu-login {
	padding: 0 8px;
	position: relative;
	color: #192d92;
}
.dzu-login::before {
	content: "";
	display: block;
	clear: both;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 100%;
	height: 18px;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

/* Breadcrum */
.rank-math-breadcrumb {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 4px;
	text-wrap: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
}
.rank-math-breadcrumb,
.rank-math-breadcrumb a,
.rank-math-breadcrumb span.last {
	color: #fff;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb span.last {
    padding: .6em 1em;
    margin: 0 .55em 0 1em;
    background: #192d92;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.rank-math-breadcrumb a:hover,
.rank-math-breadcrumb a:focus,
.rank-math-breadcrumb span.last:hover,
.rank-math-breadcrumb span.last:focus {
	background: #1e37b5;
}
.rank-math-breadcrumb a::before,
.rank-math-breadcrumb a::after,
.rank-math-breadcrumb span.last::before,
.rank-math-breadcrumb span.last::after {
	content: "";
	display: block;
	clear: both;
	border-style: solid;
	position: absolute;
	top: 0;
	height: 100%;
	border-width: 1.45em 0 1.45em 1em;
}
.rank-math-breadcrumb span.last::before,
.rank-math-breadcrumb a::before {
	left: -1em;
    border-color: #192d92 #192d92 #192d92 transparent;
}
.rank-math-breadcrumb span.last::after,
.rank-math-breadcrumb a::after {
	right: -1em;
    border-color: transparent transparent transparent #192d92;
}
.rank-math-breadcrumb span.last:hover::before,
.rank-math-breadcrumb span.last:focus::before,
.rank-math-breadcrumb a:hover::before,
.rank-math-breadcrumb a:focus::before {
	border-color: #1e37b5 #1e37b5 #1e37b5 transparent;
}
.rank-math-breadcrumb span.last:hover::after,
.rank-math-breadcrumb span.last:focus::after,
.rank-math-breadcrumb a:hover::after,
.rank-math-breadcrumb a:focus::after {
	border-color: transparent transparent transparent #1e37b5;
}
body.home .rank-math-breadcrumb { 
	display: none;
}
.rank-math-breadcrumb p {
	margin-bottom: 0;
}
.rank-math-breadcrumb .separator {
	display: none;
	visibility: hidden;
}

/* Homepage - Posts */
.front-page-left .elementor-widget-wp-widget-featured-post .entry-title,
.front-page-right .elementor-widget-wp-widget-featured-post .entry-title,
.front-page-left .elementor-widget-wp-widget-featured-post .entry-content,
.front-page-right .elementor-widget-wp-widget-featured-post .entry-content,
.home-posts.elementor-widget-wp-widget-featured-post article .entry-title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.home-posts.elementor-widget-wp-widget-featured-post article > a,
.front-page-left .elementor-widget-wp-widget-featured-post article > a,
.front-page-right .elementor-widget-wp-widget-featured-post article > a {
    line-height: 0;
    position: relative;
    width: 100%;
}
.home-posts.elementor-widget-wp-widget-featured-post article > a img,
.front-page-left .elementor-widget-wp-widget-featured-post article > a img,
.front-page-right .elementor-widget-wp-widget-featured-post article > a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-posts.elementor-widget-wp-widget-featured-post article > a{
    max-width: 150px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    height: 90px;
}
.home-posts.elementor-widget-wp-widget-featured-post {
	font-size: 13px;
}
.home-posts.elementor-widget-wp-widget-featured-post article .entry-title {
	margin-bottom: 5px;
	-webkit-line-clamp: 4;
}
.home-posts.elementor-widget-wp-widget-featured-post .more-posts {
	border-top: 1px dashed #dadada;
	margin: 5px 0 25px 0;
	padding-left: 22px;
	padding-top: 7px;
}

/* Home - Frontpage 1 */
.elementor-widget-wp-widget-featured-post .entry-content p:last-of-type {
	margin-bottom: 0;
}
.front-page-left .elementor-widget-wp-widget-featured-post .entry-title,
.front-page-right .elementor-widget-wp-widget-featured-post .entry-title {
	-webkit-line-clamp: 2;
	font-size: 15px;
	margin-bottom: 8px;
}
.front-page-right .elementor-widget-wp-widget-featured-post .entry-content {
	-webkit-line-clamp: 3;
}
.front-page-left .elementor-widget-wp-widget-featured-post .entry-content{
	-webkit-line-clamp: 2;
}
.front-page-left .elementor-widget-wp-widget-featured-post,
.front-page-right .elementor-widget-wp-widget-featured-post {
	font-size: 13px;
}
.front-page-left .elementor-widget-wp-widget-featured-post article > a {
	height: 268px;
}
.front-page-right .elementor-widget-wp-widget-featured-post article:not(:last-of-type) {
	border-bottom: 1px dashed #ddd;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.front-page-right .elementor-widget-wp-widget-featured-post article {
    display: grid;
    grid-template-areas:
        'top top'
        'left right';
    gap: 0 10px;
    padding-bottom: 15px;
}
.front-page-right .elementor-widget-wp-widget-featured-post article .entry-header {
	grid-area: top;
}
.front-page-right .elementor-widget-wp-widget-featured-post article > a {
	width: 100px;
	height: 66px;
	border: 1px solid #d0d0d0;
	border-radius: 3px;
	margin-bottom: 0;
	grid-area: left;
}
.front-page-right .elementor-widget-wp-widget-featured-post article .entry-content {
	grid-area: right;
}
[class^="tsvg-section-"] {
	margin-bottom: 0 !important;
}
[class^="tsvg-section-"] [class^="tsvg-block-title-hover-layout-"][data-hover ='hovTit4'] {
	padding: 5px 0 !important;
    line-height: 1.4;
}
[class^="tsvg_pp_content_container"] div[class^="tsvg_pp_right"] {
	padding-right: 15px;
}
[class^="tsvg_pp_content_container"] div[class^="tsvg_pp_left"] {
	padding-left: 15px;
}
[class^="tsvg_pp_pic_holder"] [class^="tsvg_pp_top"] {
	height: 15px;
}
[class^="tsvg_pp_details"] [class^="tsvg_pp_nav"] {
	margin: 0px 0 12px 0;
}
[class^="totalsoft-gv-lvg-close"] span {
display: none;	
}
[class^="totalsoft-gv-lvg-close"]::after { 
	content: "Đóng";
	display: inline-block;
	clear: both;
	padding-left: 5px;
}
[class^="tsvg-section-"] main[class^="tsvg-main-content-"] > figure > ul {
	margin-left: 0 !important;
}
.dzu-block {
	display: block !important;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1201px) {
	
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (min-width: 1141px) {
	.nav-primary-wrapper {
		position: relative;
	}
	.nav-primary-wrapper::before {
		content: "";
		display: block;
		clear: both;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 10px;
		left: 0;
		background: #192D92;
		z-index: -1;
	}
	.nav-primary::before,
	.nav-primary::after {
		position: absolute;
		display: inline-block;
		width: 10px;
		height: 100%;
		top: 0;
		background: #192D92;
	}
	.nav-primary::before {
		left: -10px;
		box-shadow: -2px 0px 2px rgb(0 0 0 / 15%);
	}
	.nav-primary::after {
		right: -10px;
		box-shadow: 2px 0px 2px rgb(0 0 0 / 15%);
	}
	.nav-primary .wrap::before,
	.nav-primary .wrap::after {
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        bottom: -10px;
        border: 5px solid #5c0020;
        border-bottom-color: #192D92;
	}
	.nav-primary .wrap::before {
		left: -10px;
		border-left-color: #192D92;
	}
	.nav-primary .wrap::after {
		right: -10px;
		border-right-color: #192D92;
	}
	.nav-primary .desktop-logo {
		line-height: 1;
		-webkit-transform: translateY(1px);
	    -ms-transform: translateY(1px);
	    transform: translateY(1px);
	    font-size: 18px;
	    padding: 12px 20px;
	}
	.genesis-nav-menu a:hover, 
	.genesis-nav-menu a:focus {
		background: #1e37b5;
	}
	.genesis-nav-menu .sub-menu a:hover, 
	.genesis-nav-menu .sub-menu a:focus {
		background: #fff;
	}
	.before-menu {
		max-width: 1140px;
		margin: auto;
	}
}

@media only screen and (min-width: 1024px) {
	.owl-nav .owl-prev,
	.owl-nav .owl-next {
		opacity: 0;
	}
	.owl-nav .owl-prev { transform: translateX(-100%);}
	.owl-loaded:hover .owl-nav .owl-prev,
	.owl-loaded:hover .owl-nav .owl-next {
		opacity: 1;transform: translateX(0);
	}
	.owl-nav .owl-next { transform: translateX(100%);}
	.before-menu .wrap { 
		background-image: url("./images/bg-header.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right center;
	}
	.before-menu {
		background-color: #fff;
	}
}

@media only screen and (max-width: 1023px) {
	.to-top {
		right: 30px;
		bottom: 30px;
	}
}

@media only screen and (min-width: 992px) {
	.genesis-nav-menu .sub-menu {
		-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.after-menu .dzu-tintuc {
		padding: 2px 15px 2px 0;
		font-size: 13px;
	}
	.after-menu .right-breadcrum {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-pack: flex-end;
	    -ms-flex-pack: flex-end;
	    justify-content: flex-end;
	    width: 260px;
	}
	.after-menu .right-breadcrum .wrap-search-form {
		max-width: 150px;
	}
	.after-menu .search-form {
		padding: 2px 30px 2px 3px;
		background: #192d92;
		border-radius: 100px;
	}
	.after-menu .search-form .search-form-input {
	    padding: 0px 32px 0px 10px;
		font-size: 12px;
		border-radius: 100px;
	}
	.after-menu .search-form .search-form-submit { 
		width: 30px;
		color: #fff;
		padding: 5px 3px 5px 0;
	    font-size: 13px;
	}
	.after-menu .dzu-tintuc::before {
		content: "Điểm tin nhanh:";
		color: #006bbb;
		clear: both;
		display: inline-block;
		width: 115px;
		float: left;
		padding-left: 15px;
	    padding-top: 2px;
	    background: url('./images/icon_slide_new.png') no-repeat left center;
	}
	.after-menu .dzu-tintuc::after {
		content: "";
		display: block;
		clear: both;
	}
	.after-menu .dzu-tintuc .wrap {
		width: calc(100% - 115px);
		float: left;
		padding-top: 5px;
	}
	.after-menu .dzu-tintuc .entry-title {
		margin-bottom: 0;
		font-size: 12px;
		font-weight: 400;
		max-width: 550px;
		overflow: hidden;
		-webkit-line-clamp: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.after-menu .wrap-bread-tin {
		width: calc(100% - 260px);
	}
	.after-menu {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: flex-start;
	    -ms-flex-align: flex-start;
	    align-items: flex-start;
	    -webkit-box-pack: space-between;
	    -ms-flex-pack: space-between;
	    justify-content: space-between;
	    flex-wrap: wrap;
	}
	.footer-widgets .footer-widgets-1 {
		width: 120px;
	}
	.footer-widgets .footer-widgets-2 {
		width: calc(100% - 120px);
		padding-left: 25px;
	}
	.nav-primary {
		position: relative;
	}
	.genesis-nav-menu > li:not(:last-of-type)::after { 
		content: "";
		display: inline-block;
		clear: both;
		height: 20px;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    transform: translateY(-50%);
		border-right: 1px solid;
		position: absolute;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a {
		padding-right: 22px;
	}
	.menu-toggle,
	.sub-menu-toggle,
	.mysticky-primary .dzu-login,
	.mysticky-primary .disnable-menu,
	.genesis-nav-menu .wrap-search-form {
		display: none;
		visibility: hidden;
	}
	.genesis-nav-menu .sub-menu a {
		background-color: #fff;
		color: #333;
	}
	.genesis-nav-menu .sub-menu a {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: '+';
		margin-left: 4px;
		min-width: 8px;
		display: inline-block;
		text-align: center;
		position: absolute;
		-webkit-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}

	.genesis-nav-menu .sub-menu li.menu-item-has-children>a::after {
		content: '+';
		margin-left: 5px;
		float: right;
		min-width: 8px;
		display: inline-block;
		text-align: center;
		-webkit-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		transition: all .1s ease-in-out;
	}

	.genesis-nav-menu li.menu-item-has-children.sfHover>a::after {
		content: "-";
	}
	.genesis-nav-menu .sub-menu .menu-item:not(:first-of-type)::before {
		content: "";
		clear: both;
		display: block;
		width: calc(100% - 30px);
		height: 1px;
		background: #ddd;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    transform: translateX(-50%);
		z-index: 1;
	}
}

@media only screen and (max-width: 991px) {
	.content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-primary,
	.title-area {
		width: 100%;
	}
	.content-sidebar .content,
	.sidebar-content .sidebar-primary,
	.sidebar,
	.genesis-nav-menu li {
		float: none;
	}
	.sidebar {
		max-width: 400px;
		margin: 0px auto 20px;
		clear: both;
		padding-top: 20px;
	}
	.genesis-nav-menu,
	.site-description,
	.site-title {
		text-align: center;
	}
	/* ### Genesis Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
		clear: both;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle {
		line-height: 22px;
		position: relative;
		z-index: 1000;
		border: none;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.menu-toggle {
		color: #fff;
		background-color: #192d92;
	}
	.menu-toggle::before {
	    font-size: 20px;
	    text-rendering: auto;
	    width: auto;
	    height: auto;
	}
	.sub-menu-toggle {
		background-color: transparent;
		border-width: 0;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
		transform: translateY(8px);
	}
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
		color: #fff;
	}
	.sub-menu-toggle::before { 
		font-size: 14px;
		width: auto;
		height: auto;
		line-height: 1;
	}
	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0);
		-ms-transform: rotate( 0);
		transform: rotate( 0);
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg);
		-ms-transform: rotate( 180deg);
		transform: rotate( 180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:not(:last-of-type) a {
		border-bottom: 1px solid #213ab7;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		padding: 15px 20px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu > li > a {
		padding-left: 35px;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.nav-primary-wrapper {
		background: #fff;
	}
	.mysticky-primary {
		padding: 10px 15px 0;
		display: inline-block;
	    width: 100%;
	}
	.mysticky-primary .dzu-login {
		float: left;
		display: inline-block;
		margin-top: 7px;
	}
	.mysticky-primary .menu-toggle {
		float: right;
		display: inline-block;
	}
	.footer-widgets,
	.site-footer {
		padding: 0;
	}
	.footer-widgets .wrap {
		flex-direction: column;
		padding: 30px 15px 20px;
	}
	.footer-widgets .footer-widget-area:not(:last-child) {
		margin-bottom: 20px;
	}
	.footer-widgets .footer-widget-area {
		text-align: center;
	}
	.after-menu .dzu-tintuc { 
		display: none;
	}
	.nav-primary {
		width: 280px;
	    position: fixed;
	    top: 0;
	    right: 0;
	    height: 100%;
	    min-height: 100vh;
	    background: #fff;
	    z-index: 9999;
	    visibility: hidden;
	    -webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	    transform: translateX(100%);
	    -webkit-transition: all 0.35s ease;
	    -o-transition: all 0.35s ease;
	    transition: all 0.35s ease;
	    display: block !important;
	}
	.mysticky-primary.show-menu .nav-primary {
		visibility: visible;
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	    overflow-y: auto;
	}
	.mysticky-primary.show-menu .disnable-menu {
		content: "";
		display: block;
		clear: both;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgb(0 0 0 / 30%);
		z-index: 9998;
	}
	.after-menu {
		padding: 5px 15px 5px;
	}
	.after-menu .right-breadcrum {
		display: none;
	}
	.footer-widgets .footer-widgets-1 {
		width: 100px;
	}
	.footer-widget-area .footer-title {
		font-size: 17px;
	}
	.footer-widget-area .footer-subtitle {
		margin-bottom: 0;
	}
	.footer-widget-area .footer-info a.ft-fax {
		padding-right: 0;
	}
	.footer-widget-area .footer-info a.ft-fax::after {
		display: none;
	}
	.footer-widget-area .footer-info a.ft-email {
		display: block;
	}
	.before-menu .a-title {
		font-size: 21px;
	}
	.genesis-responsive-menu .genesis-nav-menu .dzu-desktop-logo {
		padding: 15px;
		background: #fff;
	}
	.genesis-responsive-menu .genesis-nav-menu .dzu-desktop-logo .desktop-logo { 
		height: 80px;
		width: 80px;
		padding: 0;
		margin: 0 auto;
		background: url('./images/logo.png') no-repeat center center / contain;
		color: transparent;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item.dzu-desktop-logo a {
		border: none;
	}
	.genesis-responsive-menu .wrap-search-form form input {
		border-radius: 0;
	}
	.genesis-responsive-menu .wrap-search-form form input.search-form-submit {
		color: #686868;
	}
}

@media only screen and (max-width: 991px) and (min-width: 782px) {
	.admin-bar .nav-primary {
		top: 32px;
	}
}

@media only screen and (max-width: 782px) {
	.to-top {
		right: 20px;
		bottom: 20px;
	}
	.admin-bar .sticky-menu,
	.admin-bar .nav-primary {
		top: 46px;
	}
}

@media only screen and (min-width: 641px) {
	.before-menu .wrap {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	.before-menu .widget_media_image {
	    max-width: 120px;
	}
	.before-menu .widget_custom_html {
		padding-left: 25px;
	}
}

@media only screen and (max-width: 640px) {
	.pricing-table {
		max-width: 80%;
		margin: 0 auto;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100% !important;
	}
	.page-title, .archive-title {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.before-menu .wrap {
		text-align: center;
	}
	.before-menu .widget_media_image {
		max-width: 100px;
		margin: 0 auto 20px;
	}
	.before-menu .a-subtitle {
		font-size: 17px;
	}
}

@media only screen and (max-width: 480px) {
	.pricing-table {
		max-width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 400px) {}

@media only screen and (max-width: 320px) {}


/* # Print Styles
---------------------------------------------------------------------------------------------------- 

@media print {
	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title>a::after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}