.container{

  width: auto!important;

}

.block-title img{

    max-width: 100%;

}

.col-md-2 h4.grey{

    font-size: 16px;

}

ul.online-users{
    padding-left: 0;
    padding-right: 0;
}

.right .follow-user div{
    margin-left: 0;
}

.sanvuon > h5{
    font-weight: bold;
    text-transform: uppercase;
}

@media (min-width: 992px) {

.col-md-1, .col-md-2, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {

    float: left;

  }

  .col-md-3{

    float: left;

}

}
.hotline {
    padding: 10px 15px 10px 10px;
    border-radius: 30px;
    background: red;
    margin-right: 20px;
}
.hotline .phone-icon {
    width: 30px;
    height: 30px;
    left: 10px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/assets/cms/uploads/images/hotline.png) no-repeat center center;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: rotation-pulse 1s infinite ease-in-out;
    -moz-animation: rotation-pulse 1s infinite ease-in-out;
    -o-animation: rotation-pulse 1s infinite ease-in-out;
    animation: rotation-pulse 1s infinite ease-in-out;
}
.hotline span {
    margin-left: 35px;
    color: rgba(255, 255, 0, 1);
    font-size: 20px;
}
.hotline-container {
    position: fixed;
    left: 10px;
    bottom: 50px;
    z-index: 1000;
    display: flex;
    flex-direction: row;
}
@keyframes rotation-pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;
	 }
	 25% {
		-webkit-transform: scale(0.5);
		opacity: 0.1;
	 }
	 50% {
		-webkit-transform: scale(0.75);
		opacity: 0.3;
	 }
	 75% {
		-webkit-transform: scale(1);
		opacity: 0.5;
	 }
	 100% {
		-webkit-transform: scale(1.5);
		opacity: 0.0;
	 }
}