.content-left{
	float: left;
	width: 700px;
}
.content-right{
	float: right;
	width: 300px;
}
.content-trangloai {
    max-width: 1600px;
    width: 1000px;
    margin: auto;
    text-align: center;
   
    margin-top: 80px;
}

.trangloai-hot-bot-li:first-child, .trangloai-hot-bot-li:nth-child(odd)  {
    margin-left: 0;
}
.trangloai-hot-bot-li {
    width: 320px;
    margin-top: 7px;
    margin-left: 26px;
    margin-bottom: 25px;
    background-color: #FFF;
    position: relative;

}
.trangloai-hot-bot-li:hover
{
     box-shadow: 5px 5px 10px #ccced5;
}
.trangloai-bot-li-img-ct
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 2; 
    overflow: hidden;
    display: flex;align-items: center;justify-content: center;
    color: #FFF;
}
.trangloai-hot-bot-li:hover .trangloai-bot-li-img-ct
{
    width: 100%;
    height: 100%;
}
.trangloai-bot-li-img-mautren
{
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
     transition: 0.5s;
    background-image: linear-gradient(#2D3389, #181459);
    opacity: 0.3;
    z-index: 1;
}
.trangloai-hot-bot-li:hover .trangloai-bot-li-img-mautren
{
    height: 100%;
    transition: 0.5s;

}
.trangloai-hot-bot-li a {
    text-decoration: none;
    color: #5d5d5d;
}
.service-trangloai
{
    background-color: #FFF;
}
.trangloai-bot-li-img {
    width: 100%;
    height: 177px;
 	overflow: hidden;
    position: relative;
}
.trangloai-bot-li-img img{
    width: 100%;
}

.bottom-right-price {
    position: absolute;
    top: 140px;
    z-index: 10;
    left: 0px;
    color: white;
    padding: 0px 5px 0px 15px;
    margin-left: -5px;
    height: 25px;
    display: flex;
    align-items: center;
    background-color: #ee5849;
}
.trangloai-bot-li-text
{
	min-height: 160px;max-height: 160px;
	position: relative;
}
.trangloai-bot-li-text-tieude{
    text-align: left;
    font-size: 20px;
    padding: 5px 8px;
    color: #3a3a3c;
    font-weight: bold;
}
.trangloai-bot-lo-descripton{
    font-size: 14px;
    font-family: Roboto, sans-serif;
    text-align: left;
    padding: 0px 4px 8px 8px;
}
.trangloai-bot-lo-text-info-noidung{
	position: absolute;
	bottom: 0;
    font-family: Roboto, sans-serif;
    padding: 8px 10px 10px 10px;
}
.trangloai-bot-lo-text-info-noidung img{
    padding: 3px 8px 3px 8px;
    margin-right:3px; 
    background-color: #2c55a5;
    border-radius: 4px;
    vertical-align: top;
}
.trangloai-bot-lo-text-info-dangki{
    font-family: Roboto, sans-serif;
    padding: 8px 10px 10px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.service-list, .support-list{
    list-style-type: none;
}
.service-list li{
    text-align: left;
    padding: 10px 15px;
    font-size: 14px;
     color: #5d5d5d;
    border-bottom:1px dashed lightgray;
      font-weight: bold;
}
.service-list  a li{
    text-decoration: none;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: bold;
     border-bottom:1px dashed lightgray;
}
a
{
    text-decoration: none;
}
.active-menu li
{
    background-color:#2c55a5;
    color: #FFF !important;
     border-top: 1px solid #FFF;
}
.service-list li:last-child{
   /* border-bottom:none;*/
}
.title-sidebar{
    background-color: #2c55a5;
    padding: 10px;
    text-align: center;

}
.service-list li:hover
{
    background-color: #2c55a5;
    border-top: 1px solid #FFF;
}
.service-list a:hover li
{
    color: #FFF;
}
.title-sidebar h3{
    color: white;
}
.support-trangloai{
    background-color: #ffffff;
    margin-top: 20px;
}
.support-list{
    margin-top: 30px;
}

.support-list li{
    text-align: left;
    padding: 7px;
    margin: 15px 20px 15px 20px;
    border:1px solid #dddddf;
    color: #5d5d5d;
}
.support-list li img{
    width: 25px;
    vertical-align: middle;
}
.support-phone{
    color: #f0592c;
}
.support-contact{
    background-color: #2c55a5;
    color: white;
    padding: 20px;
 /*   margin: 28px 20px 5px 20px;*/
    text-align: left;
    border-radius: 5px;
}
.contact-text{
    font-size: 14px;
    padding: 7px 0 5px 0;
    font-family: Roboto, sans-serif;
}
.pagination {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}
.pagination a {
    color: #2c55a5;
    float: left;
    margin: 5px;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border-radius: 7px;
    border: 1px solid #2c55a5;
}
.pagination a.active {
    background-color: #2c55a5;
    color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;}


@media only screen and (max-width: 768px) and (min-width: 480px){
    
    .content-trangloai {
        width: 100%;
        margin: auto;
        margin-top: 20px;
        height: auto;
    }

    .content-left{
        float: none;
        width: 100%;
    }

    .trangloai-hot-bot-li {
        width: 45%;
        margin: 2.5% !important;
        border: none;
    }
    .trangloai-bot-li-img {
       
    }
    .trangloai-bot-li-img img {
        height: auto;
    }


    .content-right{
        margin: 30px 0px 10px 0px;
        float: none;
        width: 100%;
        display: inline-block;
    }
    
}

@media only screen and (max-width: 480px){

    .content-trangloai {
        width: 100%;
        margin: auto;
        margin-top: 20px;
        height: auto;
    }


    .content-left{
        float: none;
        width: 96%;
        margin: 0 2%;
    }

    .trangloai-hot-bot-li {
        width: 100%;
        margin: 0;
        border: none;
        margin-top: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #5d5d5d;
    }
    .trangloai-bot-li-img {
        
    }

    .trangloai-bot-li-img img {
        height: auto;
    }

    .content-right{
        margin-top: 30px;
        margin-bottom: 15px;
        float: none;
        width: 100%;
        display: inline-block;
    }
}