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

/*************** ADD CUSTOM CSS HERE.   ***************/
.content-project-info li {
    list-style: none;
}
.underline img {
	/*width: 90%;*/
	height: 20px;
}
.relate-project img {
	height: 160px;
}
/*.page-template-page-projects .box-image img {
	height: 200px;
}*/
.rank-math-breadcrumb p {
    margin: 0;
}
.rank-math-breadcrumb {
    background: rgb(136 134 134 / 10%);
    padding: 4px 10px;
    border-radius: 5px;
}
img.gioi-thieu {
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 20%;
    opacity: .1;
    min-width: 200px;
    z-index: -1;
}
h6.entry-category.is-xsmall {
    display: none;
}
.entry-divider.is-divider.small {
    display: none;
}
.entry-header-text.entry-header-text-top.text-left {
    padding-bottom: 0;
}
.post-sidebar.large-3.col .widget {
    margin-bottom: 40px;
    background-color: #0070c00d;
    border: 1px solid #2a8fae6e;
    padding: 20px;
}
.post-sidebar.large-3.col {
    padding: 0;
}
.row-divided>.col+.col:not(.large-12) {
    border-left: none;
}
.footer-info p {
    margin-bottom: 5px;
    text-align: justify !important;
}
.footer-widgets {
    padding-top: 55px;
}
.absolute-footer {
    padding: 10px 0 30px;
}
.partner-logo img {
    width: 100%;
    height: 100px;
}
/*swipper slider*/
.swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
    background: #007cb0a6;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 20px !important;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: 20px !important;
}
.cv-spinner {
    height: 420px;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
.ux-menu .nav-dropdown {
    min-width: 850px;
}
.product-group-child ul>li:first-child {
    margin-left: 1em !important;
}
.product-group-child ul>li {
    margin-left: 1em;
}
.product-group-name {
    margin-bottom: 8px;
    line-height: 1.3em;
    text-align: justify;
}
.product-group-name a {
    font-weight: bold;
}
.product-group-child i {
    color: #0070c0;
}
.block-category-product-homepage {
    border: 1px solid #0070c0;
    border-radius: 10px;
}
.block-category-product-homepage h4 {
    font-weight: 400;
    font-size: 15px;
}
@keyframes sp-anime {
    100% { 
        transform: rotate(360deg); 
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}