@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: bướng;
*/
/*=====================================responsive====================================*/
@media (min-width: 1200px) {
	.modal-search .modal-dialog {
	    width: 1200px;
	    top: 30%;
	}
	#slider-ykkh  {
		padding: 0px 90px;
	}
	.container {
		padding: 0px !important;
	}
	.sec-h-02 {
		height: 370px;
	}
	.slider-for .slick-slide img {
		height: 460px !important;
	}
	.wp-thongtin-sp {
		height: 460px !important;
		overflow-y: scroll;
	}
}
@media (min-width: 993px) and (max-width: 1024px) {
	.navbar-default .navbar-nav>li>a {
		padding: 0px 15px;
	}
	.container {
		padding: 0px;
	}
}
@media (max-width: 768px) {
	.wp-fr-lh {
		margin-bottom: 20px;
	}
	.btn-gui-fr {
		text-align: center;
	}
	.btn-tuvan {
		text-align: center;
	}
	.wp-text-ctsp {
		margin-bottom: 30px;
	}
	.wp-thongtin-sp p {
		margin-bottom: 10px;
	}
	.wp-search-fr button {
		height: 60px;
	}
	.wp-search-fr input {
		height: 60px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.wp-ft {
		margin-bottom: 25px;
	}
	.wp-vct-1, .wp-vct-2 {
		margin-bottom: 20px;
	}
	.title-sec h3 span {
		padding: 0 10px;
	}
	.title-sec h3 {
		width: 100%;
		overflow: hidden;
	}
	.wp-qt {
		margin-bottom: 30px;
	}
}
@media (max-width: 600px) {
	.sec-h-04 {
		padding: 30px 0px;
	}
	.title-ft h3 {
		font-size: 20px;
	}
	.input-1 input {
		width: 100%;
	}
	.input-1 {
		display: block;
	}
	.wp-date-view-ct {
		flex-wrap: wrap;
	}
	.wp-item-tin .img-item-tin {
		width: 100%;
		margin-bottom: 10px;
	}
	.wp-item-tin .text-item-tin {
		padding: 0px;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.wp-vct-2 {
		width: 50%;
		margin: 0 auto;
	}
}
/*css menu mobile*/
@media (max-width: 991px) {
	#nav-mobile .ul_mobile {
	    width: 100%;
	    float: left;
	    background: #167edf;
	    padding-bottom: 30px;
	}
	#nav-mobile li.avatar {
	    width: 100%;
	    float: left;
	    height: 45px;
	    text-align: center;
	    padding: 15px 0;
	    margin-bottom: 25px;
	    border-bottom: solid 1px #fff;
	    background: #fff;
	}
	#nav-mobile li.avatar img {
	    width: 50px;
	    height: 50px;
	    position: relative;
	    z-index: 1;
	    border-radius: 50%;
	    border: solid 3px #ebebeb;
	}
	#nav-mobile li.item_li {
	    width: 50%;
	    float: left;
	    border-top: solid 1px #167edf;
	    border-bottom: solid 1px #167edf;
	    text-align: center;
	}
	#nav-mobile li.item_li:nth-child(2) {
	    border-right: solid 1px #167edf;
	}
	#nav-mobile li.item_li a {
	    display: block;
	    color: #fff;
	    padding: 0 15px;
	    text-transform: unset;
	}
	#nav-mobile li.item_li:last-child {
	    width: 100%;
	    border-top: 0px;
	    border-bottom: solid 1px #167edf;
	    padding-bottom: 15px;
	    margin-top: 10px;
	}
}