@font-face{
  font-family: Roboto Regular;
  src:url(../fonts/Roboto-Regular.ttf)
}
@font-face{
  font-family: Roboto Medium;
  src:url(../fonts/Roboto-Medium.ttf)
}
@font-face{
  font-family: Roboto Bold;
  src:url(../fonts/Roboto-Bold.ttf)
}
@font-face{
  font-family: Lobster;
  src:url(../fonts/Lobster-Regular.ttf)
}
body {
    font-size: 16px;
    font-family: Roboto Regular;
    overflow-x: hidden;
    color: #1a222d;
    line-height: 20px;
}
@media(min-width: 1200px){
    .container {
        width: 1200px;
        max-width: 100%;
        line-height: 20px;
    }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{margin-bottom: 0;}

ul {
    padding: 0;
    margin: 0;
}
a:hover {
    text-decoration: none;
    color: #2e3192;
}
.color{
    color: #2e3192;
}
.page-nav{text-align: center}
.pn-item {
	color: #d8d8d8;
	font-size: 20px;
    padding: 5px 11px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    margin: 0px 5px;
    font-weight: 600;
}
.pn-item.current {
    color: #fff;
    border: 1px solid #2e3192;
	background: #2e3192
}

.toolbar-products .pages{padding: 20px 0px;}

/** Thanh custom **/
.sc_introduce-img{ margin-bottom: 20px;}

/*==================================*/
.topbar{
    padding: 10px 0;
    background: #2e3192;
    color: #fff;
}
.topbar_inner{
    display: flex;
    justify-content: space-between;
}
.topbar_inner .contact_info{
    display: flex;
    justify-content: flex-end;
}
.topbar_inner .contact_info a{
    display: inline-block;
    margin-left: 20px;
    color: #fff;
    font-weight: bold;
}
.topbar_inner .contact_info a:first-child{
	margin-left: 0px;
}
.topbar_inner .contact_info i.fa{
    margin-right: 8px;
}
.topbar_inner .contact_info a:hover{
    text-decoration: underline;
}
.menu_main{
    display: flex;
    justify-content: flex-end;
}
.header_main .logo img{
    max-width: 170px;
    margin-right: 25px;
    padding: 8px 0;
}
.search_top{
    padding: 20px 0 20px 5px;
}
.icon_search{
    font-size: 18px;
    padding-left: 20px;
    color: #000;
    cursor: pointer;
    border-left: 1px solid #000;
}
.form_search {
    position: absolute;
    top: 100px;
    right: 0;
    width: 320px;
    opacity: 0;
    pointer-events: none;
    margin-top: 40px;
    transition: all 0.4s;
    z-index: 9;
}
.form_search input::placeholder{
    font-size: 14px;
}
.form_search.active {
    opacity: 1;
    pointer-events: all;
    margin-top: 0;
}
.form_search input {
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
}
.form_search .search {
    height: 38px;
    padding: 0px 20px;
    font-size: 18px;
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    position: absolute;
    right: 0;
    top: 1px;
    color: #204682;
    border: 0;
    outline: 0;
}
/*==========MENU=============*/
.menu_main .nav.is-fixed {
    position: relative;
    z-index: 105;
}
.nav-dropdown {
    display: none;
}
.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    background: #c9c9c9;
}
@media (min-width: 992px) {
    .nav-menu{
        display: flex;
    }
    .nav-menu > .menu-item {
        position: relative;
    }
    .nav-menu > .menu-item > .menu-link {
        display: inline-block;
        padding: 25px 16px;
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
    }
    .nav-menu > .menu-item:first-child > .menu-link{
        padding-left: 0;
    }
    .nav-menu > .menu-item:hover > .menu-link {
        color: #2e3192;
        font-weight: bold;
    }
    .nav-menu > .has-dropdown > .nav-dropdown {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 100%;
        width: 200px;
        display: block;
        background: #d8d8d8;
        visibility: hidden;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .has-dropdown:hover > .nav-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.35s linear;
        -moz-transition: all 0.35s linear;
        -o-transition: all 0.35s linear;
        transition: all 0.35s linear;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .nav-dropdown .nav-dropdown{
        display:block;
    }
    .nav-dropdown > .menu-item > .menu-link {
        color: #204682;
        font-weight: bold;
        padding: 10px 25px;
        display: block;
        border-bottom: 1px solid #0071af;
    }
    }
    .nav-dropdown > .menu-item > .menu-link:hover{
        background: #fece00;
    }
}

/*=================Home page ===========*/
.banner-home .item{
    margin: 0 5px;
    position: relative;
}
.banner-home .slick-slide{
    position: relative;
    margin: 0 5px;
}
.banner-home .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.banner-home .left-arrow{
    left: 0px;
	background: #91918D;
	opacity: 0.5;
    padding: 20px 5px;
    width: 20px;
}
.banner-home .right-arrow{
    right: 0px;
	background: #91918D;
	opacity: 0.5;
    padding: 20px 5px;
    width: 20px;
}
.banner-home .text_banner{
    position: absolute;
    top: 35%;
    left: 80px;
    font-family: Lobster;
    font-size: 56px;
    color: #fff;
    display: inline-block;
    max-width: 500px;
    line-height: 60px;
    animation-delay: 2s;
    z-index: 99;
}
.banner-home .slick-slide .text_banner{
    opacity: 0;
}
.banner-home .slick-slide.slick-active .text_banner{
    animation: bounceInDown 2s 0s ease;
    opacity: 1;
}
.banner-home .slick-slide.slick-active a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47, 46, 46, 0.6);
    opacity: 0;
}
.banner-home .slick-slide.slick-active:hover a:after{
    /*opacity: 1;*/
}
.sc_introduce{
    padding: 50px 0 15px;
}
.sc_introduce-inner > img{
    max-width: 195px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fece00;
    margin-bottom: 30px;
}
.sc_introduce-inner .sc_introduce-title{
    color: #2e3192;
    font-size: 24px;
    font-family: Roboto Bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sc_introduce-inner .view_detail{
    padding: 10px 30px;
    background: #fece00;
    color: #000;
    border-radius: 6px;
    display: inline-block;
    margin-top: 40px;
    cursor: pointer;
}
.sc_introduce-inner .view_detail:hover{
    background: #2e3192;
    color: #fff;
}
.sc_banner-home{
    padding: 15px 0;
    background: #bdbdbd;
}
.sc_title{
    font-size: 36px;
    color: #2e3192;
    margin-bottom: 25px;
    font-family: Roboto Medium
}
.sc_event{
    padding: 60px 0 35px;
    background: #eeeeee;
}
.sc_event .sc_title{
    padding-bottom: 10px;
    position: relative;
}
.sc_event .sc_title:after{
    content: "";
    width: 190px;
    height: 2px;
    background: #fece00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.sc_list-event{
    margin: 0 -15px;
    position: relative;
}
.sc_list-event .item{
    margin: 0 15px;
}
.sc_list-event .sc_event-inner{
    position: relative;
}
.sc_list-event .sc_event-info{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 10px;
    background: rgba(255, 91, 2, 0.8);
    font-family: Roboto Bold;
    font-size: 16px;
    color: #fff;
    opacity: 0;
}
.sc_list-event .item:hover .sc_event-info{
    opacity: 1;
}
.sc_list-event .sc_event-title{
    font-size: 18px;
    font-family: Roboto Bold;
    color: #333333;
    margin-top: 25px;
}
.sc_list-event .sc_event-title:hover{
    color: #2e3192;
    text-decoration: underline;
}
.sc_list-event .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.sc_list-event .left-arrow{
    left: -15px;
	color: #9f9292;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 50%;
    background: #fff;
}
.sc_list-event .right-arrow{
    right: -15px;
	color: #9f9292;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 50%;
    background: #fff;
}
.sc_data{
    padding: 30px 0 25px;
    background: url(../img/bg-data.png) no-repeat;
    background-size: cover;
    color: #fff;
}
.sc_data-item img{
    height: 75px;
    margin-bottom: 20px;
}
.sc_data-item .count{
    font-family: Roboto Bold;
    font-size: 36px;
    color: #fece00;
    margin-bottom: 20px;
}
.sc_data-item .count:after{
    content: "+";
}
.sc_why-choose{
    padding: 50px 0 40px;
    background: url(../img/bg-why-choose.png) no-repeat;
    background-size: cover;
}
.sc_why-choose .sc_title{
    color: #000;
    margin-bottom: 30px;
}
.sc_why-choose-item img{
    height: 110px;
    margin-bottom: 25px;
}
.sc_why-choose-item .sc_title-item{
    font-size: 24px;
    color: #333;
    font-family: Roboto Bold;
    line-height: 30px;
}
.sc_news-home{
    padding: 40px 0 35px;
}
.sc_news-home img:hover{
    opacity: 0.7;
}
.sc_news-left img{
    height: 350px;
    object-fit: cover;
    margin-bottom: 10px;
}
.sc_news-left .sc_title-news{
    font-size: 18px;
    font-family: Roboto Bold;
    color: #333;
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
}
.sc_news-left .sc_title-news:hover{
    color: #2e3192;
}
.sc_news-left .sc_news-des{
    -webkit-line-clamp: 3;
}
.sc_news-right .sc_news-item{
    position: relative;
    padding-left: 185px;
    min-height: 100px;
    margin-bottom: 20px;
}
.sc_news-right .sc_news-item .img_news-right{
    position: absolute;
    width: 175px;
    top: 0;
    left: 0;
}
.sc_news-right .sc_news-item .img_news-right img{
    height: 100px;
    object-fit: cover;
}
.sc_news-right .sc_news-item .sc_title-news{
    font-family: Roboto Bold;
    font-size: 14px;
    margin-bottom: 5px;
    -webkit-line-clamp: 2;
    color: #333;
}
.sc_news-right .sc_news-item .sc_title-news:hover{
    color: #2e3192;
}
.sc_news-right .sc_news-item .sc_news-des{
    font-size: 14px;
    -webkit-line-clamp: 3;
}
.sc_news-home .view_all{
    padding: 8px 25px;
    background: #fece00;
    color: #333;
    display: inline-block;
    margin-top: 35px;
    border-radius: 8px;
}
.sc_news-home .view_all:hover{
    background: #2e3192;
    color: #fff;
}
.sc_news-home .link_qc{
    display: block;
    margin-top: 70px;
}
.sc_news-home .link_qc img{
    height: 460px;
    object-fit: cover;
}
.sc_contact-us{
    padding: 30px 0;
    background: #f0f0f0;
}
.sc_contact-intro img{
    max-width: 140px;
}
.sc_contact-us .link_contact{
    font-family: Roboto Bold;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 8px;
     background: #fece00;
    color: #333;
    margin-bottom: 30px;
}
.sc_contact-us .link_contact:hover{
    background: #2e3192;
    color: #fff;
}
.link_contact-us img{
    max-width: 55px;
    margin: 0 12px;
}
footer{
    padding: 80px 0 15px;
    background: url(../img/bg-footer.png) no-repeat;
    background-size: cover;
}
footer, footer a{
    color: #fff;
}
.footer_top{
    padding-bottom: 60px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.footer_top .title_footer{
    font-family: Roboto Bold;
    margin-top: 15px;
    text-transform: uppercase;
}
.footer_top .page_title{
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    line-height: 25px;
}
.footer_top .page_title:after{
    content: "";
    width: 150px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer_right > p{
    /*font-weight: bold;*/
}
.footer_right p i{
    padding-right: 10px;
}
.info_footer .sc_title-col{
    font-family: Roboto Bold;
    font-size: 14px;
    color: #fece00;
    margin: 15px 0 8px;
}
.info_footer ul li{
    list-style: none;
    margin-bottom: 10px;
    font-weight: bold;
}
.info_footer ul li:before{
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #fece00;
}
.info_footer ul li a:hover{
    color: #fece00;
}
/*===========Giới thiệu==========*/
.sc_banner-introduce, .sc_banner-service{
    padding: 60px 0 70px;
    background: url(../img/bg_gt.png) no-repeat;
    background-size: cover;
}
.sc_banner-service{
    background: url(../img/bg_dv.png) no-repeat;
    background-size: cover;
}
.sc_banner-introduce .title_introduce,
.sc_banner-service .title_service,
.sc_news-page .title_news{
    width: 42%;
    font-size: 24px;
    font-family: Roboto Bold;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
}
.sc_banner-service .title_service,
.sc_news-page .title_news{
    width: 100%;
}
.sc_banner-introduce .title_introduce span,
.sc_banner-service .title_service span{
    color: #fece00;
}
.description{
    padding: 40px 0;
}
.description img{
    border-radius: 10px;
}
.description .txt_description{
    font-size: 22px;
    line-height: 35px;
    margin-top: 25px;
}
.sc_voting{
    padding: 55px 0 60px;
    background: #eeeeee;
}
.sc_voting .sc_title, .sc_vision .sc_title, .core_values .sc_title{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.sc_voting .sc_title:after, .sc_vision .sc_title:after, .core_values .sc_title:after{
    content: "";
    width: 150px;
    height: 2px;
    background: #fece00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.voting_item{
    padding: 25px 20px;
    background: #2e3192;
    color: #fff;
    border-radius: 10px;
}
.voting_item img{
    height: 90px;
    margin-bottom: 16px;
}
.voting_item .voting_title{
    font-family: Roboto Bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.voting_item .voting_content{
    line-height: 25px;
	min-height: 150px;
}
.sc_vote{
    padding: 15px 0;
    background: url(../img/bg-why-choose.png) no-repeat;
    background-size: cover;
}
.sc_vote span{
    font-size: 30px;
    font-family: Roboto Bold;
    padding-right: 15px;
}
.sc_vote img{
    height: 70px;
    margin: 0 15px;
}
.sc_vision{
    padding: 45px 0;
    background: url(../img/bg_vision.png) no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
.sc_vision .sc_title{
    color: #fff;
}
.sc_vision .vision_content{
    line-height: 25px;
}
.core_values{
    padding: 45px 0 75px;
    color: #fff;
}
.list_core{
    margin-top: 100px;
}
.core_left .core_item{
    position: relative;
    padding: 35px 75px 35px 15px;
    background: #2e3192;
    border: 7px solid #adcbee;
}
.core_left .core_position{
    padding-left: 120px;
    position: relative;
}
.core_left .core_item img{
    width: 100px;
    position: absolute;
    left: 0;
}
.core_right .core_item{
    position: relative;
    padding: 35px 15px 35px 75px;
    background: #2e3192;
    border: 7px solid #adcbee;
}
.core_right .core_position{
    padding-right: 120px;
    position: relative;
}
.core_right .core_item img{
    width: 100px;
    position: absolute;
    right: 0;
}
.core_position .core_content{
    line-height: 25px;
    -webkit-line-clamp: 5;
	min-height: 125px;
}
.w-40{
    flex: 0 0 35%;
    max-width: 35%;
}
.w-20{
    flex: 0 0 30%;
    max-width: 30%;
    z-index: 99;
}
.core_left .core_item:first-child{
    border-radius: 80px 120px 0 80px;
    margin-right: -105px;
    margin-top: -65px;
}
.core_left .core_item:last-child{
    border-radius: 80px 0 120px 80px;
    margin-right: -105px;
    margin-top: 105px;
}
.core_right .core_item:first-child{
    border-radius: 120px 80px 80px 0;
    margin-left: -105px;
    margin-top: -65px;
}
.core_right .core_item:last-child{
    border-radius: 0 80px 80px 120px;
    margin-left: -105px;
    margin-top: 105px;
}
/*=============Dịch vụ===========*/
.filter_service{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 55px;
}
.filter_service .input_event{
	width: calc(100% - 500px);
    margin: 0 15px;
    height: 42px;
    border: 2px solid #d8d8d8;
    border-radius: 25px;
}
.filter_service .select_field{
    width: 260px;
    margin: 0 15px;
    height: 42px;
    border: 2px solid #d8d8d8;
	border-radius: 25px;
}
.filter_service .btn_filter{
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
    margin: 0 15px;
    color: #fff;
    border-radius: 20px;
    background: #2e3192;
}
.sc_filter .sc_list-event .item{
    margin: 0 0 35px 0;
}
.sc_filter .sc_list-event .item .sc_event-title{
    -webkit-line-clamp: 1;
}
/*==========Tin tức==========*/
.sc_news-page{
    padding: 60px 0 70px;
    background: url(../img/bg_news.png) no-repeat;
    background-size: cover;
}
.news_page{
    padding: 60px 0;
}
.news_page .list_news .news_item{
    position: relative;
    padding-left: 245px;
    min-height: 150px;
    margin-bottom: 25px;
}
.news_page .list_news .news_item .news_item-img{
    width: 225px;
    position: absolute;
    left: 0;
    top: 0;
}
.news_page .list_news .news_item .news_item-img img{
    height: 150px;
    /*object-fit: cover;*/
}
.news_page .list_news .news_item .news_item-img img:hover{
    opacity: 0.7;
}
.news_page .list_news .news_item .news_item-title{
    font-family: Roboto Bold;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.news_page .list_news .news_item .news_item-title:hover{
    color: #2e3192;
}
.news_page .list_news .news_item .news_item-des{
    font-size: 14px;
}
.news_other-title{
    padding: 12px 10px 12px 25px;
    background: #2e3192;
    border-left: 15px solid #fece00;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.list_other .other_item{
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}
.other_item .other_time{
    font-family: Roboto Regular;
    color: #c1c1c1;
    margin-bottom: 5px;
    font-size: 14px;
}
.other_item .other_title{
    font-family: Roboto Bold;
    font-size: 14px;
    color: #000;
    line-height: 25px;
}
.other_item .other_title:hover{
    color: #2e3192;
}
/*============Responsive=========*/
.limit-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
#flag_lang{display: none}
@media(max-width: 1200px){
}
@media (max-width: 1200px){
    .nav-menu > .menu-item > .menu-link{
        padding-right: 10px;
    }
    .banner-home .text_banner{
        font-size: 52px;
        max-width: 290px;
    }
    .sc_banner-introduce .title_introduce{
        width: 100%;
    }
    .core_left .core_item:first-child,
    .core_right .core_item:first-child{
        margin-top: -95px;
    }
}
@media(max-width: 991px){
	
	.core_position .core_content {
		-webkit-line-clamp: inherit;
	}
    .header_main .logo{
        width: 100%;
        text-align: center;
    }
    .header_main .logo img{
        margin: 0;
    }
    .icon_search{
        border: 0;
    }
    .header_right{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(11,11,11,.6);
        top: 0;
        left: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
    }
    .header_right.active{
        opacity: 1;
        visibility: visible;
    }
    .header_right .ic_close{
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        width: 20px;
    }
    .search_top {
        padding: 25px 0 20px 5px;
    }
    .nav-toggle {
        padding: 18px 0;
        font-size: 24px;
        color: #000;
    }
    .opacity_menu.open_opacity {
        content: " ";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        position: fixed;
        top: 0px !important;
        left: 0px;
        z-index: 99;
    }
    .icon_close{
        display: none;
        color: #fff;
        width: 15px;
        height: 15px;
        stroke-width: 1.5px;
        position: absolute;
        right: 15px;
        top: 15px;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }
    .opacity_menu.open_opacity .icon_close{
        display: block;
    }
    .icon_close:hover{
        transform: translate(0%, 0%) rotate(360deg);
    }
    .nav-container {
        position: fixed;
        background: rgba(255,255,255,.95);
        top: 0;
        left: 0;
        z-index: 9999;
        overflow-y: auto;
        visibility: hidden;
        width: 300px;
        height: 100%;
        min-height: 100%;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .nav-container.is-visible {
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .nav-menu > .menu-item{
        text-transform: uppercase;
        border-top: 1px solid #e6e6e6;
    }
    .nav-menu > .menu-item:hover,
    .has-dropdown.is-active{
        background: rgba(0,0,0,.05)
    }
    .menu-item .menu-link{
        color: #333;
        display: inline-block;
        padding: 15px 10px;
        text-transform: initial;
    }
    .nav-dropdown > .menu-item > .menu-link {
        color: #333;
        padding: 15px 10px;
    }
    .nav-menu > .menu-item.is-active >.menu-link,
    .has-dropdown.is-active > .menu-link{
        color: #204682;
    }
    .nav-dropdown.is-visible{
        display: block;
    }
    .has-dropdown {
        position: relative;
        cursor: pointer;
    }
    .has-dropdown:after {
        font-size: 30px;
        position: absolute;
        top: 0;
        right: 1rem;
        bottom: 0;
        content: "\f107";
        font-family: FontAwesome;
        color: #bbb;
        line-height: 51px;
        padding: 0 10px;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    }
    .has-dropdown.is-active:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        height: 51px;
        line-height: 51px;
        color: #000;
    }
    .sc_news-left{
        margin-bottom: 25px;
    }
    .sc_news-home .link_qc img{
        height: auto;
    }
    .banner-home .text_banner {
        font-size: 18px;
        max-width: 150px;
        line-height: 25px;
    }
    .sc_list-event{
        margin: 0;
    }
    .list_core{
        margin-top: 0;
    }
    .w-40{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .w-20{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .core_item{
        margin: 0 0 25px 0 !important;
        padding: 30px 15px !important;
        border-radius: 80px !important;
    }
    .core_position{
        padding-left: 85px !important;
        padding-right: 0 !important;
    }
    .core_item img{
        width: 65px !important;
        left: 0 !important;
    }
    .filter_service .input_event{
        width: 150px;
    }
    .filter_service .select_field{
        width: calc(100% - 320px);
    }
    .news_page .list_news .news_item{
        padding-left: 190px;
    }
    .news_page .list_news .news_item .news_item-img{
        width: 180px;
    }
    .news_page .list_news .news_item .news_item-img img{
        height: 135px;
    }
	#flag_lang{ display: block!important;}
}
@media(max-width: 768px){
	.core_position .core_content {
		-webkit-line-clamp: inherit;
	}
    .banner-home .text_banner {
        font-size: 14px;
        max-width: 100px;
        line-height: 25px;
    }
    .sc_title{
        font-size: 28px;
    }
    .sc_data-item, .sc_why-choose-item{
        margin-bottom: 30px;
    }
    .voting_item{
        margin-bottom: 30px;
    }
    .sc_vote .d-flex, .sc_vote .d-flex span{
        display: block !important;
        text-align: center;
    }
    .sc_vote .d-flex span{
        margin: 20px 0;
    }
    .filter_service{
        display: block;
    }
    .filter_service .input_event{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .filter_service .select_field{
        width: 100%;
        margin: 0 0 15px 0;
    }
    .filter_service .btn_filter{
        display: block;
        margin: 0 auto;
    }
}
@media(max-width: 479px){
    .topbar_inner .contact_info a{
		font-size: 12px;
		margin-left: 10px;
	}
	.topbar_inner .contact_info i.fa {
		margin-right: 5px;
	}
}