@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
}

a,
p,
h1 {
    font-family: "Open Sans";
}

.offcanvas-header {
    display: none;
}

.img-report {
	width: 40%
}

.menu-off {
    display: none;
}

.dnounce-describe a, .list-black-title span a{
	pointer-events: none;
  	cursor: default;
  	color: #333333 !important;
}

.background-full-page {
    position: relative;
    background-image: url("../img/bgr-home-2.png");
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.list-black-item ul li {
	margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    line-height: 24px;
}

.header.row {
    padding: 30px 0;
}

.header div ul {
    display: flex;
    line-height: 38px;
    margin: 0;
}

.header div ul li {
    list-style: none;
    margin-right: 35px;
}

.header div ul li a {
    color: white;
    text-decoration: none;
    font-family: "Open sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.header div ul li a:hover {
    color: rgb(211, 211, 211);
}

.btn-report {
    width: 188px;
    height: 38px;
    border: none;
    border-radius: 5px;
    background: white;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: red;
}

.header-offcanvas div button {
    width: 160px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background: white;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 50px;
    color: red;
}

.header div button:hover,
.header-offcanvas div button:hover {
    background: red;
    color: white;
}

.search {
	margin-top: 140px;
    margin-bottom: 60px;
}

.search .input-group>.form-control,
.input-group>.form-select {
    padding: 10px 50px 10px 15px;
    border-radius: 40px !important;
}

.search .input-group input.form-control {
	height: 38px;
}

.search .input-group button {
    position: absolute;
    right: 15px;
    background: none;
    top: 8px;
    border: none;
    z-index: 99;
}
.breadcrumb-item+.breadcrumb-item::before {
	font-size:21px
}

.search .input-group button:hover .bi {
    color: red;
    display: inline;
}

.news-slide {
    /* padding-top: 110px; */
    position: absolute;
    bottom: 50px;
    right: 70px;
    width: 90%;
}

.top-slider {
	position: absolute;
	bottom: 70px;
}

.news-slide-content {
    display: flex;
}

.news-silde-item {
    padding: 0 20px;
    min-width: 150px;
}

.news-title {
    background: black;
    padding: 5px 10px;
}

.news-silde-item .news-img img {
	min-width: 150px;
}

.news-img img {
    width: 100%;
}

.background-full-page .footer {
    background: beige;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.footer ul {
    display: flex;
    margin: 0;
    padding: 0
}

.footer ul li {
    list-style: none;
    margin-right: 50px;
}

.footer ul li a {
    line-height: 40px;
    font-size: 16px;
    color: black;
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.footer-content p {
    margin: 0;
    line-height: 40px;
}

.news-title a {
    color: white;
    text-decoration: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    font-size: 26px;
    /* margin-left: 50px; */
    width: 100%;
    text-align: end;
    margin-top: -15px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.header-offcanvas {
    display: none;
}

.header-pages {
    background-image: url("../img/bgrbaner.png");
    background-size: cover;
    width: 100%;
}

.breadcrumb {
    padding: 10px 0 0 0;
    background: none;
}

.choosefile {
	border: 1px solid #c2c2c2
}
.choosefile:hover {
	background: #28a745;
	color: white;
}
.choosefile:focus {
	outline-style: none
}
.breadcrumb nav ol li a {
    color: black;
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
}

.search-item form div button {
    width: 150px;
    height: 40px;
    border: none;
    background: red;
    color: white;
    font-size: 16px;
    line-height: 21px;
    border-radius: 5px;
}
.search-item form div button:hover {
    background:rgb(180, 30, 30);
}
.search-item form div label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 30px;
}

.search-item {
    border: 1px solid lightgray;
    padding: 20px;
    border-radius: 10px;
}

.list-black {
    width: 100%;
    padding: 30px 0;
}

.list-black-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid lightgray;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.list-black-content {
    width: 80%;
    display: flex;
}

.list-img {
    width: 25%;
    margin-right: 10px;
}

.list-img img {
    width: 100%;
}

.list-black-title {
        width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-black-title a {
    font-size: 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 162.68%;
    color: #1a1a1a;
    text-decoration: none;
}
.list-black-title a:hover {
    color: red;
}
.list-black-title p {
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    line-height: 24px;
}

.list-black-date {
	width:20%;
	justify-content: end;
    display: grid;
    align-content: center;
}

.warning {
    padding: 30px;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin-bottom: 30px;
}

.warning-title h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 151.68%;
    color: #1a1a1a;
}

.warning-content p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #767676;
}
.buton-warning button:hover {
	color:white
}
.buton-warning button {
    width: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162.68%;
    color: white;
    border-radius: 10px;
    border: none;
    background: red;
    height: 45px;
}
.buton-warning button:hover {
    background: rgb(180, 30, 30);
}
.content-footer {
	position: relative;
}
.page-list nav ul li a {
    font-size: 13px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1a1a1a;
}

.footer {
    background: beige;
    width: 100%;
}

.denounce-detail {
    margin-bottom: 30px;
}

.denounce-detail-content {
    padding: 20px;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin-bottom: 30px;
}

.denounce-title h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 151.68%;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.dnounce-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
    font-weight: 600;
}

.dnounce-describe {
	font-weight: 600
}
.text-one-line {
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dnounce-card.dnounce-info p input {
    border: none;
    text-align: end;
}

.dnounce-card.dnounce-info p button {
    border: none;
    background: none;
}

.title-page p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162.68%;
    color: white;
}
.text-2-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-1-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.dnounce-form-item {
    padding: 30px 0;
    width: 100%;
}

.title-form h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 151.68%;
    color: #1a1a1a;
}

.modal-header {
    background-image: url("../img/bgrbaner.png");
    background-size: cover;
}

.modal-footer {
    background-color: #f9f9f9;
}

.modal-header .close {
	width: 50px;
}

.modal-header {
    flex-direction: column;
}

.btn-closee {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.page-list {
    margin-bottom: 40px;
}

.page-item.active .page-link {
	background-color: #ff0000;
    border-color: #ff0000;
}

.title-page {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.title-page h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: white;
}

.btn-submit input {
    width: 130px;
    height: 40px;
    border: none;
    border-radius: 10px;
    color: white;
    background: red;
}
.btn-submit input:hover {

    background:rgb(180, 30, 30);
}
.btn-submit {
    width: 100%;
    text-align: center;
}

/* news-page */
.new-title {
    margin: 10px 0;
}

.new-title a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 151.68%;
    text-decoration: none;
    color: #1a1a1a;
}

.new-title p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1a1a1a;
    margin: 10px 0px;
}

.content-right-title {
    margin: 5px 0;
}

.content-right-item {
    width: 100%;
    margin-bottom: 30px;
}

.content-right-img a img {
    width: 100%;
}

.content-right-title a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #1a1a1a;
    text-decoration: none;
}

.box-title,
.right-2-title {
    border-bottom: 1px solid red;
}

.box-title h3,
.right-2-title h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: red;
}

.box-right,
.box-right-2 {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #E0E0E0;
    margin-bottom: 30px;
}

.box-content-item {
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E0;
}

.right-2-item {
    padding: 20px 0;
    display: flex;
}

.box-content-item a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162.68%;
    text-decoration: none;
    color: #1a1a1a;
}

.right-2-item img {
    width: 85%;
    margin-right: 10px;
}

.right-2-link a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 21px;
    text-decoration: none;
}

.list-news {
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 15px;
}

.list-news-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.list-img a img {
    width: 100%;
}

.list-news-title {
	width: 95%;
}

.list-news-title a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 151.68%;
    text-decoration: none;
    color: #1a1a1a;
}

.list-news-title a:hover,
.new-title a:hover,
.content-right-title a:hover,
.box-content-item a:hover,
.right-2-link a:hover {
    color: red;
}

.new-title h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-news-title span {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-news-title p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 162.68%;
}

.right-2-link {
    display: grid;
    align-content: center;
    width: 60%
}

.news-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.news-btn button {
    width: 135px;
    height: 40px;
    border: none;
    border-radius: 10px;
    color: white;
    background: red;
}

.news-btn button:hover {
    background: rgb(196, 84, 84);
}

/* news-detail-page */
.news-detail-title h1 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #1a1a1a;
}

.news-detail-social {
    margin: 20px 0;
    display: flex;
    /* justify-content: flex-start; */
}

.news-detail-social a {
    margin-right: 20px;
}

.detail-title h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 151.68%;
    color: #1a1a1a;
}

.detail.content p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #505050;
    line-height: 162.68%;
}

.detail.content .img-det img {
    width: 100%;
}

.detail.content .img-det p {
    text-align: center;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.detail.content ul li {
    color: #1a1a1a;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 198.68%;
}

.theme {
    display: flex;
}

.theme a {
    /* padding: 0 10px; */
    border: 1px solid lightgray;
    text-decoration: none;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    width: 115px;
    font-size: 12px;
    color: #1a1a1a;
    line-height: 25px;
    border-radius: 30px;
    text-align: center;
    height: 30px;
}

.list-title {
    margin-bottom: 25px;
}

.list-title h3 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 151.68%;
    color: red;
}

.j-content {
	justify-content: end;
}
.dnounce-info i, .dnounce-describe i {
	color:red
}

@media only screen and (max-width: 768px) {
    .header {
        display: none;
    }

    .header-offcanvas {
        display: inline;
    }
    .footer ul {
    	justify-content: center;
    }
    .j-content {
    	justify-content: center;
    }

    .menu-off {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }

    .footer ul li {
        list-style: none;
        margin: 0 20px;
        text-align: center;
    }
    .news-slide {
    display: none
    }
    
    .display-mobile {
    display: flex;
    flex-direction: column;
}

    .search {
        margin-bottom: 30px;
        margin-top: 170px;
    }

    .news-slide {
        position: fixed;
        bottom: 100px;
        right: 22px;
        width: 90%;
    }

    .slick-next:before {
        margin-left: -30px;
    }

    .slick-prev:before {
        margin-right: -30px;
    }

    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

    /* news-page */
    .list-news-item {
        flex-direction: column;
    }

    .list-img {
        width: 100%;
        margin-right: 10px;
    }

    .news-btn {
        margin-bottom: 30px;
    }

    .modal-form {
        padding: 10px 10px;
    }

  
    .list-black-content {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .list-black-item {

        flex-direction: column;
    }
    .list-black-title {
    	width: 100%;
        margin-top: 7px;
    }
    .list-black-date {
    	width:100%;
    	justify-content: start;
    	margin-top: 5px;
    }

}



@media (min-width:768px) and (max-width:1199px) {
    .header div ul li {
        margin: 6px 13px;
    }

    .news-slide {
        right: 40px;
    }
    
    .list-black-content {
        width: 100%;
    }


    .list-black-date {
        justify-content: center;
        margin-top: 15px;
    }   
    .al-end {
    	text-align: center !important;
    	margin-top: 150px;
    }

    .warning {
        padding: 15px;
    }

    .list-news-item {
        flex-direction: column;

    }

	.list-black-title {
		width:70%
	}
    .list-img {
        width:30%;
        padding: 20px;
        top: 20px;
        
    }
    .news-content-right {
        width: 100%;
        display: flex;
    }
    .content-right-item {
        width: 48%;
        margin-bottom: 30px;
        margin-right: 30px;
    }
    
}

.overlaycontainer {
	display: none;
	z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}

.modal-header .close {
    margin-top: -2px;
    color: white;
    opacity: 1;
}
    
.al-right {
	text-align: right;
}

.al-center {
	text-align: center;
}
.al-end {
	text-align: end;
}

@media only screen and (min-width : 1824px) {
	.news-img img {
	    width: 100%;
	    object-fit: cover;
	    object-position: 50% 0%;
	}
}


@media only screen and (min-width : 768px) {
	
}