@media screen and (min-width: 960px){
    .menutopPc{
        display: flex;
        flex-direction: row;
        height: 40px;
        background-color: #afdbf0;
        align-items: center;
        padding-left: 9px;
        position: fixed;
        z-index: 1;
        width: 100%;
    }
    .menutopMobi{
        display: none;
    }
}
@media screen and (min-width: 760px) and (max-width: 959px){
    .menutopPc{
        display: flex;
        flex-direction: row;
        height: 40px;
        background-color: #afdbf0;
        align-items: center;
        padding-left: 9px;
        position: fixed;
        z-index: 1;
        width: 100%;
    }
    .menutopMobi{
        display: none;
    }
}
@media screen and (max-width: 759px){
    .menutopPc{
        display: none;
    }
    .menutopMobi{
        height: 40px;
        background-color: #afdbf0;
        display: flex;
        align-items: center;
        padding-left: 9px;
        position: fixed;
        z-index: 1;
        width: 100%;
    }
}
.bannerTop{
    width: 100%;
    padding-top: 40px;
}

.ListMenuPc{
    margin-left: 9px;
    margin-right: 9px;
}
.ListMenuPc a{
    text-decoration: none;
    color: black;
}
/* Menu top */
.clickmenu{
    cursor: pointer;
}
.clickmenu a{
    color: black;
}
#idDivClick1{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#idDivClick2{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.DropMenuPc.show {display: block !important;}

.DropMenuPc {
    display: none;
    position: absolute;
    width: 400px;
    overflow: auto;
    z-index: 1;
    text-align: left;
}
  
.DropMenuPc a {
    color: rgb(16, 0, 235);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: rgb(172, 198, 238);
}
a{
    text-decoration: none;
}
.DropMenuPc a:hover{
  background-color: #09f09b;
}
.menutopMobi span{
    cursor: pointer;
} 
.containMenuMobi{
    display: none;
    overflow: hidden;
    background-color: #717f89;
    padding-top: 9px;
    padding-left: 9px;
    position: fixed;
    z-index: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 40px;
}
.DropMenuMobi {
    display: none;
    width: 400px;
    overflow: auto;
    text-align: left;
    margin-left: 20px;
}
  
.DropMenuMobi a {
    color: rgb(16, 0, 235);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-color: rgb(172, 198, 238);
}

.DropMenuMobi a:hover{
  background-color: #09f09b;
}
/* hết CSS menu */

/* css banner top */
    * {box-sizing: border-box}
    body {font-family: Verdana, sans-serif; margin:0}
    .mySlides {display: none}
    .mySlides img{
        width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
    img {vertical-align: middle;}

    /* Slideshow container */
    .slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    }

    /* Next & previous buttons */
    .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    }

    /* Caption text */
    .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    }

    .active, .dot:hover {
    background-color: #717171;
    }

    /* Fading animation */
    .fade {
    animation-name: fade;
    animation-duration: 1.5s;
    }

    @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
    .prev, .next,.text {font-size: 11px}
    }
/* Kết thúc banner top */
.ListMenuMobi img{
    width: 40px;
    cursor: pointer;
}
.ListMenuMobi a{
    text-decoration: none;
    color: black;
}
.shopcartmenu img{
    width: 40px;
    cursor: pointer;
}