@-moz-keyframes call-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-webkit-keyframes call-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-o-keyframes call-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@keyframes call-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes call-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes call-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes call-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes call-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}

@-moz-keyframes call-icon-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes call-icon-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes call-icon-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes call-icon-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.call_hotline {
    width: 120px;
    height: 120px;
    display: block;
    position: fixed;
    right: 48px;
    overflow: hidden;
    cursor: pointer;
    bottom: 75px;
}

.call_hotline_circle {
    width: 80px;
    height: 80px;
    top: 10px;
    left: 10px;
    position: absolute;
    border: 2px solid #ED1C24;
    opacity: .5;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    animation: call-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: call-circle-anim 1.2s infinite ease-in-out;
    -o-animation: call-circle-anim 1.2s infinite ease-in-out;
    -webkit-animation: call-circle-anim 1.2s infinite ease-in-out;
}

.call_hotline_circle_fill {
    width: 50px;
    height: 50px;
    top: 25px;
    left: 25px;
    position: absolute;
    opacity: .75;
    background: #ED1C24 none;
    border: 2px solid transparent;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-animation: call-circle-fill-anim 2.3s infinite ease-in-out;
}

.call_hotline_icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #ED1C24 url(phone-ring.svg) no-repeat center center;
    background-size: 20px;
    border: 2px solid transparent;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    animation: call-icon-anim 1s infinite ease-in-out;
    -o-animation: call-icon-anim 1s infinite ease-in-out;
    -moz-animation: call-icon-anim 1s infinite ease-in-out;
    -webkit-animation: call-icon-anim 1s infinite ease-in-out;
}

.text-number {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
    color: #ED1C24;
    font-weight: bold;
}

.text-free {
    position: absolute;
    bottom: 0px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    font-style: italic;
}
.dt-audio .play {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTggNXYxNGwxMS03eiIgZmlsbD0iIzAwNzkxNiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
}
.dt-audio .icon40 {
    height: 100%;
    width: 40px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 34px;
    border: none;
}
marquee {
    max-height:300px;
}
.bannerhome {
    width: 16.4%;
    display: inline-block;
    box-shadow: -1px 3px 5px 0px rgb(0 0 0 / 27%);
    -webkit-box-shadow: -1px 3px 5px 0px rgb(0 0 0 / 27%);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.27);
}
.mCS_img_loaded{
    width:80px;
    height:80px;
}
.white-text {
    color: #fff;
}

.medium-500 {
    font-weight: 600;
}

.banner_bg {
    background: url(banner_bg.png) no-repeat center center;
    /*background-size: cover;
    min-height: 136px;*/
}

.event-items {
    text-align: justify;
    padding:0 15px;
}

.slogan-img {
    padding: 10px;
    margin: auto;
}

.btnDangKyOnline {
    margin: 3px 0;
    width: 100%;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}

#cpos_7 > .box_c {
    background-color: #044a6f;
    color: #fff;
    padding: 0px 10px 10px !important;
    text-transform: uppercase;
}

.btn--yellow:visited, .btn--green:visited, .btn--red:visited, .btn--orange:visited {
    color: #fff;
}

.btn--red {
    background: #ffc107;
    color: #fff;
}

    .btn--red:hover, .btn--green:hover, .btn--yellow:hover, .btn--orange:hover {
        background: #64c3ef !important;
        color: white !important;
    }

.btn--green {
    background: #28a745;
    color: #fff;
}

.btn--orange {
    background: #fd7e14;
    color: #fff;
}

.btn--yellow {
    background: #ffc107;
    color: #fff;
}
.NewsTitle span{
    font-size:18px;
    font-weight:bold;
}
a {
    color: inherit;
    text-decoration: none;
}
.logoimg {
    padding: 10px 0;
}

.font-button {
    cursor: pointer;
}
.breadcrumbnews{
        border-bottom: 1px solid #dadada;
        font-weight:700;
        padding-bottom:5px;
        text-transform:uppercase;
}
.menu-link {
    color: #fff;
    text-transform: uppercase;
    padding:7px 5px;
}
.has-submenu a:hover{
    color:#fff !important;
}
.tbl-width {
    width: 100%;
}

    .tbl-width td {
        padding: 4px 15px;
        font-size: 15px;
        border-bottom: 1px solid #fff;
    }

        .tbl-width td a, a.congbao2 {
            color: #222;
        }

.congbaongay {
    color: #ea0303;
    font-weight: 500;
}

.white-box {
    border: solid 1px #e2e2e2;
    /*border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
    min-height: 55px;
}

.post-title_left {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    font-weight:bold;
}

.bg-menu {
    background: #4d9235;
    /*padding: 0px 30px 0;*/
}

.nav-main {
    min-height: 35px;
}

.footer {
    background: #344e2a;
    color: #fff;
}

.footer-info i {
    color: #fff;
    padding-right: 5px;
}

.newstricker_inner {
    position: relative;
    margin: 0px 0 0px 0px;
    padding: 5px 0 0 170px;
    min-height: 30px;
}

.trending {
    color: #ff0000;
    position: absolute;
    left: 0;
    padding: 1px 12px 0px 0px;
    font-size: 15px;
    top: 7px;
}

    .trending::after {
    }

    .trending i {
        font-size: 16px;
        margin-right: 5px;
        box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.27);
        -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.27);
        -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.27);
        position: absolute;
    }

    .trending strong, .trending b {
        margin-left: 25px;
    }

.light-red-header {
    background: #3a81af;
    padding: 8px 10px 8px 15px;
}
.box-image-float {
    float: left;
    width: 35%;
    position: relative;
    margin-right: 15px;
}
.article-thumbnail {
    width: 100%;
    padding-top: 66.67%;
    position: relative;
    background: #f1f1f1;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: block;
}
.item a {
    display: block;
    width: 59%;
    float: left;
    text-align:justify;
}
.article-thumbnail img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tab-content {
    position: relative;
    overflow-y: auto;
    direction: ltr;
    scrollbar-color: #d4aa70 #e4e4e4;
    scrollbar-width: thin;
}

.border{
    padding: 5px;
    border: 2px solid #ead7d7;
    border-top: none;
    padding-top: 12px;
    border-bottom-left-radius: 5px;
    width: 100%;
}

    .muclucCB::-webkit-scrollbar, .tab-content::-webkit-scrollbar {
        width: 15px;
    }

    .muclucCB::-webkit-scrollbar-track, .tab-content::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 100px;
    }

    .muclucCB::-webkit-scrollbar-thumb, .tab-content::-webkit-scrollbar-thumb, #scroller::-webkit-scrollbar-thumb {
        border-radius: 100px;
        border: 5px solid transparent;
        background-clip: content-box;
        background-color: #CC8A79;
    }

.taicb {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: solid 1px #9c9e9d;
    padding: 8px 25px 8px 55px;
}

a.taicb::before {
    content: url(downpdf.png);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 1em;
    top: 0.3em;
    color: #d18363;
}

.list_news li {
    /*list-style-image: url(img/list_lct.gif);*/
    padding-bottom: 15px;
    position: relative;
}

    .list_news li a {
        color: #222;
    }

ul.list_news_horizontal, ul.list_news {
    padding-left: 15px;
    padding-right: 10px;
    margin-left: -3px;
    list-style: none;
    text-align: justify;
}

.list_news li::before {
    /*content: "\f00c";
    font-family: "Font Awesome 5 Free";*/
    font-weight: 900;
    position: absolute;
    left: -1.3em;
    top: 0.125em;
    color: #1b57a2;
    font-size: 13px;
}

.list_news_horizontal li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -0.3em;
    color: #1b57a2;
    font-size: 11px;
    padding-top:5px;
}

.info_sub_date {
 
    font-size: 13px;
    color: #868791;
    padding-bottom: 7px;
    line-height: 25px;
    font-style:italic;
}

 /*   .info_sub_date:before {
        content: "\f017";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        left: 10px;
    }*/

.vendor-bg {
    width: 100px;
}

.cate_list_news {
    border-bottom: 1px solid #e2e2e0;
    margin-bottom: 10px;
}

.search-box {
    position: relative;
    padding-right: 180px;
    font-size: 15px;
}

    .search-box .btn-search {
        background: #e02b20;
        width: 170px;
        border-radius: 4px;
        color: #fff;
        position: absolute;
        height: 40px;
        top: 0px;
        right: 0px;
        min-width: 0px;
    }

    .search-box .adv {
        color: #1E2F41;
        height: auto;
        width: 190px;
        padding: 7px 10px;
        cursor: pointer;
        text-align: center;
        border-left: 1px solid #9c9e9d;
        position: absolute;
        top: 0px;
        height: 40px;
        right: 175px;
        z-index: 0;
    }

.pd-search {
    padding-top: 10px;
    padding-right: 10px;
}

.cb-tab {
    background: #1a5ba4;
    border-top: solid 2px #ff585a;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .cb-tab a {
        color: #fff;
        line-height: 27px;
    }

    .cb-tab .nav-item {
        border-left: 1px solid #ff585a;
        border-right: 1px solid #ff585a;
    }

    .cb-tab .nav-tabs .nav-link {
        border: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .cb-tab .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background: #35781e;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        color: #fff;
        height: 100%;
    }

    .nav-tabs .nav-link:focus,  .nav-tabs .nav-link:hover {
        border-color: none;
         border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.language-object {
    padding-top: 5px;
    padding-right: 5px;
}

.Language {
    padding: 5px;
}

.cb-date {
    color: #333;
    margin-left: 20px;
    font-size:14px;
}

.cb-icon:before {
    content: url(cong-bao.png);
    position: absolute;
    left: 5em;
    top: 0.45em;
}

.vb-icon:before {
    content: url(vb-moi.png);
    position: absolute;
    left: 5em;
    top: 0.45em;
}

.news-icon:before {
    content: url(tintuc.png);
    position: absolute;
    left: 3.5em;
    top: 0.45em;
}

.NewsHeadline {
    color: inherit;
    text-decoration: none;
}

.footer-info {
    padding-top: 8px;
}


.lbl-width {
    width: 110px;
}

.trichyeu p {
    margin: 0;
}
.news_scroller_container a{
    color:#333 !important;
    font-weight:normal !important;
}
/*----------------Tin tuc------------------*/
.new_item {
    padding: 15px 10px;
}

.tit-news {
    color: #222;
}

    .tit-news:hover {
        color: #ec3d46;
    }

.item-tour .i-img {
    position: relative;
}

.i-img a {
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}

    .i-img a img {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.sub-info-bordered {
    font-size: 12px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 8px 0;
    margin-bottom: 10px;
}

sub-info-bordered div {
    display: inline-block;
}

.item-tour:hover .i-img a img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}

.thead-cb {
    background: #e2e2e2;
    border-bottom: solid 2px #c62813;
    height: 37px;
    font-weight: bold;
    line-height: 15px;
}

.cb-tab .nav-tabs .nav-link {
}

.vendor {
    box-shadow: -1px 3px 5px 0px rgb(0 0 0 / 17%);
    -webkit-box-shadow: -1px 3px 5px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.17);
    background: #e9eaeb;
}

    

.wpb_wrapper {
    border: 1px solid #d1d1d1;
    padding-top: 20px;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.custom {
    padding-top: 10px;
}

.title {
    font-weight: 700;
    text-align:center;
}

    .title a {
        color: #333;
    }

.NewsListTitle {
    border-top: 4px solid #4d9235;
    border-bottom: 1px solid #4d9235;
    padding:5px 0;
}

    .NewsListTitle a:before {
        border-left: 4px solid #005ca1;
    }

    .NewsListTitle a {
        color: #005ca1;
    text-transform: uppercase;
    padding-right: 4px;
    font-size: 18px;
    top: 0px;
    left: 0;
    background: #fff;
    font-weight: 700;
    margin-left:4px;
    }
.nav-tabs li.active > a:focus, .nav-tabs li.active > a {
    background: rgb(184,0,2);
    color: #FFF;
    border: none;
    text-transform: uppercase;
}
.nav > li > a:focus, .nav > li > a:hover {
    color: #5c4f4f;
    background: #ceefcf;
}
.sub_content ul li a {
    height: 40px;
/*    line-height: 35px;
    background: url(quochuy_item.png) no-repeat center left;*/
  /*  padding-left: 30px;*/
    color: #333;

}
img{
    max-width:100%;
}
.search-input {
    border: 1px solid;
    border-radius: 5px;
    border-color: #ccc;
    padding: 1px 10px;
    float:right;
}
.SearchButton {
    border-style: none;
    width: 16px;
    position: absolute;
    right: 20px;
    padding-top:6px;
}
.padd {
    padding-left: 30px;
}
@media only screen and (max-width: 812px) {
    .hiddensmall {
        display: none;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    .cb-date {
        padding: 0px;
    }

    .trending {
        font-size: 14px;
    }

    .logoimg {
        padding: 10px;
        width: 85%;
    }

    .user-controls a {
        width: 100%;
    }
    .padd {
    padding-left: 0px;
}
    .cb-icon:before {
        content: "";
        position: absolute;
        left: 5em;
        top: 0.3em;
    }

    .vb-icon:before {
        content: "";
        position: absolute;
        left: 5em;
        top: 0.3em;
    }

    .news-icon:before {
        content: "";
        position: absolute;
        left: 3.5em;
        top: 0.3em;
    }

    .banner_bg {
        background: url(banner_bg.png) no-repeat center center;
        background-size: cover;
        min-height: auto;
    }

    .search-box {
        position: relative;
        padding-right: 50px;
        margin-bottom: 25px;
    }

    .search-txt {
        font-size: 0px;
    }

    .search-box .btn-search {
        width: 40px;
        min-width: 0px;
    }

    .search-box .adv {
        top: 100%;
        bottom: auto;
        right: 0px;
        border-left: 0px;
        text-align: right;
    }

    .search-box .form-control {
        padding-right: 15px;
        font-size: 15px;
    }
}
