/*!
Theme Name: quyy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: quyy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

quyy is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0 !important;
	
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* header */
body.home {
	font-family: sans-serif ;
}
#page{
	overflow: hidden;
}
.site-branding h1.site-title a {
    color: #9F2C25;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
}

p.site-description {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

h1.site-title {
	margin-bottom: 0;
	line-height: 1;
}
.row.header-menu {
    align-items: center;
}

ul#primary-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.current-menu-item a {
    color: #9F2C25 !important;
}
ul#primary-menu > li > a {
    padding: 0 10px;
    color: #1070B8;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.4s ease 0s;
}
/* #primary-menu > li
{
	margin-right:15px;
}
#primary-menu > li:last-child {
    margin-right: 0;
} */
ul#primary-menu > li .dangkyngay > a {
    background-image: linear-gradient(to right, red , yellow);
}

ul#primary-menu .dangkyngay a {
    background-image: linear-gradient(to right, #736257, #b95113);
    color: #fff !important;
    padding: 8px 10px !important;
    display: block;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #887676;
}
ul#primary-menu .dangkyngay a {
    background-image: linear-gradient(to right, #ffa86e, #fd8b47);
    color: #fff !important;
    padding: 8px 10px !important;
    display: block;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #887676;
}
section.thongtinlich .box-chuads {
    border: 1px solid #f79633;
    box-shadow: 1px 1px 1px #e69440;
}

header#masthead {
     position: fixed; 
	top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 111;
    border-bottom: 1px solid #ccc;
    box-shadow: 1px 1px 1px #ccc;
}
section.thongtinlich {
    margin-top: 100px;
	margin-bottom: 30px;
}
.dateIcon {
    background-repeat: no-repeat;
    background-size: 130%;
    border-radius: 5px;
    width: 70px;
    color: #000;
    font-family: sans-serif;
    display: inline-block;
    vertical-align: top;
	background-position: center;
	margin-right:20px;
}
.box-1-pt:last-child {
    border: 0;
}
.box-1-pt {
	margin-bottom: 30px;
    padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	display: flex;
	flex-wrap:wrap;
	
    cursor: pointer;
	
}
.box-info-ds h4 {
    text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 2px;
}
.thongtinthem {
    font-size: 14px;
}
.dateIcon>div:first-child {
    height: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 13px;
    text-align: center;
    position: relative;
}
.dateIcon>div:first-child::before {
    left: 14px;
}
.dateIcon>div:first-child::after {
    left: 47px;
}
.dateIcon>div:first-child::before,.dateIcon>div:first-child::after {
    content: " ";
    background-color: #e5e5e5;
    position: absolute;
    top: -6px;
    border-radius: 5px;
    height: 15px;
    color: #e5e5e5;
    width: 9px;
}
.dateIcon>div:first-child>p {
    display: inline-block;
    margin-top: 8px;
    color: #000;
    font-weight: 700;
}
.dateIcon > div:last-child {
    padding: 0;
    font-size: 25px;
    background-color: #e5e5e5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}
.box-banner{
	min-height: 615px;
	background-attachment: initial;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position: center center; 
	position: relative;
}
.box-title-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #684821;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    font-size: 26px;
    font-weight: bold;
}

.box-title-banner .nhanmanh {
    color: #F7DF8D;
}
.site-info {
    text-align: center;
}
.topfooter {
    background-color: #ff8a47;
    padding: 10px 0;
}
.menuclickbars {
    position: absolute;
    top: 25px;
    right: 11px;
	color: #684821;
	cursor: pointer;
}

.col-md-4.bradingbox {
	position: relative;
	font-family: sans-serif !important;
}
.box-menu-mobile {
    position: fixed;
    top: 0;
    z-index: 11111111;
    bottom: 0;
    left: 0;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.95);
}
.box-menu-mobile .dangkyngay a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    background-color: #ffb213;
    color: #000 !important;
}

.box-menu-mobile ul#primary-menu-mobile {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 95px;
    padding-left: 15px;
    padding-right: 15px;
    color: #614223;
}

.box-menu-mobile ul#primary-menu-mobile > li > a {
    color: #614223;
    font-size: 16px;
}
ul#primary-menu-mobile > li {
    margin-bottom: 25px;
}
.site-branding .momenu
{
	display: block ;
}
.site-branding .dongmenu
{
	display:none;
}
.box-menu-mobile
	{
		display: none;
	}
	.box-more-ds
	{
		display: none;
		position: fixed;
		top: 35%;
		left: 0;
		right: 0;
		width: 60%;
		height: 220px;
		border: 1px solid #ccc;
		margin: auto;
		background-color: #fff;
		z-index: 11111;
		box-shadow: 1px 1px 1px #eee;
		border-radius: 8px;
		border-left: 7px solid rgb(3, 155, 229);
		text-align: left;
	}

	.box-allshowmore {
		padding: 15px;
	}
	.box-infotren {
		padding-bottom: 30px;
		border-bottom: 4px solid #6f6f6f;
	}
	
	.box-infotren h4.title-ds {
		font-size: 20px;
		text-transform: capitalize;
		margin: 0;
	}
	
	.box-allshowmore .thongtinthem {
		font-size: 16px;
	}
	.box-more-ds i.fa-times-circle {
		font-size: 30px;
		position: absolute;
		right: 14px;
		color: #039be5;
		cursor: pointer;
	}
	.overplay {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #000;
		opacity: 0.6;
		z-index: 11111;
	}
	ul#primary-menu > li > a:hover {
		color: #fe9e61;
	}
	ul#primary-menu > li > a.active
	{
		color: #9F2C25;
	}
	
	

.topfooter .col-md-4 {
    overflow: hidden;
}
.wpcf7-list-item {
    margin: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 21px;
    color: #9f2c25;
}
/* end header */

/* y nghia */
#y-nghia h2 {
    color: #9F2C25;
    font-size: 26px;
    font-weight: 400 !important;
    margin-bottom: 20px;
}
.box-noidungynghia {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.box-hinhtrai img {
    padding: 10px 10px 10px 10px;
    box-shadow: 1px 1px 1px 1px #ccc;
}

.box-hinhphai img {
    padding: 10px 10px 10px 10px;
    box-shadow: 1px 1px 1px 1px #ccc;
}
section#y-nghia {
    padding: 70px 0;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 4px 2px -2px gray;
}

.box-hinhtrai {
    margin-bottom: 15px;
}

.box-noidunggiua {
    margin-bottom: 15px;
}

.box-noidunggiua:before {content: "";width: 85px;display: block;height: 2px;text-align: center;margin: auto;color: #9F2C25;margin-bottom: 30px;background-color: #9F2C25;}
.box-noidunggiua > p {
    margin-bottom: 0;
}
._3bonghoa {
    text-align: center;
}

._3bonghoa svg g path {
    fill: rgba(159, 44, 37, 1);
}
/* end y nghia */

/* chuong trinh */
section#chuong-trinh {
	padding: 70px 0;
	background-image: url(https://quyy1.quydaophatngaynay.org/wp-content/uploads/2019/10/—Pngtree—light_1135062.png);
    background-position: center;
    background-size: cover;
	position: relative;
	box-shadow: 1px 1px 1px 1px #eee;
}
section#chuong-trinh:before {content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(255, 255, 255, 0.75);}
section#chuong-trinh h2 {
    color: #9f2c25;
    font-weight: 400;
    font-size: 36px;
}
.box-1mocct {
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 25px;
}

span.thoigianct {
    color: #312112;
    font-size: 23px;
    padding-right: 30px;
	margin-right: 30px;
	position: relative;
}

span.noidungct {
	color: #312112;
	font-size: 22px;
	position: relative;
}



span.noidungct path {
    fill: #9f2c25;
}

span.noidungct svg {
	margin-left: 10px;
    position: absolute;
	bottom: 0px;
	display: none;
}
.box-list-timeline-ct {
    position: relative;
    padding-top: 25px;
    margin-top: 30px;
}
.thoigianct svg
{
	margin-right: 10px;
}
.thoigianct svg path{
	fill: #9f2c25;
}
/* end chuong trinh */


/* nghi thuc */
.box-noidungnt {
    display: none;
}
section#nghi-thuc {
    padding: 50px 0;
}

.box-noidungnt {
    padding: 15px 65px;
}

section#nghi-thuc h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9f2c25;
    font-size: 26px;
    text-transform: uppercase;
}
section#nghi-thuc h2 svg{display:none}
section#nghi-thuc h2 svg path,.box-2bong path {
    fill: #9f2c25;
}
.box-2bong path
{
	margin-bottom:10px;
}
.box-1nghithuc {
    display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}
.box-noidungnt p {
    margin-bottom: 0;
}
.box-titlent {
    display: flex;
    align-items: center;
    background-color: rgba(218, 128, 38, 0.1);
    cursor: pointer;
}

.box-titlent span.numbernt {
    text-align: center;
    display: block;
    width: 15%;
    padding: 15px 0;
    background-color: rgba(255, 128, 0, 0.2);
    font-size: 35px;
	line-height: 1;
	transition: 0.3s all;
}
.box-titlent:hover .numbernt,.box-titlent .numbernt.active {
    background-color: #ff8a47;
}
.box-titlent span.titlent {
    width: 85%;
    padding: 10px 0;
    padding-left: 50px;
    font-size: 21px;
    text-transform: uppercase;
    color: #565656;
}
/* end nghi thuc */

/* van dap */
button.owl-prev {
	position: absolute;
    top: 38%;
    left: -26px;
   
    z-index: 1;
}
button.owl-next {
	position: absolute;
    top: 38%;
    right: -26px;
   
    z-index: 1;
}
button.owl-prev i,.owl-next i {
    font-size: 40px;
}
section#van-dap h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9f2c25;
    font-size: 26px;
    text-transform: uppercase;
}
section#van-dap h2 svg{display:none}
section#van-dap h2 svg path,.box-2bong path {
    fill: #9f2c25;
}
.box-2bong path
{
	margin-bottom:10px;
}
section#van-dap {
    padding: 70px 0;
    background-color: #fcfaf2;
    box-shadow: 5px 1px 5px 2px #6f6f6f;
    border-radius: 4px;
    /* margin-bottom: 30px; */
}
.container.cauhoivandap {
    padding-top: 60px;
}

.box-cauhoi {
    color: rgba(96,94,94,1);
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.box-1cauhoi {
	border-bottom: 1px solid rgba(248,150,51,1);
	cursor: pointer;
	margin-bottom: 20px;
	color: rgba(96,94,94,1);	
}
.box-cautraloi
{
	display: none;
	margin-bottom: 5px;	
}
.box-cauhoi:after {content: "\f077";font-family: fontawesome;transition: 0.3s all;}

.box-cauhoi.active:after {
    content: "\f078";
    font-family: fontawesome;
    transition: 0.3s all;
}

section#lich-quy-y {
	position: relative;
	display: none;
    overflow: hidden;
    height: 450px;
}


.box-title-lich.text-center path {
    fill: #9f2c25;
}

.box-title-lich svg {
    margin: 0 30px;
}

#lich-quy-y h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9f2c25;
    font-size: 26px;
    text-transform: uppercase;
}
.box-1lanquyy {
    display: flex;
    justify-content: space-between;
	align-items: center;
	border: 0.1px solid #777;
}

span.ngaygioquyy {
	width: 19%;
	position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #f89633;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 0;
}

span.tenquyy {
    display: flex;
    justify-content: space-between;
    padding-left: 25px;
    align-items: center;
    width: 80%;
}

.box-ifoleft {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

span.diachiquyy {
    color: #7d7d7d;
}

span.note {
    font-weight: bold;
}

.box-inforight a {
    background-image: linear-gradient(to right, #ffa86e, #fd8b47);
    color: #fff !important;
    padding: 8px 10px !important;
    display: block;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #887676;
}

.box-inforight {
    margin-right: 45px;
}
span.ngaygioquyy:after {content: "";width: 0;height: 0;border-top: 15px solid #fff1f100;border-left: 15px solid #f89633;border-bottom: 15px solid transparent;position: absolute;right: -14px;}
span.ngaygioquyym {
    display: block;
    justify-content: center;
    color: #fff;
    background-color: #f89633;
    text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
    font-size: 24px;
    padding: 15px 15px;
    line-height: 1.2;
}

span.tenquyym {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px 5px;
}

span.tenquyym a {
    background-image: linear-gradient(to right, #ffa86e, #fd8b47);
    color: #fff !important;
    padding: 8px 10px !important;
    border-radius: 4px;
    box-shadow: 1px 1px 1px 1px #887676;
    display: inline-block;
    width: 134px;
}

span.tenquyym > * {
    margin-bottom: 10px;
}

.box-1quyym {
    margin-bottom: 15px;
}
section#quyy1 {
    padding: 30px 0;
}

section#quyy1 h2 {
    color: #9f2c25;
    font-size: 23px;
}
/* end van dap */
/* phat tu noi gi  */
.phattunoigi .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.box-img-phattu img {
    width: 100%;
    border-radius: 50%;
}

.box-img-phattu {
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
}

section#phattunoigi {
    background-color: #fcfaf2;
    padding: 70px 0;
}

.box-title-pattu {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.box-title-pattu span.tencuapt {
    color: #9f2c25;
}

.box-noidungpttu {
    line-height: 1.6;
    font-size: 22px;
}

.box-noidungpttu i {
    color: #9f2c25;
}
.box-chuahinh {
    width: 90%;
    margin: auto;
}

section#galleryimage {
    background-color: #fcfaf2;
}
/* end phat tu noi gi  */
@media screen and (min-width:375px)
{
	/* header */
	.site-branding h1.site-title a {
		color: #9F2C25;
		font-size: 25px;
		text-decoration: none;
		font-weight: bold;
	}
	
	p.site-description {
		color: #000000;
		font-weight: bold;
		font-size: 18px;
	}
	/* endheader */
}
@media screen and (min-width:768px)
{
	/* header footer */
	ul#primary-menu > li > a {
	font-size: 12px;
	}
	.site-branding h1.site-title a {
		color: #9F2C25;
		font-size: 22px;
		text-decoration: none;
		font-weight: bold;
	}
	p.site-description {
		color: #000000;
		font-weight: bold;
		font-size: 12px;
	}
 .momenu
	{
		display: none !important; 
	}
	/* end header footer */
/* chuong trinh */
.box-1mocct {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
}
.thoigianct svg{
	display: none;
	margin-right: 0;
}
span.noidungct svg {
	margin-left: 10px;
    position: absolute;
	bottom: 0px;
	display: inline;
}
span.noidungct {
	line-height: 1;
	font-size: 18px;
}
.box-list-timeline-ct:after {content: "";width: 3px;display: block;background-color: #614223;position: absolute;bottom: 9px;top: 0;left: 92px;}

span.thoigianct:after {content: "";position: absolute;right: -8px;top: 8px;width: 17px;height: 17px;border-radius: 50%;background-color: #ff8a47;z-index: 1;}

/* end chuong trinh */
/* nghi thuc */
section#nghi-thuc h2 svg {margin: 0 35px;display: block;}

section#nghi-thuc h2 {
	font-size: 36px;
}
.box-2bong path
{
	margin-bottom:0;
	
}
.box-2bong
{
	display: none;
}
/* end nghi thuc */

/* van dap */
section#van-dap h2 svg {margin: 0 35px;display: block;}

section#van-dap h2 {
	font-size: 36px;
}
.box-2bong path
{
	margin-bottom:0;
	
}
.box-2bong
{
	display: none;
}
/* end van dap */
/* lich quy y */
section#lich-quy-y {
	display: block;
}
.positionvandap {
    width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.9);
    bottom: 0;
    padding: 40px 0;
    z-index: 2;
}
video.myVideotop-midde {
    overflow: hidden;
    position: absolute;
    opacity: 1;
    width: 100%;
    top: 0px;
    z-index: 1;
}
#lich-quy-y h2 {

    font-size: 36px;
}
#quyy1{
	display: none;
}
/* end lich quy y */
}
@media screen and (min-width:1024px)
{
	ul#primary-menu > li > a {
		font-size: 16px;
		}
	.site-branding h1.site-title a {
		color: #9F2C25;
		font-size: 24px;
		text-decoration: none;
		font-weight: bold;
	}
	p.site-description {
		color: #000000;
		font-weight: bold;
		font-size: 18px;
	}
	.box-banner{
	background-attachment: fixed;
}
		/* ynghia */
		#y-nghia h2 {
			font-size: 36px;
			margin-bottom: 50px;
		}
		.box-hinhtrai {
			width: 35%;
			margin-bottom: 0;
		}
		
		.box-hinhphai {
			width: 35%;
			text-align: right;
		}
		
		.box-noidunggiua {
			width: 30%;
			line-height: 1.8;
			margin-bottom: 0;
		}	
		.box-hinhtrai img {
			padding: 10px 10px 10px 0px;
		}
		
		.box-hinhphai img {
			padding: 10px 0px 10px 10px;
		}
		.box-noidungynghia {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		/* end ynghia */
		/* chuong trinh */
		section#chuong-trinh {
			
			background-position: inherit;
		}
		/* end chuong trinh */
		/* quyy	 */
		
		/* endquyy */
}
@media screen and (min-width:1200px)
{
			/* quyy	 */
			.positionvandap {
				width: 50%;
			
			}
			/* endquyy */
}




#sync1 .item {
	background: #0c83e7;
	padding: 80px 0px;
	margin: 5px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
  }
  #sync2 .item {
	background: #c9c9c9;
	padding: 10px 0px;
	margin: 5px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	cursor: pointer;
  }
  #sync2 .item h1 {
	font-size: 18px;
  }
  #sync2 .current .item {
	background: #0c83e7;
  }
  .owl-theme .owl-nav {
	/*default owl-theme theme reset .disabled:hover links */
  }
  .owl-theme .owl-nav [class*="owl-"] {
	transition: all 0.3s ease;
  }
  .owl-theme .owl-nav [class*="owl-"].disabled:hover {
	background-color: #d6d6d6;
  }
  #sync1.owl-theme {
	position: relative;
  }
  #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
	width: 22px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
  }
  #sync1.owl-theme .owl-prev {
	left: 10px;
  }
  #sync1.owl-theme .owl-next {
	right: 10px;
  }
  
  .box-popupvide {
	position: fixed;
	display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 111111111111;
}

#goTop {
    display: none;
    position: fixed;
    padding: 7px 7px;
    bottom: 20px;
    right: 5px;
    color: #fff;
    font-size: 24px;
    background: #000;
    background-color: #f79633;
    z-index: 1;
}

.box-tuongtac {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
	justify-content: space-between;
	z-index: 111;

}

.box-tuongtac > * {
    width: 25%;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.box-tuongtac > * i {
    font-size: 24px;
    color: #fff;
}

a.dangky {
	background-color: rgb(190, 24, 103);

}

a.diachi {
    background-color: rgb(0, 181, 148);
}

a.email {
	background-color: rgb(218, 191, 86);
}

a.fb {
    background-color: rgb(60, 90, 153);
}
.box-tuongtac a {
    color: #fff;
}
.vandap .item a .tomtat {
    color: #000;
    height: 48px;
    font-size: 12px;
}

.vandap .item a {
	color: #000;
	text-decoration: none;
}

.vandap .item a img {
    margin-bottom: 10px;
}


.vandap .item a .tenvideo {
    margin-bottom: 5px;
    border-bottom: 1px dotted;
    line-height: 1.2;
    padding-bottom: 5px;
}
.facebook-responsive {
    overflow:hidden;
    padding-bottom:56.25% !important;
    position:relative;
    height:0;
}

.facebook-responsive .fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
    width: 100% !important;
}

.facebook-responsive .fb-video.fb_iframe_widget.fb_iframe_widget_fluid_desktop {
    width: 100%;
}

.facebook-responsive iframe {
    left:0;
    top:0;
    height:100% !important;
    width:100% !important;
    position:absolute;
}
.box-mxhtruot {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 111;
}
.box-nhantin {
    overflow: hidden;
}
#lich-quy-y{
	overflow: hidden;
}



.box-spin {
    position: fixed;
    top: 40%;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    z-index: 111111111;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 2px #d2abab;
}


@media screen and (min-width:1024px)
{
	header#masthead {
		position: inherit; 
	 
   }
   section.thongtinlich {
    margin-top: 50px;
	margin-bottom: 30px;
}
}