/*
Theme Name: Kem Theme
Theme URI: 
Author: Giang Nguyen
Author URI: http://www.cart-taki.com/
Description: This theme is most basicly theme for WordPress Development.
Version: 3.0
License: TABO.inc
License URI: 
Tags: Tabo Basic
Text Domain: tabo.vnThis theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
* Native styles for wisiwyg editor
*/
.vertical-bootstrap-menu .dropdown-menu {
    display: none;
    padding-left: 15px;
    border-left: 2px solid #dee2e6;
    margin-top: 5px;
}

.vertical-bootstrap-menu .dropdown:hover > .dropdown-menu {
    display: block;
}

.vertical-bootstrap-menu .nav-link {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.vertical-bootstrap-menu .nav-link:hover {
    background-color: #f8f9fa;
}
.header{
	position: absolute;
	width: 100%;
}

.op0{
	opacity:0;
}




.the_content{
    overflow: hidden;
    zoom: 1;
}
.the_content:after{
    content: ""
    display: block;
    clear: both;
}

.the_content p{
    display: block;
    margin: 1em 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

.the_content a{
    text-decoration: underline;
}


