@charset "utf-8";
@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-Avo.ttf)
}

@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoBold.ttf);
    font-weight: 700
}

@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoItalic.ttf);
    font-style: italic
}

@font-face {
    font-family: "UTM Avo";
    src: url(../fonts/UTM-AvoBold_Italic.ttf);
    font-style: italic;
    font-weight: 700
}

body {
    background-color: #fff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-family: UTM Avo !important;
    font-style: normal;
    font-weight: 200;
    font-size: 0.9rem;
}


/* Container */

.container {
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
}

.container.header-spacing-top {
    padding-top: 0.65rem;
}


/* Navigation */

.header-indexpg {
    width: 100%;
    height: 50px;
    background-color: #52bad5;
    border-bottom: 1px solid #2C9AB7;
    color: #fff;
}

.header-indexpg .menu {
    float: left;
    margin-top: 0.8rem;
    width: 100%;
}

.header-indexpg .menu-left {
    float: left;
}

.header-indexpg .menu-left ul {
    float: left;
}

.header-indexpg .menu-right {
    float: right;
}

.header-indexpg .menu-right .fm-language {
    padding: 0;
}

.header-indexpg .menu-right .fm-language img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.header-indexpg .menu-left .search-mobile {
    display: none;
    float: right;
}

.header-indexpg nav ul {
    list-style: none;
    padding-left: 1.2rem;
    margin-bottom: 0 !important;
}

.header-indexpg nav .menu-left li {
    float: left;
    color: #FFFFFF;
    font-size: 0.85rem;
    text-align: left;
    margin-right: 1.2rem;
    letter-spacing: 2px;
    font-weight: 500;
    transition: all 0.3s linear;
}

.header-indexpg .menu-right .fm-language li {
    float: left;
    margin-right: 1.2rem;
}

.header-indexpg .menu-right .fm-language li:last-child {
    margin-right: 1rem;
}

.header-indexpg ul li a {
    color: #FFFFFF;
    text-decoration: none;
}

.header-indexpg ul li:hover a {
    color: #2C9AB7;
}

.header-mobile-search {
    display: none;
}

.header-mainpg {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
}

.header-mainpg .header-logo {
    padding-left: 1rem;
}

.header-mainpg .header-logo img {
    width: 180px;
}

.header-mainpg .header-search-box {
    width: 50%;
}

.header-mainpg .header-search-box.input-group,
.header-search-box input,
.header-search-box button {
    border-radius: 0;
}

.header-mainpg .header-search-box input {
    font-size: 0.85rem;
    line-height: 1.75;
}

.header-mainpg .header-search-box button {
    background-color: #52bad5;
    border: 1px solid #2C9AB7;
    color: #fff;
    font-size: 0.88rem;
}

.header-mainpg .header-shopping-cart {
    text-align: right;
    padding-right: 2rem;
}

.header-mainpg .header-shopping-cart .header-shopping-icon {
    position: relative;
    color: #6c757d;
    cursor: pointer;
}

.header-mainpg .header-shopping-cart .header-shopping-icon i {
    font-size: 1.4rem;
    font-weight: 500;
}

.header-mainpg .header-shopping-cart .header-shopping-text {
    color: #52bad5;
    padding-left: 0.38rem;
}

.header-mainpg .header-shopping-cart .header-shopping-icon .number {
    display: none;
}

.header-line hr {
    background-color: #ccc;
}

.page-title {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
    color: #46caf8;
}

.product-list {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: -webkit-flex!important;
    display: flex!important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-list .item {
    border: 1px solid #eee;
    width: 25%;
    padding: 1.8rem;
    border-right: 0;
}
.product-list .item .product-name {
    min-height: 62px;
}
.product-list .item.no-btop {
    border-top: 0;
}

.product-list .item .b-product-img {
    min-height: 205px;
    position: relative;
    z-index: 2;
}

.product-list .item .b-product-img img {
    max-height: 205px;
    z-index: -1;
    position: relative;
}

.product-list .item .product-des {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 68px;
    min-height: 68px;
}

.product-list .item .text-price {
    font-weight: 500;
    color: rgb(13, 202, 240);
}

.product-list .item .btn-addcart {
    width: 100%;
    border-radius: 0;
    color: #fff;
    line-height: 1.92;
    font-size: 0.88rem;
}

.product-list .item:last-child {
    border-right: 1px solid #eee;
}

.footer {
    background-color: #fff;
    line-height: 25px;
    letter-spacing: .5px;
    bottom: 0;
    padding: 1.5rem;
}

.footer a {
    color: #2C9AB7;
}

.footer-hr {
    background-color: rgba(0, 0, 0, .22);
    height: 1px;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.footer-social {
    background: #f1f1f1;
    margin-top: 20px;
}

.footer-social .social {
    background: #3fb0d9;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
}

.footer-social .social i {
    font-size: 18px;
    color: #fff;
}

.topic-title {
    padding-left: 1.2rem;
    padding-bottom: 1.2rem;
}

#overlay {
    width: 100%;
    z-index: -2;
    background-image: url(../imgs/Artboard5.png);
    background-position: right;
    background-size: cover;
    height: 550px;
}

.breadcrumb {
    background: #f5f6f7;
    margin-top: 0.5rem;
    margin-left: -0.98rem;
    margin-right: -0.98rem;
    margin-bottom: 0.5rem;
    padding: 1.12rem;
}

.btn-actions {
    border-radius: 0;
    color: #fff !important;
    line-height: 1.92;
    font-size: 0.88rem;
}

a {
    text-decoration: none !important;
}

select,
input {
    outline: none !important;
}
.div-suplier {
    padding: 1rem 0;
    background-image: linear-gradient(to right, rgba(148,202,248,0.1), rgba(143,198,248,0.2));
}
.div-suplier .logo{width:80px;padding-right:0.5rem; padding-left: 0.5rem;float: left;}
.div-suplier .name{font-size:0.88rem; font-weight: 700}
.div-suplier .view{border-color:#ccc;border-radius:2px !important;padding:5px 12px;font-size:12px}
.div-suplier .value{font-weight: 600; color: #52bad5}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: 0 !important;
    border-bottom: 2px solid #46caf8 !important;
	color: black;
}
.nav-tabs .nav-link{
	border-width: 0 !important
}
.nav-link{
	color: #495057;
}
@media (max-width: 908px) {
    .container {
        max-width: inherit;
    }
    .header-indexpg {
        height: 45px;
    }
    .header-indexpg .menu {
        margin-top: 0.98rem;
    }
    .header-indexpg .menu-right .fm-language li:last-child {
        margin-right: 0.7rem;
    }
    .header-mainpg .header-logo img {
        width: 160px;
    }
    .header-mainpg .header-search-box {
        width: 60%;
    }
    .header-mainpg .header-search-box input {
        line-height: 1.55;
    }
    .header-mainpg .header-search-box button {
        font-size: 0.58;
    }
    .header-mainpg .header-search-box .text {
        display: none;
    }
    .header-mainpg .header-shopping-cart {
        padding-right: 1.2rem;
    }
    .header-mainpg .header-shopping-cart .header-shopping-icon i {
        font-size: 1.8rem !important;
    }
    .header-mainpg .header-shopping-cart .header-shopping-icon .text,
    .header-mainpg .header-shopping-cart .header-shopping-text {
        display: none;
    }
    .header-mainpg .header-shopping-cart .header-shopping-icon .number {
        display: block;
        right: -10px;
        top: -20px;
        position: absolute;
        border-radius: 48%;
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-weight: 600;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 0.72rem;
    }
    .product-list .item {
        width: 50%;
    }  
    .product-list .item .product-name {
        min-height: 59px;
    }
    .footer .footer-hr,
    .footer .footer-policy-info {
        display: none;
    }
    #overlay {
        height: 380px;
    }
}
@media screen and (max-width: 768px){
	.div-suplier{background:0 0 !important; border-top:1px solid #f5f6f7; border-bottom: 1px solid #f5f6f7}
	.div-suplier .logo{width:80px !important; padding-left: 0.7rem}
	.div-suplier .name{font-size:13px !important}
	.div-suplier .view{padding:5px 10px !important}
	.div-suplier .value{text-align: center}
	.div-suplier .row.mobile{
		font-size: 0.88rem;
		
	}
    .product-list .item .product-name {
        min-height: 55px;
    }
}
@media (max-width: 600px) {
    .header-indexpg nav {
        margin-right: 0;
        margin-top: 0.6rem;
    }
    .header-indexpg .menu-left {
        padding-left: 0 !important;
    }
    .header-indexpg nav .menu-left li {
        margin-right: 1rem;
        font-size: 0.78rem !important;
    }
    .header-indexpg .menu-right .fm-language li {
        margin-right: 1rem;
    }
    .header-indexpg .menu-right .fm-language img {
        width: 22px;
        height: 22px;
    }
    .header-indexpg .menu-left .search-mobile {
        display: block;
    }
    .header-indexpg .menu-left .search-mobile a {
        color: #fff !important;
    }
    .header-mobile-search {
        display: block;
        background: #fff;
        padding: 1rem;
        -webkit-box-shadow: 0 35px 44px -22px rgb(0 0 0 / 52%);
        -moz-box-shadow: 0 35px 44px -22px rgba(0, 0, 0, .52);
        box-shadow: 0 5px 4px -2px #cdcdcd;
        width: 100%;
    }
    .header-mobile-search.input-group,
    .header-mobile-search input,
    .header-mobile-search button {
        border-radius: 0;
    }
    .header-mobile-search input {
        font-size: 0.8rem;
        line-height: 1.75;
    }
    .header-mobile-search button {
        background-color: #52bad5;
        border: 1px solid #2C9AB7;
        color: #fff;
        font-size: 0.88rem;
    }
    .header-indexpg .menu-right a {
        font-size: 1rem;
        padding-right: 0.8rem;
        color: #fff;
    }
    .header-mainpg .header-search-box {
        display: none;
    }
    .container.header-spacing-top .mt-4 {
        margin-top: 0.6rem !important;
    }
    .header-mainpg .header-logo {
        padding-left: 0.5rem;
    }
    .header-line hr {
        margin: 0.8rem 0 0;
    }
    #overlay {
        height: 300px;
    }
    .product-list .item .b-product-img {
        min-height: 170px;
    }
    .product-list .item .product-name {
        min-height: 52px;
    }
}

@media (max-width: 420px) {
    .header-indexpg nav ul {
        padding-left: 0.5rem;
    }
    .header-indexpg .menu-right .fm-language li {
        margin-right: 0.58rem;
    }
    #overlay {
        background-position: 82%;
        height: 245px;
    }
    .product-list .item {
        padding: 1.1rem;
    }
    .product-list .item .product-name {
        font-size: 0.95rem;        
    }
    .product-list .item .text-muted {
        font-size: 0.8rem;
    }
    .page-title {
        padding-left: 0.88rem;
    }
    .btn {
        font-size: 0.8rem !important;
    }
    .product-list .item .b-product-img {
        min-height: 130px;
    }
}

@media (max-width: 320px) {
    .header-indexpg nav ul li {
        margin-right: 15px;
        letter-spacing: 1px;
    }
    .product-list .item {
        padding: 0.8rem;
    }
    .product-list .item .product-name {
        font-size: 0.88rem;
    }
}