/*
Theme Name: Wordpress_Mr.C
Author: the DEV team
Version: 1.7
License: GNU General Public License v2 or later
*/

body{
    font-size: 13px;
    font-family: Arial;
    padding: 0px;
    margin: 0px;
    background: #e5e5e5;
}

#page{
    max-width: 1190px;
    margin: 0 auto;
}
.container{
    margin: 0 auto;
    max-width: 100%;
    padding: 0px;
}
img{
    max-width: 100%;
    height: auto;
}
.menu-main-top ul li{
    list-style: none;
    display: inline-block;
    transition: all 0.5s ease;
    position: relative;
}
.menu-main-top{
    background: #30c4ec;
    position: relative;
}
.baner-main-top a{
    line-height: 0px;
    display: block;
}
.menu-main-top ul li a{
    display: block;
    color: #ffff;
    text-transform: uppercase;
    padding: 10px 30px;
}
.menu-main-top ul li:hover{
    background: #ff0000;
    transition: all 0.5s ease;
}
.menu-main-top ul{
    position: relative;
    min-width: 220px;
}
.menu-main-top ul li ul{
    position: absolute;
    z-index:99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.menu-main-top ul li ul li{
    display: block;
    background: #30c4ec;
    transition: all 0.5s ease;
    border-bottom: 1px solid #ffff;
}
.menu-main-top ul li ul li ul{
    top: 0;
    left: 100%;
}
.menu-main-top ul li:hover ul{
    opacity: 1;
    visibility: inherit;
    transition: all 0.5s ease;
}
.menu-main-top ul li:hover ul li ul{
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.menu-main-top ul li ul li:hover ul{
    opacity: 1;
    visibility: inherit;
    transition: all 0.5s ease;
}
.menu-footer-copyright ul li{
    list-style: none;
    display: inline-block;
}
.menu-footer-copyright ul li a{
    display: block;
    color: #ffff;
    text-transform: uppercase;
    padding: 0px 15px;
    border-left: 1px solid;
}
.title-footer-main h4{
    font-size: 15px;
}
.menu-footer-main-1 ul li{
    list-style: none;
    display: block;
}
.menu-footer-main-1 ul li a{
    color: #ffff;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}
.menu-footer-main-1 ul li:hover a{
    text-decoration: underline;
}
.topal-slider .owl-prev{
    position: absolute;
    left: 2%;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    top: 45%;
    background: rgba(0,0,0,0.5) !important;
    font-size: 30px !important;
    line-height: 0 !important;
    color: #ffff !important;
    outline: none;
}
.topal-slider .owl-next{
    position: absolute;
    right: 2%;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    top: 45%;
    background: rgba(0,0,0,0.5) !important;
    font-size: 30px !important;
    line-height: 0 !important;
    color: #ffff !important;
    outline: none;
}
.topal-slider .owl-nav{
    margin:0px;
}
.title-lienhe-main h2{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 8px 20px;
    border-left: 5px solid #808080;
    /* margin: 0px 15px; */
    border-bottom: 1px solid #808080;
    background: #eee;
}
.form-contact-box input{
    width: 100%;
    border:1px solid #000;
    height: 30px;
    text-indent: 10px;
}
.title-form{
    padding-bottom: 10px;
}
.form-contact-box textarea{
    width: 100%;
    border:1px solid #000;
    height: 50px;
}
.form-contact-box input[type='submit']{
    background: #286090;
    width: 100px;
    color: #ffff;
    font-size: 14px;
    text-transform: uppercase;
    height: auto;
    padding: 5px;
    margin: 10px 0px;
    border-radius: 5px;
}
.img-tra-cuu-bao-hanh{
    line-height: 0;
    border-radius: 10px;
    display: block;
}
.img-tra-cuu-bao-hanh img{
    border-radius: 10px;
}
.title-produts-home h2{
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    background: url(../Ithems/images/bg-menu-center.png) no-repeat center center;
    margin: 0px;
    margin-top: 10px;
}
.title-produts-home h2 a{
    font-size: 17px;
    color: #ffff;
    display: block;
}
.for-menu-center a{
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
    max-height: 240px;
    border: 1px solid #000;
}
.for-menu-center a img{
    transition: all 0.8s ease;
}
.for-menu-center a:hover img{
    transform: scale(1.2);
    transition: all 0.8s ease;
}
.nav-main-achiver{
    background: #30c4ec;
    padding: 10px;
    color: #ffff;
}
.nav-main-achiver a,.woocommerce-breadcrumb{
    color: #ffff !important;
}
.title-product-main h3{
    margin: 0px;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 600;
    background: #808080;
}
.title-product-main h3 a{
    color: #fff;
    display:block;
}
.price-main{
    background: #eee;
    color: #a00404;
    padding: 5px 0px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.items-products-manin{
    border:1px solid #000;
}
.img-main-products a{
    display: block;
    line-height: 0;
    margin:10px;
    overflow: hidden;
}
.img-main-products a img{
    transition: all 0.8s ease;
}
.img-main-products a:hover img{
    transition: all 0.8s ease;
    transform: scale(1.2);
}
.des-main h2,.tab-content h2,.body-dinger-main h2{
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0px;
}
.des-main h3,.tab-content h3,.body-dinger-main h3{
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0px;
}
.des-main h4,.tab-content h4,.body-dinger-main h4{
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0px;
}
.des-main h5,.tab-content h5,.body-dinger-main h5{
    font-size: 13px;
    font-weight: 700;
    margin: 10px 0px;
}
.title-singer-main h1{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    z-index: 99;
    margin: 10px;
    background: #ffff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.woocommerce-product-gallery{
    overflow: hidden;
    padding:10px;
    border:1px solid #ccc;
    margin-bottom: 25px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper a{
    display: block;
    line-height: 0;
}
.tab-content{
    line-height: 25px;
}
.menu-mobile a{
    display: table;
    font-size: 20px;
}
.menu-mobile{
    display: none;
}
.banner-mobile{
    display: none;
}
#submit-filter-patient,.show-btn-how{
    background: #ffd800;
    border: none;
    padding: 5px 20px;
    font-weight: bold;
    color: #fff;
    margin: 5px 0px;
    border-radius: inherit;
    outline: none;
}
.filter-patient input{
    outline: none;
    font-size: 14px;
}
.filter-patient-result table{
        border: 1px solid #ccc;
}
.menu-danhmuc ul li a{
    display: block;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: none;
}
.menu-danhmuc ul li{
    list-style: none;
}
.menu-danhmuc ul li:last-child a{
    border-bottom: 1px solid #ccc;
}
.thongtintruycap .content-box-widget-sidebar{
    background: #00afef; 
    font-size: 18px;
    color: #ffff;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-align: center;

}
.sho-acs{
    position: absolute;
    top: 8px;
    right: 0;
}
#menu-menu-header-1 li a{
    text-transform: uppercase;
}
.logo-footer-main{
    height: 100%;
    display: flex;
    align-items: center;
}