.bg-pin{
    background-color:#e20169;
}
.color-pin{
    color:#e20169;
}
.bg-blue-webux {
    background-color: #0088CC;
}
.bg-blue-webux-2 {
    background-color: #14415f;
}
.bg-gray{
    background-color: #f2f2f2;
}

#head .nav-item .nav-link{
    color: #fff !important;
}
#menu .nav-item .nav-link {
    color: #fff !important;
    font-weight: bold;
}
.menu-fix {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
}
#menu .navbar-nav .nav-link {
    padding-right: 1.2rem!important;
    padding-left: 1.2rem!important;
}
.cursor{
    cursor: pointer;
}

/* slide  */

.slide_product .carousel-item{
    height:440px !important;
    text-align:center!important;
    background-color: #fff;
}
.slide_product .carousel-inner {
    overflow: hidden;
    height: 440px;
}
.slide_product .carousel-item  img{
    max-width: 100% !important;
    height:100% !important;
}

.carousel-indicators {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.slide_product .carousel-indicators li {
    width: 150px !important;
    height: 85px !important;
    overflow: hidden !important;
    border-bottom:unset !important;
    background-color: #6b6b6b !important;
    background-size: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    opacity: 1 !important;
}
.slide_product .carousel-indicators li img{
    border: 1px solid #6b6b6b!important;
   
}
.slide_product .carousel-indicators {
    bottom: -120px!important;
}

.table_product td,.table_product th {
    border: 1px solid #dee2e6;
    padding: 5px;
}
.slide_product .carousel-indicators {
    position: unset !important;;
}
.bg-blue2{
    background-color:#0088CC;
}
.top .nav-link {
    display: block;
    padding: .2rem 1rem;
}
a.a_banner img {
    height: 80px;
    width: auto;
}

a.logo img {
    margin-top: 17px;
}
.mod_product_img {
    overflow: hidden;
    height: 170px;
}
.row_title {
    padding: 20px 0px;
}
.mod_product_img img {
    min-height: 100%;
}

.row_intro {
    background-color: rgb(23 89 151 /20%);
}
.row_intro {
    background-color: rgb(23 89 151 /20%);
    border-radius: 10px;
}
.row_des_intro {
    font-size: 16px;
    font-style: italic;
    padding: 0px 50px;
    text-align: justify;
}
#intro ,#price{
    margin: 50px 0px;
}
img.com_img {
    border-radius: 100%;
}
.footer a{
    color:#fff;
}
.mod_product_title {
    padding: 5px 0px;
}
.desktop-hidden{
    display: none
}
.product_content img {
    max-width: 100%;
    height: auto;
}
.post_content img {
    max-width: 100%;
    height: auto;
}
.img-sm {
    overflow: hidden;
    height: 50px;
}
.img-sm img{
    min-height: 50px;
}
.navbar-toggler {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


/* ////slide  */
@media only screen and (max-width: 416px) {
    .slide_product .carousel-inner {
        overflow: hidden!important;
        height: 364px!important;
    }
    .slide_product .carousel-item {
        height: 364px !important;
    }
    .div_logo{
        text-align: center;
    }
  
}