.main-container.container-fluid {
    max-width: 1170px;
}

img {
    max-width: 100%;
}
h1.page-header,
body.not-front h2.block-title{
    padding-bottom: 20px;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    position: relative;
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: bold;
}

h1.page-header::after,
body.not-front h2.block-title::after{
    width: 80px;
    height: 3px;
    content: "";
    background: #1091ff;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 9;
}
body.not-front h2.block-title {
    padding-bottom: 5px;
}
/*------------STYLE DÙNG CHUNG CHUNG------------*/
.views-exposed-form	> div {
    display: inline-block;
}
.views-exposed-form{
	padding: 20px 0;
}

.style_thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 390px;
}
.style_date {
    font-size: 14px;
    position: relative;
    z-index: 2;
    line-height: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}
.style_title a {
    display: block;
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 24px;
    font-weight: bold;
    text-decoration: none;
    color:#17222B;
}
.style_title a:hover {
    color: #2095f3;
}
.style_body {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #17222B;
}

.style_read a {
    font-size: 14px;
    font-weight: 400;
    color: #17222B;
    padding: 10px 18px;
    border: 1px solid #50585f5c;
    line-height: 20px;
    display: inline-block;
    margin-top: 20px;
    transition:0.25s;
    text-decoration: none;
}
.style_read a:hover {
    background: #1091FF;
    color: #FFF;
    border-color: transparent;
}
.style_view_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9EAEB;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    max-width: 50px;
    font-size: 24px;
}
/*-----------END STLE DÙNG CHUNG------------*/
/*----------------START STYLE 01----------------*/
.style_01 {
    display: flex;
    padding-bottom: 50px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 40px;
}
.style_01 .style_thumbnail {
    flex: 1;
}
.style_01 .style_content {
    flex: 1;
    padding-left: 30px;
}
.style_01 .style_body {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin-top: 8px;
}

/*-----------------END STYLE-01---------------*/

/*-----------------START STYLE-02---------------*/
.style_02 .style_date {
    margin-top: 15px;
}
.style_02 {
    margin-bottom: 40px;
}
.style_02 .style_body {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin-top: 8px;
}
/*-----------------END STYLE-02---------------*/
/*--------START STYLE 03-----------*/
.style_03 {
    margin-bottom: 30px;
}
.style_03 .style_body {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.style_03 .style_content {
    background: #fcfcfc;
    padding: 30px;
}
.style_03 .style_thumbnail img {
    height: auto;
}
/*--------END STYLE 03-----------*/

/*------------START STYLE 4-------------*/
.style_04 .style_thumbnail {
    position: relative;
}
.style_04 .style_body {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin-top: 8px;
}
.style_04 .style_thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background: linear-gradient(
0deg
,rgba(0,0,0,.7),transparent);
}
.style_04 .style_content {
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 40px 20px 20px;
    color: white;
}
.style_04 .style_content .style_title a {
    color: white;
    font-size: 18px;
}
.style_04 .style_content .style_title a:hover {
    color: #39dc3e;
}
.style_04 {
    margin-bottom: 30px;
    position: relative;
}

/*------------END STYLE 4-------------*/


/*----------START STYLE 5------------*/
.style_05 {
    margin-bottom: 30px;
}
.style_05 .style_body {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin-top: 8px;
}
.style_05 .style_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #14435c;
    padding: 8px 15px;
    border-radius: 5px;
    bottom: -40px;
    left: 40px;
    padding: 13px 30px;
}

.style_05 .style_thumbnail {
    position: relative;
}

.style_05 .style_content {
    padding: 60px 30px 35px 35px;
    box-shadow: 0px 10px 20px 0px rgb(221 221 221 / 30%);
}
.style_05 .style_date span {
    display: block;
    padding: 5px;
    text-align: center;
}
.style_05 .style_date span:nth-child(1) {
    font-size: 30px;
    margin-bottom: 10px;
}
/*-------END STYLE 5--------*/
/*List tin trang chủ 01*/
.list-news-main_01.style_06 .style_content{
	padding: 25px;
}

.list-news-main_01.style_06 .style_thumbnail img{
	padding: 5px;
}
/*----------START STYLE 06-----------*/
.style_06 {
    margin-bottom: 30px;
}
.style_06 .style_body {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.style_06 .style_content {
    padding: 45px 50px;
    background-color: #fff;

}

.style_06{
	    border: 1px solid #dadada;
    border-top: none;
}

.style_06  .style_read {
    text-align: right;
}
.style_06 .style_title{
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
}
.style_06  .style_read a {
    background-color: #da4453;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 12px;
    padding: 11px 13px;
    border-radius: 4px;
}
.style_06 .style_read a:hover {
    background: #1091FF;
    color: #FFF;
    border-color: transparent;
}
/*-------END STYLE 06---------*/
/*----------START STYLE 07------------*/
.style_07 .style_content {
    background: #fff;
    padding: 40px;
    margin: auto;
    margin-top: -100px;
    position: relative;
    z-index: 9;
    -webkit-box-shadow: 5px 5px 30px rgba(43,41,41,.08)!important;
    box-shadow: 5px 5px 30px rgba(43,41,41,.08)!important;
    width: 80%;
}
.style_07 {
    position: relative;
    margin-bottom: 80px;
}
.style_07 .style_body {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    margin-top: 8px;
}
/*--------END STYLE 07---------*/

/*-----------START SIDEBAR-01------------*/
.Sidebar-style-01 {
    display: flex;
    margin-bottom: 15px;
}
.Sidebar-style-01 .style_thumbnail {
    flex: 1;
}
.Sidebar-style-01 .style_content {
    flex: 2;
    padding-left: 15px;
}
.Sidebar-style-01 .style_title a {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px;
}
.Sidebar-style-01 .style_thumbnail img {
    height: 100px;
    object-fit: cover;
}
.Sidebar-style-01 .style_date {
    margin: 5px 0px 5px;
    font-size: 13px;
}

/*----------END SIDEBAR-01-----------*/
/*----------START SIDEBAR-02-----------*/
.Sidebar-style-02 {
    display: flex;
    margin-bottom: 15px;
}
.Sidebar-style-02 .style_view_counter {
    flex: 1;
}
.Sidebar-style-02 .style_content {
    flex: 3;
    padding-left: 15px;
}
.Sidebar-style-02 .style_title a {
    font-size: 16px;
    margin-bottom: 5px;
}
.Sidebar-style-02 .style_date {
    font-size: 13px;
}
/*----------END SIDEBAR-02-----------*/



/*--------------FAQ Module-------*/
.faq-question-answer > .faq-question {
    background: aliceblue;
    margin: 15px;
    padding: 15px;
}
.faq-answer img {
    max-width: 100%;
}
/*--------------END FAQ Module-------*/
@media (max-width: 640px){
    .style_01 {
        display: block;
    }
    
    .style_01 .style_thumbnail {
        margin-bottom: 15px;
    }
    
    .style_01 .style_content {
        padding: 0;
    }
    
}

/*Style cho Event*/
/*style_01*/
.style_event_01 .style_event_content{
	padding: 20px;
}
.style_event_01 .style_event_title a{
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size: 20px;
}

.style_event_01 .style_event_gtn{
	margin: 20px 0;
}

.style_event_01 .style_event_date{
	color: #717171;
  font-size: 15px;
}
.style_event_01{
	background-color: white;
	border: 1px solid #efefef;;
	border-radius: 5px;
	margin-bottom: 10px;
}
.style_event_01 .style_event_thumbnail img{
	height: 270px;
	width: 100%;
	object-fit: cover
}
/*style_02*/
.style_event_02 .style_event_thumbnail img{
	height: 270px;
	width: 100%;
	object-fit: cover
}

.style_event_02 .style_event_title a{
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}
.style_event_02 .style_event_date,
.style_event_02 .style_event_chude{
	font-size: 12px;
}

.style_event_02 .style_event_content{
	margin: -50px 15px 50px 15px;
	position: relative;
	padding: 20px;
	background-color: white;
}

.style_event_02 .style_event_row_chude{
	margin: 15px 0;
}

.style_event_02 .style_event_chude{
    padding: 7px 10px;
    border-radius: 25px;
    font-weight: 500;
    color: #FFFFFF;
    background: #ffbb00;
}
.style_event_02 .style_event_row_hinhthuc{
	margin-top: 15px;
	font-size: 14px;
}

/*Style 3*/
.style_event_03 .style_event_date{
	font-size: 14px;
	color: #555555;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

.style_event_03 .style_event_title a{
	color: black;
	font-size: 44px;
	font-weight: 600;
	text-decoration: none;
}

.style_event_03 .style_event_gtn{
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0;
}

.style_event_03 .style_event_readmore a{
	    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    overflow: visible;
    word-break: normal;
    position: relative;
    z-index: 0;
    transition: all .2s ease-in-out;
    border-width: 2px;
    border-style: solid;
    padding: 13px 40px;
    border-color: #003027;
    color: #003027;
}

.style_event_03 .style_event_gridright{
	padding: 15px;
}

.style_event_03 .style_event_thumbnail img{
	height: 300px;
	width: 100%;
	object-fit: cover
}

#views-bootstrap-view-su-kien-page-3 .event_item{
	margin-bottom: 30px;
}

/*Size-bar event 01*/
.style_event_sidebar_01 .style_event_thumbnail img{
	width: 100%;
	object-fit: cover;
}

.style_event_sidebar_01 .style_event_title a{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

/*Thư viện ảnh*/
/* STYLE 01 */
.style_thuvienanh_01{
	position: relative;
}

.style_thuvienanh_01 .style_thumbnail img{
	height: 200px;
	width: 100%;
	padding: 5px;
	object-fit: cover;
	transition: ease 0.5s;
}

.style_thuvienanh_01 .style_content .style_title{
	position: absolute;
	top: 50%;
	visibility: hidden;
}

.style_thuvienanh_01 .style_content{
	display: flex;
	justify-content: center;
}

.style_thuvienanh_01:hover .style_thumbnail img{
	    filter: brightness(0.5);
}

.style_thuvienanh_01:hover .style_content .style_title{
	visibility: visible;
}

.style_thuvienanh_01:hover .style_content .style_title a{
	color: white;
}

/* STYLE 02 */
.style_thuvienanh_02 .style_thumbnail img{
	height: 200px;
	width: 100%;
	object-fit: cover;
	transition: ease 0.5s;
}

.style_thuvienanh_02 .style_body{
	  -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
}
.style_thuvienanh_02 .style_date{
	margin-top: 10px;
	margin-bottom: 0px;
}
.style_thuvienanh_02 .style_title{
	padding-top: 10px;
}

.style_thuvienanh_02 .style_title a{
	margin-bottom: 10px;
}