
img{
	max-width: 100%;
    height: auto;
}
iframe{
	max-width: 100%;
	padding: 10px;
}
body {
	font-family: 'Roboto';
    color: #000000;
}
a {
    color: #00892d;
    text-decoration: underline;
}
a:hover {
    color: #000000;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	padding: 10px 0px;
    color: #00892d;
}
.h1, h1{
    font-size: 30px; 
}
h2{
    font-size: 26px; 
}
h3{
    font-size: 22px; 
}
h4{
    font-size: 18px; 
}
h5{
    font-size: 16px; 
}
h6{
    font-size: 14px; 
}
.img-post{
    text-align: center;
}
.header {
    background: #f9b200;
    height: 70px;
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: 0px 1px 6px #0000002e;
}
.meta-title{

}
.meta-post {
    background: #efefef;
    padding: 5px;
    font-style: italic;
    margin-bottom: 10px;
}
.main-wrap{
	margin-top: 70px;
}
.content-wrap{
	padding-top: 20px;
}
.sidebar{
	border-left: solid 1px #ababab;
}
.site-footer {
    background: #955900;
    padding: 10px;
    margin-top: 20px;
    padding-bottom: 50px;
}
.site-footer a {
	color: white;
}
.wrap-footer{
    padding: 20px;
    border: solid 1px #000;
    border-radius: 10px;
    margin: 20px auto;
}
/* POPUP */
.popup {    
    margin-top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    padding-top: 100px;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.close-popup {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
}
.scrollspy-example {
    position: relative;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    overflow: auto;
    width: 100%;
    max-width: 450px;
    box-sizing: border-box;
    padding: 0px;
}
.popup-show{
    display: flex;
}
.popup-image{
    width: 80px;
    float: left;
}
.popup-title-va-gia{
    max-width: calc(100% - 80px);
    float: left;
}
.gia_ban_le{
    text-decoration: line-through;
}
.gia_khuyen_mai{
    font-weight: bold;
    color: red;
}

/*BOOTSTRAP ---*/
.card {
    position: initial;
    }