/*
Theme Name: Media theme
Description: This is a child theme for Flatsome Theme
Author: https://nguyenvannam.id.vn/
Template: flatsome
Version: 3.0
*/
::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}
::-webkit-scrollbar-thumb {
    background: #FFC107;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){

}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){

}