div#header h1 a{
	font-size: 42px !important;
	font-weight: bold !important;
}

a {
    text-decoration: none;
    color: #fff !important;
}

body::-webkit-scrollbar {
    width: 0px;
}

.modal {
    max-width: 90% !important;
    color: #333 !important;
    font-size: 18px !important;
}

.modal .modal_header {
    width: 100%;
    text-align: center;
}

.modal .modal_header span {
    font-size: 25px;
    color: #de1212;
    text-transform: uppercase;
    font-weight: bold;
}

.modal .modal_content{
	margin-top: 1.2em;
}

.modal .modal_content .row{
	padding-left: 1em;
}

.modal .modal_content .modal_qtn{
	background-color: #3f81b5;
	-webkit-border-radius: 30px;
	padding: 0 !important;
	display: flex;
	justify-content: center;
}

.modal .modal_content .modal_qtn .maquaytn{
	height: 100%;
	background-color: #de1212;
	border-radius: 50em;
	text-align: center;
	display: table;
	border: 2px solid #fff;
}

.modal .modal_content .modal_qtn .maquaytn span{
	color: #fff;
	font-weight: bold;
	display:table-cell;
 	vertical-align:middle;
}

.modal .modal_content .modal_qtn .qtn_info{
	color: #fff;
    font-weight: bold;
}

.modal .modal_content .modal_qtn .qtn_info p{
	margin: 0 !important;
}

.modal .modal_content .modal_qtn .qtn_info p:nth-child(2){
	font-weight: 400 !important;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tenHangDoi{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}