/*
Version: 3.0.0.3
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: "UTM Avo";
    src: url("./assets/fonts/UTM_Avo.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "UTM Avo";
    src: url("./assets/fonts/UTM_AvoBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "UTM Avo";
    src: url("./assets/fonts/UTM_AvoItalic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

body, a, h1, h2, h3, h4, h5, h6, p, div, li, ul, ol, input, textarea, button {
    font-family: "UTM Avo" !important;
}

.pb-0  {
    padding-bottom: 0 !important;
}

#header {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-shadown: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header-nav-main > li {
    margin: 0 16px;
}

.page-content {
    padding-top: 30px;
}

.card {}

h3.card-title {
    background-color: #fe0529;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 8px;
    margin: 0;
}

.post-categories-box {}

.post-categories-box ul {
    list-style: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.post-categories-box ul li {
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.post-categories-box ul li a {
    position: relative;
    display: block;
    padding: 8px 12px;
    padding-left: 26px;
    color: #000;
    font-size: 15px;
}

.post-categories-box ul li a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    background: #fe0529;
    left: 10px;
    top: 17px;
}

.post-categories-box ul li a:hover {
    color: #fe0529;
}

.box-body.product-list {
    padding: 10px 10px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.product-item {
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
}

h2.product-item-title {
    color: #000;
    font-size: 16px;
}

h2.product-item-title a {
    color: #000;
}

h2.product-item-title a:hover {
    color: #fe0529;
}

.product-item .media {
    display: flex;
    gap: 10px;
}

.product-item .media a.product-item-img {
    width: 200px;
    position: relative;
    padding-top: 110px;
    overflow: hidden;
    height: 110px;
}

.product-item .media a.product-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item .media .media-body {
    width: calc(100% - 200px);
}

.product-item .media .media-body h4.product-item-desc {
    font-weight: normal;
    font-size: 15px;
    line-height: normal;
}

.product-item .media .media-body p.product-item-price {
    color: red;
    font-weight: 700;
    margin: 0;
}

.product-item:last-child {
    border: 0;
    padding-bottom: 0;
}

/* Search form styles */
.searchform {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.searchform .flex-row {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.searchform .search-field {
    flex-grow: 1;
    border: none;
    padding: 10px;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    height: 38px;
    width: 150px;
}

.searchform .search-field::placeholder {
    color: #aaa;
}

.searchform .ux-search-submit {
    background-color: #fe0529;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 0 4px 4px 0;
}

.searchform .ux-search-submit:hover {
    background-color: #4e850c;
}

.searchform .ux-search-submit i {
    font-size: 16px;
}

.live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 10;
    display: none;
}

.live-search-results.active {
    display: block;
}

.absolute-footer {
    display: none;
}

#footer {
    background: #ededed;
    color: #000;
    font-size: 14px;
}

#footer a {
    color: #000;
    font-size: 14px;
}

#footer a:hover {
    color: #fe0529;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul li {
    margin: 0;
    padding: 5px 0;
}

.contact, .footer-title {
    margin-top: 20px;
}

.contact .contact-title, .footer-title {
    color: #0000cd;
    font-size: 120%;
    font-weight: 700;
}

.list-group {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-list .list-group-item {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: .75rem;
}

.cus-cp {
    text-align: center;
    font-weight: 700;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin-top: 20px;
}

.pagination-list {
    border-top: 1px solid #ccc;
    padding: 12px 0;
}

.pagination {
    display: flex;
    padding-left: 0;
}

.pagination {
    margin: 0;
    list-style: none;
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.pagination>.page-item {
    margin: 0 3px;
}

.page-link {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination>.page-item>.page-link {
    color: #555;
    min-width: 40px;
    height: 36px;
    line-height: 20px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination>.page-item.next>.page-link, .pagination>.page-item.previous>.page-link {
    position: relative;
    width: 40px;
}

.pagination>.page-item.active>.page-link, .pagination>.page-item.active>.page-link:focus, .pagination>.page-item.active>.page-link:hover, .pagination>.page-item>.page-link:focus, .pagination>.page-item>.page-link:hover {
    background-color: #fe0529;
    border-color: #fe0529;
    color: #fff;
}

.pagination>.page-item.next a {
    transform: rotate(180deg);
}

.pagination>.page-item>.page-link svg {
    height: 14px;
    width: 14px;
}

.box-border {
    background-color: #fff;
    border: 1px solid #ccc;
}

.article {
    padding: 10px;
}

.article .article-title {
    font-size: 150%;
}

.article .article-price {
    margin-bottom: 8px;
}

.article .article-price .price {
    color: #ea0000;
    font-size: 120%;
    font-weight: 700;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.article .article-meta {
    padding: .5rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

.social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social>li {
    float: left;
    margin-left: 4px;
    margin-bottom: 0;
}

.social>li:first-child {
    margin-left: 0;
}

.social>li>a {
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social>li>a svg {
    height: 20px;
    width: 20px;
}

.zalo {
    background: #018fe5
}

.zalo .fa-zalo {
    position: relative;
    background: url(./assets/img/icon-zalo.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
}

.facebook {
    background: #3d5a98
}

.google-plus {
    background: #e33e2b
}

.youtube {
    background: #e62117
}

.twitter {
    background: #00aced
}

.pinterest {
    background: #bd081c
}

.linkedin {
    background: #0077b5
}

.detail-content {
    
}

.detail-content ul {
    padding-left: 20px;
}

blockquote {
    font-size: 15px;
}

.detail-content h2 {
    font-size: 18px;
    line-height: normal;
}

.single-post .article {
    margin-bottom: 30px;
}

p#breadcrumbs {
    margin: 0;
}

.page-wrapper {
    padding-top: 20px;
}

p#breadcrumbs a {
    color: #000;
}

p#breadcrumbs span.breadcrumb_last {
    color: #fe0529;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}