.site-head {
    padding: 20px;
    /*background-position: 50%;*/
    background-size: cover;
   	/*background: #fff;*/
    color: #fff;
    background-image: url(/img/background.jpg);
    background-position: center;
}

.site-mast {
    justify-content: space-between;
}

.site-mast, .site-mast-right {
    display: flex;
    align-items: flex-start;
}

.site-banner {
    max-width: 80%;
    margin: 0 auto;
    padding: 10vw 0;
    text-align: center;
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0;
}

.site-logo {
    height: 80px;
    margin-left: 10px;
}

.site-banner-title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.3em;
}

.site-banner-desc {
    margin: 5px 0 0;
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.3em;
    opacity: 0.7;
}

.site-nav-item {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    opacity: .7;
}

.site-nav-item:hover {
    text-decoration: none;
    opacity: 1;
    color: #fff;
}

.site-nav-button {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1em;
    border-radius: 0.6rem;
    opacity: .7;
}

.site-nav-button:hover {
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

.site-nav-icon {
    height: 15px;
    margin: -5px 0 0;
}

.site-foot {
    padding: 20px;
    color: hsla(0,0%,100%,.7);
    font-size: 1rem;
    background: #000;
}

.site-foot-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 599px) {
    .site-foot-nav {
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
    }
    .site-foot-nav-right {
        margin-top: 20px;
    }
}

.site-foot-nav-right a {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    opacity: .7;
}

.site-foot-nav-right a:hover {
    text-decoration: none;
    opacity: 1;
    color: #fff;
}

.content-rounded-both {
    border-radius: 0px;
}


.img-container {
	overflow: hidden;
    text-align: center;
}

/*@media screen and (min-width: 600px) {*/
	.pad-20-desktop {
	    padding: 20px;
	}

	.content-rounded-both {
        background-color: #E6E6E6;
	    border-radius: 34px;
	}
/*}*/

/*.content-rounded-both {
    min-height: 34px;
}*/

.text-center {
	text-align: center;
}

.main {
	margin: 20px 0px;
	font-family: "Poppins", sans-serif;
}

.main-container {
	max-width: 976px;
	margin-left: auto;
	margin-right: auto;
}

.action-bar {
    background: #6c757d;
    border-radius: 24px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.action-component {
    flex: 1;
}

.action-slider {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 699px) {
    .action-bar {
        flex-direction: column;
    }

    .action-component {
        width: 100%;
    }

    .action-slider {
        margin-top: 15px;
        margin-bottom: 5px;
    }
}

.search-font {
    order: 1;
    margin-right: 10px;
    flex: 1 1;
    min-width: 250px;
    font-style: italic;
    font-weight: bold;
    font-size: .75rem;
    border: 0;
    border-radius: 13px;
    padding: 10px 20px;
    color: #6c757d;
    background: #e0e0e0;
    outline: none;
}

@media screen and (max-width: 599px) {
	.search-font {
		width: 100%;
		min-width: 0px;
	}
}


.search-font::placeholder {
    color: #b6b6b6;
}

.font-container {
    background: #fff;
    padding: 10px 20px 10px 25px;
    border-radius: 30px;
    min-height: 100px;
    margin-top: 10px;
    overflow: hidden;
}

.font-title {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    color: #B3B3B3;
}

.font-sample {
    vertical-align: middle;
    border-style: none;
    margin-top: 10px;
}

.font-type {
    height: 18px;
}

.style-dot {
    fill: #BFBFBF;
    transition: fill 0.2s;
}

.style-dot:hover {
    fill: #6C6C6C;
}

.buffer1-right {
    color: #BFBFBF;
    font-size: 12px;
}

.paging {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}

.paging-item {
	padding: 2px 4px;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	line-height: 25px;
    outline: none;
}

.paging-item:not(.active) {
	color: #6f6f6f;
    border: none;
}

.paging-item:hover:not(.active) {
	color: #444;
	text-decoration: none;
}

.paging-item.active {
	border: 1px solid #ccc;
	background: #aaa;
	color: #eee;
}

.paging-item.active:hover {
	text-decoration: none;
}

.paging-item:focus {
    outline: none;
}

.img-content {
	width: 100%;
}

.header-content {
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
}

.text-content {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}

.post-content {
	margin-top: 20px;
	border: 1px solid #eee;
	border-radius: 10px;
    overflow: hidden;
}

@media screen and (min-width: 599px) {
	.post-content {
		width: 100%;
		min-width: 0px;
    	box-shadow: 0px 0px 10px rgba(20, 20, 20, 0.2);
	}
}

.social-img {
    width: 17px;
    margin-top: -5px;
}

.about, .products {
    font-family: 'Roboto', sans-serif;
}

.dat_hang_container {
    text-align: center;
    margin-top: 20px;
}

.dat_hang_container img {
    max-width: 100%;
}