/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.2
*/

.clsTieuDe{
    text-align: center;
    margin-bottom: 10px;
}
.clsTieuDe > p {
    background-color: #C10101;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 15px;
    border-width: 4px;
    border-radius: 8px;
    border-style: double;
    border-color: rgb(255, 255, 255);
    display: inline-block;
}

.box-content {
    border: 1px dashed #999;
    padding: 15px 20px 15px 35px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
.box-content::before{
    content: '';
    width: 3px;
    background-color: white;
    margin-right: 10px;
    border-width: 3px;
    border-radius: 6px;
    border-style: double;
    border-color: red;
    position: absolute;
    top: 15px;
    left: 15px;
    height: 66%;
}
.box-content h5 {
    color: red;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.box-content p {
    margin: 0;
    color: #333;
    font-size: 16px;
}

.row.SanPhamTrangChu:not(.row-collapse){
    border: 1px dashed #999;
    background-color: #f2f2f2;
    margin-left: 5px;
    margin-right: 5px;
}


.Txtmohinhkinhdoanh{
    margin-bottom: 10px;
    color: red;
    font-weight: bold;
}
.Txtmohinhkinhdoanh .arrow-tong {
    color: red;
    font-size: 20px;
    margin-right: 5px;
}
.clsContentMoHinhKinhDoanh ul, .clsContentMoHinhKinhDoanh ul li{
    margin-left: 0px;
    list-style: none;
}
.clsContentMoHinhKinhDoanh ul li{
    border: 3px double red;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 8px;
    font-weight: bold;
}

.clsTieuDe.btnXemChiTiet > p{
    background-color: #F6CC20;
    color: black;
    cursor: pointer;
}

#top-link {
    color: white;
    background: #119744;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(71, 254, 126, 0.5);
    box-shadow: 0px 0px 15px 3px rgba(71, 254, 126, 0.5);
    -webkit-animation: mahmud 2s infinite;
    animation: mahmud 2s infinite;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
}
@-webkit-keyframes mahmud {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 15px;
  }
}

@keyframes mahmud {
  0% {
    margin-bottom: 0px;
  }
  50% {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}