/*
Theme Name: ColorNews
Theme URI: https://themegrill.com/themes/colornews/
Author: ThemeGrill
Author URI: https://themegrill.com/
Description: ColorNews is a perfect free responsive news style WordPress theme. This theme provides beautiful well-organized magazine look and feel, carefully designed to give stunning impression to your visitors. Represent your categories with different colors and make your site colorful and crisp. This theme is specially crafted for news, newspaper, publishing and magazine types of site. Got a new magazine site project? This theme will be an ideal fit. Get free support at https://themegrill.com/support-forum/ and check the demo at https://demo.themegrill.com/colornews/
Version: 1.2.7
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses /gpl-3.0.txt
Text Domain: colornews
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-header, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats, footer-widgets, blog, e-commerce, news

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box;
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}

body {
	background: #ffffff;
}

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

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: 0;
}

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

a img {
	border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #333333;
	font-weight: 400;
}

p {
	margin-bottom: 15px;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 15px;
	font-size: 20px;
	font-style: italic;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

address {
	margin: 0 0 15px;
}

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

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

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
	background-color: #cccccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

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

figure {
	margin: 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}

th {
	font-weight: bold;
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

td {
	border: 1px solid #cccccc;
	padding: 5px 10px;
}

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

button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #333333;
	color: #ffffff;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 14px;
	line-height: 13px;
	height: 33px;
	border: none;
	padding: 10px 15px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-shadow: none;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.navigation .nav-links a {
	height: auto;
	line-height: 22px;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #dc3522;
	color: #ffffff !important;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	color: #666666;
	border: 1px solid #cccccc;
	height: 36px;
	width: 100%;
	-webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #aaaaaa;
}

.searchform input[type="text"]:focus {
	border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px 6px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	color: #666666;
	border: 1px solid #cccccc;
	height: 160px;
	max-width: 100%;
	width: 100%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
	color: #dc3522;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #ba2616;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	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 */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row: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,
.tg-container:after,
.tg-container:before {
	content: '';
	display: table;
}

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

.clear {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

/*.widget {
	margin: 0 0 25px;
	padding-bottom: 10px;
}*/

/* Make sure select elements fit in widgets */

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

/* Search widget */

.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

h1.entry-title,
h2.entry-title {
	color: #353535;
	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: capitalize;
	font-size: 36px;
}

h1.entry-title a {
	color: #3d3d3d;
}

.hentry {
	margin: 0 0 15px;
}

.updated {
	display: none;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
}

.cat-links {
	margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 15px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dddddd;
}

article.hentry h1.entry-title {
	margin-bottom: 5px;
	line-height: 1.2;
}

article.hentry .entry-footer > span {
	margin-right: 15px;
	font-size: 13px;
}

.page-header .page-title {
	color: #333333;
	padding-bottom: 15px;
}

.tags-links:before {
	content: "\f02c";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 3px;
	color: #aeaeae;
}

.entry-footer a {
	color: #999999;
}

.entry-footer a:hover {
	color: #dc3522;
}

.nav-links .meta-nav {
	display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	display: inline-block;
	float: left;
	width: auto;
}

.nav-links .nav-next {
	float: right;
}

.navigation .nav-links a {
	display: block;
	height: auto;
	line-height: 20px;
}

.nav-links .nav-next {
	text-align: right;
}

.nav-links .nav-previous a:before {
	content: "\f0d9";
	font-family: FontAwesome;
	font-style: normal;
	margin-right: 5px;
}

.nav-links .nav-next a:after {
	content: "\f0da";
	font-family: FontAwesome;
	font-style: normal;
	margin-left: 5px;
}

.entry-thumbnail {
	margin-bottom: 34px;
	position: relative;
}

.entry-exrecpt {
	width: 60%;
	float: right;
}

.short-content {
	margin-bottom: 10px;
}

.short-content + .bttn {
	float: right;
}

.entry-footer {
	margin-top: 10px;
}

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

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

#comments {
	border-top: 3px solid #eeeeee;
	margin-top: 30px;
	padding-top: 15px;
}

#comments i {
	font-size: 16px;
	color: #aaaaaa;
	padding-right: 10px;
}

.comments-title {
	font-size: 24px;
}

.comment-content a {
	word-wrap: break-word;
}

.comment-navigation {
	margin-bottom: 15px;
}

.bypostauthor {
}

#comments .comments-title {
	margin-bottom: 10px;
}

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

.comments-area article header {
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
}

.comments-area .comment-edit-link,
.comments-area .comment-permalink,
.comments-area .comment-date-time,
.comments-area .comment-author-link {
	display: block;
	margin-left: 100px;
	color: #999999;
}

#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #289dcc;
}

.comments-area .comment-author-link a {
	color: #999999;
}

.comments-area .comment-author-link a:hover {
	color: #289dcc;
}

.comments-area .comment-author-link span {
	margin-left: 10px;
	padding: 0 5px;
	background-color: #32c4d1;
	color: #ffffff;
	border-radius: 3px;
}

.comments-area article header .comment-edit-link:before {
	content: "\f044";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #aaaaaa;
	font-size: 16px;
	padding-right: 10px;
}

.comment-content {
	padding: 15px 15px 25px;
	background-color: #f8f8f8;
	border: 1px solid #eaeaea;
	border-radius: 2px;
}

.comment-author img {
	margin-right: 15px;
}

.comment {
	margin-bottom: 20px;
}

.comment ul,
.comment ol {
	margin: 0 0 20px 20px;
}

.comment ul {
	list-style: square outside none;
}

.comment .comment-reply-link {
	float: right;
	color: #aaaaaa;
}

.comment .comment-reply-link:before {
	content: "\f112";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #aaaaaa;
	font-size: 16px;
	padding-right: 10px;
}

.comment .comment-reply-link:hover {
	color: #dc3522;
}

.comment-list {
	margin-bottom: 25px;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.nav-previous,
.nav-next {
	margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
	color: #289dcc;
	cursor: pointer;
	font-size: 16px;
}

.nav-previous a {
	float: left;
}

.nav-next a {
	float: right;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: underline;
}

.comment-meta {
	margin-bottom: 20px;
}

.comment-metadata a {
	color: #333333;
}

.bypostauthor,
.sticky {
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

	/* Older / Newer Posts Navigation (always hidden) */

.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;
}

#infinite-footer {
	display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

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

.wp-caption {
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

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

.wp-caption .wp-caption-text {
	margin: 10px 0;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
Responsive grid for pages
--------------------------------------------------------------*/

.tg-column-wrapper {
	clear: both;
	margin-left: 0%;
}

.tg-column-1 {
	width: 100%;
	float: left;
	margin-left: 5%;
}

.tg-column-2 {
	width: 48%;
	margin-left: 2%;
	float: left;
}

.tg-column-3 {
	float: left;
	margin-left: 2%;
	width: 31.33%;
}

.tg-column-4 {
	width: 18%;
	margin-left: 5%;
	float: left;
}

.tg-column-bottom-margin {
	margin-bottom: 2%;
}

.tg-footer-column-3 {
	width: 28%;
	margin-left: 2%;
	float: left;
}

.tg-footer-column-3:first-child {
	width: 38%;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
	font-weight: 400;
	position: relative;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}

.tg-container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.boxed-layout #page {
	width: 1170px;
	margin: 0 auto;
	background: #ffffff;
}

.wide #page {
	background: #ffffff;
}

.hide {
	display: none;
}

.tg-inner-wrap {
	width: 1170px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/

/*----------- Top Header CSS  -------------*/

.top-header-wrapper {
	width: 100%;
    height: 36px;
    background: #efefef;
    border-bottom: 1px solid #fff;
	clear: both;
	overflow: hidden;
}

.top-header-wrapper .hotline-top {
    position: relative;
    float: left;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    line-height: 36px;
    padding-left: 30px;
}

.top-header-wrapper .hotline-top a {
    font-weight: 700;
}

.top-header-wrapper .hotline-top:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(https://caodangquoctehanoi.edu.vn/wp-content/themes/colornews/images/icon-hotline.png) no-repeat;
}

.top-header-wrapper ul.list-top {
    float: right;
    list-style: none;
    display: table;
    padding: 0;
}

.top-header-wrapper ul.list-top li.create {
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
}

.top-header-wrapper ul.list-top li.create:before {
    position: absolute;
    content: '';
    left: 0;
    width: 19px;
    height: 16px;
    background: url(https://caodangquoctehanoi.edu.vn/wp-content/themes/colornews/images/icon-create.png) no-repeat;
    top: 8px;
}

.top-header-wrapper ul.list-top li.create a {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
}

.top-header-wrapper ul.list-top li.create a:hover {
	color: #c00d00;
}

.top-header-wrapper ul.list-top li {
    display: table-cell;
    height: 35px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 1;
}

.header-image-wrap {
	text-align: center;
}

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

.category-toogle-wrap {
	float: left;
	position: relative;
}

.category-toggle-block {
	background: #dc3522 none repeat scroll 0 0;
	display: block;
	height: 42px;
	text-align: center;
	width: 40px;
	padding-top: 12px;
	cursor: pointer;
}

.category-menu {
	background: #dc3522 none repeat scroll 0 0;
	left: 0;
	min-width: 200px;
	padding: 15px 10px;
	position: absolute;
	top: 100%;
	z-index: 9999;
}

.category-toggle-block .toggle-bar {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	display: block;
	height: 3px;
	margin: 0 auto 6px;
	width: 30px;
}

.category-toggle-block .toggle-bar:first-child {
	margin-top: 0;
}

.category-menu ul {
	list-style: outside none none;
	margin: 0;
}

.category-menu ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 32px;
	text-transform: capitalize;
}

.category-menu ul li a:hover,
.category-menu ul li.current-menu-item a,
.category-menu ul li.current-menu-ancestor > a,
.category-menu ul li.current-menu-parent > a {
	padding-left: 5px;
}

.category-menu li {
	position: relative;
}

.category-menu ul.sub-menu {
	background: #dc3522 none repeat scroll 0 0;
	left: 120%;
	opacity: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-width: 200px;
	padding: 0 10px;
}

.category-menu ul > li:hover > .sub-menu {
	left: 104%;
	opacity: 1;
	visibility: visible;
}

/*----------- Top Header menu CSS  -------------*/

.top-menu-wrap ul,
.login-signup-wrap ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.top-menu-wrap ul li {
	border-left: 1px solid #ffffff;
	display: inline-block;
	line-height: 16px;
	margin-left: 10px;
	padding-left: 13px;
	position: relative;
}

.top-menu-wrap ul li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.top-menu-wrap {
	display: inline-block;
	margin: 10px 0 0 35px;
	vertical-align: top;
}

.top-menu-wrap ul li a,
.login-signup-wrap ul li a {
	color: #ffffff;
	text-transform: capitalize;
	position: relative;
	z-index: 999;
}

.top-menu-wrap ul li:hover > a,
.top-menu-wrap ul li.current-menu-item > a,
.top-menu-wrap ul li.current-menu-ancestor > a,
.top-menu-wrap ul li.current-menu-parent > a {
	color: #dc3522;
}

.login-signup-wrap {
	float: right;
	margin: 10px 0 0 35px;
}

.login-signup-wrap i {
	margin-right: 10px;
}

.top-menu-wrap .sub-menu {
	left: 0;
	min-width: 200px;
	opacity: 0;
	padding: 5px 10px 10px;
	position: absolute;
	top: 200%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	visibility: hidden;
	z-index: 99;
}

.top-menu-wrap ul li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	background: #333333;
	top: 178%;
}

#masthead .top-menu-wrap ul ul.sub-menu li > .sub-menu {
	top: 0;
	left: 110%;
}

#masthead .top-menu-wrap ul ul li:hover > .sub-menu {
	left: 100%;
}

.top-menu-wrap .sub-menu::before {
	content: "";
	height: 150px;
	left: 0;
	position: absolute;
	top: -75px;
	width: 200px;
	cursor: pointer;
}

.top-menu-wrap ul.sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	border-left: none;
	display: block;
	line-height: 30px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.login-signup-wrap li {
	display: inline-block;
}

.login-signup-wrap a {
	color: transparent;
	font: 0px/0 a;
}

.login-signup-wrap ul li a::before {
	line-height: 20px;
}

/*----------- Middle Header CSS  -------------*/

.middle-header-wrapper {
	padding: 10px 0;
}

.logo {
	float: left;
	line-height: 90px;
	position: relative;
}

#site-title {
	font-size: 30px;
	margin-bottom: 5px;
}

#site-title a {
	color: #333333;
}

#site-title a:hover {
	color: #ba2616;
}

#site-description {
	font-size: 16px;
	font-weight: 300;
	color: #1667b1;
}

.header-advertise {
	float: right;
	padding: 20px 0 0 0;
}

.header-advertise .widget {
	border: none;
	padding: 0;
	margin: 0;
}

.header-advertise #custom_html-3 {
	text-align: right;
	color: #000;
	padding-top: 10px;
}

.widget_search .search-field {
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-botto: 1px solid #dcdcdc;
	width: 85%;
	float: left;
	color: #000;
	opacity: 0.7;
	border-radius: 3px 0 0 3px;
}

.widget_search .searchsubmit {
	border-radius: 0px 3px 3px 0px;
}

.widget_search .searchsubmit .fa-search {
	left: -4px;
    position: relative;
}

.show-both #header-text {
	border-left: none;
	float: left;
	margin-left: 15px;
	padding: 20px 0 0 15px;
	text-align: center;
}

#header-text {
	float: left;
}

.header-advertise .magazine-block-large-ad {
	text-align: left;
}

.header-advertise .magazine-block-large-ad .tg-block-wrapper {
	border: medium none;
	margin: 0;
	padding: 0;
}

/*----------- bottom Header CSS  -------------*/

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

.bottom-header-wrapper {
	background: #c00d00 none repeat scroll 0 0;
	position: relative;
	z-index: 99;
}

.bottom-header-wrapper:before,
.bottom-header-wrapper:after {
	background: #272727 none repeat scroll 0 0;
	content: "";
	height: 50px;
	left: -10px;
	position: absolute;
	top: 0;
	width: 10px;
}

.bottom-header-wrapper:after {
	right: -10px;
	left: auto;
}

.bottom-header-wrapper > .bottom-arrow-wrap {
	position: relative;
}

.bottom-header-wrapper > .bottom-arrow-wrap::before,
.bottom-header-wrapper > .bottom-arrow-wrap::after {
	border-bottom: 10px solid transparent;
	border-right: 10px solid #272727;
	border-top: 10px solid transparent;
	content: "";
	left: -10px;
	position: absolute;
	top: 40px;
}

.bottom-header-wrapper > .bottom-arrow-wrap::after {
	left: auto;
	right: -10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.bottom-header-wrapper .home-icon {
	float: left;
}

.bottom-header-wrapper .home-icon a {
	color: #ffffff;
	display: block;
	font-size: 22px;
	line-height: 50px;
	padding: 0 15px;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}

.wide .bottom-header-wrapper > .bottom-arrow-wrap::before,
.wide .bottom-header-wrapper > .bottom-arrow-wrap::after,
.wide .bottom-header-wrapper::before,
.wide .bottom-header-wrapper::after {
	display: none;
}

.bottom-header-wrapper .home-icon a:hover,
.home .bottom-header-wrapper .home-icon a {
	background: #dc3522;
}

#site-navigation {
	float: left;
}

#site-navigation ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#site-navigation ul > li {
	float: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 50px;
	padding: 0 6px;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	position: relative;
}

#site-navigation ul > li.menu-item-has-children {
	padding-right: 25px;
}

#site-navigation ul > li.menu-item-has-children > a {
	position: relative;
	color: #fff;
}

#site-navigation ul > li.menu-item-has-children > a:after {
	position: absolute;
	top: 45%;
	right: -15px;
	content: "\f107";
	font-family: FontAwesome;
	color: #ffffff;
	-webkit-transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-o-transform: translateY(-45%);
	transform: translateY(-45%);
}

#site-navigation ul.sub-menu > li.menu-item-has-children > a::after {
	content: "\f105";
}

#site-navigation ul > li:hover,
#site-navigation ul > li.current-menu-item,
#site-navigation ul > li.current-menu-ancestor,
#site-navigation ul > li.current-menu-parent {
	background: #dc3522;
}

#site-navigation ul > li a {
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
}

#site-navigation ul.sub-menu,
#site-navigation ul.children {
	background: #fff;
	position: absolute;
	min-width: 280px;
	left: 0;
	top: 120%;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation ul.sub-menu li {
	border-bottom: 1px solid #ebebeb;
	float: none;
	line-height: 40px;
}

#site-navigation ul > li:hover > .sub-menu,
#site-navigation ul > li:hover > .children {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

#site-navigation ul.sub-menu ul,
#site-navigation ul.children ul {
	left: 110%;
	top: 0 !important;
}

#site-navigation ul.children li,
#site-navigation ul.sub-menu li {
	width: 100%;
}

#site-navigation .sub-menu > li:hover > ul {
	left: 100%;
}

#site-navigation ul.sub-menu li a,
#site-navigation ul.sub-menu ul.sub-menu li a {
	color: #1e2655 !important;
	padding: 4px 10px;
}

#site-navigation .sub-menu li:hover a,
#site-navigation ul.sub-menu ul.sub-menu li:hover a {
	color: #fff;
}

.sub-toggle {
	display: none;
}

/*----------- share-search CSS  -------------*/

.share-search-wrap {
	float: right;
}

.search-icon,
.share-wrap {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	display: block;
	float: left;
	line-height: 50px;
	padding: 0 15px;
	font-size: 18px;
	cursor: pointer;
}

.search-icon:hover,
.share-wrap:hover {
	background: #dc3522;
}

.search-icon,
.share-wrap a {
	color: #ffffff;
}

.search-box {
	background: #dc3522 none repeat scroll 0 0;
	left: 0;
	opacity: 0;
	padding: 5px 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 9;
}

.search-box.active {
	visibility: visible;
	opacity: 1;
	width: 100%;
}

.home-search .searchform {
	margin-left: 2%;
	width: 85%;
	position: relative;
}

.home-search .searchform input[type="text"] {
	border: medium none;
	height: 40px;
}

.home-search .searchform button[type="submit"] {
	background: #bf4532 none repeat scroll 0 0;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

.home-search .close {
	color: #ffffff;
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	position: absolute;
	right: 30px;
	top: 0;
	cursor: pointer;
}

/*--------------------------------------------------------------
Breaking news CSS
--------------------------------------------------------------*/

#breaking-news {
	padding-top: 20px;
}

.breaking-news-wrapper {
	background: #f1f1f1 none repeat scroll 0 0;
}

.breaking-news-title {
	background: #dc3522 none repeat scroll 0 0;
	color: #ffffff;
	float: left;
	font-weight: 500;
	padding: 10px 15px;
}

#breaking-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breaking-news #ticker_container {
	padding: 10px 0 0 140px;
	position: relative;
	width: 100%;
}

#breaking-news #ticker_container:after {
	content: "";
	display: table;
	clear: both;
}

#breaking-news #controls {
	height: 16px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}

#breaking-news #newscontent {
	width: 92%;
}

/*--------------------------------------------------------------
Home content CSS
--------------------------------------------------------------*/

#main {
	padding: 20px 0 0;
}

.tg-block-wrapper,
.widget {
	/*background: #efeeee none repeat scroll 0 0;*/
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 20px;
}

.widget.colornews_custom_widget {
	border: none;
	padding: 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
Slider CSS
--------------------------------------------------------------*/

.home-slider .bxslider {
	margin: 0;
}

.home-slider .bx-wrapper {
	margin-bottom: 20px;
	position: relative;
}

.home-slider .bx-pager {
	margin-left: -12px;
}

.widget_featured_posts_style_one .tg-block-wrapper {
	padding-bottom: 8px;
}

.home-slider .bx-pager a {
	background: #beb9b9 none repeat scroll 0 0;
	display: block;
	float: left;
	margin-left: 12px;
	opacity: 0.7;
	padding: 9px;
	margin-bottom: 12px;
}

.home-slider .bx-pager a:hover,
.home-slider .bx-pager a.active {
	opacity: 1;
	background: #dc3522;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home-slider .slider-category {
	font-size: 18px;
	font-weight: 500;
	left: 0;
	position: absolute;
	text-transform: capitalize;
	top: 30px;
}

.home-slider .slider-category a {
	color: #ffffff;
}

.caption-wrapper {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	padding: 30px 40px;
	position: absolute;
	width: 100%;
}

.caption-title {
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
}

.caption-title a {
	color: #ffffff;
}

.caption-title a:hover {
	color: #dc3522;
}

.caption-content {
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
}

.caption-desc {
	float: left;
	width: 80%;
}

.slider-btn {
	float: right;
	width: 20%;
}

.slider-btn a {
	border: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	line-height: 36px;
	margin: 20px auto;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 116px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.home-slider-wrapper .slider-btn a:hover {
	background: #dc3522;
	border: 1px solid #dc3522;
	color: #ffffff;
}

/*--------------------------------------------------------------
sidebar layout CSS
--------------------------------------------------------------*/

#primary {
	width: 65%;
	float: left;
}

#secondary {
	float: right;
	width: 33%;
}

.left-sidebar #secondary {
	float: left;
}

.left-sidebar #primary {
	float: right;
}

.no-sidebar-full-width #primary {
	width: 100%;
	float: none;
}

.no-sidebar #primary {
	float: none;
	margin: 0 auto;
}

.no-sidebar-full-width,
.no-sidebar,
.no-sidebar-full-width #page,
.no-sidebar #page {
	overflow: hidden;
}

.no-sidebar-full-width .alignfull,
.no-sidebar .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.no-sidebar-full-width .alignwide,
.no-sidebar .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.no-sidebar-full-width .alignfull img,
.no-sidebar .alignfull img {
	max-width: unset;
}

/*--------------------------------------------------------------
Magazine Block 1 CSS
--------------------------------------------------------------*/

.title-block-wrap {
	background: #3e3e3e none repeat scroll 0 0;
	color: #ffffff;
	font-weight: 500;
	line-height: 35px;
	font-size: 18px;
	overflow: hidden;
	margin-bottom: 20px;
}

.block-title {
	background: #dc3522 none repeat scroll 0 0;
	display: inline-block;
	padding: 0 20px;
	position: relative;
}

.block-title:after {
	background: inherit;
	content: "";
	height: 35px;
	position: absolute;
	right: -5px;
	top: -5px;
	-webkit-transform: rotate(103deg);
	-moz-transform: rotate(103deg);
	-ms-transform: rotate(103deg);
	-o-transform: rotate(103deg);
	transform: rotate(103deg);
	width: 35px;
}

.block-title > span {
	position: relative;
	z-index: 9;
}

.first-post figure {
	position: relative;
}

.first-post .entry-title {
	font-size: 16px;
	font-weight: 500;
}

.first-post .category-collection {
	bottom: 0;
	left: 5px;
	position: absolute;
}

.cat-links a {
	background: #dc3522 none repeat scroll 0 0;
	color: #ffffff;
	padding: 3px 8px;
	font-size: 12px;
}

.colornews_custom_widget .cat-links a:hover {
	color: #ffffff
}

.first-post .cat-links {
	display: inline-block;
	margin-bottom: 10px;
}

.featured-post-wrapper .first-post .entry-title {
	margin: 15px 0;
	height: 42px;
    overflow: hidden;
}

.entry-title a,
.entry-btn a {
	color: #3e3e3e;
}

.below-entry-meta span a,
.below-entry-meta span i {
	color: #767272;
}

.first-post .below-entry-meta span a,
.first-post .below-entry-meta span i {
	font-size: 12px;
}

.entry-title a:hover,
.below-entry-meta span:hover a,
.below-entry-meta span:hover i,
.entry-btn a:hover {
	color: #dc3522;
}

.widget .below-entry-meta > span {
	margin-right: 15px;
}

.below-entry-meta i {
	margin-right: 5px;
}

/*--------------- following post css --------------------*/

/*.magazine-block-1 .following-post {
	float: right;
	width: 49%;
}*/

.following-post .article-content {
	padding-top: 0;
    height: 45px;
    overflow: hidden;
}

.following-post figure {
	float: left;
    margin-right: 10px;
    width: 30%;
	max-height: 80px;
	overflow: hidden;
}

.following-post .below-entry-meta span.byline {
	display: none;
}

.following-post .entry-title {
	margin-bottom: 0;
	display: block;
	height: 35px;
	overflow: hidden;
	font-size: 14px;
}

.following-post .posted-on,
.following-post .comments {
	font-size: 11px;
}

.following-post .entry-content {
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
}

.following-post .single-article {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.following-post .single-article:last-child {
	border: medium none;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
carousel-slider CSS
--------------------------------------------------------------*/

.carousel-slider {
	margin: 0;
}

.carousel-slider-wrapper {
	position: relative;
}

.carousel-slider-wrapper .bx-controls {
	position: absolute;
	right: 0;
	top: -55px;
}

.carousel-slider-wrapper ul li > a {
	position: relative;
	display: block;
}

.carousel-slider-wrapper .entry-title {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding-top: 20px;
	text-align: center;
	-webkit-transform: scale(0.3);
	-moz-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-o-transform: scale(0.3);
	transform: scale(0.3);
}

.carousel-slider-wrapper ul li:hover .entry-title {
	background: rgba(220, 53, 34, 0.5);
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.carousel-slider-wrapper .bx-controls a {
	font: 0/0 a;
	color: transparent;
	position: relative;
	width: 27px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	background: #dc3522;
}

.carousel-slider-wrapper .bx-controls a:after {
	color: #ffffff;
	content: "\f104";
	font-family: FontAwesome;
	font-size: 24px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 27px;
}

.carousel-slider-wrapper .bx-controls a.bx-next:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 3px;
}

.carousel-slider-wrapper .bx-controls a:hover {
	background: #ba2616;
}

.widget-title-block .carousel-slider-wrapper .bx-controls {
	left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.widget-title-block .bx-next {
	float: right;
	position: relative;
	right: -40px;
}

/*--------------------------------------------------------------
Magazine block 2 css
--------------------------------------------------------------*/

.magazine-block-2 .first-post {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

/*--------------------------------------------------------------
Magazine block 3 css
--------------------------------------------------------------*/

.random-post-block {
	position: relative;
	overflow: hidden;
}

.random-post-block .category-collection {
	position: absolute;
	top: 15px;
}

.random-post-hover {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.random-post-block:hover .random-post-hover {
	opacity: 1;
	visibility: visible;
}

.random-post-hover .entry-title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	left: 50%;
	margin: 0 auto 0 -40%;
	padding: 5px 0;
	position: absolute;
	top: 10%;
	width: 80%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.random-post-block:hover .random-post-hover .entry-title {
	opacity: 1;
	visibility: visible;
	top: 25%;
}

.random-hover-link {
	bottom: 10%;
	left: 50%;
	margin-left: -25%;
	position: absolute;
	width: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}

.random-post-block:hover .random-hover-link {
	bottom: 26%;
	opacity: 1;
	visibility: visible;
}

.random-hover-link a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;
	margin-right: 2px;
	padding: 0;
	width: 40px;
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.colornews_random_post .random-hover-link a:hover {
	background: #dc3522;
	border: 1px solid #dc3522;
	color: #ffffff;
}

.cat-links {
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 6px;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
Magazine ad css
--------------------------------------------------------------*/

.ad-image {
	text-align: center;
}

.ad-image-small img {
	display: inline-block;
	margin: 0 0 3% 2%;
}

.magazine-block-large-ad .ad-image {
	display: inline-block;
}

.magazine-block-large-ad .tg-block-wrapper {
	display: inline-block;
}

.magazine-block-large-ad {
	text-align: center;
}

/*--------------------------------------------------------------
Tag cloud css
--------------------------------------------------------------*/

.tag-cloud-wrap a {
	color: #333333;
	font-size: 16px;
	padding: 0 7px;
	text-transform: capitalize;
}

.tag-cloud-wrap a:hover {
	color: #dc3522;
}

/*--------------------------------------------------------------
Category title css
--------------------------------------------------------------*/

.page-header .page-title.category-title,
.page-header .page-title {
	background: #f1f1f1 none repeat scroll 0 0;
	border-bottom: 3px solid #dc3522;
	border-radius: 5px 5px 0 0;
	color: #dc3522;
	font-size: 28px;
	margin-bottom: 20px;
	padding: 10px 20px;
}

/*--------------------------------------------------------------
Footer css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Top-footer css
--------------------------------------------------------------*/

#colophon {
	margin-top: 50px;
	margin-bottom: 60px;
}

#top-footer {
	background: #000 none repeat scroll 0 0;
	padding: 50px 0;
	color: #d9d4d4;
}

#top-footer .title-block-wrap {
	background: transparent;
	border-bottom: none;
	overflow: visible;
	font-size: 20px;
	line-height: 25px;
}

#top-footer .block-title {
	background: none !important;
	border-bottom: 1px solid #dc3522;
	padding: 0;
	top: 1px;
	text-transform: capitalize;
}

#top-footer .block-title:after {
	display: none;
}

#top-footer ul.menu {
	list-style: outside none none;
	margin-left: 0;
}

#top-footer ul.menu li {
	position: relative;
}

/*#top-footer ul.menu li:after {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	left: 10px;
	top: 8px;
	color: #d9d4d4;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}*/

/*#top-footer ul.menu li a {
	border-bottom: 1px solid #d9d4d4;
	color: #d9d4d4;
	display: block;
	padding: 8px 20px 8px 30px;
}

#top-footer ul.menu li a:hover,
#top-footer ul.menu li:hover:after {
	color: #dc3522;
}
*/

#top-footer .widget h3.widget-title .block-title {
	text-transform: uppercase;
	font-size: 18px;
}

#top-footer .widget .textwidget {
	color: #fff;
}

#top-footer .widget .textwidget .add {
	padding-bottom: 4px;
}

/*--------------------------------------------------------------
Bottom-footer css
--------------------------------------------------------------*/

#bottom-footer {
	background: #c00d00 !important;
	padding: 15px 0;
}

#bottom-footer .copyright {
	text-align: center;
	color: #fff;
	font-weight: 500;
}

#bottom-footer .copyright a {
	color: #c00d00;
}

#bottom-footer .copy-right a:hover {
	color: #dc3522;
}

/* Social Links in Menu */

#menu-social li a::before {
	display: inline-block;
	padding: 0 10px;
	font-family: FontAwesome;
	font-size: 20px;
	vertical-align: top;
	content: "\f005";
	color: #cccccc;
}

#menu-social li a[href*="facebook.com"]::before {
	content: '\f09a';
	color: #3b5998;
}

#menu-social li a[href*="twitter.com"]::before {
	content: '\f099';
	color: #00aced;
}

#menu-social li a[href*="plus.google.com"]::before {
	content: '\f0d5';
	color: #dd4b39;
}

#menu-social li a[href*="youtube.com"]::before {
	content: '\f167';
	color: #bb0000;
}

#menu-social li a[href*="pinterest.com"]::before {
	content: '\f0d2';
	color: #cb2027;
}

#menu-social li a[href*="instagram.com"]::before {
	content: '\f16d';
	color: #517fa4;
}

/*--------------------------------------------------------------
Blog css
--------------------------------------------------------------*/

.figure-cat-wrap.featured-image-enable {
	position: relative;
}

.featured-image-enable .category-collection {
	bottom: 10px;
	left: 0;
	position: absolute;
}

.post .posted-on > a {
	color: #333333;
	display: block;
	margin: 20px 0 14px;
}

.post .entry-title a {
	font-size: 18px;
	font-weight: 400;
}

article.post.hentry h1.entry-title {
	font-size: 25px;
}

article.post.hentry h1.entry-title,
article.post.hentry h2.entry-title {
	line-height: 20px !important;
	margin-bottom: 10px;
}

.post .below-entry-meta > span::after {
	color: #808080;
	content: "/";
	margin-left: 10px;
	position: relative;
}

.post .below-entry-meta > span:last-child:after {
	display: none;
}

.post .below-entry-meta > span {
	margin-right: 10px;
	font-size: 12px;
	display: inline-block;
}

article.post {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 3px solid #eeeeee;
}

.post .below-entry-meta {
	margin: 20px 0 20px 0;
}

.post .more-link {
	background: #333333 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	margin-top: 10px;
	padding: 6px 10px;
}

.post .more-link:hover {
	background: #dc3522;
	color: #ffffff;
}

/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
	list-style: outside none none;
	margin: 0;
	padding-left: 10px;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
	color: #3d3d3d;
	font-size: 14px;
	line-height: 32px;
	padding-left: 22px;
	position: relative;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.widget a:hover,
.widget a:hover::before {
	color: #dc3522;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li:before,
.widget_nav_menu li:before {
	color: #3d3d3d;
	content: "\f187";
	font-family: "FontAwesome";
	font-size: 14px;
	left: 0;
	position: absolute;
	top: -6px;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.widget_categories a::before {
	content: "\f07b";
}

.widget_recent_entries a::before {
	content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li:before {
	content: "\f105";
}

.widget_recent_comments li::before {
	content: "\f086";
	top: 0;
}

.widget_rss li::before {
	content: "\f09e";
	top: 0;
}

.widget_pages li:before {
	content: "\f1ea";
	top: 0;
}

.widget_search .search-field {
	width: 85%;
	float: left;
}

.widget_search .searchsubmit {
	height: 36px;
	width: 15%;
}

#top-footer .widget a,
#top-footer .widget li,
#top-footer .widget a:before,
#top-footer .widget li:before {
	color: #ffffff;
	top: 0;
}

#top-footer .widget a:hover,
#top-footer .widget a:hover:before,
#top-footer .widget li:hover:before {
	color: #dc3522;
}

#top-footer .tg-block-wrapper,
#top-footer .widget {
	border: medium none;
	padding: 10px;
	margin-bottom: 2px;
}

/*--------------------------------------------------------------
Related post css
--------------------------------------------------------------*/

.related-post-wrapper {
	margin-top: 15px;
	padding: 0px;
	border: none
}

.related-post-wrapper .title-block-wrap {
	background: transparent;
	color: #353535;
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
}

.related-post-wrapper .block-title i {
	margin-right: 10px;
}

.single-related-posts .entry-title {
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 5px;
}

.single-related-posts .below-entry-meta > span {
	display: inline-block;
	font-size: 12px;
	margin-right: 0;
	word-wrap: break-word;
}

.related-post-wrapper ul {
	list-style: outside none none;
    margin: 0;
    padding-left: 20px;
}

.related-post-wrapper ul li a {
	color: #353535;
    font-size: 14px;
    line-height: 32px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.related-post-wrapper ul li a:hover {
	color: #c00d00;
}

.related-post-wrapper ul li a::before {
	content: "\f101";
	color: #3d3d3d;
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -6px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.single-post .post-navigation {
	display: none;
}

/*--------------------------------------------------------------
Author box css
--------------------------------------------------------------*/

.author-box {
	display: inline-block;
	margin: 15px 0;
	padding: 2%;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.author-img {
	display: inline;
	float: left;
	margin-right: 15px;
}

.author-name {
	padding-bottom: 10px;
	display: inline;
}

.author-description {
}

/*--------------------------------------------------------------
	404-error css
--------------------------------------------------------------*/

.error-wrap span {
	display: block;
	text-align: center;
}

.num-404 {
	color: #dc3522;
	font-size: 300px;
	font-weight: 700;
	line-height: 300px;
}

.error {
	background: #dc3522 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 3px;
	line-height: 35px;
	margin: 20px auto;
	padding: 2px 28px;
	text-transform: uppercase;
	width: 100%;
}

.error-404 .page-header,
.error-404 p {
	text-align: center;
}

.date-in-header {
	color: #ffffff;
}

.error-404 input,
.no-results input {
	margin-left: 0;
	margin-right: -4px;
	width: 84% !important;
}

.error-404 button,
.no-results button {
	padding: 0 10px;
	line-height: 30px;
	height: 36px;
}

/*--------------------------------------------------------------
Gallery-layoout
--------------------------------------------------------------*/

.gallery {
	margin: 0 auto 2em;
}

.gallery .gallery-item {
	float: left;
	display: block;
	background: #ffffff;
	margin: 10px 1.5% 20px;
	text-align: center;
}

.gallery .gallery-item:hover {
}

.gallery .gallery-icon {
	text-align: center;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 0;
}

.gallery-columns-1 .gallery-item {
	float: none;
	text-align: center;
	width: 100%;
	margin: 10px 0 20px;
}

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

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

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

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

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

.gallery-columns-7 .gallery-item {
	width: 12.25%;
	margin: 10px 1% 10px;
}

.gallery-columns-8 .gallery-item {
	width: 10.5%;
	margin: 10px 1% 10px;
}

.gallery-columns-9 .gallery-item {
	width: 9.11%;
	margin: 10px 1% 10px;
}

.gallery dl a {
	display: block;
}

.gallery dl a img {
	height: auto;
	margin: 0 auto;
}

.gallery .gallery-caption {
	font-size: 20px;
	line-height: 1.2;
	margin: 10px 0 0;
}

.gallery br + br {
	display: none;
}

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

/*--------------------------------------------------------------
HEADER MEDIA CSS
--------------------------------------------------------------*/
div.wp-custom-header {
	position: relative;
}

iframe#wp-custom-header-video {
	width: 100%;
	display: block;
}

.wp-custom-header-video-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 62px;
	height: 50px;
	font: 0px/0 a;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

div#wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
}

.wp-custom-header-video-button:before {
	content: '\f04b';
	display: block;
	font-family: FontAwesome;
	font-size: 20px;
}

.wp-custom-header-video-button.wp-custom-header-video-pause:before {
	content: '\f04c';
}

/* =SCROLL UP
----------------------------------------------- */

a#scroll-up {
	bottom: 120px;
	position: fixed;
	right: 20px;
	display: none;
	opacity: 0.5;
	background-color: rgba(255, 255, 255, 0.5);
	filter: alpha(opacity=50);
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #c00d00;
}

a#scroll-up i {
	font-size: 25px;
	color: #dc3522;
}

a#scroll-up:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	background: #c00d00;
	/* For IE8 and earlier */
}

a#scroll-up:hover i {
	color: #fff;
}

/* ThuanVD 14/04/2020 */
#colornews_list_post_widget-2,
#colornews_list_post_widget-3,
.widget_list_posts__widget {
	clear: both;
	overflow: hidden;
	padding: 0;
	border: none;
}
.newsHome {
	padding: 30px 0;
}
.newsHome h3.title {
	text-align: center;
	font-weight: 600;
	font-size: 21px;
    line-height: 40px;
	color: #c00d00 !important;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
}
.newsHome h3.title::before {
	background: #c00d00;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 109px;
}
.newsHome h3.title::after {
	bottom: -6px;
    color: #c00d00;
    content: "\f19d";
    font-family: fontawesome;
    font-size: 14px;
    height: 25px;
    left: 0px;
    position: absolute;
    right: 0px;
    text-align: center;
    width: 39px;
    z-index: 9;
    background: rgb(255, 255, 255);
    margin: 0px auto;
}
.itemNews1 {
    margin-bottom: -50px;
	overflow: hidden;
}
.itemNews1 .item {
    padding: 0 20px;
    margin-bottom: 40px;
}
.reset {
    font-size: 16px;
    height: 44px;
    line-height: 22px;
    margin: 10px 0 5px 0px;
}
.itemNews1 .item a.name {
	color: #333;
    font-weight: 500;
}
.itemNews1 .item a.name:hover {
    color: #c00d00 !important;
	text-decoration: none;
}
.itemNews1 .item .cate {
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.itemNews1 .item .cate a {
    margin-right: 8px;
    display: inline-block;
    line-height: 12px;
	color: #c00d00 !important;
}
.itemNews1 .item .text {
    margin-bottom: 5px;
    height: 60px;
	overflow: hidden;
    text-align: justify;
}
.itemNews1 .item .cate span {
    line-height: 12px;
    border-left: solid 1px #999;
	color: #999 !important;
}
.itemNews1 .item .cate span i {
    margin: 0 6px 0 8px;
	color: #c00d00 !important;
}
.metaslider.ms-theme-cubic.ms-is-small {
	padding-bottom: 0px !important;
}
.ms-theme-cubic {
	padding-bottom: 0px !important;
}
.khungAnh img {
	width: 327px;
	height: 269px;
}
.itemNews1 .item .khungAnh:hover .khungAnhCrop img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	-webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.other {
    font-size: 18px;
    margin-top: 22px;
    display: inline-block;
    width: 100%;
	text-align: right!important;
	text-transform: uppercase!important;
	font-weight: 400;
}
.other:hover {
    color: #1e2655 !important;
}
.more i {
    margin-left: 5px;
}
.more:hover i {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#text-12 {
	border: none;
}
#text-12 .title-block-wrap {
	background: transparent !important;
	text-align: center;
	font-weight: 600;
	font-size: 21px;
    line-height: 40px;
	color: #c00d00 !important;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
	
}
#text-12 .title-block-wrap .block-title {
	background: transparent;
}
.middle-section-wrapper .tg-column-2 {
	width: 32%;
    margin-left: 1%;
    float: left;
}
.middle-section-wrapper .tg-column-2:first-child {
	margin-left: 0 !important;
}
.middle-section-wrapper .tg-column-2 .widget,
.middle-section-wrapper .tg-column-2 .tg-block-wrapper {
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.middle-section-wrapper .tg-column-2 .widget .tg-block-wrapper {
	border: none;
	padding: 0;
	margin: 0;
}
.middle-section-wrapper .tg-column-2 h3.widget-title {
	text-align: left;
	font-weight: 600;
	font-size: 15px;
    line-height: 40px;
	color: #fff !important;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	background: transparent;
}
.middle-section-wrapper .tg-column-2 h3.widget-title .block-title {
	background: #cd2027 !important;
	font-weight: normal;
	width: 190px;
}
.middle-section-wrapper .tg-column-2 h3.widget-title .block-title:after {
	display: none;
}
.middle-section-wrapper .tg-column-2 .first-post img {
	width: 345px;
	height: 265px;
}
.middle-section-wrapper .tg-column-2 .first-post img:hover {
	-webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	-webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.middle-section-wrapper .tg-column-2 .first-post .entry-content {
	height: 40px;
	overflow: hidden;
}
.middle-section-wrapper .tg-column-2 .widget .following-post .article-content {
	height: auto;
}
.middle-section-wrapper .tg-column-2 .widget .following-post img {
	width: 100%;
	max-height: 100%;
	height: 65px;
}
.middle-section-wrapper .tg-column-2 .widget .following-post .date  {
	background: #cd2027;
	color: #fff;
	display: block;
	font-size: 12px;
	width: 29%;
	padding: 2px 7px;
}
#secondary #text-5,
#secondary #text-7,
#secondary #recent-posts-2,
#secondary #text-13,
#secondary #media_video-6 {
	border: none;
	padding: 0;
}
#secondary #media_video-6 {
	border: 1px solid #eceaea;
}
#secondary #media_video-6 .title-block-wrap {
	margin-bottom: 0;
}
#secondary #text-7 {
	border: 1px solid #eceaea;
}
#secondary #text-7 p {
    padding-left: 10px;
	margin-bottom: 0;
}
#secondary #text-7 a {
    color: #3d3d3d;
    font-size: 14px;
    line-height: 32px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
	font-weight: normal;
}
#secondary #text-7 a:hover {
	color: #c00d00;
	text-decoration: none;
}
#secondary #text-7 a::before {
    content: "\f101";
	color: #3d3d3d;
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: -6px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
#secondary #recent-posts-2 {
	border: 1px solid #eceaea;
}
#secondary #text-13 td {
	border: 1px solid #eceaea;
	padding: 5px 0;
}
.DnnModule {
	background: #efefef;
}
.statistic .tg-container {
	display: flex;
    flex-wrap: wrap;
}
.statistic .khoi {
    width: calc(16.5%);
    text-align: center;
}
.statistic .khoi a {
    position: relative;
    padding-top: 75px;
    padding-bottom: 25px;
    display: block;
    color: #1e2655 !important;
    font-weight: 500;
    font-size: 15px;
}
.statistic .khoi a:hover {
	color: #c00d00 !important;
	text-decoration: none;
}
.statistic .khoi a img {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}
#masthead-m {
	display: none;
}
.middle-section-wrapper {
	padding: 30px 0;
}
.archive article.hentry, .category article.hentry,
.search-results article.hentry {
	overflow: hidden;
}
.archive .figure-cat-wrap.featured-image-enable,
.search-results .figure-cat-wrap.featured-image-enable,
.category .figure-cat-wrap.featured-image-enable {
	display: block;
	width: 30%;
	float: left;
}
.archive .info,
.search-results .info,
.category .info {
	float: left;
	width: 68%;
	padding-left: 2%;
}
.archive article.post.hentry h1.entry-title, 
.search-results article.post.hentry h1.entry-title, 
.category article.post.hentry h2.entry-title {
	margin-bottom: 0;
}
.archive .entry-content,
.search-results .entry-content,
.category .entry-content {
	margin-top: 7px;
}
.archive .entry-content p,
.search-results .entry-content p,
.category .entry-content p {
	margin: 0px;
}
.archive .post .more-link,
.search-results .post .more-link,
.category .post .more-link {
	float: right;
	background: transparent !important;
	color: #3e3e3e;
}
.archive .post .more-link:hover,
.search-results .post .more-link:hover,
.category .post .more-link:hover {
	color: #c00d00 !important;
}
.pagenavi.clear>a{
	color: #000;
	margin-left: 10px;
	padding: 5px 10px;
	border: 1px solid #ccc
}
.pagenavi.clear>a:hover{
	background: #c00d00 !important;
	color: #fff!important;
}
.pagenavi .current{
	background: #c00d00 !important;
	color: #fff !important;
}
#top-footer-t {
	background: #efefef;
    border-top: 1px solid #e8e4e4;
    padding: 30px 0px;
}
#top-footer-t .tg-footer-column-5 {
	width: 20%;
	float: left;
}
#top-footer-t .tg-footer-column-5 .widget {
	border: none;
	padding: 0 5px;
	position: relative;
}
#top-footer-t .tg-footer-column-5 .widget h3.title-block-wrap {
	font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
	background: transparent;
	margin-bottom: 5px;
}
#top-footer-t .tg-footer-column-5 .widget ul {
	padding: 0;
}
#top-footer-t .tg-footer-column-5 .widget li {
	padding-left: 10px;
}
#top-footer-t .tg-footer-column-5 .widget li::before {
	top: 0;
}
#top-footer-t .tg-footer-column-5 .widget li a {
	color: #333333;
}
#top-footer-t .tg-footer-column-5 .widget li a:hover {
	color: #c00d00 !important;
	text-decoration: none;
}
#top-footer-t .tg-footer-column-5 .widget span {
    display: none;
}
.home-aboutus {
	padding: 50px 0 40px;
    background: url(https://caodangquoctehanoi.edu.vn/wp-content/themes/colornews/images/bg-slider-abouts.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
.home-aboutus h3.title {
	text-align: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 40px;
    color: #fff !important;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
    position: relative;
}
.home-aboutus h3.title::before {
	position: absolute;
    content: '';
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #fff;
    left: 48%;
}
.home-aboutus .item {
	width: calc(100%/3);
	float: left;
}
.home-aboutus .textwidget {
	padding-top: 20px;
}
.home-aboutus .item a.img .img {
    width: 71px;
    height: 71px;
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
}
.home-aboutus .item a.img .img img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    -o-object-fit: cover;
}
.home-aboutus .item a.img h3 {
    font-size: 24px;
    font-weight: 400;
    transition: .3s;
	color: #fff;
	margin-bottom: 15px;
}
.home-aboutus .item p.text {
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
	color: #fff;
}
.home-aboutus .item:last-child p.text {
	padding: 0 30px;
}
.home-aboutus .item a.views-detail {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
}
.home-aboutus .item a.views-detail:hover {
	background: #fff;
	color: #c00d00 !important;
}
.create-profile {
    position: fixed;
    top: 40%;
    right: 0px;
    width: 71px;
    height: 77px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #c00d00;
    padding: 10px 3px;
    z-index: 100000;
}
.create-profile a {
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.create-profile a .img {
    margin-bottom: 5px;
	overflow: hidden;
    transition: ease-in-out .3s;
}
.list-contact-footer {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.list-contact-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 16px;
	float: left;
}
.list-contact-footer ul li {
    float: left;
    margin-left: 5px;
}
.list-contact-footer ul li a {
    display: block;
    width: 31px;
    height: 31px;
    border: 1px solid #e08680;
    color: #d5b1ae !important;
    border-radius: 4px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}
.list-contact-footer ul li a:hover {
    color: #fff !important;
    border-color: #fff;
}
.info {
	overflow: hidden;
}
.info .below-entry-meta {
	display: block;
	width: 80%;
	float: left;
	margin: 0;
}
.info .social-share {
	float: left;
	text-align: right !important;
	width: 20%;
}
#metu .tg-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 10000000000000000;
}
#metu .mmt-app {
    position: relative;
    display: flex;
    flex-direction: row;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    justify-content: center;
    box-sizing: border-box;
    min-height: 56px;
    -webkit-transition: all .24s;
    transition: all .24s;
}
.mt-tooltip {
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
#metu .mmt-button {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 10px;
    flex-direction: row;
    cursor: pointer;
}
#metu .mmt-button:not(.mmt-button--mobile) {
    justify-content: flex-start;
    border-radius: 3px;
    height: 40px;
    background-color: hsla(0,0%,100%,.2);
    margin: 10px 5px;
}
#metu .mmt-button__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    box-sizing: border-box;
}
#metu .mmt-button__label {
    font-size: 14px;
    line-height: 20px;
}
#metu .mmt-button__label a {
	color: #fff;
}
.mt-tooltip__text {
    position: absolute;
    visibility: hidden;
    z-index: 1;
    background: #232f34;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    border-radius: 4px;
    min-width: 120px;
    max-width: 240px;
    bottom: calc(100% + 5px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 12px;
    box-sizing: border-box;
}
.mt-tooltip__text:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #232f34;
}
#metu .mmt-app.mmt-app--mobile {
    justify-content: space-evenly;
    height: 60px;
}
#metu .mmt-menu__item--mobile {
    flex: 1 1;
}
#metu .mmt-button--mobile {
    height: 60px;
    justify-content: center;
}
#metu .mmt-button__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    box-sizing: border-box;
}
#metu .mmt-button--mobile .mmt-button__icon {
    margin-right: 0;
    margin-bottom: 4px;
}
#metu .mmt-button--mobile .mmt-button__label {
    font-size: 12px;
    line-height: 13px;
    max-height: 26px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.category .info .below-entry-meta {
	display: none;
}
@media (min-width: 1200px) {
	.itemNews1 .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		float: left;
	}
}
@media (min-width: 768px) {
	.itemNews1 .item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
		float: left;
	}
}

/* Large desktop */

@media screen and (max-width: 1500px) {
	.no-sidebar-full-width .alignwide {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media (max-width: 1200px) {
	.boxed-layout #page {
		width: 98%;
		margin: 0 auto;
	}

	.tg-container {
		width: 100%;
		margin: 0 auto;
	}

	.tg-inner-wrap {
		width: 98%;
		margin: 0 auto;
	}

	.home-slider .bx-pager {
		text-align: center;
	}

	.home-slider .bx-pager a {
		display: inline-block;
		float: none;
		text-align: center;
		width: 18%;
	}

	.bottom-header-wrapper > .bottom-arrow-wrap::before,
	.bottom-header-wrapper > .bottom-arrow-wrap::after {
		display: none;
	}

	.bottom-header-wrapper::before,
	.bottom-header-wrapper::after {
		display: none;
	}

	.no-sidebar-full-width .alignwide {
		margin-left: 0;
		margin-right: 0;
	}

}

/* Portrait tablet to landscape and desktop */

@media (min-width: 769px) and (max-width: 979px) {
	.logo {
		float: none;
		text-align: center;
	}

	.header-advertise {
		margin: 0 auto;
		max-width: 728px;
		text-align: center;
		float: none;
	}

	#site-navigation ul > li {
		padding: 0 10px;
	}

	#site-navigation ul > li.menu-item-has-children {
		padding-right: 25px;
	}

	.home-slider .bx-pager {
		text-align: center;
	}

	.home-slider .bx-pager a {
		display: inline-block;
		float: none;
		text-align: center;
		width: 18%;
	}

	.caption-title {
		font-size: 20px;
	}

	.caption-content {
		font-size: 16px;
		line-height: 20px;
	}

	.caption-wrapper {
		padding: 20px 10px;
	}

	.first-post .below-entry-meta span a,
	.first-post .below-entry-meta span i {
		font-size: 12px;
	}

	.following-post .below-entry-meta {
		margin-left: 0;
	}

	.following-post .below-entry-meta.featured-no-image {
		margin-left: -15px;
	}

	.following-post figure {
		width: 40%;
	}

	.tg-block-wrapper,
	.widget {
		margin-bottom: 10px;
		padding: 10px;
	}

	.carousel-slider-wrapper .entry-title {
		padding-top: 0;
	}

	.show-both {
		text-align: center;
	}

	.show-both .logo {
		display: inline-block;
		float: none;
	}

	.show-both #header-text {
		display: inline-block;
		float: none;
		vertical-align: top;
	}
}

/* Landscape phone to portrait tablet */

@media (max-width: 768px) {
	#menu .tg-container {
		max-width: 100% !important;
		width: 100%;
	}
	.info .below-entry-meta {
		width: 100%;
	}
	.home-aboutus .item:last-child p.text {
		padding: 0;
	}
	.home-aboutus {
		padding: 20px 0 20px;
		margin-bottom: 10px;
	}
	.home-aboutus .item {
		width: 100%;
		float: none;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.top-header-wrapper ul.list-top li.create {
		display: none;
	}
	.top-header-wrapper ul.list-top {
		margin-bottom: 0;
	}
	.itemNews1 {
		margin-top: 30px;
	}
	#top-footer-t .tg-footer-column-5 .widget h3.title-block-wrap {
		text-transform: initial;
		font-size: 14px;
		margin-bottom: 10px;
		line-height: normal;
	}
	#top-footer-t .tg-footer-column-5 .widget .menu-gioi-thieu-container,
	#top-footer-t .tg-footer-column-5 .widget .menu-tuyen-sinh-container,
	#top-footer-t .tg-footer-column-5 .widget .menu-hop-tac-quoc-te-container,
	#top-footer-t .tg-footer-column-5 .widget .menu-phong-khoa-container,
	#top-footer-t .tg-footer-column-5 .widget .menu-goc-sinh-vien-container {
		display: none;
	}
	#top-footer-t .tg-footer-column-5 .widget span {
		position: absolute;
		right: 0;
		top: -2px;
		display: block;
		width: 20px;
		height: 20px;
		text-align: center;
		color: #c00d00;
	}
	#top-footer-t .tg-footer-column-5 {
		width: 100%;
		border-bottom: 1px solid #ddd;
		float: none;
		margin-bottom: 10px;
	}
	
	#top-footer .widget {
		padding: 0;
	}
	
	.archive .figure-cat-wrap.featured-image-enable, .category .figure-cat-wrap.featured-image-enable {
		display: block;
		width: 100%;
		float: left;
	}
	
	.archive .info, .category .info {
		float: left;
		width: 100%;
		padding-left: 0%;
	}
	
	.pagenavi {
		margin: 10px 0;
		padding: 10px 0;
	}
	
	#masthead-m {
		display: block;
	}
	
	.logo {
		max-width: 95px;
	}
	
	#masthead-m #header-text {
		display: table-cell;
		width: 67%;
		position: relative;
		padding-top: 19px;
		padding-left: 5px;
	}
	
	#masthead-m #header-text h1 {
		font-size: 14px;
		margin: 0;
	}
	
	#masthead-m #header-text h1 a {
		font-size: 14px;
		line-height: normal;
	}
	
	#masthead-m #header-text p#site-description {
		font-size: 12px;
		line-height: normal;
		margin: 0;
	}
	
	#site-navigation {
		right: 0;
		top: 50%;
		float: right;
	}
	
	#site-navigation .menu-toggle {
		
		/*cursor: pointer;
		width: 40px;
		height: 40px;
		background: transparent;
		margin: auto;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		display: none;
		display: flex !important;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		flex-direction: column;*/
	}
	
	#masthead {
		display: none;
	}

	.header-advertise .ad-image img {
		width: 100%;
		height: auto;
	}

	.show-both {
		text-align: center;
	}

	.show-both .logo {
		display: inline-block;
		float: none;
	}

	.show-both #header-text {
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	#site-navigation .menu-toggle {
		color: transparent;
		display: block;
		font: 0px/0 a;
		width: 50px;
		cursor: pointer;
		background: transparent;
		right: 0;
		top: 25%;
		position: absolute;
	}

	#site-navigation .menu-toggle:before {
		color: #c00d00;
		content: "\f0c9";
		display: block;
		font-family: FontAwesome;
		font-size: 35px;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		text-align: center;
		line-height: 50px;
	}

	#site-navigation .menu-toggle:hover {
		background: transparent !important;
	}

	#site-navigation .menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #c00d00 !important;
		z-index: 9999;
	}

	#site-navigation ul > li {
		display: block;
		float: none;
		padding: 0 15px;
	}

	#site-navigation ul > li:hover,
	#site-navigation ul > li.current-menu-item,
	#site-navigation ul > li.current-menu-ancestor,
	#site-navigation ul > li.current-menu-parent {
		background: none !important;
	}

	#site-navigation ul > li:hover > a,
	#site-navigation ul > li.current-menu-item > a,
	#site-navigation ul > li.current-menu-ancestor > a,
	#site-navigation ul > li.current-menu-parent > a {
		background: #dc3522;
	}

	.sub-toggle {
		background: transparent !important;
		color: #ffffff;
		cursor: pointer;
		display: block;
		height: 24px;
		line-height: 21px;
		position: absolute;
		right: 15px;
		text-align: center;
		top: 9px;
		width: 24px;
	}

	#site-navigation ul > li:hover > .sub-toggle,
	#site-navigation ul > li.current-menu-item .sub-toggle,
	#site-navigation ul > li.current-menu-ancestor .sub-toggle {
		background: #ba2a1a;
	}

	.main-small-navigation li.current-menu-item > .sub-toggle {
		background: #ffffff none repeat scroll 0 0;
	}

	.main-small-navigation li.current-menu-item > .sub-toggle i {
		color: #d40234;
	}

	.menu-primary-container .sub-menu {
		display: none;
	}

	#site-navigation ul.sub-menu,
	#site-navigation ul.children {
		position: static;
		min-width: 100%;
		opacity: 1;
		top: 0;
		left: 0;
		visibility: visible;
		display: none;
		background: #fff;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}

	#site-navigation ul > li:hover > .sub-menu,
	#site-navigation ul > li:hover > .children {
		top: 0;
	}

	#site-navigation ul > li,
	#site-navigation ul > li.menu-item-has-children {
		padding: 0;
		width: 100%;
	}

	#site-navigation ul > li.menu-item-has-children > a::after {
		display: none;
	}

	#site-navigation ul > li a {
		padding: 0 15px;
		line-height: 42px;
	}

	#site-navigation ul.sub-menu li > a {
		padding-left: 30px;
	}

	#breaking-news #controls {
		display: none;
	}

	.caption-title {
		font-size: 16px;
	}

	.caption-content {
		font-size: 14px;
		line-height: 20px;
	}

	.slider-btn a {
		line-height: 30px;
		margin: 30px auto;
		width: 80px;
		font-size: 14px;
	}

	.caption-wrapper {
		padding: 20px 10px;
	}

	.home-slider .bx-pager a {
		width: 17%;
	}

	.tg-block-wrapper,
	.widget {
		margin-bottom: 10px;
		padding: 10px;
	}

	#primary {
		float: none;
		width: 100%;
	}

	#secondary {
		float: none;
		width: 100%;
	}

	.carousel-slider-wrapper .entry-title {
		font-size: 15px;
		padding-top: 13px;
	}

	.random-post-hover .entry-title {
		font-size: 16px;
	}

	#colophon .tg-footer-column-3:first-child,
	#colophon .tg-footer-column-3 {
		width: 100%;
	}

	#top-footer .tg-block-wrapper,
	#top-footer .widget {
		border: none;
	}

	#bottom-footer .copy-right {
		font-size: 11px;
	}
	
	.khungAnh img {
		width: 100%;
		height: 100%;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	
	.middle-section-wrapper .tg-column-2 {
		padding: 0;
		margin: 0 0 10px 0;
		width: 100%;
		float: left;
		box-shadow: none;
	}
	
	.middle-section-wrapper .tg-column-2 .first-post img {
		width: 100%;
		height: 100%;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}
	
	.statistic .tg-container {
		display: inline-block;
		flex-wrap: inherit;
	}
	
	.statistic .khoi {
		width: 50%;
		text-align: left;
		float: left;
	}
	
	.statistic .khoi a {
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 35px;
		font-size: 14px;
		font-weight: normal;
		font-weight: normal;
	}
	
	.statistic .khoi a img {
		top: 15px;
		left: 5px;
		width: 20px;
		transform: none;
	}
	
	.tg-container {
		width: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
	
	#metu .tg-container {
		max-width: 100% !important;
		width: 100% !important;
	}
	
	.owl-carousel .owl-item {
		padding-left: 70px;
	}
	.middle-section-wrapper .tg-column-2 h3.widget-title {
		font-size: 18px;
		margin-bottom: 0;
	}
	
	.middle-section-wrapper .tg-column-2 h3.widget-title .block-title {
		padding: 7px;
	}
	
	.newsHome h3.title,
	#text-12 .title-block-wrap {
		margin-bottom: 0;
	}

}

@media (max-width: 767px) {
	.no-sidebar-full-width .alignwide,
	.no-sidebar .alignwide {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Landscape phones and down */

@media (max-width: 600px) {
	.category-menu ul.sub-menu {
		left: 104%;
		min-width: 150px;
	}

	.category-menu {
		min-width: 150px;
	}

	.top-menu-wrap {
		margin: 0 0 0;
		text-align: center;
		width: 86%;
		line-height: 40px;
	}

	.login-signup-wrap {
		float: none;
		margin: 2px 0 0;
		padding: 13px 0 10px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		text-align: center;
	}

	.home-search .searchform {
		width: 76%;
	}

	#ticker_container #controls {
		display: none;
	}

	.breaking-news-title {
		font-size: 14px;
	}

	#ticker_container {
		padding: 10px 10px 0 120px;
		font-size: 14px;
	}

	.caption-content {
		display: none;
	}

	.slider-btn a {
		line-height: 30px;
		margin: 0;
	}

	.caption-title {
		font-size: 16px;
		line-height: 30px;
		margin: 0;
	}

	.home-slider .bx-pager a {
		padding: 2px;
	}

	.tg-column-2,
	.tg-column-3,
	.tg-column-wrapper {
		margin-left: 0;
		width: 100%;
	}

	.random-post-wrapper .tg-column-wrapper {
		margin-left: -2%;
		width: 102%;
	}

	.random-post-wrapper .tg-column-3 {
		margin-left: 2%;
		width: 48%;
		margin-bottom: 2%;
	}

	.carousel-slider-wrapper .entry-title {
		font-size: 12px;
		line-height: 16px;
		padding-top: 10px;
	}

	.first-post {
		margin-bottom: 20px;
	}

	.num-404 {
		font-size: 160px;
		line-height: 160px;
	}

	.error-404 .page-header .page-title {
		font-size: 24px;
	}

	article.post.hentry h1.entry-title {
		font-size: 24px;
	}

	.single-related-posts {
		margin-bottom: 20px;
	}

	.nav-links .nav-previous,
	.nav-links .nav-next,
	.nav-links .nav-previous a,
	.nav-links .nav-next a {
		float: none;
		width: 100%;
	}

	#newscontent {
		margin-left: 15px;
	}
	
	.following-post .article-content {
		padding-top: 10px;
		height: 55px;
		overflow: hidden;
	}
	
	.following-post figure {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	.following-post .entry-title {
		margin: 15px 0;
		height: 44px;
		overflow: hidden;
		font-size: 16px;
	}
	
	.entry-content {
		text-align: justify;
	}
	
	.itemNews1 .item {
		padding: 0;
	}
}

@media (max-width: 479px) {
	.show-both #header-text {
		border: none;
		margin: 0;
		padding: 0;
	}

	#breaking-news #newscontent {
		width: 96%;
		margin-left: 0;
	}

	.caption-title {
		font-size: 12px;
		line-height: 20px;
		margin: 0;
	}

	.caption-wrapper {
		padding: 10px 10px;
	}

	.slider-btn a {
		font-size: 9px;
		line-height: 20px;
		margin: 0;
		width: 100%;
	}

	.home-slider .bx-pager a {
		width: 29%;
	}

	.cat-links a {
		font-size: 12px;
	}

	.random-post-wrapper .tg-column-wrapper {
		margin-left: 0;
		width: 100;
	}

	.random-post-wrapper .tg-column-3 {
		margin-left: 0;
		width: 100%;
		margin-bottom: 2%;
	}

	.random-post-block img {
		width: 100%;
		height: auto;
	}

	.carousel-slider-wrapper .entry-title {
		display: none;
	}
}
/* ThuanVD 01/04/2021 */
#slideshow {
	margin: 0;
}
.home-regform {
	overflow: hidden;
    margin: 15px 0;
}
.home-regform .zalo-chat,
.home-regform .register-online,
.home-regform .download-form {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    float: left;
}
.home-regform .zalo-chat {
	padding-right: 15px;
}
.home-regform .download-form {
	padding-left: 15px;
}
.home-news-wrapper {
	overflow: hidden;
	clear: both;
	margin: 50px 0;
}
.home-news-wrapper h2 {
	color: #000000;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.home-news-wrapper .news-wrapper {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    float: left;
}
.home-news-wrapper .news-wrapper .latest-post {
	margin-bottom: 20px;
}
.home-news-wrapper .news-wrapper .latest-post .thumb-news {
	position: relative;
}
.home-news-wrapper .news-wrapper .latest-post .thumb-news img {
	height: 400px;
	max-height: 100%;
}
.home-news-wrapper .news-wrapper .latest-post .thumb-news .date {
	position: absolute;
    bottom: 0px;
    left: 0px;
    background: #cd2027;
    color: #fff;
    padding: 10px 30px;
}
.home-news-wrapper .news-wrapper .latest-post h2 {
	padding: 12px 0;
	margin: 0;
}
.home-news-wrapper .news-wrapper .latest-post h2 a {
	color: #000;
	font-size: 16px;
}
.home-news-wrapper .news-wrapper .related-latest-post .thumb-news {
	position: relative;
}
.home-news-wrapper .news-wrapper .related-latest-post .thumb-news img {
	width: 244px;
	height: 137px;
	max-width: 100%;
	max-height: 100%;
}
.home-news-wrapper .news-wrapper .related-latest-post .thumb-news .date {
	position: absolute;
    bottom: 0px;
    left: 0px;
    background: #cd2027;
    color: #fff;
    padding: 5px 15px;
	font-size: 12px;
}
.home-news-wrapper .news-wrapper .related-latest-post h3 {
	padding: 12px 0;
	margin: 0;
	text-align: left;
}
.home-news-wrapper .news-wrapper .related-latest-post h3 a {
	color: #000;
	font-size: 16px;
}
.home-news-wrapper .news-wrapper .related-latest-post .fa-chevron-left {
	display: inline-block;
    position: absolute;
    top: 22%;
    z-index: 9999;
    color: #fff;
    background: #cd2027;
    padding: 3px;
}
.home-news-wrapper .news-wrapper .related-latest-post .fa-chevron-right {
	display: inline-block;
    position: absolute;
    top: 22%;
    z-index: 9999;
    color: #fff;
    background: #cd2027;
    padding: 3px;
	right: 5px;
}
.home-news-wrapper .news-banner {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    float: left;
	padding-left: 10px;
}
.home-news-wrapper .news-banner .widget {
    border: none;
    padding: 0px;
    margin-bottom: 20px;
}
.related-latest-post .slick-slide {
	padding-right: 10px;
}
.related-latest-post > div {
    text-align: center;
    margin-bottom: 20px;
}
.related-latest-post article img {
    opacity: 1;
    filter: none;
}
.related-latest-post article h3 {
    color: #333;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}
/* tuyen-sinh */
.tuyensinh-wrapper {
	overflow: hidden;
	clear: both;
	margin: 30px 0;
}
.tuyensinh-wrapper h2 {
	color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.tuyensinh-wrapper .slick-slide {
    padding-right: 10px;
}
.tuyensinh-wrapper .slick-slide h3 {
	line-height: normal;
    font-size: 14px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: bold;
    background: #cd2027;
    padding: 10px;
    position: absolute;
    bottom: 0;
}
.tuyensinh-wrapper .slick-slide h3 a {
	color: #fff;
	overflow: hidden;
    height: 36px;
}
.tuyensinh-wrapper .slick-slide .thumb-news {
	position: relative;
}
.tuyensinh-wrapper .slick-slide .thumb-news img {
	width: 100%;
	height: 250px;
	max-width: 100%;
	max-height: 100%;
}
.tuyensinh-wrapper .slick-slide .thumb-news .date {
	position: absolute;
    bottom: 0px;
    left: 0px;
    background: #cd2027;
    color: #fff;
    padding: 5px 15px;
	font-size: 12px;
}
.tuyensinh-wrapper .fa-chevron-left {
	display: inline-block;
    position: absolute;
    top: 36%;
    z-index: 9999;
    color: #fff;
    background: #cd2027;
    padding: 3px;
}
.tuyensinh-wrapper .fa-chevron-right {
	display: inline-block;
    position: absolute;
    top: 36%;
    z-index: 9999;
    color: #fff;
    background: #cd2027;
    padding: 3px;
	right: 5px;
}
.tuyensinh-wrapper .overlay {
	display: none;
}
.tuyensinh-wrapper .slick-slide:hover .thumb-news > h3 {
	display: none;
}
.hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #c55266;
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.tuyensinh-wrapper .slick-slide:hover .hvrbox-layer_top {
	opacity: 0.8;
}
.tuyensinh-wrapper .slick-slide:hover a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}
.tuyensinh-wrapper .slick-slide .hvrbox-text {
	text-align: center;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75%;
}
.tuyensinh-wrapper .slick-slide .hvrbox-text p {
	margin-bottom: 7px;
	line-height: normal;
}
.tuyensinh-wrapper .slick-slide .hvrbox-text .readmore {
	display: block;
	padding: 7px 12px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	border: 1px solid #fff;
	width: auto;
	width: 63%;
    text-align: center;
    max-width: 100%;
    margin: 15px auto;
	font-weight: normal;
}
/* footer */
.top-footer-content-wrapper,
.top-footer-content-wrapper .widget {
	overflow: hidden;
	clear: both;
}
.top-footer-content-wrapper .logo-footer {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    float: left;
	padding-top: 100px;
}
.top-footer-content-wrapper .logo-footer img {
	padding-right: 30px;
}
.top-footer-content-wrapper .address {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    float: left;
}
.top-footer-content-wrapper .follow {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    float: left;
}
.top-footer-content-wrapper .map {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    float: left;
}
/* lien-ket-noi-bo */
.lien-ket-noi-bo {
	overflow: hidden;
    clear: both;
    margin: 0;
    padding: 20px 0;
}
.lien-ket-noi-bo .lien-ket {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
    width: 50%;
    background: #fff;
    overflow: hidden;
    clear: both;
    max-height: 100%;
    height: 329px;
}
.lien-ket-noi-bo .lien-ket h2 {
	color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-top: 35px;
}
.lien-ket-noi-bo .lien-ket ul {
	margin-top: 25px;
    margin-left: 0;
}
.lien-ket-noi-bo .lien-ket ul li {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin: 12px;
}
.lien-ket-noi-bo .lien-ket ul li a {
	color: #000;
}
.lien-ket-noi-bo .lien-ket ul li a:hover {
	text-decoration: none;
	color: #c00d00;
}
.lien-ket-noi-bo .lien-ket-img {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
	width: 50%;
}
/* su-kien-hic */
.sukien-wrapper {
	overflow: hidden;
	clear: both;
	margin: 50px 0;
}
.sukien-wrapper h2 {
	color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.sukien-wrapper .slick-slide {
    padding-right: 10px;
}
.sukien-wrapper .slick-slide h3 {
	line-height: normal;
	font-size: 16px;
	height: 38px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 8px;
	font-weight: bold;
}
.sukien-wrapper .slick-slide h3 a {
	color: #000;
}
.sukien-wrapper .slick-slide .thumb-news {
	position: relative;
}
.sukien-wrapper .slick-slide .thumb-news img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.sukien-wrapper .slick-slide .thumb-news .date {
	position: absolute;
    bottom: 0px;
    left: 0px;
    background: #cd2027;
    color: #fff;
    padding: 5px 15px;
	font-size: 12px;
}
.sukien-wrapper .fa-chevron-left {
	display: inline-block;
    position: absolute;
    top: 22%;
    z-index: 9999;
    color: #fff;
    background: #cd2027;
    padding: 3px;
}
.sukien-wrapper .fa-chevron-right {
	display: inline-block;
    position: absolute;
    top: 22%;
    z-index: 9999;
    color: #fff;
    background: #cd2027;
    padding: 3px;
	right: 5px;
}
/* guong-mat-hic */
.guongmat-hic-wrapper {
	overflow: hidden;
	clear: both;
	margin: 50px 0;
}
.guongmat-hic-wrapper h2 {
	color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.guongmat-hic-wrapper .slick-slide {
    padding-right: 10px;
}
.guongmat-hic-wrapper .slick-slide h3 {
	line-height: normal;
	font-size: 16px;
	height: 38px;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 8px;
	font-weight: bold;
}
.guongmat-hic-wrapper .slick-slide h3 a {
	color: #000;
}
.guongmat-hic-wrapper .slick-slide .thumb-news {
	position: relative;
}
.guongmat-hic-wrapper .slick-slide .thumb-news img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}
.guongmat-hic-wrapper .slick-slide .thumb-news .date {
	position: absolute;
    bottom: 0px;
    left: 0px;
    background: #cd2027;
    color: #fff;
    padding: 5px 15px;
	font-size: 12px;
}
.guongmat-hic-wrapper .fa-chevron-left {
	display: inline-block;
    position: absolute;
    top: 22%;
    z-index: 9999;
    color: #fff;
    background: #cd2027;
    padding: 3px;
}
.guongmat-hic-wrapper .fa-chevron-right {
	display: inline-block;
    position: absolute;
    top: 22%;
    z-index: 9999;
    color: #fff;
    background: #cd2027;
    padding: 3px;
	right: 5px;
}
/* search form */
.share-search-wrap {
    float: right;
    line-height: 48px;
}
.share-search-wrap .home-search .searchform {
    margin-left: 2%;
    width: 100%;
    position: relative;
}
.share-search-wrap .home-search .searchform input[type="text"] {
	height: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-indent: 10px;
}
.share-search-wrap .home-search .searchform input:focus {
	outline: none;
}
/* doi-tac-hic */
.doi-tac-hic-wrapper {
	overflow: hidden;
	clear: both;
	margin: 50px 0;
}
.doi-tac-hic-wrapper h2 {
	color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.doi-tac-hic-wrapper .fa-chevron-left {
	display: inline-block;
    position: absolute;
    top: 36%;
    z-index: 9999;
    color: #000;
}
.doi-tac-hic-wrapper .fa-chevron-right {
	display: inline-block;
    position: absolute;
    top: 36%;
    z-index: 9999;
    color: #000;
	right: 5px;
}
.doi-tac-hic-wrapper img {
	width: 150px;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.slick-slider .slick-disabled {
	opacity: 0.6;
}
.entry-content {
	text-align: justify;
}
/* related post */
.related-post-wrapper .related-posts {
}
.related-post-wrapper .related-posts ul {
	list-style: none;
}
.related-post-wrapper .related-posts ul li {
	width: 33.3%;
	max-width: 33.3%;
	float: left;
	padding-right: 10px;
}
.related-post-wrapper ul li a::before {
	display: none;
}
.related-post-wrapper .related-posts .thumb-news {
    position: relative;
}
.related-post-wrapper .related-posts .thumb-news img {
	width: 100%;
	max-width: 100%;
	height: 145px;
}
.related-post-wrapper .related-posts .thumb-news .date {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #cd2027;
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
}
.related-post-wrapper .related-posts h3 {
	padding: 12px 0;
    margin: 0;
    text-align: left;
	color: #171051;
    font-size: 16px;
	font-weight: bold;
	height: 53px;
	overflow: hidden;
}
.related-post-wrapper .related-posts .expert {
	line-height: normal;
	color: #000;
}
.single-post article.post.hentry h1.entry-title {
	line-height: normal !important;
}
.heateor_sss_sharing_container {
	margin: 20px 0;
}
.tuyensinh-wrapper .tg-column-wrapper {
	margin-left: 0 !important;
}
.tuyensinh-wrapper > h2 a,
.home-news-wrapper > h2 a,
.lien-ket-noi-bo > h2 a,
.sukien-wrapper > h2 a,
.guongmat-hic-wrapper > h2 a,
.doi-tac-hic-wrapper h2,
.lien-ket-noi-bo .lien-ket h2 {
	color: #1667b1;
}
.middle-section-wrapper h3.widget-title .block-title a {
	color: #fff;
}
#colornews_featured_post_style_three_widget-17 .following-post img {
	max-height: 72px;
	height: 72px;
}
.tag .below-entry-meta {
	display: none;
}
@media (max-width: 767px) { 
	.top-footer-content-wrapper .logo-footer,
	.top-footer-content-wrapper .address,
	.top-footer-content-wrapper .follow,
	.top-footer-content-wrapper .map {
		width: 100%;
		max-width: 100%;
	}
	.home-news-wrapper .news-wrapper,
	.home-news-wrapper .news-banner {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.home-news-wrapper .news-wrapper .latest-post .thumb-news img {
		height: 100%;
		max-height: 100%;
	}
	.home-news-wrapper .news-wrapper .related-latest-post .thumb-news img,
	.tuyensinh-wrapper .slick-slide .thumb-news img,
	.middle-section-wrapper .tg-column-2 .widget .following-post img,
	.sukien-wrapper .slick-slide .thumb-news img, 
	.guongmat-hic-wrapper .slick-slide .thumb-news img {
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
	}
	.lien-ket-noi-bo .lien-ket,
	.lien-ket-noi-bo .lien-ket-img {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0;
	}
	.sukien-wrapper h2:before,
	.home-news-wrapper > h2:before,
	.tuyensinh-wrapper h2:before,
	.lien-ket-noi-bo .lien-ket h2:before,
	.guongmat-hic-wrapper h2:before,
	.doi-tac-hic-wrapper h2:before {
		display: none;
	}
	.top-footer-content-wrapper .logo-footer {
		padding: 20px 0;
	}
	.related-post-wrapper .related-posts ul li {
		width: 100%;
		max-width: 100%;
		float: left;
		padding-right: 0px;
	}
	.related-post-wrapper .related-posts .thumb-news img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.following-post figure {
		max-height: 100% !important;
	}
	#colornews_featured_post_style_three_widget-17 .following-post img {
		width: 100%;
		height: 100%;
		max-width: 100%;
		max-height: 100%;
	}
}
.page-id-6417 #sticky-wrapper {
	display: none;
}
.header-advertise ul.list-top {
    float: right;
    list-style: none;
    display: table;
    padding: 0;
}
.header-advertise ul.list-top li {
    display: table-cell;
    height: 35px;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 1;
}
/* sub-menu */
#menu-item-2413 .sub-menu .sub-menu,
#menu-item-10144 .sub-menu .sub-menu,
#menu-item-13247 .sub-menu,
#menu-item-13323 .sub-menu {
	height: 350px;
	overflow-y: scroll;
}
#menu-item-44 .sub-menu {
    max-height: 250px !important;
    overflow-y: scroll;
}
#menu-item-10144 .sub-menu {
	height: 200px;
	overflow-y: scroll;
}
.lien-ket-noi-bo {
	display: flex;
}
.lien-ket-noi-bo .banner {
	-webkit-flex: 0 0 calc((100% - 50px)/3);
    -ms-flex: 0 0 calc((100% - 50px)/3);
    flex: 0 0 calc((100% - 50px)/3);
    max-width: calc((100% - 50px)/3);
    margin-right: 10px;
}
.lien-ket-noi-bo .banner:last-child img {
	padding-bottom: 10px;
}
.post-192 {
	background: #c00d00 !important;
	color: #fff;
	padding: 20px;
}
.post-192 h1.entry-title {
	color: #fff !important;
	text-align: center;
	font-size: 20px;
}
.form6 {
	background: #c00d00 !important;
	color: #fff;
	padding: 20px;
}
.banner-xet-tuyen {
	border-left: none;
    float: left;
    margin-left: 15px;
    padding: 20px 0 0 15px;
    text-align: center;
}
/* #menu-item-24 .sub-menu,  */
#menu-item-44 .sub-menu {
    height: 350px;
    overflow-y: scroll;
}

