/*!
Theme Name: olympic
Theme URI: http://olympic.vn/
Author: olympic.vn
Author URI: http://olympic.vn/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: olympic
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.

olympic is based on Underscores https://olympic.vn/, (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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	position: relative;
}

/**
 * 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;
}

/**
 * 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: 100%;
	line-height: 1.15;
	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;
	appearance: button;
}

button:focus,
input:focus,
select:focus {
	outline: none;
}

/**
 * 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;
	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;
}

/* Box sizing
--------------------------------------------- */

/* 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;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

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

figure {
	margin: 1em 0;
}

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

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

/*a:visited {
	color: #800080;
}*/

a:hover,
a:focus,
a:active {
	color: #191970;
	text-decoratioN: none;
}

a:focus {
	outline: none;
}

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

/* 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);
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


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

.post,
.page {
	margin: 0;
}

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

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

.wp-caption .wp-caption-text {
	margin: 6px 0 0;
	font-size: 15px;
	font-style: italic;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery figure {
	margin: 0;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack 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;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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: 0.875rem;
	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. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Homepage */
#page{position:relative;overflow: hidden;}
#masthead{position:absolute;width:100%;top: 0;left:0;padding-top: 15px;padding-bottom: 15px;z-index: 99;}
.container-page{width:1366px;max-width:100%;margin:0 auto;}
.site-branding{display:flex;justify-content:space-between;padding: 0 60px;position:relative;}
.site-branding h1{padding:0;margin:0;line-height:0;font-size: 0;}
.logo-1{display:flex;}
.logo-1 .logo{margin-left:58px}
.header-right{display:flex;align-items:center;}
.header-right img{width:272px;margin-right:85px;}
.header-right span{display:block;margin-left:67px;font-size: 14px;}
.header-right button{background:none;border:none;padding: 0;margin: 0;line-height: 1;cursor: pointer;}
.header-right button:focus{outline:none;}
.header-right button i{color:#fff;font-size: 50px;}
.logo-2{display:flex;flex-direction:column;color:#fff;}
.main-menu{position:absolute;min-width:180px;right: -16px;top:100%;display: none;}
.main-menu ul{padding:0;margin:0;list-style:none;}
.main-menu ul li{display:block;margin-bottom:5px;border-radius:20px;padding-right:8px;}
.main-menu ul li a{display:block;min-width:180px;background:#fff;font-size:18px;text-align:center;padding:15px;border-radius:20px;color:#222;box-shadow:3px 0px 7px rgb(0 0 0 / 35%);}
.main-menu ul li a:hover,.main-menu ul li a:active,.main-menu ul li a[aria-current="page"]{background:#ffc733;color:#002561;}
.banner-home{position:relative;}
.banner-home img{display:block;border-radius:0 0 60px 60px;}
.banner-text-home{position:absolute;bottom:60px;width:calc(100% + 120px);background:url(images/bgbanner-text.jpg) no-repeat center; background-size:cover;color:#fff;text-align:center;left:-60px;padding:20px;}
.banner-text-home h2{width:1000px;max-width:100%;margin:0 auto;font-size:48px;font-weight:700;}
.banner-text-home p{font-size:36px;font-weight:300;margin:5px 0 0;}
#section1-home{padding:45px 0;}
.section1-home{width:1250px;max-width:100%;margin:0 auto;color:#fff;text-align:center;}
.section1-home .row{margin-left:-25px;margin-right:-25px;}
.section1-home .row .col-md-4{padding:0 25px;}
.sect11-home{background:#801022;color:#fff;padding:15px;min-height: 98px;display: flex;justify-content: center;align-items: center;}
.sect11-home h3{margin:0;font-size: 30px;font-weight: 700;}
.sect12-home{padding:15px;min-height:98px;background:#c11833;display: flex;justify-content: center;align-items: center;flex-direction:column;}
.sect12-home p{margin:0;font-size:24px;}
.sect12-home p strong{font-size:30px;}
.section1-home .row .col-md-4:nth-child(1) .sect12-home{border-radius:0 0 0 60px;}
.section1-home .row .col-md-4:nth-child(2) .sect11-home{background:#004071;}
.section1-home .row .col-md-4:nth-child(2) .sect12-home{background:#0060aa;}
.section1-home .row .col-md-4:nth-child(3) .sect11-home{background:#006038;}
.section1-home .row .col-md-4:nth-child(3) .sect12-home{background:#009054;border-radius:0 0 60px 0;}
.sect21{background:#f2f2f2;padding:60px;border-radius:60px;text-align:right;min-height: 980px;}
.sect21 h2{font-size:48px;font-weight:700;color:#002561;margin-bottom:45px;text-align:left;}
.post-thumbnail{display:block;overflow:hidden;border-radius:30px;}
.post-thumbnail img{display:block;}
.post-thumbnail img:hover{transform:scale(1.1) rotate(5deg);}
.list-news h3{font-size:24px;font-weight:700;text-align:justify;}
.list-news h3 a{color:#222;}
.list-news h3 a:hover{color:#002561;}
.list-news p{text-align:justify;margin:0;}
.list-news .row{margin-bottom:30px;}
.list-news .col-lg-7,.list-news .col-lg-8{display:flex;flex-direction:column;justify-content:center;align-items: start;}
a.read-more{display:inline-block;width:180px;background:#ffc733;font-size:24px;text-align:center;padding: 8px 15px;border-radius:20px;color:#002561;}
a.read-more:hover{background:rgb(255 199 51 / 70%);}
.sect22{background:#f2f2f2;padding:60px;border-radius:60px;text-align:center;min-height: 980px;}
.sect22 h2{font-size:36px;font-weight:700;color:#002561;margin-bottom:35px;text-align:center;}
.sect22 div{margin-top:35px;}
.sect22 img{border-radius:30px;}
#section3-home{background:url(images/bgs3.jpg) no-repeat center;background-size:cover;padding-top:160px;margin-top: -95px;}
.sect31{padding-left:80px;position:relative;}
.sect31 h2{font-weight:700;font-size:48px;color:#fff;background:url(images/bgtits3.jpg) no-repeat;width:766px;height:132px;margin: 0;text-align:center;display:flex;align-items:center;justify-content:center;transform:rotate(-90deg);position:absolute;bottom: 267px;left: -339px;z-index: 2;padding-bottom: 30px;}
.content-sect31{background:#fff;padding:25px;border-radius:0 30px 30px 0;margin-bottom:20px;position: relative;z-index: 3;}
.content-sect31 p{margin-bottom:15px;text-align: justify;}
.content-sect31 p:last-child{margin-bottom:0;}
.content-sect31:nth-child(2){border-radius:30px 30px 30px 0;}
.content-sect31:last-child{border-radius:0px 30px 30px 30px;margin-bottom:50px;}
.sect32{background:#fff;border-radius:0 60px 0 0;padding: 53px 60px 53px 200px;position:relative;width: 551px;}
.content-sect32{width: 400px;height:200px;display:flex;justify-content:center;align-items:center;padding: 20px 50px;font-size:48px;font-weight:700;color:#fff;line-height: 1.2;margin-bottom:30px;}
.content-sect32:last-child{margin-bottom:0;}
.content-sect32:hover{color:rgb(255 255 255 / 80%);}
.sect32 h2{font-weight:700;font-size:48px;color:#fff;background:url(images/bgtits3.jpg) no-repeat;width:766px;height:132px;margin: 0;text-align:center;display:flex;align-items:center;justify-content:center;transform:rotate(-90deg);position:absolute;bottom: 317px;left: -317px;z-index: 2;}
.section3-home .col-lg-5{display:flex;align-items:end;justify-content: start;}
#section4-home{background:#f2f2f2;padding:90px 0;}
.section4-home{width:1250px;margin:0 auto;max-width:100%;}
a.video-modal{display:block;position:relative;border-radius:30px;overflow:hidden;}
a.video-modal:before{content:"";display:block;width:120px;height:120px;background:url(images/btn-play.png) no-repeat;background-size:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:4;transition:0.4s;}
a.video-modal:hover img{transform:scale(1.1);}
a.video-modal:hover:before{opacity:0.1;}
#section4-home .owl-dots{margin-top:30px;}
#section4-home .owl-dots button:focus{outline:none;}
#section4-home .owl-dots button span{margin:0 8px;background:#fff;opacity:0.5;width:16px;height:16px;}
#section4-home .owl-dots button.active span{opacity:1;}
footer{background:#000;padding:60px 0 45px;color:#fff;font-size: 14px;}
footer a{color:#fff;}
footer a:hover{color:rgb(255 255 255 / 70%);}
footer .logo-2{padding-top:20px;}
footer .logo-2 img{width:272px;}
footer .logo-2 span{margin-left:68px;font-size: 14px;}
footer p{margin-bottom:15px;}
.footer1 img{margin-bottom:40px;}
.footer2 img{margin-bottom:38px;}
.footer2 h4{font-weight:700;margin-bottom:15px;font-size: 16px;}
#copyright{background:#181818;padding: 30px 15px;}
#copyright p{margin:0;color:#fff;font-size: 14px;}
#masthead.black{position:relative;background:#000;}
#banner-page{background:url(images/bgtitle.jpg) no-repeat center;background-size:cover;}
.banner-page{display:flex;align-items:center;justify-content:center;min-height:314px;padding-top: 50px;}
.banner-page .page-title{margin:0;text-align:center;font-weight:700;color:#fff;font-size:48px;line-height:1.3;text-transform: uppercase;}
#video-about{padding:35px 0;}
.video-about{width:100%;position:relative;padding-bottom:56.25%;border-radius:60px;overflow:hidden;}
.video-about iframe{display:block;width:100%;height:100%;position:absolute;top:0;left:0;}
#section1-about{padding: 50px 0;background:url(images/bgabout.jpg) no-repeat center;background-size:cover;text-align:justify;margin-bottom:50px;}
.banner-post{padding:50px 0;text-align:center;}
.pagination{display:flex;justify-content:center;}
.pagination a{display:inline-block;padding:5px 8px;color:#000;}
.pagination a:hover{color:#ff6c2c;}
.pagination span{display:inline-block;padding:5px 8px;color:#ff6c2c;}
.post-thumb{padding:50px 0;}
.post-thumb img{display:block;margin:0 auto;border-radius:30px;}
.tit-post{font-size:36px;font-weight:700;}
.related-news h4{font-size:24px;font-style:italic;font-weight:700;}
.related-news h3{font-size:16px;}
.related-news h3 a{color:#000;}
.related-news h3 a:hover{color:#002561}
.related-news ul{padding:0;}
.videoModal .modal-dialog{width:800px;max-width:96%;margin-top:10%;}
.videoModal .modal-body{padding:0;}
.videoModal .modal-body iframe{display:block;width: 100%;border: none;}
.videoModal button.close{position:absolute;top:-25px;;right:0;color:#fff;opacity:1;}
.videoModal button.close:focus{outline:none;}
.box-video{width:100%;height:auto;padding-bottom:56.25%;position:relative;}
.box-video iframe{display:block;width:100%;height:100%;position:absolute;left:0;top:0;}
.banner-slide{width: 1230px;max-width: 100%;margin: 0 auto;padding: 0 15px;}
.banner-slide .owl-nav{margin:0;}
.banner-slide .owl-nav button{padding:0;margin:0;background:none;position:absolute;top:50%;transform:translateY(-50%);line-height:0;}
.banner-slide .owl-nav button span{font-size:40px;color:#fff;background: transparent;line-height:0;}
.banner-slide .owl-nav button:focus,.banner-slide .owl-nav button:hover{outline:none;background: none !important;}
.banner-slide .owl-nav button.owl-prev{left:15px;}
.banner-slide .owl-nav button.owl-next{right:15px;}
@media screen and (max-width: 1366px){
	.section2-home,.footer{padding: 0 15px;}
	.section3-home{padding:0 60px;}
	.sect32{padding:53px 60px 53px 160px;}
	#video-about{padding:35px 15px;}
	#section1-about{padding:50px 15px;}
	.page-cat{padding:0 15px;}
	.post-thumb{padding:30px 15px 0;}
	.content-post,.related-news{padding:0 15px;}
	.videoModal .modal-dialog{margin-top:5%;}
}
@media screen and (max-width: 1200px){
	.logo-1 img{height:60px;}
	.logo-1 .logo{margin-left:40px;}
	footer .logo-2 img{width:200px;}
	footer .logo-2 span{margin-left:50px;}
	footer .logo-2{padding-top:0;}
	.header-right img{width:200px;margin-right:50px;}
	.header-right span{margin-left:50px;}
	.header-right button i{font-size:46px;}
	.banner-text-home h2{font-size:36px;}
	.banner-text-home p{font-size:24px;}
	.section1-home{padding:0 15px;}
	.section1-home .row{margin-left:-15px;margin-right:-15px;}
	.section1-home .row .col-md-4{padding:0 15px;}
	.sect11-home h3,.sect12-home p strong{font-size:24px;}
	.sect21 h2{font-size:36px;margin-bottom: 30px;}
	.list-news h3{font-size:20px;}
	.list-news p{font-size:14px;}
	a.read-more{font-size:20px;width:160px;}
	.sect21,.sect22{min-height: 850px;padding: 40px;}
	.sect22 div{margin-top:30px;}
	.sect31 h2,.sect32 h2,.content-sect32{font-size:36px;}
	.content-sect32{width:360px;}
	.section4-home{padding:0 15px;}
	.banner-page{min-height:280px;}
	.banner-page .page-title{font-size:36px;}
	.banner-post{padding:40px 15px;}
}
@media screen and (max-width: 992px){
	.site-branding{padding:0 15px;}
	.banner-text-home h2{font-size:28px;width:60%;}
	.banner-text-home p{font-size:18px;}
	.banner-text-home{bottom:30px;}
	.banner-home img{border-radius:0;}
	.sect11-home h3, .sect12-home p strong{font-size:20px;}
	.sect11-home,.sect12-home{min-height: 80px;}
	.sect21 h2,.sect22 h2{font-size:28px;margin-bottom:30px;}
	.list-news h3{margin-top:15px;}
	.sect31 h2,.sect32 h2{position:static;transform:rotate(0);margin:0 auto 30px;padding:0;}
	.sect31{padding:0;}
	.sect32{padding:0;background:transparent;width: 100%;}
	#section3-home{padding-bottom:60px;}
	.content-sect32{margin:30px auto 0;}
}
@media screen and (max-width: 767px){
	.banner-text-home{position:static;bottom:0;width: 100%;}
	.section1-home .row .col-md-4:nth-child(1) .sect12-home{border-radius:0;margin-bottom:20px;}
	.section1-home .row .col-md-4:nth-child(3) .sect12-home{border-radius:0;}
	.section1-home .row .col-md-4:nth-child(3){margin-top:20px;}
	.sect21, .sect22{padding:30px;border-radius:30px;text-align: center;min-height:auto;}
	.sect21 h2, .sect22 h2{text-align:center;}
	.post-thumbnail img{width:100%;}
	.sect31 h2, .sect32 h2{width:100%;height:auto;padding:30px 15px;font-size: 28px;}
	.content-sect32{width:400px;max-width:100%;font-size: 28px;}
	#section4-home{padding:50px 0;}
	.footer2 h4{margin-top:20px;}
	.footer1 p,.footer2 p{margin-bottom:10px;}
	.banner-page .page-title{font-size:28px;}
	.tit-post{font-size:28px;}
}
@media screen and (max-width: 575px){
	.header-right .logo-2{display:none;}
	.banner-text-home h2{width:100%;}
	body{font-size:14px;}
	a.read-more{font-size:18px;width:140px;}
	.section3-home{padding:40px 15px;}
	#section3-home{padding-top:100px;padding-bottom: 0;}
	.footer1 img,.footer2 img{display:block;margin:0 auto 20px;}
	footer .logo-2 span{margin-left:35%;}
	.logo-1 img{height:46px;}
	.logo-1 .logo{margin-left:30px;}
	.header-right button i{font-size:42px;}
	.main-menu{right:5px;}
	.main-menu{min-width:130px;}
	.main-menu ul li a{min-width:130px;padding:10px 15px;font-size:14px;}
	.video-about{border-radius:30px;}
	.sect21{margin-bottom:30px;}
	.banner-post{padding:30px 15px;}
	.related-news h3{font-size:14px;}
}