@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: bướng;
*/
/*=====================================responsive====================================*/
@media (min-width: 1200px) {
	.boxt-tt-right-top .text-box-tt-1 {
		height: 192px;
	}
}
@media (max-width: 768px) {
	p {
		text-align: justify;
	}
	.img-tintuc img {
	    max-width: 100%;
	}
	.img-tintuc {
	    width: 100%;
	    float: none;
	    margin-bottom: 10px;
	}
	.title-ft {
		padding-top: 20px;
	}
	.wp-text-box-gt p {
		text-align: justify;
	}
	.title-danhmuc a.view-all {
		display: block;
		position: absolute;
		width: 100%;
		opacity: 0;
	}
	.footer-chinh .row .col-md-3:nth-child(3) {
		clear: both;
	}
	.copy-right p {
		height: auto;
	    flex-wrap: wrap;
	    line-height: 1.4;
	    padding: 5px 0px;
	}
	.copy-right p span {
		width: 100%;
		text-align: center;
	}
	.wp-box-tt-right {
		width: 100%;
	}
	.wp-box-tt-left {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.wp-img-box-gt {
		margin-bottom: 10px;
	}
	.wp-box-tt-left {
		padding-left: 0px;
	}
	.boxt-tt-right-top .img-box-tt-1 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.boxt-tt-right-top .text-box-tt-1 {
		overflow: inherit;
	}
}
/*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;
	}
}