/*
Theme Name: GCO Theme
Theme URI: gco.vn
Author: Kiempt
Author URI: gco.vn
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shtheme
Tags: gco

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
## Sidebar - Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
## Layout construct
## Shortcode
## Footer
## Menu Mobile
## Custom css
## Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.hidden{
	display:none;
}
/*---------------------------------------
    error_page
-----------------------------------------*/ 
#error_page .background-overlay {
	min-height:450px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
/*     background: url('images/bgpapers.png')center bottom repeat;
    background-size: auto; */
}
.heading-error_page h1 {
    font-family: "SVN-Aptima";
    margin: 0;
    display: inline-block;
    font-weight: normal;
    font-size: 100px;
    line-height: 0px;
    text-transform: uppercase;
    color: #fff;
}
.heading-error_page h1 img{
    width: auto;
    margin: 0 auto;
    display: inline-block;
    margin-right: 10px;
}
.heading-error_page h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
}

.go_back_home {
    display: block;
    margin: 0;
    text-align: center;
    margin-top: 50px;
}
.go_back_home a {
    background: #FFFFFF;
    border: 1px solid #0040BE;
    box-sizing: border-box;
    border-radius: 24px;
    font-size: 16px;
    color: #0040BE;
    text-transform: uppercase;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.go_back_home a:hover{
    color: #0040BE;
    background:#FFC020;
}