.noPadding {
    padding-bottom: 0 !important;
}
#masthead{
    background: url(/wp-content/uploads/2024/08/bg-top.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
}

.header-bg-color, .header-wrapper {
    background: url(http://yensao.tiepthitute.com/wp-content/uploads/2024/09/bg-yen-sao.webp);
    background-color: unset !important;
}

/* .header-main .header-inner {
    background: url(/wp-content/uploads/2024/08/bg-nav.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    border-radius: 50px;
    position: relative;
} */

#wrapper, #main {
    background-image: url(http://yensao.tiepthitute.com/wp-content/uploads/2024/09/bg-yen-sao.webp);
}

@font-face {
	font-family: 'UVNMT';
	src: url(../fonts/uvn/UVNMauTim1.TTF);
}

h1, h2, h3, h4, h5, h6{
	font-family: ui-monospace !important;
}

/* body {
	font-family: 'UVNMT' !important;
} */

/* css slider flatsome */
.flickity-prev-next-button {
    opacity: 1 !important;
}

#main svg.flickity-button-icon {
    background-color: #fff !important;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    padding: 10px;
	border-radius: 20px;
}

#main .flickity-prev-next-button .arrow, #main .slider-nav-circle .flickity-prev-next-button:hover svg {
    fill: unset !important;
    border-color: unset;
}

#main .slider-nav-light .flickity-prev-next-button svg, #main .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    fill: #000 !important;
}

.slider-wrapper .flickity-page-dots .dot {
    border: 1px solid;
    width: 8px;
    height: 8px;
}

/* css banner slider */
.home-bnn .img-border {
	border: 2px solid #a78560;
	padding: 2px;
    border-radius: 5px;
}

.cate .img-border img {
    border: 5px solid #a78560;
}

.cate .img-border img {
	border-radius: 50%;
}

.home-box, .product-small.box .box-text.box-text-products, .home-blog .col.post-item .box-text, .box-title .col-inner, .slider-stories .row, .archive .col.post-item .col-inner {
    background-color: #fff1c9;
    border-radius: 8px;
    border: 1px solid #f6b600;
    padding: 10px;
}

/* css product */
.product-small.box {
    padding-bottom: 30px;
}

.product-small.box .box-image{
    padding: 2px;
    background: #331910;
    border: 1px solid #a78560;
    border-radius: 5px;
    overflow: hidden;
}

.product-small.box .box-text.box-text-products {
	height: 64px;
}

.product-small.box .product-title {
    /* padding-top: 10px; */
}

.product-small.box .product-title a {
    transition: all 0.3s ease-in-out;
    color: #222;
    font-family: "Guardian-EgypTT",Charter,"Charter Bitstream",Cambria,"Noto Serif Light","Droid Serif",Georgia,serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-small.box .price-wrapper .price {
    padding-top: 6px;
}

.product-small.box .price-wrapper .price span.amount{
     color: #ecd6ad;
}

.product-small.box .price-wrapper {
    text-align: center;
    font-family: 'UVNMT';
    font-size: 24px;
    color: #ecd6ad;
    height: 37px;
    line-height: 31px;
    position: relative;
    margin-top: -85px;
    z-index: 2;
    background: url(/wp-content/uploads/2024/08/bg-price.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.entry-content blockquote {
    color: #e3a335;
    font-size: 16px;
}

/* css blog */
.slider-stories .row .col:first-child {
    padding: 0 !important;
}

.home-blog-mb .box.box-vertical {
    background-color: #fff1c9;
    border-radius: 8px;
    border: 1px solid #f6b600;
	float: left;
}

.home-blog-mb .box-text.text-left {
    padding-top: 6px;
    padding-bottom: 0;
}

.home-blog-mb .box-text.text-left {
    font-size: 13px;
}

.col.post-item {
    padding-bottom: 10px;
}

.col.post-item:not(.single-post .col.post-item) .box-image {
    padding: 2px;
    background: #331910;
    border: 1px solid #a78560;
    border-radius: 5px;
    overflow: hidden;
}

/* .home-blog .col.post-item  .box-text {
    padding-left: 0;
    padding-right: 0;
} */

.is-divider {
	display: none !important;
}

/* css footer */
footer#footer {
    width: 100%;
    position: relative;
}

footer#footer:after {
    top: -50px;
    content: '';
    width: 100%;
    height: 55px;
    z-index: 2;
    position: absolute;
    background: url(http://yensao1.webmau16.com/wp-content/uploads/2024/08/bg-footer.png);
}

.ct-foo p {
    font-size: 15px;
}

.ct-foo p strong {
    font-family: 'UVNMT' !important;
    font-size: 18px;
}

.absolute-footer.dark.medium-text-center {
    display: none;
}

a#top-link {
    background-image: url(/wp-content/uploads/2024/08/top.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    border: 0;
}

a#top-link i {
    display: none;
}

a#top-link:hover {
    background-color: #ecd6ad !important;
}