<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============= .E-BANNER ============= */
.e-banner{}
.e-banner .wrapper{
	position:relative;
}
/* .e-banner .wrapper::after{ */
	/* content:''; */
	/* position:absolute; */
	/* left:0px; */
	/* right:0px; */
	/* bottom:0px; */
	/* height:185px; */
    /* background:linear-gradient(rgba(0, 0, 0, 0), #000); */
/* } */
.e-banner .wrapper,
.e-banner .image{
    height:500px;
}
.e-banner .image.cover img {
    border-radius: 0px;
}
@media (max-width:767px){
	.e-banner .wrapper,
	.e-banner .image{
		height:185px;
	}
	.e-banner .wrapper::after{
		height: 45px;
	}
}
/* ============= .E-ABOUT ============= */
.e-about&gt;.wrapper{
    background-color: #FFF;
	padding:50px 0px 50px 0px;
}
.e-about .panel.about .content blockquote{
    background-color: #EEEEEE;
    padding: 10px 10px 10px 10px;
}
.e-about .panel.about .image {
    margin-top:15px;
    height: 185px;
}
.e-about .panel.about .readmore{
    margin-top:25px;
}
.e-about .panel.media .image {
    height: 385px;
}
@media (max-width:767px){
	.e-about&gt;.wrapper{
		padding:15px 0px;
	}
	.e-about .panel.about .readmore{
		margin-top:15px;
	}
	.e-about .panel.about .readmore a{
		width: 100%;
		text-align: center;
	}
	.e-about .panel.about .image {
		height: 235px;
	}
}
/* ============= .E-FEEDBACK ============= */
.e-feedback&gt;.wrapper{
    background-color: #593340;
	padding:50px 0px 50px 0px;
}
.e-feedback .panel .name&gt;*,
.e-feedback .panel .description{
    color: #FFF;
}
.e-feedback .item{
    padding:25px;
    border-radius:5px;
    border:none;
    background-color: #FFF;
}
.e-feedback .item .author{}
.e-feedback .item .author .avatar{
    margin-right:15px;
    height:65px;
    width:65px;
	background-color:#FFF;
	padding:2px;
}
.e-feedback .item .body .star{
    margin-top:15px;
}
.e-feedback .item .body .star i.ti-star-filled{
    color:#FFC107;
}
.e-feedback .item .body .description{
    margin-top:5px;
}
.e-feedback .item .body .description a.more{
	margin-left:5px;
	color:#1d8acb;
}
.e-feedback .item .body .description a.more span+i{
	margin-left:5px;
}
.e-feedback .readmore{
    margin-top:25px;
}
.e-feedback .readmore a {
    border: 1px solid #FFF;
    color: #FFF;
}
@media (max-width:767px){
	.e-feedback&gt;.wrapper{
		padding:15px 0px;
	}
	.e-feedback .grid&gt;.uk-grid&gt;div:nth-child(n+4){
		display:none;
	}
	.e-feedback .item{
		padding:10px;
	}
	.e-feedback .item .author .avatar{
		height:50px;
		width:50px;
	}
	.e-feedback .readmore{
		margin-top:15px;
	}
	.e-feedback .readmore a{
		width: 100%;
		text-align: center;
	}
}
/* ============= .E-GALLERY ============= */
.e-gallery&gt;.wrapper{
    background-color: #FFF;
	padding:50px 0px 50px 0px;
}
.e-gallery .main .image {
    height: 395px;
}
.e-gallery .top .image {
    height: 185px;
}
.e-gallery .bottom{
	margin-top:25px;
}
.e-gallery .bottom .image {
    height: 185px;
}
@media (max-width:767px){
	.e-gallery&gt;.wrapper{
		padding:15px 0px;
	}
	.e-gallery .main .image {
		height: 185px;
	}
	.e-gallery .top {
		margin-top: 15px;
	}
	.e-gallery .top .image {
		height: 100px;
	}
	.e-gallery .bottom {
		margin-top: 15px;
	}
	.e-gallery .bottom .image {
		height: 100px;
	}
	.e-gallery .readmore{
		margin-top:15px;
	}
	.e-gallery .readmore a{
		width: 100%;
		text-align: center;
	}
}
/* ============= .E-paper ============= */
.e-paper&gt;.wrapper{
    background-color: #593340;
	padding:50px 0px 50px 0px;
}
.e-paper .panel .name&gt;*,
.e-paper .panel .description{
    color: #FFF;
}
.e-paper .item{
    padding:15px;
    border-radius:5px;
    border:none;
    background-color: #FFF;
}
.e-paper .item .image{
    margin-right:15px;
    height:100px;
    width:100px;
}
@media (max-width:767px){
	.e-paper&gt;.wrapper{
		padding:15px 0px;
	}
	.e-paper .grid&gt;.uk-grid&gt;div:nth-child(n+4){
		display:none;
	}
	.e-paper .item{
		padding:10px;
	}
	.e-paper .item .author .avatar{
		height:50px;
		width:50px;
	}
	.e-paper .readmore{
		margin-top:15px;
	}
	.e-paper .readmore a{
		width: 100%;
		text-align: center;
	}
}
/* ============= .E-CTA ============= */
.e-cta&gt;.wrapper{
	padding:50px 0px 0px 0px;
    background-color: #FFF;
}
.e-cta .panel&gt;.wrapper{
    border-radius:5px;
    padding:25px;
    position:relative;
    background-color: #593340;
}
.e-cta .panel .name&gt;*{
    font-size:24px;
    line-height:30px;
}
.e-cta .panel .name&gt;*,
.e-cta .panel .description{
    color: #FFF;
}
.e-cta .panel .readmore{
    position:absolute;
    right:25px;
    top:25px;
}
.e-cta .readmore a {
    border: 1px solid #FFF;
    color: #FFF;
}
@media (max-width:767px){
	.e-cta&gt;.wrapper {
		padding: 15px 0px 15px 0px;
	}
	.e-cta .panel&gt;.wrapper{
		padding:15px;
	}
	.e-cta .panel .name&gt;*{
		font-size:20px;
		line-height:26px;
	}
	.e-cta .panel .readmore{
		position:static;
		margin-top:15px;
	}
	.e-cta .panel .readmore a{
		width:100%;
		text-align:center;
	}
}
/* ============= .E-BREADCRUMB ============= */
.e-breadcrumb&gt;.wrapper{
    padding: 15px;
}
.e-breadcrumb .uk-breadcrumb {
    margin: 0px;
}
@media (max-width:767px){
	.e-breadcrumb&gt;.wrapper {
		padding: 10px 0px;
	}
}
/* ============= .E-CATALOGUE ============= */
.e-catalogue&gt;.wrapper {
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.e-catalogue .panel+.list{
    margin-top: 5px;
    padding: 0px 10px;
}
.e-catalogue .panel&gt;.wrapper{
    background-color: #593340;
    padding: 0px 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
}
.e-catalogue .panel .name&gt;* {
    display: inline-block;
    color: #FFF;
    font-size: inherit;
    line-height: 150%;
    text-transform: uppercase;
}
.e-catalogue .list .uk-list&gt;li {
    margin-top: 0px;
    padding: 8px 0px;
    border-top: 1px solid #e4e9f2;
}
.e-catalogue .list .uk-list&gt;li:first-child {
    margin-top: 0px;
    border-top: none;
}
/* ============= .E-FANPAGE ============= */
.e-fanpage&gt;.wrapper{
	border-radius:5px;
	overflow:hidden;
	min-height:130px;
}
/* ============= .E-CTA ============= */
.e-support&gt;.wrapper{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    padding: 10px;
    padding: 0px 0px 15px 0px;
}
#page-profile-cart .e-support&gt;.wrapper,
#page-profile-payment .e-support&gt;.wrapper,
#page-profile-report .e-support&gt;.wrapper{
	display:none;
}
.e-support&gt;.wrapper&gt;.uk-container&gt;.panel {
    background-color: #FFC107;
    padding: 5px 10px;
    border-radius: 125px;
    margin: 0px auto;
    max-width: 368px;
}
.e-support&gt;.wrapper&gt;.uk-container&gt;.panel .avatar {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.e-support&gt;.wrapper&gt;.uk-container&gt;.panel .description {
    line-height: 165%;
}
.e-support&gt;.wrapper&gt;.uk-container&gt;.panel .tool .uk-list&gt;li&gt;a {
    border-radius: 50%;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
}
.e-support&gt;.wrapper&gt;.uk-container&gt;.panel .tool .uk-list&gt;li.phone&gt;a {
    background-color: #ff0000;
}
.e-support&gt;.wrapper&gt;.uk-container&gt;.panel .tool .uk-list&gt;li.zalo&gt;a {
    background-color: #0068ff;
}
@media (max-width:767px){
	.e-support&gt;.wrapper&gt;.uk-container{
		padding: 0px 5px;
	}
	.e-support&gt;.wrapper&gt;.uk-container&gt;.panel {
		margin: 0px;
		max-width: none;
		width: 100%;
	}
}</pre></body></html>