/*!
Theme Name: openapk child
Theme URI: https://open-apk.com/
Author: Nguyen Son Tau
Author URI: https://open-apk.com/
Template: openapk
Description: openapk child
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: openapk-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

openapk is based on Underscores https://open-apk.com/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


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

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


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


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
	line-height: 2.4rem;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 1.5rem;
	line-height: 1.63;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto';
	font-size: 1.6rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	font-family: 'Roboto';
	line-height: 2.4rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 1.5rem;
}

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

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

big {
	font-size: 125%;
}

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

img {
  aspect-ratio: attr(width) / attr(height);
}

figure {
	margin: 1em 0;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #4169e1;
}

a:visited {
	color: var(--primary-color);
}

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

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float: right;
	color: #fff;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color: #fff;
	border: 1px solid var(--primary-color);
	box-sizing: border-box;
}

.main-navigation ul ul li a{
	color: var(--primary-color);
	width: 200px;
}

.main-navigation ul ul li a:hover{
	background-color: var(--primary-color);
	color: #fff;
}

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

.main-navigation ul ul li:hover{
	border: 1px solid #fff;
}

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

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


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

.main-navigation a {
	display: block;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    font-family: 'Roboto';
    padding: 29px 15px;
}

.main-navigation a:hover{
	background-color: #00a1ff;
	color: #dedede;
}


/* Small menu. */


@media screen and (min-width: 37.5em) {

	
}

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5rem;
    padding: 8px 15px;
    background: #f9f9f9;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
}

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

.widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.widget ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget ul li a{
	text-decoration: none;
	color: #444;
	display: flex;
    align-items: center;
	font-size: 2rem;
	font-family: 'Roboto';
}

.widget ul li a i{
	margin-right: 10px;
}

.widget-title{
	margin-top: 0;
    font-size: 2.2rem;
    font-weight: 600;
    font-family: 'Roboto';
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*------------------------------ADD CSS----------------------------------------*/
:root{
	--primary-color: #2f4468;
}

*{
	box-sizing: inherit;
}

html{
	font-size: 62.5%; 
	line-height: 1.6rem;
	font-family: 'Roboto';
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

body{
	background-color: #eee;
	color: #3a3a3a;
	margin: 0;
	width: 100%;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: none;
    line-height: 1.63rem;
}

.grid{
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
}

.grid__full-width{
	width: 100%;
}

.grid__row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

/*
	grid
		row
			column

	One column: 100 / 12 = 8.333%;
	Two column: 8.333 * 2: 16.667%;
	Three column: 8.333 * 3: 25%;
	Four column: 8.333 * 4: 33.333%;
	Five column: 8.333 *5: 41.667%;
	Six column: 8.333 * 6: 50%;
	Seven column: 8.333 * 7: 58.333%;
	Eight column: 8.333 * 8: 66.667%;
	Night column: 8.333 * 9: 75%;
	Ten column: 8.333 * 83.333%;
	Eleven column: 8.333 * 11: 91.667%;
	Twelve column: 8.333 * 12: 100%;
 */

.grid__column-2{
	padding-left: 5px;
	padding-right: 5px;
	width: 16.667%;
}

.grid__column-2-4{
	padding-left: 5px;
	padding-right: 5px;
	width: 20%;
}

.grid__column-3{
	padding-left: 5px;
	padding-right: 5px;
	width: 25%;
}

.grid__column-4{
	padding-left: 5px;
	padding-right: 5px;
	width: 33.333%;
}

.grid__column-5{
	padding-left: 5px;
	padding-right: 5px;
	width: 41.667%;
}

.grid__column-6{
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
}

.grid__column-8{
	padding-left: 5px;
	padding-right: 5px;
	width: 66.667%;
}

.grid__column-9{
	padding-left: 5px;
	padding-right: 5px;
	width: 75%;
}

.grid__column-10{
	padding-left: 5px;
	padding-right: 5px;
	width: 83.334%;
}

.grid__column-12{
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}

/*Header*/

#masthead{
	background-color: var(--primary-color);
	color: #fff;
	height: 75px;
    margin-bottom: 15px;
	/*background-image: linear-gradient(0,#53aef7,#21e0f3);*/
}

.site-header-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*site-branding*/

.site-branding{
	max-width: 400px;
	width: 400px;
	height: 75px;
    display: flex;
    align-items: center;
}

.site-title a{
	color: #fff;
	text-decoration: none;
}

.site-description{
	display: none;
}


/*Content*/
#content {
    height: auto!important;
}

.site-content-layout-row{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*primary*/

.content-area{
	margin-top: 15px;
	padding-right: 30px;
}

.site-main{
	padding: 0;
}

/*display recents by category*/

.recentpost__category {
	display: block;
	margin-bottom: 20px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

/*recents category header*/

.recentpost__category-header {
    display: block;
}

.recentpost__category-header__tit {
	margin: 0 5px;
    border-top: 2px solid var(--primary-color);
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    color: #232323;
    font-size: 2.2rem;
    background-color: #fff;
    z-index: 1;
    border-bottom: 1px solid #0000001a;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.recentpost__category-header__tit.tit-header {
    font-weight: 400;
}


.recentpost__category-header__tit a{
	    text-decoration: none;
    color: #232323;
    font-family: 'Roboto';
    font-weight: 400;
}

.recentpost__category-header__tit a:hover{
	color: var(--primary-color);
}

/* recent category columns*/

.recentpost__category-main{
	margin: 0;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	background-color: #f9f9f9;
	list-style: none;
}


.grid__column-2-4.recentpost__category-columns{
	width: 20%;
	padding: 0 10px;
    margin: 5px 0 10px;
}

.recentpost__category-columns-item {
    padding: 7px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    background-color: #fff;
}

.recentpost__category-columns__link{
	text-decoration: none;
}

.recentpost__category-columns__img {
    text-align: center;
    width: 100%;
    height: auto;
}

.recentpost__category-columns__img img {
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.recentpost__category-columns__tit {
    text-align: center;
    text-decoration: none;
}

header.recentpost__category-columns__tit.recentpost__category-columns__tit-mobile .entry-meta .posted-on {
    display: none;
}

.recentpost__category-columns__tit.tit-releases {
    padding-bottom: 2px;
}

.recentpost__category-columns__tit .entry-title{
	font-size: 1.4rem;
    font-weight: 400;
    color: #232323;
    width: 100%;
    white-space: nowrap;
    font-size: 1.3rem;
    overflow: hidden;
    font-family: 'Roboto';
    text-overflow: ellipsis;
    margin-bottom: 5px;
    /*line-height: 1.8rem;
    margin: 0;
    height: 3.6rem;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    font-family: 'roboto';*/
}

.recentpost__category-columns__tit .entry-title:hover{
	color: #6b87b7;
	transition: all .2s ease-in-out;
}

.recentpost__category-columns__tit .entry-title a{
	text-decoration: none;
	color: #232323;
}

.recentpost__category-columns__tit .entry-title a svg {
    display: none;
}

.recentpost__category-columns__tit .entry-title a:hover{
	color: #6b87b7;
	transition: all .2s ease-in-out;
}

.cat {
    text-align: center;
    padding: 3px 0 10px;
	display: none;
}

/*recent category view more*/

.recentpost__category-more {
	border-top: 1px solid rgba(0,0,0,.05);
	margin: 0;
}

.recentpost__category-more-link {
    display: flex;
    justify-content: center;
    padding: 15px 0;
    background: #f3f3f3;
    border-top: 1px solid rgba(0,0,0,.05);
}

a.recentpost__category-more-link-btn {
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    padding: 10px 28px;
    background-color: var(--primary-color);
    border-radius: 4px;
    font-family: 'Roboto';
}

a.recentpost__category-more-link-btn:hover{
	background-color: #3c557f;
}

.page-header__col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    margin: 0px 5px;
    background: #fff;
    border-top: 2px solid var(--primary-color);
    border-bottom: 1px solid #0000001a;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    flex-wrap: wrap;
}

/*Sort*/
.page-header__sort {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-right: 1px solid var(--primary-color);
}

.page-header__sort-tit {
    margin-right: 5px;
    color: #666;
    font-size: 1.4rem;
    font-family: 'Roboto';
}

.page-header__sort-items {
    border: 1px solid var(--primary-color);
    border-right: none;
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    cursor:pointer;
}

.page-header__sort-items-hidden {
    display: none;
}

.page-header__sort-items:hover{
	background-color: var(--primary-color);
}

.page-header__sort-items.mystyle{
	background-color: var(--primary-color);
}

.page-header__sort-items.mystyle a{
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Roboto'
}

.page-header__sort-items a:hover{
	color: #fff;
	font-size: 1.4rem;
	font-family: 'Roboto'
}

.page-header__sort-link {
    color: #666;
    font-size: 1.4rem;
    font-family: 'Roboto';
    text-decoration: none;
    padding: 0 13px;
}

.page-header__sort-items.mystyle a:hover{
	color: #fff!important;
	font-size: 1.4rem;
	font-family: 'Roboto'
}

#menu li {
    margin:10px;
    display:block;
}
#menu li a {
    padding:5px;
    color:black;
}

#demo {
	display: none;
}


/*secondary*/

#secondary{
	margin: 15px 0;
}

/*sidebar-category*/

.sidebar-category {
    margin: 0 0 20px;
    padding: 8px 15px;
    list-style: none;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
}

li.sidebar-category_item {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

li.sidebar-category_item:last-child{
	border-bottom: none;
}

.sidebar-category_item-link {
    color: #444;
    display: flex;
    align-items: center;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Roboto';
}

.sidebar-category_item-link i {
    margin-right: 10px;
    min-width: 25px;
}

.sidebar-category_item-link svg {
    margin-right: 10px;
    min-width: 25px;
	width: 25px;
}

/*.sidebar-popular*/

.sidebar-popular {
    background: #f9f9f9;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
}

.sidebar-popular__header{
	border-bottom: 1px solid #ccc;
	background-color: #f9f9f9;
	margin-top: 15px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
}

.sidebar-popular__header h6{
	margin: 8px 0 15px;
	color: #888;
	font-size: 1.4rem;
	font-family: 'Roboto';
	text-align: center;
}

.sidebar-popular__list-app {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 10px;
}
.sidebar-popular__list-app-items{
    margin: 5px 0;
}

.sidebar-popular__list-app-items span {
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 2px;
    display: block;
    text-align: center;
    background-color: #fff;
}

.sidebar-popular__list-app-items-link {
    text-decoration: none;
    color: var(--primary-color);
}

.sidebar-popular__list-app-items-link__img img {
    width: 50px;
    min-width: 50px;
    height: auto;
    margin: auto auto 5px;
    display: block;
}

.sidebar-popular__list-app-items-link__tit {
    white-space: nowrap;
    font-size: 1.3rem;
    overflow: hidden;
    font-family: 'Roboto';
    /*text-overflow: ellipsis;*/
}



/*Footer*/
footer#colophon {
    text-align: center;
    color: #fff;
    padding: 20px 0 0;
    background-color: #373941;
}

.site-footer__container-columns {
    padding: 15px 10px 30px;
}

.site-footer__container-columns-layout {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    background: rgba(0,0,0,.2);
    padding-bottom: 15px;
}

.site-footer__main-header {
    font-size: 1.7rem;
    line-height: 2.2;
    border-bottom: 1px solid rgba(0,0,0,.2);
    background: rgba(0,0,0,.15);
    margin: 0 0 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: 'Roboto';
}

.site-footer__main-list {
    margin: 0;
    padding: 0 20px 20px;
    list-style: none;
}

.site-footer__main-list-cate{
	text-align: left;
}

.site-footer__main-item {
    margin-bottom: 20px;
}

li.site-footer__main-item:last-child {
    margin-bottom: 0;
}

a.site-footer__main-link {
    display: flex;
    color: #f9f9f9;
    font-size: 1.4rem;
    text-decoration: none;
    align-items: center;
    font-family: 'Roboto';
}

.site-footer__main-link:hover{
	color: var(--primary-color);
	font-family: 'Roboto';
}

.site-footer__main-link__img {
    text-align: center;
    margin-right: 20px;
}

.site-footer__main-link__img img {
    width: 55px;
    height: 55px;
    min-width: 55px;
    margin: auto;
    display: block;
}

.site-footer__main-link__tit {
    text-align: left;
    font-family: 'Roboto';
}

.site-footer__info {
    background: rgba(0,0,0,.35);
}

.site-footer__info-layou-copyright.grid__row {
    display: flex;
    justify-content: center;
}

a.site-footer__info-name{
    padding: 5px 0 20px;
    text-decoration: none;
    color: rgba(249,249,249,0.7);
}

.site-footer__info-layou-copyright-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-footer__info-layou-copyright-item {
    margin: 10px 0px;
    border-right: 1px solid #ccc;
}

a.site-footer__info-layou-copyright-link {
    padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	font-family:'Roboto';
}

/*Categorys*/

.page-title {
    margin: 0;
    /* border-top: 2px solid var(--primary-color); */
    /* padding: 12px 0; */
    /* text-align: center; */
    text-transform: uppercase;
    color: #232323;
    font-size: 2.2rem;
    /* background-color: #fff; */
    z-index: 1;
    /* border-bottom: 1px solid #0000001a; */
    /* box-shadow: 0 1px 3px 0 rgba(0,0,0,.1); */
}

/*Pagination*/

.navigation{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}

.navigation ul{
	margin: 0;
	padding: 0;
}
 
.navigation li {
    display: inline;
    margin: 0 5px;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    /*background-color: var(--primary-color);*/
    border-radius: 3px;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    padding: 12px;
    padding: .75rem 1.1rem;
    color: var(--primary-color);
    font-family: 'Roboto';
}
 
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    font-family: 'Roboto';
    color: #fff;
}

/*Search Form*/

.sidebar-search {
    margin: 0 0 1.5rem;
    padding: 8px 15px;
    background: #f9f9f9;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.3);
}

.sidebar-search__box {
    background: var(--primary-color);
    padding: 2px;
    display: flex;
}

input.sidebar-search__box-input{
	width: 80%;
	border-radius: 0;
	border: none;
	padding: 0 10px;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-size: 1.3rem;
}

button.sidebar-search__box-btn {
    width: 20%;
    border-radius: 0;
    border: none;
    background: #2f4468;
    color: #fff;
    font-size: 1.6rem;
}

/*Search layout*/

.page-title.page-title.__search {
    margin: 0 5px;
    border-top: 2px solid var(--primary-color); 
    padding: 12px 0; 
    text-align: center; 
    text-transform: uppercase;
    color: #232323;
    font-size: 2.2rem;
    font-weight: 400;
    font-family: 'Roboto';
    background-color: #fff; 
    z-index: 1;
    border-bottom: 1px solid #0000001a; 
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1); 
}

/* kk-star-ratings*/

.kk-star-ratings {
    display: flex;
    flex-wrap: wrap;
}

.kk{
	pointer-events: none;
	text-align: center;
}

.kk-star-ratings .kksr-legend {
    margin: 5px 0 0;
    opacity: .8;
    line-height: 1;
    font-size: 1.3rem!important;
    display: none;
}

.ratings-layout .kk-star-ratings{
	float: right;
}

.ratings-layout .kk-star-ratings .kksr-legend{
	display: block;
}

.ratings-layout .kk-star-ratings .kksr-icon{
	width: 20px!important;
	height: 20px!important;;
}

.kk-star-ratings .kksr-stars .kksr-stars-active {
    width: 100%!important;
}

/*strong.kksr-score {
    display: none;
}

.kk-star-ratings .kksr-muted{
	display: none;
}*/

/*NOTHING FOUND*/

.page-content__layout{
	margin-top: 0;
}

.page-content__none {
    padding: 20px 25px 20px;
    margin: 0 5px;
}

.page-title.page-header__title {
    margin: 0 5px;
    border-top: 2px solid var(--primary-color);
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    color: #232323;
    font-size: 2.2rem;
    font-weight: 400;
    font-family: 'Roboto';
    background-color: #fff;
    z-index: 1;
    border-bottom: 1px solid #0000001a;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.page-content__none-search {
    width: 100%;
}

input.page-content__none-search-input{
	width: 90%;
    border-radius: 0;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-size: 1.3rem;
}

.page-content__none-search-btn{
	width: 10%;
    border-radius: 0;
    border: none;
    background: #2f4468;
    color: #fff;
    font-size: 1.6rem;
}

/*Single*/

.site-main__single-article{
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	padding: 10px 21px 23px;
	margin-bottom: 15px;
}

.site-main__single-header{
    display: flex;
    align-items: center;
}


.site-main__single-header-right{
	padding-left: 10px;
}

.site-main__single-header-right-bottom {
    display: flex;
    margin-top: 10px;
}

.entry-header__single h1{
    margin: 0 0 2px;
    color: #333;
    line-height: 3.2rem;
    font-size: 3rem;
    font-weight: 500;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif ;
}

.cate-single {
    display: flex;
    align-items: center;
}

.name-category{
	font-size: 1.8rem;
	font-family: 'Roboto';
}

.cate-single .entry-meta {
    margin-left: 15px;
	font-size: 1.8rem;
    font-family: 'Roboto';
}

.posted-on a{
	text-decoration: none;
}

.social-list {
    margin: 0;
    padding: 0 0 0 5px;
    list-style: none;
    display: flex;
}

.social-list__items {
    margin: 0 2px;
    border-radius: 2px;
    cursor: pointer;
    width: 30px;
    text-align: center;
    padding: 3px 0;
    transition: all .2s ease-in-out;
}

.social-list__items:hover{
	background-color: rgba(0,0,0,.1);
}

.social-list__items:first-child {
	margin-left: 0;
}

.social-list__items-facebook{
    background-color: rgb(59, 89, 152);
}

.social-list__items-twitter{
	background-color: rgb(29, 161, 242);
}

.social-list__items-pinterest{
	background-color: rgb(77, 194, 71);
}

.social-list__items-reddit{
	background-color: rgb(255, 101, 80);
}

a.social-list__items-link {
    color: #fff;
}

a.social-list__items-link i {
    font-size: 1.8rem;
}

a.social-list__items-link svg{
	width: 18px;
	height: 18px;
}


/*Tag*/

.tag {
    /*border-top: 1px solid #e8e8e8;*/
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin: 0;
	display: flex;
    align-items: center;
}

.tag__header{
    font-size: 1.6rem;
    font-family: 'Roboto';
    font-weight: 600;
    line-height: 2.4rem;
    color: #666;
    margin: 15px 10px 15px 0;
}

.tag__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.tag__list-item {
    margin: 5px 5px;
}

.tag__list-item:first-child {
	margin-left: 0;
}

.tag__list-item a {
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--primary-color);
    padding: 4px 10px;
    line-height: 20px;
    font-size: 1.6rem;
    color: var(--primary-color);
    font-family: 'Roboto';
    font-weight: 400;
}

.tag__list-item a:hover{
	color: #fff;
	background: var(--primary-color);
}

/*Comments*/

.site-main__single-comments{
	background-color: #f9f9f9;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	/*padding: 23px 21px;*/
	margin-bottom: 15px;
}

.site-main__single-header{
	background-color: #fff;
	margin: 0;
	padding: 7px 0;
	font-family: 'Roboto';
	font-size: 2.2rem;
	color: #232323;
	line-height: 1.14;
	display: flex;
    justify-content: center;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.comment-list {
    margin: 0;
    padding: 23px 21px;
}

.comment-list li{
	background-color: #fff;
	margin-bottom: 23px;
	padding: 20px;
}

.comment-list li:last-child{
	margin-bottom: 0;
}

.comment-author.vcard img {
    display: none;
}

.comment-author.vcard b{
	color: #444;
	font-size: 1.6rem;
	line-height: 2.4rem;
	font-family: 'Roboto';
}

.comment-author.vcard .says{
	display: none;
}

.comment-metadata a{
	text-decoration: none;
	color: #9b9b9b;
	font-size: 1.4rem;
	font-family: 'Roboto';
}

.comment-content{
	font-size: 1.4rem;
	color: #444;
	font-family: 'Roboto';
}

.reply .comment-reply-link {
	font-size: 1.2rem;
	font-family: 'Roboto';
	color: var(--primary-color);
	text-decoration: none;
	line-height: 1.8rem;
	border-radius: 2px;
	border: 1px solid var(--primary-color);
	padding: 2px 10px;
    transition: all .1s ease-in-out;
}

.reply .comment-reply-link:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.comment-respond{
	background-color: #f9f9f9;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	/*padding: 23px 21px;*/
	margin-bottom: 15px;
}

.comment-reply-title{
	background-color: #fff;
	margin: 0;
	padding: 7px 0;
	font-family: 'Roboto';
	font-size: 2.2rem;
	color: #232323;
	line-height: 1.14;
	display: flex;
    justify-content: center;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	position: relative;
}

.comment-reply-title #cancel-comment-reply-link {
    text-align: right;
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 700;
    border-left: 1px solid #ddd;
    position: absolute;
    top: auto;
    line-height: 1.14;
    font-size: 2.2rem;
    right: 0;
    padding-left: 5px;
    margin-right: 5px;
}

.comment-body{
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.comment-form{
	padding: 10px 21px;
}

.logged-in-as a{
	text-decoration: none;
}

.comment-form-comment{
	margin-bottom: 5px;
}

.comment-form-comment #comment{
	margin-top: 5px;
	height: 145px;
}

.comment-form__bottom {
    display: flex;
}

.comment-form-author{
	width: 33.333%;
	margin-right: 30px;
}

.comment-form-author input{
	margin-top: 5px;
}

.comment-form-email{
	width: 33.333%;
}

.comment-form-email input{
	margin-top: 5px;
}

.comment-form-cookies-consent {
    margin-top: 2px;
}

.form-submit .submit {
	border-radius: 3px;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding: 5px 10px;
    text-decoration: none
}

.form-submit .submit:hover{
	border: 1px solid #374c71;
	background-color: #374c71;
}

/*Read more*/

#app_info {
    /*position: relative;*/
    margin-bottom: 35px;
}

.more-block{
	transition: height 2s;
    -moz-transition: height 2s;
    -webkit-transition: height 2s;
    -o-transition: height 2s;
}

a.adjust {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 100%;
    font-size: 1.5rem;
    font-family: "Roboto";
    border-bottom: 1px solid #ccc;
    padding: 7px 0 7px 0;
    font-weight: bold;
    color: #3a77e0;
}

a.adjust:hover{
	text-decoration: none;
	color: #222;
	font-family: "Roboto";
}

/*Content*/

.entry-content{
	font-size: 1.8rem;
    font-family: 'Roboto';
    color: #444;
}

.entry-content h2{
	font-size: 2.2rem;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 2.4rem;
}

.entry-content li {
    line-height: 2.4rem;
}

.entry-content a {
    text-decoration: none;
}

.download-layout{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
	/*position: absolute;
	top: calc(100% + 20px);
	left: 0;
	right: 0;*/
	z-index: 1;
}

.download-layout__btn {
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.download-layout__btn.grid__column-5 {
    justify-content: center;
    background: red;
}

/* .download-layout__btn:hover{
	background: #f13c43;
} */

.download-layout__btn img {
	margin: 5px 0;
	width: 220px;
	max-width: 100%;
}

.download-layout__btn a {
	padding: 0 5px;
}

a.download-layout__btn-link {
    padding: 5px 0;
    color: #fff;
    font-size: 1.8rem;
    font-family: 'Roboto';
    line-height: 1.63;
}

a.download-layout__btn-link i{
	margin-right: 5px;
	font-size: 1.6rem;
	margin-top: -2px;
	position: relative;
    top: -2px;
}

h2.download-layout__heading {
    margin: 16px 0;
    font-size: 2.2rem;
    font-family: 'Roboto';
    font-weight: bold;
    line-height: 2.4rem;
}

.download-layout__tit-name {
    font-size: 1.8rem;
    font-family: 'Roboto';
    font-weight: 600;
    color: #666;
    line-height: 1.8rem;
    padding-bottom: 5px;
    display: block;
}

.download-layout__tit-detail {
    font-size: 1.4rem;
    font-family: 'Roboto';
    color: #666;
    padding-bottom: 5px;
    line-height: 1.8rem;
}

.download-layout__tit br {
    display: none;
}

/*Old version*/

.box-download {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.content-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.tit-download h2 {
    font-size: 1.6rem;
    color: #666;
    margin: 16px 0;
}

.mod strong {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Roboto';
    color: #666;
}


.download-btn a {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Roboto';
    padding: 7px 10px 5px;
    border-radius: 2px;
    background: var(--primary-color);
}

.download-btn a i {
    position: relative;
    top: -2px;
}

/*recentpost-by-category*/

.recentpost-by__category{
	border-bottom: 1px solid #ccc;
    margin: 15px 0;
}

.recentpost-by__category-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 15px;
    margin: 0 auto;
    width: 756px;
    max-width: 100%;
}

.recentpost-by__category-items {
    width: 126px;
    padding: 5px;
    text-align: center;
}

.recentpost-by__category-link {
    display: block;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 1.2rem;
    font-family: 'Roboto';
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}

.recentpost-by__category-link-tit {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Slide image */
/*stard Slide new*/
.container-slide { 
	margin: auto; 
	max-width: 750px; 
	text-align: center; 
}

.container-slide__img {
  	margin: 20px;
  	display: flex;
}

.container-slide__img img {
   	width: 25%;
   	height: auto;
   	border: 1px solid #ccc;
   	border-radius: 5px;
   	cursor: pointer;
   	-webkit-tap-highlight-color: transparent;
   	transition: .3s;
  	-webkit-transition: .3s;
  	-moz-transition: .3s;
}

.container-slide__img img:hover{
  	transform: scale(0.97);
 	-webkit-transform: scale(0.97);
 	-moz-transform: scale(0.97);
 	-o-transform: scale(0.97);
  	opacity: 0.75;
 	-webkit-opacity: 0.75;
 	-moz-opacity: 0.75;
  	transition: .3s;
 	-webkit-transition: .3s;
 	-moz-transition: .3s;
}

.lightbox .btn-close {
    position: absolute;
    height: auto;
    top: 0;
    right: 10px;
    color: #fff;
    border: none;
    background: #000;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox .btn-close:hover {
    background: rgba(228, 225, 225, 0.06);
}

.img-caption{
    position: absolute;
    bottom: 14px;
}

/*  */



/*end Slide new*/
.preview {
	width: 100%;
}

.row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	cursor: pointer;
}

.row > .col {
	padding: 0 8px;
}

.col {
float: left;
width: 25%;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding: 10px 62px 0px 62px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	padding: 0 0 0 0;
	width: 70%;
	height: 100%;
	max-width: 1200px;
	background-color: rgba(0, 0, 0, 0.8);
}

.slide {
	display: none;
}

.image-slide {
	/* width: 100%; */
	width: 322px;
	height: 573px;
}

.modal-preview {
	width: 100%;
}

.dots {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

img.preview, img.modal-preview {
	opacity: 0.6;
}

img.active,
.preview:hover,
.modal-preview:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
	/* width: 140px;*/
	height: 100%; 
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} 

.close {
	color: white;
	position: absolute;
	top: 50px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.previous,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.previous:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.download{
	text-align: center;
}

.download a {
    background: #ed1c24;
    padding: 7px 90px;
    font-size: 1.6rem;
    font-family: 'Roboto';
    font-weight: 700;
    color: #fff;
    border-radius: 2px;
    border-bottom: 4px solid #b90b12;
}

/*ADS google*/

.content-ads__ngang{
	
}

.ads-sitebar__vuong.grid__column-12 {
    height: 300px;
}

/* .adsbygoogle {
	display: none;
} */

.google-auto-placed {
    margin: 35px 0;
}

/*  Ads ngang ngan*/
.Ads-ngang__link {
    text-align: center;
    margin: 40px auto;
	width: 320px;
}

.Ads-ngang__btn {
    margin-bottom: 20px;
    width: 320px;
    margin: 20px auto;
    background-color: transparent;
}

.NR-Ads { 
	position: fixed; 
	bottom: 0px; 
	left: 0; 
	width: 100%; 
	min-height: 70px; 
	max-height: 90px; 
	padding: 5px 5px; 
	box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1); 
	-webkit-transition: all .1s ease-in; 
	transition: all .1s ease-in; display: flex; 
	align-items: center; 
	justify-content: center; 
	background-color: #fefefe; 
	z-index: 20; 
} 
 
.NR-Ads-close { 
	width: 30px; 
	height: 30px; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	border-radius: 12px 0 0; 
	position: absolute; 
	right: 0; top: -30px; 
	background-color: #fefefe; 
	box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08); } 
 
.NR-Ads .NR-Ads-close svg { 
	width: 22px; 
	height: 22px; 
	fill: #000; } 
 
.NR-Ads .NR-Ads-content { 
	overflow: hidden; 
	display: block; 
	position: relative; 
	height: 70px; 
	width: 100%; 
	margin-right: 10px; 
	margin-left: 10px; 
}


/* Contact Form */

/*Reponsive*/

/*1em = 16px*/

/* For Mobile <740 */
@media only screen and (max-width: 47.9375em){/**48em*/

	body{
		font-size: 1.0625em;
		font-family: 'Roboto';
	}
	/*Menu navbar*/

	#masthead{
		height: auto;
		margin-bottom: 0;
	}
	
	ul#primary-menu.menu.nav-menu {
		background: #fff;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
	}
	
	.main-navigation.toggled .menu-main-menu-container {
		z-index: 9999;
	}
	
	ul#primary-menu.menu.nav-menu li {
		width: 100%;
	}

	.menu-toggle, .main-navigation.toggled ul {
/* 	    display: none; */
		z-index: 9999!important;
	}
	
	button.menu-toggle {
		background: #20365a;
		border-radius: 0;
		border: none;
		color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		z-index: 999!important;
	}
	
	button.menu-toggle svg {
		width: 2.0em;
	}

	.site-header-layout {
		position: relative;
		display: block;
	}

	.site-branding {
	    max-width: 100%;
	    width: 100%;
	    height: auto;
        padding: 0.3125em 0;
	    justify-content: center;
		
	}

	.site-branding  img{
		width: 50%;
		height: auto;
	    margin: 0.625em auto;
    	display: block;
	}

	.menu-nav {
	    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 4.1em;
    position: absolute;
    top: 0;
		left: 0;
    /* text-align: center; */
    text-align: center;
    bottom: 0;
    z-index: 99!important;
		background: #20365a;
    
	}
	
	div#mobileSearchForm.active .header-search {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.btnMobSearch.hidden {
		display: none;
	}
	
	div#mobileSearchForm.active {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 4.1em;
		z-index: 9;
		/* height: 100%; */
	}
	
	.searchform-mobile {
		height: 100%;
	}
	
	#searchform.searchform-mobile {
		height: 100%;
	}

	.menu-nav i {
	    font-size: 20px;
	}

	.menu-nav svg {
	    width: 20px;
	}

	.main-navigation {
	    display: flex;
/* 	    background: #20365a; */
/*  		position: absolute; 
		top: 0;
		bottom: 0;
		z-index: 999!important; */
	}

	.main-navigation ul {
		/*display: none;*/
	}

	.header-search {
	    flex: 1;
		display: none;
	}

	.header-search__box {
	    background: #20365a;
	    /*padding: 0.25em 0;*/
	    display: flex;
	    align-items: center;
		height: 100%;
	}

	input.header-search__box-input {
	    width: 85%;
	    border-radius: 0;
	    border: none;
	    padding: 0.3125em .625em;
	    box-sizing: border-box;
	    font-family: 'Roboto';
	}

	button.header-search__box-btn {
	    width: 4.1em;
	    border-radius: 0;
	    border: none;
	    background: #20365a;
	    color: #fff;
	    font-size: 1em;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	button.header-search__box-btn i {
	    font-size: 18px;
	}

	button.header-search__box-btn svg {
	    width: 18px;
	}

	.main-navigation a{
		color: var(--primary-color);
	}

	.nav__overlay{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.3);
		display: none;
		animation: fadeIn linear 0.4s;
	}

	.nav__mobile{
		position: fixed;
		top: 45px;
		right: 0;
		bottom: 0;
/* 		left: 0; */
		width: 320px;
		max-width: 100%;
		background-color: #fff;
		z-index: 1;
	    transform: translateX(100%);
	    opacity: 0;
	    transition: transform linear 0.2s, opacity linear 0.2s;
	}
	
	label.nav__mobile-close {
		font-size: 35px;
		color: #000;
		/* text-align: right; */
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.nav__mobile ul{
		margin: 0.9375em;
		padding: 0;
	}

	.nav__input{
		display: none;
	}

	.nav__mobile ul li a{
		color: var(--primary-color);
		text-decoration: none;
		display: block;
		padding: 1.25em;
		font-size: 1.75em;
		font-family: 'Roboto';
	}

	.nav__input:checked ~ .nav__overlay{
		display: block;
	}

	.nav__input:checked ~ .nav__mobile{
		transform: translateX(0);
		opacity: 1;
		z-index:999;
	}

	.nav__mobile-close i {
	    color: #666;
	    font-size: 0.875em;
	    position: absolute;
	    right: 0.9375em;
	    top: 0.9375em;
	}
	
	.mobile-search-bar {
		display: block;
		/* width: 100%; */
		
	}
	
	.btnMobSearch {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 4.1em;
		position: absolute;
		top: 0;
		right: 0;
		/* text-align: center; */
		text-align: center;
		bottom: 0;
		z-index: 999!important;
		background: #20365a;
	}
	
	span.icon-search {
		min-width: 4.1em;
		padding: 10px;
		z-index: 99!important;
	}
	
	.mobile-search-bar:hover {
		background: red;
	}


	/*Content*/

	.site-content-layout-row {
	    flex-direction: column;
	}

	.content-area {
	    padding-right: 0;
	    width: 100%;
	    max-width: 100%;
	}
	
	.entry-content p {
		font-size: 1.8rem;
		font-family: 'Roboto';
		color: #444;
	}
	.entry-content ul li {
		font-size: 1.8rem;
		font-family: 'Roboto';
		color: #444;
	}

	/*Sidebar*/

	#secondary {	    
		width: 100%;
		max-width: 100%;
	    max-width: 100%;
	}

	.sidebar-popular__list-app-items-link__img img {
	    width: 4.375em;	
	}

	/*Sidebar search*/

	.sidebar-search {
	    display: none;
	}

	/*Footer*/

	footer#colophon {
	    padding: 0;
	}

	.site-footer__container-columns {
	    width: 100%;
	    max-width: 100%;
	    padding-bottom: 0.3125em;
	}

	/*Home page*/

	.recentpost__category-header__tit{
		padding: 5px 0;
	    font-size: 2.0rem;
	}

	.recentpost__category-main{
		display: none;
	}

	.grid__column-2-4.recentpost__category-columns {
    	width: 25%;
    	padding: 0 5px;
    	margin: 5px 0;	}
	
	.grid__column-2-4.recentpost__category-columns.recentpost__category-columns-mobile {
		width: 100%!important;
	}

	.recentpost__category-main--mobile{
    	margin: 0;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		background-color: #f9f9f9;
		list-style: none;
	}

	.recentpost__category-columns-item {
	    padding: 0.4375em 0.9375em 0;
	}
	
	.recentpost__category-columns-item-mobile {
		display: flex;
    	align-items: center;
		padding: 0.4375em 0.9375em;
	}

	.recentpost__category-columns__tit .entry-title{
		margin: 2px;
	}

	.cat {
	    padding: 0 0 2px;
	    margin-top: -5px;
	    font-size: 0.8125em;
	}

	/*Category*/

	.page-header__col {
	    flex-direction: column;
	    align-items: flex-start;
	}

	span.page-header__tit {
	    margin-bottom: 0.625em;
	}
	
	.recentpost__category-columns__img.recentpost__category-columns__img-mobile {
		width: 65px;
		min-width: 65px;
		height: auto;
		text-align: center;
	}
	
	.entry-header.recentpost__category-columns__tit.recentpost__category-columns__tit-mobile {
		padding-left: 2px;
		text-align: left;
		width: 100%;
	}
	
	.recentpost__category-columns__tit-mobile .entry-title a {
		text-decoration: none;
		color: #232323;
		font-size: 2rem;
		line-height: 2.2rem;
		word-wrap: break-word;
		white-space: initial;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.recentpost__category-columns__tit-mobile .entry-title a svg {
		width: 20px;
		min-width: 20px;
		margin-left: 10px;
		color: #2f4468;
		display: block;
	}
	
	.entry-header.recentpost__category-columns__tit.recentpost__category-columns__tit-mobile .entry-meta .posted-on {
		font-size: 1.5rem;
		padding-left: 2px;
		line-height: 1.7rem;
		display: block;
	}
	
	.recentpost__category-columns-icon {
		width: 20px;
	}

	/*Single*/
	.site-main__single-header-left{
		width: 33.333%;
	}

	.site-main__single-header {
	    display: flex;
	    align-items: normal;
	}

	.site-main__single-header-right {	    
		width: 66.667%;
	}

	.social-list {
	    width: 100%;
	}

	/* KK rating*/

	.ratings-layout {
	    width: 100%;
	}

	.ratings-layout .kk-star-ratings {
	     float: none;
	}

	.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
	    height: 8px!important;
	    width: 8px!important;
	}

	.recentpost-by__category-items {
	    width: 33.333%;	
	}

	.comment-form__bottom {
	    display: flex;
	    flex-direction: column;
	}

	.modal-content{
		width: 100%;
		background-color: transparent;
	}

	.image-slide {
	    width: 100%;
	    height: 100vh;
	}

	.more-block {
	    /*height: 260px!important;*/
	}

	.download-layout__btn{
/* 		width: 50%; */
	}

	.entry-content ul {
	    margin: 0;
	}
	
	.content-ads__ngang {
/* 		display: none!important; */
		margin-top: 15px;
	}
/* 	.ads-sitebar__vuong.grid__column-12 {
		display: none;
	} */
	
	.container-slide__img {
		margin: 20px;
		display: block;
	}
	
	.container-slide__img img {
		width: 90%;
		margin-bottom: 10px;
	}
	
	#NR-Ads {
		display: none;
	}
}

/* For Tablet >= 740 and <=1024 */
@media only screen and (min-width: 48em) and (max-width: 63.9375em){
	
	body{
		font-size: 1.0625em;
		font-family: 'Roboto';
	}
	#masthead{
		height: auto;
		margin-bottom: 0;
	}
	
	ul#primary-menu.menu.nav-menu {
		background: #fff;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
		position: relative;
	}
	
	.main-navigation.toggled .menu-main-menu-container {
		z-index: 9999;
	}
	
	ul#primary-menu.menu.nav-menu li {
		width: 100%;
	}

	.menu-toggle, .main-navigation.toggled ul {
/* 	    display: none; */
		z-index: 9999!important;
	}
	
	button.menu-toggle {
		background: #20365a;
		border-radius: 0;
		border: none;
		color: #fff;
		position: absolute; 
		top: 0;
		bottom: 0;
		display: block;
		z-index: 999!important;
	}
	
	button.menu-toggle svg {
		width: 2.0em;
	}

	.site-header-layout {
		position: relative;
		display: block;
	}

	.site-branding {
	    max-width: 100%;
	    width: 100%;
	    height: auto;
        padding: 0.3125em 0;
	    justify-content: center;
		
	}

	.site-branding  img{
		width: 50%;
		height: auto;
	    margin: 0.625em auto;
    	display: block;
	}

	.menu-nav {
	    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 4.1em;
    position: absolute;
    top: 0;
		left: 0;
    /* text-align: center; */
    text-align: center;
    bottom: 0;
    z-index: 99!important;
		background: #20365a;
    
	}
	
	div#mobileSearchForm.active .header-search {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.btnMobSearch.hidden {
		display: none;
	}
	
	div#mobileSearchForm.active {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 4.1em;
		z-index: 9;
		/* height: 100%; */
	}
	
	.searchform-mobile {
		height: 100%;
	}
	
	#searchform.searchform-mobile {
		height: 100%;
	}

	.menu-nav i {
	    font-size: 20px;
	}

	.menu-nav svg {
	    width: 20px;
	}

	.main-navigation {
	    display: flex;
/* 	    background: #20365a; */
/*  		position: absolute; 
		top: 0;
		bottom: 0;
		z-index: 999!important; */
	}

	.main-navigation ul {
		/*display: none;*/
	}

	.header-search {
	    flex: 1;
		display: none;
	}

	.header-search__box {
	    background: #20365a;
	    /*padding: 0.25em 0;*/
	    display: flex;
	    align-items: center;
		height: 100%;
	}

	input.header-search__box-input {
	    width: 92%;
	    border-radius: 0;
	    border: none;
	    padding: 0.3125em .625em;
	    box-sizing: border-box;
	    font-family: 'Roboto';
	}

	button.header-search__box-btn {
	    width: 4.1em;
	    border-radius: 0;
	    border: none;
	    background: #20365a;
	    color: #fff;
	    font-size: 1em;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	button.header-search__box-btn i {
	    font-size: 18px;
	}

	button.header-search__box-btn svg {
	    width: 18px;
	}

	.main-navigation a{
		color: var(--primary-color);
	}

	.nav__overlay{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.3);
		display: none;
		animation: fadeIn linear 0.4s;
	}

	.nav__mobile{
		position: fixed;
		top: 45px;
		right: 0;
		bottom: 0;
/* 		left: 0; */
		width: 320px;
		max-width: 100%;
		background-color: #fff;
		z-index: 1;
	    transform: translateX(100%);
	    opacity: 0;
	    transition: transform linear 0.2s, opacity linear 0.2s;
	}
	
	label.nav__mobile-close {
		font-size: 35px;
		color: #000;
		/* text-align: right; */
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.nav__mobile ul{
		margin: 0.9375em;
		padding: 0;
	}

	.nav__input{
		display: none;
	}

	.nav__mobile ul li a{
		color: var(--primary-color);
		text-decoration: none;
		display: block;
		padding: 1.25em;
		font-size: 1.75em;
		font-family: 'Roboto';
	}

	.nav__input:checked ~ .nav__overlay{
		display: block;
	}

	.nav__input:checked ~ .nav__mobile{
		transform: translateX(0);
		opacity: 1;
		z-index:999;
	}

	.nav__mobile-close i {
	    color: #666;
	    font-size: 0.875em;
	    position: absolute;
	    right: 0.9375em;
	    top: 0.9375em;
	}
	
	.mobile-search-bar {
		display: block;
		/* width: 100%; */
		
	}
	
	.btnMobSearch {
		display: flex;
		justify-content: center;
		align-items: center;
		min-width: 5.1em;
		position: absolute;
		top: 0;
		right: 0;
		/* text-align: center; */
		text-align: center;
		bottom: 0;
		z-index: 999!important;
		background: #20365a;
	}
	
	span.icon-search {
		min-width: 4.1em;
		padding: 10px;
		z-index: 99!important;
	}
	
	.mobile-search-bar:hover {
		background: red;
	}
	.content-area {
	    padding-right: 0;
	    width: 100%;
	    max-width: 100%;
	}

	/*Sidebar*/

	#secondary {	    
		width: 100%;
		max-width: 100%;
	    max-width: 100%;
	}

	li.sidebar-popular__list-app-items.grid__column-4 {
	    width: 16.667%;
	}

	.sidebar-popular__list-app-items-link__img img {
	    width: 6.25em;	
	}

	/*Sidebar search*/

	.sidebar-search {
	    display: none;
	}

	/*Footer*/

	footer#colophon {
	    padding: 0;
	}

	.site-footer__container-columns {
	    width: 100%;
	    max-width: 100%;
	    padding-bottom: 0.3125em;
	}

	/*Home page*/

	.recentpost__category-header__tit{
		padding: 5px 0;
	    font-size: 2.0rem;
	}

	.grid__column-2-4.recentpost__category-columns {
    	width: 25%;
	}

	.recentpost__category-main--mobile{
		margin: 0;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		background-color: #f9f9f9;
		list-style: none;
	}

	.recentpost__category-columns-item {
	    padding: 0.4375em 0.9375em 0;
	}

	/*Category*/

	.page-header__col {
	    flex-direction: column;
	    align-items: flex-start;
	}

	span.page-header__tit {
	    margin-bottom: 0.625em;
	}

	/*Single*/
	.site-main__single-header-left{
		width: 33.333%;
	}

	.site-main__single-header {
	    display: flex;
	    align-items: normal;
	}

	.site-main__single-header-right {	    
		width: 66.667%;
	}

	.social-list {
	    width: 100%;
	}

	.ratings-layout {
	    width: 100%;
	}

	.ratings-layout .kk-star-ratings {
	     float: none;
	}

	.recentpost-by__category-items {
	    width: 25%;	
	}

	.comment-form__bottom {
	    display: flex;
	    flex-direction: column;
	}

	.modal-content{
		width: 100%;
		background-color: transparent;
	}

	.image-slide {
	    width: 100%;
	    height: 100vh;
	}

	.more-block {
	    /*height: 260px!important;*/
	}

	.download-layout__btn{
		width: 50%;
	}
	
	.content-ads__ngang {
/* 		display: none!important; */
		margin-top: 15px;
	}
/* 	.ads-sitebar__vuong.grid__column-12 {
		display: none;
	} */
	
	.container-slide__img {
		margin: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.container-slide__img img {
		width: 40%;
		margin: 0 5px 10px 5px;
	}
}

/* For PC >=1024 */
@media only screen and (min-width: 64em){
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}

	.nav__mobile{
		display: none;
	}

	.header-search {
		display: none;
	}

	.menu-nav{
		display: none;
	}

	.nav__input{
		display: none;
	}

	.recentpost__category-main--mobile{
		display: none;
	}
	.Pagination {
		display: block;
	}
	.mobile-search-bar {
		display: none !important;
	}
}

@keyframes fadeIn{
	from {
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}