.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width:992px) {
    .container {
        width:100%;
    }
    .hidden-md{
        display: block
    }
    .detail_video_youtube iframe{
        width: 100%;
        height: 350px;
    }
    .item_video iframe{
        width: 100%;
        height: 250px;
    }
    .tu_van_btn_hover_gradient {
        padding: 10px 15px 10px 15px;
        font-size: 12px;
        left: 10px;
        bottom: 20px;
    }
    .img_dai_su {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        
    }
    #form_tu_van_thong_tin {
        margin-left: 0px;
        position: relative;
        z-index: 1;
        opacity: 0.92
    }
}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .breadcrumbs-wrap{
        display:none
    }
    .logo-src img{
        width: 100px;
        height: auto;

    }
    .logo-src{

        margin: 10px 0;
    }
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    
}
@media (min-width:500px) and (max-width:991px) {

}
@media (min-width:500px) {
	.nv-infodie {
        width:500px;
        top: 100px;
        left: 0;
        right: 0;
    }
}
@media (min-height:500px) {
    .container {
        width:100%;
    }
    .nv-infodie {
        height:500px;
        top:5%;
    }
}
@media (min-width:768px) {
    .container {
        width:100%;
    }
    
}
@media (min-width:992px) {
    .container {
        width:100%;
        max-width:1170px;
    }
}
@media (min-width:1200px) {
    .container{
        width:1170px;
    }
}
