.list_news .item{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}
.item_news:after{
    display: block;
    content: '';
    clear: both;
}
.item_news .i-img{
    float: left;
    width: 280px;
    overflow: hidden;
}
.item_news .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}
.item_news .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -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;
}
.item_news .i-img a:hover 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);
}
.item_news .i-desc{
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    float: right;
}
.item_news .i-title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    max-height: 60px;
    overflow: hidden;
    font-weight: bold;
}
.item_news .i-title .fa{
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    color: #bbbbbb;
}
.item_news .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.item_news .i-content{
    font-size: 14px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 6px;

    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
.item_news .i-date{
    color: #bbbbbb;
    font-size: 13px;
    line-height: 20px;

}
.item-feature{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.item-feature .i-img{
    position: relative;
    padding-top: 66.666667%;
}
.item-feature .i-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -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);
}
.item-feature:hover .i-img img{
    /*-webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);*/
}
.item-feature .i-desc{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 2;
}
.item-feature .i-date{
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #bbbbbb;
}
.item-feature .i-title{
    font-size: 25px;
    line-height: 35px;
    overflow: hidden;
    max-height: 70px;
    color: #ffffff;
    font-weight: bold;
}
.item-feature .i-title.small{
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    max-height: 50px;
    color: #ffffff;
    font-weight: bold;
}
.item-feature .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.item-feature .i-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.item-feature .i-link a{
    display: block;
    width: 100%;
    height: 100%;
}
.item-feature:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: url("../images/mask1.png") repeat-x 0 100%;
    z-index: 1;
}

.item-feature3{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.item-feature3 .i-img{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.item-feature3 .i-img a{
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}
.item-feature3 .i-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -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);
}
.item-feature3:hover .i-img 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);*/
}
.item-feature3 .i-desc{

}
.item-feature3 .i-date{
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #bbbbbb;
}
.item-feature3 .i-title{
    font-size: 18px;
    line-height: 23px;
    overflow: hidden;
    max-height: 46px;
    color: #ffffff;
    font-weight: bold;
}
.item-feature3 .i-title h3{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.item-feature3 .i-content{
    font-size: 14px;
    line-height: 23px;
    max-height: 69px;
    color: #666666;
    overflow: hidden;
}
.slide-feature.slick-initialized .item,
.slide-feature .item:first-child{
    display: block;
}
.slide-feature .item{
    display: none;
    position: relative;
}
.slide-feature .item-feature .i-title {
    font-size: 20px;
    line-height: 30px;
    max-height: 30px;
}
.slide-feature .slick-dots {
    display: none !important;
}
.position-relative {
    position: relative;
}
#slick-counter {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    z-index: 20;
    text-shadow: 1px 1px 2px #000;
}
.title-news {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #d82727;
}
@media screen and (max-width: 767px) {
    .item_news .i-img {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .item_news .i-desc {
        width: 100%;
        float: none;
    }
    .the-content .col-xs12.pull-right {
        float: none!important;
    }
}


.noItem {
    text-align: center;
    color: #d82727;
}

/*Thai Son*/
.box-media {
    margin-bottom: 15px;
}
.imgDetail_left {
    display: block;
    float: left;
    margin-right: 10px;
}

.imgDetail_right {
    display: block;
    float: right;
    margin-left: 10px;
}

.fDespic {
    background: #f5f5f5 none repeat scroll 0 0;
    font-size: 12px;
    line-height: 16px;
    padding: 7px;
}

.the-content .short {
    font-weight: bold;
    margin-bottom: 10px;
}

.relate_news {
    font-weight:bold;
    color:#5F5F5F;

}
.relate_news a {color:#d40050; text-decoration:underline; font-size: 12px;}

@media screen and (max-width: 767px){
    .imgDetail_left , .imgDetail_right {
        float: none;
        margin-bottom: 5px;
        width: 100% !important;
    }
    .imgDetail_left img , .imgDetail_right img {
        width: 100%;
    }
}

/* <=== tpnewsmb ===> */
.tpnewsmb{
    margin-bottom: 20px;
}
/* <=== tpnewsmb ===> */

.box-focus{
    border-bottom: none;
}
.tpnewsmd{
    margin-bottom: 25px;
}
.box-reference {
    margin-bottom: 30px;
}
.box-reference .reference-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 15px;
}
.box-reference .reference-content {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}
.box-reference .reference-content::after {
    content: '';
    clear: both;
    display: table;
}
.reference-content .item {
    float: left;
    width: 33.33336%;
    padding: 0 10px;
    margin-bottom: 15px;
}
.reference-content .i-img {
    margin-bottom: 10px;
    text-align: center;
}
.reference-content .i-title {
    overflow: hidden;
    ext-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}
.reference-content .i-title a {
    font-weight: bold;
}
.box-other {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
}
.other-title {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.other-content {}
.gird-news {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}
.gird-news:after {
    content: '';
    clear: both;
    display: table;
}
.other-content .gird-news .item  {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.other-content .gird-news .news .i-title {
    height: 50px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news .i-image {
    margin-bottom: 10px;
}
.news .i-image a {
    display: block;
    overflow: hidden;
    padding-top: 66.666667%;
    position: relative;
}
.news .i-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news .i-title {
    font-weight: bold;
}
.news .i-title h3 {
    line-height: 24px;
}.news .i-date{
     color: #666666;
     font-size: 13px;
 }

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== item-feature ===> */
    .item-feature .i-desc{
        padding-right: 70px;
        bottom: 15px;
    }
    #slick-counter{
        bottom: 10px;
        top: unset;
        letter-spacing: -1px;
    }
    .slide-feature .item-feature .i-title{
        font-size: 18px;
        line-height: 25px;
        max-height: 50px;
    }
    /* <=== item-feature ===> */

    .box-reference {
        margin-bottom: 20px;
    }
    .other-title{
        font-size: 22px;
        line-height: 26px;
    }
}
@media all and (max-width: 767px){
    .reference-content .item {
        width: 50%;
    }
    .other-content .gird-news .item {
        width: 50%;
    }
}
@media only screen and (max-width: 360px) {
    .reference-content .item {
        width: 100%;
    }
    .other-content .gird-news .item {
        width: 100%;
    }
    .other-content .gird-news .item {
        width: 100%;
    }
}


/*Update 2023*/
html::-webkit-scrollbar{
    width: 10px;
    background-color: #F5F5F5;
}
html::-webkit-scrollbar-thumb {
    background-color: #dddddd;
}
/* <=== vhthumb ===> */
.vhthumbzoom{
    display: block;
    overflow: hidden;
    position: relative;
}
.vhthumb-65{
    padding-top: 65.56%;
}
.vhthumbzoom img{
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -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;
}
.vhthumb-full img{
    position: absolute;
    left: -100%;
    bottom: -100%;
    top: -100%;
    right: -100%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    max-width: 100%;
    object-fit: cover;
}
.vhthumb-full:hover img{
    transform: scale(1.05);
}
/* <=== vhthumb ===> */

/* <=== vnttitle ===> */
.vnttitle{
    margin-bottom: 15px;
}
.vnttitle, .vnttitle h1, .vnttitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
/* <=== vnttitle ===> */

/* <=== tpsubmenumm ===> */
.tpsubmenumm{
    margin-bottom: 20px;
}
.tpsubmenuma {
    padding: 0 20px;
    background-color: #d82727;
}
.tpsubmenuma > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.tpsubmenuma > ul > li{
    margin-right: 35px;
    position: relative;
}
.tpsubmenuma > ul > li:last-child{
    margin-right: 0;
}
.tpsubmenuma > ul > li > a{
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    padding: 12px 0;
    text-transform: uppercase;
    color: #fff;
}
.tpsubmenuma > ul > li.current > a, .tpsubmenuma > ul > li.active > a, .tpsubmenuma > ul > li:hover > a{
    color: #fbac09;
}
.tpsubmenuma > ul > li > a span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.tpsubmenuma > ul > li > a span::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.tpsubmenuma > ul > li ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 5px 0 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.tpsubmenuma > ul > li:hover ul{
    opacity: 1;
    pointer-events: auto;
    visibility: unset;
}
.tpsubmenuma > ul > li li a{
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 9px 20px;
}
.tpsubmenumb .mbtitle{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    padding: 8px 40px 8px 20px;
    background-color: #d82727;
    color: #fff;
    position: relative;
}
.tpsubmenumb .mbtitle::before{
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.tpsubmenumb.active .mbtitle::before{
    content: '\f106';
}
.tpsubmenumb .mbconts{
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
    padding: 5px 0 10px;
    display: none;
}
.tpsubmenumb .mbconts li .mmsub{
    position: relative;
}
.tpsubmenumb .mbconts li a{
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 9px 40px 9px 20px;
}
.tpsubmenumb .mbconts li .mmsub .nnsub{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
}
.tpsubmenumb .mbconts li .mmsub .nnsub::before{
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.tpsubmenumb .mbconts li.active .mmsub .nnsub::before{
    content: '\f106';
}
.tpsubmenumb .mbconts li ul{
    padding-bottom: 5px;
}
.tpsubmenumb .mbconts li li a{
    padding-left: 30px;
}
/* <=== tpsubmenumm ===> */

 

/* <=== vhgripall ===> */
.vhgripall{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}
.vhgripall > div{
    padding: 0 11px;
}
.vhgripall .mcol{
    width: calc(100% - 310px);
}
.vhgripall .hcol{
    width: 310px;
}
/* <=== vhgripall ===> */

/* <=== tpboxstyle ===> */
.tpboxstyle .vvtitle{
    position: relative;
    border-bottom: 2px solid #344a71;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.tpboxstyle .vvtitle .ttitle{
    background: #344a71;
    padding: 10px 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 20px;
    display: flex;
    align-items: center;
    align-content: center;
}
.tpboxstyle .vvtitle .ttitle, .tpboxstyle .vvtitle .ttitle h2{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}
.tpboxstyle .vvtitle .tlinks{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpboxstyle .vvtitle .lklist{
    margin-right: 20px;
    padding-right: 20px;

    position: relative;
}
.tpboxstyle .vvtitle .lklist::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 80%;
    width: 1px;
    background-color: #cccccc;
}
.tpboxstyle .vvtitle .lklist ul{
    display: flex;
    align-items: center;
    align-content: center;
}
.tpboxstyle .vvtitle .lklist li{
    margin-right: 22px;
}
.tpboxstyle .vvtitle .lklist li a{
    display: block;
    font-weight: bold;
}
.tpboxstyle .vvtitle .lklist li:last-child{
    margin-right: 0;
}
.tpboxstyle .vvtitle .lksubs .ssname{
    color: #d82727;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
}
.tpboxstyle .vvtitle .lksubs .ssname::after{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: '\f0c9';
    padding-left: 8px;
    color: #d82727;
    min-width: 20px;
}
.tpboxstyle .vvtitle .lksubs.active .ssname::after{
    content: '\f00d';
    font-size: 16px;
    min-width: 20px;
}
.tpboxstyle .vvtitle .lksubs .sspops{
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}
.tpboxstyle .vvtitle .lksubs.active .sspops{
    opacity: 1;
    pointer-events: auto;
}
.tpboxstyle .vvtitle .lksubs ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpboxstyle .vvtitle .lksubs li{
    padding: 0 10px;
    width: 20%;
    margin-bottom: 10px;
}
/* <=== tpboxstyle ===> */

/* <=== vhgriptour ===> */
.vhgriptour{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.vhgriptour > div{
    padding: 0 10px;
    margin-bottom: 25px;
}
.vhgriptour .thcol{
    width: 50%;
}
.vhgriptour .tbcol{
    width: 33.33333%;
}
.vhgriptour .tncol{
    width: 20%;
}
/* <=== vhgriptour ===> */

/* <=== ittourall ===> */
.ittourall .thumb{
    margin-bottom: 12px;
}
.ittourall .dstitle, .ittourall .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}
.tbcol .ittourall .dstitle,.tbcol .ittourall .dstitle h3{
    font-size: 16px;
    line-height: 22px;
}
.tncol .ittourall .dstitle,.tncol .ittourall .dstitle h3{
    font-size: 14px;
    line-height: 22px;
}
.ittourall .dstitle a{
    color: #333333;
}
.ittourall:hover .dstitle a{
    color: #d82727;
}
/* <=== ittourall ===> */

/* <=== div-ajax-more ===> */
.div-ajax-more {
    text-align: center;
}
.div-ajax-more .view-more {
    display: inline-block;
    background: #eeeeee;
    padding: 6px 25px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 230px;
}
.div-ajax-more.vres .view-more{
    min-width: 160px;
}
.div-ajax-more .view-more:hover {
    background: #d82727;
    color: #ffffff;
}
.div-view-more {}
.div-view-more .view-more {
    display: block;
    background: #eeeeee;
    padding: 6px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}
.view-more:hover {
    background: #d82727;
    color: #ffffff;
}
.view-more span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.view-more span::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    right: 0;
    font-size: 16px;
}
/* <=== div-ajax-more ===> */

/* <=== item-feature ===> */
.item-feature:hover .i-img img{
    transform: scale(1.05);
}
/* <=== item-feature ===> */

/* <=== vhponicon ===> */
.vhponicon{
    position: relative;
}
.vhponicon .vntshareall{
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    z-index: 11;
}
.vhfixshare{
    position:-webkit-sticky;
    position: sticky;
    top: 50px;
    width: 40px;
}
.vhfixshare ul li{
    margin-bottom: 10px;
}
.vhfixshare ul li a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 18px;
    line-height: 27px;
    position: relative;
}
.vhfixshare ul li.flink a:hover{
    border-radius: 100%;
}
.vhfixshare ul li a .icon-zalo1{
    font-weight: 600;
    font-size: 16px;
}
.vhfixshare ul li.flink a{
    color: #fff;
}
.vhfixshare ul li.flinkv a{
    color: #999999;
    border: 1px solid #eeeeee;
    background-color: #fff;
}
.vhfixshare ul li.flinkv a:hover{
    border-color: #d82727;
}
.vhfixshare ul li.fcomment a span{
    position: absolute;
    top: 3px;
    left: calc(50% + 1px);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #fff;
    background-color: #d82727;
    font-size: 10px;
    line-height: 15px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}


.vhfixshare .zalo-share-button {
    background-image: none;
    padding: 0;
}

.copy-link { position: relative}
.tooltip-cp {
    display: none;
    position: absolute;
    z-index: 10;
    left: 50px;
    border: 2px solid #CCCCCC;
    background: #ffffff;
    padding: 5px 15px;
    border-radius: 5px;
}
.tooltip-cp span {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    color: #000000;
}



.vntcommentpp{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1112;
    pointer-events: none;
}
.vntcommentpp .bgpopcom{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.vntcommentpp.active .bgpopcom{
    opacity: 0.7;
    pointer-events: auto;
}
.vntcommentpp .contpopcom{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 480px;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 15px 20px 0 20px;
}
.vntcommentpp.active .contpopcom{
    transform: initial;
    opacity: 1;
    pointer-events: auto;
}
.vntcommentpp .btnclose{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.vntcommentpp .btnclose img{
    max-width: 22px;
}
.vntcommentpp .ttpopcomt{
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
    padding-right: 30px;
}
.vntcommentpp .ttpopcomt .icon{
    width: 35px;
}
.vntcommentpp .ttpopcomt .title{
    width: calc(100% - 35px);
    padding-left: 15px;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.vntcommentpp .ctpopcomt{
    max-height: calc(100% - 35px);
    overflow: hidden;
    overflow-y: auto;
}
.vntcommentpp .ctpopcomt::-webkit-scrollbar{
    width: 0px;
    background-color: #F5F5F5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vntcommentpp .ctpopcomt::-webkit-scrollbar-thumb {
    background-color: #333333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.vntcommentpp .grid-input {
    display: initial !important;
}

.vntcommentpp .grid-input .i-col {
    margin-bottom: 10px;
}
.vntcommentpp .grid-input .i-col.fr-btn{
    margin-bottom: 0;
}
/* <=== vhponicon ===> */

.box-filter {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.05);
}
.box-filter .filter-title {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f6f6f6;
    padding: 10px 15px;
}
.box-filter .item-filter {
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}
.box-filter .item-filter:last-child {
    border-bottom: 0;
}
.filterTitle {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul_filter li{
    font-size: 14px;
    line-height: 22px;
    margin-block-end: 10px;
}
.ul_filter li label{
    font-weight: normal;
    padding-left: 26px;
    position: relative;
    margin-bottom: 0;
    display: block;
}
.ul_filter li label input[type=checkbox]{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.ul_filter li label .check{
    position: absolute;
    top: 3px;
    left: 0;
    color: #666666;
    width: 16px;
    height: 16px;
    border: 1px solid #dfe0e3;
    border-radius: 3px;
}
.ul_filter li label input[type=checkbox]:checked ~ .check{
    color: #0099ff;
    border-color: #0099ff;
}
.ul_filter li label .check:before{
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 10px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    opacity: 0;
    color: #0099ff;
}
.ul_filter li label input[type=checkbox]:checked ~ .check:before{
    opacity: 1;
}
.ul_filter li .color3 {
    font-size: 12px;
}
.ul_filter li.current label {
    color: #0099ff;
    font-weight: bold;
}
.filterTitle {
    position: relative;
}
.filterTitle .btn-more-less {
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 20px;

    z-index: 10;
    cursor: pointer;
}

.filterTitle .btn-more-less span {
    display: block;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: relative;
}
.filterTitle .btn-more-less span::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    left:0 ;
    top: 0;
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
}
.ul_filter li.li-hide {
    display: none;
}

.div-more-less {
    padding-top: 5px;
    position: relative;
}
.div-more-less span {
    display: block;
    cursor: pointer;
    color: #ff0000;
    position: relative;
}
.div-more-less span::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f077';
    top: 2px;
    right: 10px;
    line-height: 20px;
    font-weight: 900;
    font-size: 16px;
    color: #333333;
}
.div-more-less .txt-less {
    display: none;
}

.div-more-less .txt-more::after {
    content: '\f078';
}
.div-more-less .txt-less::after {
    content: '\f077';
}
.item-filter.open .filterTitle .btn-more-less span::before {
    content: '\f077';
}
.item-filter.open .ul_filter li.li-hide {
    display: block;
}
.item-filter.open .div-more-less .txt-more {
    display: none;
}
.item-filter.open .div-more-less .txt-less {
    display: block;
}


/*===================BEGIN: SHARE NEWS TO SOCIAL NETWORK =========================*/
.box-tools {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
}

.box-tools .list-social {
    display: flex;
    align-items:center;
    align-content: center;
}
.box-tools .list-social .txt {
    margin-right: 10px;
}
.box-tools .list-social ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}
.box-tools .list-social .i-social {
    margin-right: 10px;
}
.box-tools .list-social .i-social a {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;

}
.box-tools .list-social .i-social a i, .box-tools .list-social .i-social a img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box-tools .list-social .i-social a i.icon{
    font-weight: bold;
    font-size: 13px;
}
.box-tools .list-social .i-social a:hover{
    border-radius: 0;
}

.box-tools .list-social .i-social .icon-zalo1{
    font-weight: bold;
    font-size: 13px;
}


.box-tools .list-tools  {

}

.box-tools .list-tools a {
    font-size: 13px;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
}
.box-tools .list-tools li a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-block {
    margin-bottom: 10px;
}
.news-block .row {
    margin-left: -2px;
    margin-right: -2px;
}
.news-block .row *[class^=col-] {
    padding-left: 2px;
    padding-right: 2px;
}
.news-block .item-news {
    position: relative;
    overflow: hidden;
}
.news-block .item-news .i-image {
    position: relative;
    overflow: hidden;
}
.news-block .item-news .i-image img {
    width: 100% ;
}
.news-block .item-news .i-image a {
    display: block;
    overflow: hidden;
    -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;

    position: relative;
}
.news-block .item-newse .i-image:hover a {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.news-block .item-news .i-image a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 194px;
    background: url("../images/mask_news.png") repeat-x;
}
.news-block .item-news .i-desc {
    pointer-events: none;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #ffffff;
}
.news-block .item-news .i-desc  .i-cat {
    margin-bottom: 5px;
}
.news-block .item-news .i-desc  .i-cat span {
    display: inline-block;
    background: #000;
    color: #ffffff;
    padding: 2px 5px;
}
.news-block .item-news .i-desc  .i-title {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}
.news-block .item-news .i-desc  .i-title  a {
    color: #ffffff;
}
.news-block .item-news .i-desc  .i-date {
    color: #999999;
    font-size: 13px;
}
.news-block .item-news.item-top .i-title  {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
}
.list-news  {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}
.list-news::after {
    content: '';
    clear: both;
    display: table;
}
.list-news .item {
    float: left;
    width: 16.66666666666667%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}
.list-news .news .i-image {
    margin-bottom: 10px;
}
.list-news .news .i-image a {
    display: block;
    padding-top: 66.666666%;
    position: relative;
    overflow: hidden;
}
.list-news .news .i-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-news .news .i-title {
    height:64px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-news .news .i-title h3 {
    font-weight: normal;
    line-height: 20px;
}
.block-news .b-title{
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    text-transform: unset;
}
.block-news .b-title, .block-news .b-title h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}

.block-news .vlstnews .item {
    margin-bottom: 10px;
}
.block-news .vlstnews .item a {
    display: block;
    position: relative;
    padding-left: 15px;
    line-height: 24px;
    font-size: 15px;
    line-height: 23px;
}
.block-news .vlstnews .item a::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f111';
    font-weight: 900;
    color: #d82727;
    font-size: 7px;
    left: 0;
}


/*08-2024*/
/* <=== vhsubmenu ===> */
.vhsubmenu{
    margin: 20px 0;
}
.itsubmenu{
    margin-bottom: 15px;
}
.itsubmenu:last-child{
    margin-bottom: 0;
}
.itsubmenu .sbtitle{
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.itsubmenu .sbtitle::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d82727;
}
.itsubmenu .sbtitle, .itsubmenu .sbtitle h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.itsubmenu .sbtitle, .itsubmenu .sbtitle a{
    color: #d82727;
}
.itsubmenu .sbtitle h3{
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 0 10px 0 0;
}
.itsubmenu .sbconts ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itsubmenu .sbconts li{
    padding: 0 10px;
    width: 20%;
    margin-bottom: 8px;
}
/* <=== vhsubmenu ===> */









/*10/2024*/
.vnt-block {
   margin-bottom: 20px;
}
.vnt-block__title {
    padding: 5px 13px;
    margin-bottom: 15px;

    font-size: 16px;
    line-height: 25px;
    font-weight: bold;

    color: #fff;
    background-color: #fbac09;

}
.vnt-block__content {}
.vnt-block-tour {}
.vnt-block-tour .item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #d9d9d9;
}
.vnt-block-tour .item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.vnt-block-tour .tour-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.vnt-block-tour .tour-item > div{
    padding: 0 5px;
}
.vnt-block-tour .tour-item .i-img {
    width: 100px;
}
.vnt-block-tour .tour-item .i-desc {
    width: calc(100% - 100px);
}

.vnt-block-tour .tour-item .i-img a {
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.vnt-block-tour .tour-item .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vnt-block-tour .tour-item .i-title {
    font-size: 13px;
    line-height: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    margin-bottom: 5px;
}
.vnt-block-tour .tour-item .i-price {
    color: #d82727;
    font-weight: bold;
}

.vnt-view-all a{
    display: block;
    text-align: center;
    background-color: #eeeeee;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    padding: 9px 15px;
}
.vnt-view-all a:hover{
    background-color: #d82727;
    color: #fff;
}




@media all and (max-width: 1360px){
    /* <=== vhponicon ===> */
    .vhponicon{
        padding-left: 60px;
    }
    .vhponicon .vntshareall{
        left: 0;
    }
    /* <=== vhponicon ===> */
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== breadcrumb ===> */
    .breadcrumb{
        margin-bottom: 20px;
    }
    /* <=== breadcrumb ===> */

    /* <=== vnttitle ===> */
    .vnttitle{
        margin-bottom: 10px;
    }
    .vnttitle, .vnttitle h1, .vnttitle h2{
        font-size: 25px;
        line-height: 40px;
    }
    /* <=== vnttitle ===> */

    /* <=== vnt-footer ===> */
    .link-tour-footer ul{
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
    /* <=== vnt-footer ===> */

    /* <=== vhgripall ===> */
    .vhgripall .mcol{
        width: 100%;
    }
    .vhgripall .hcol{
        width: 100%;
    }
    .advSidebar-fixed{
        position: static!important
    }
    /* <=== vhgripall ===> */

    /* <=== tpboxstyle ===> */
    .tpboxstyle .vvtitle .lklist{
        display: none;
    }
    .tpboxstyle .vvtitle .lksubs li{
        width: 25%;
    }
    /* <=== tpboxstyle ===> */

    /* <=== ittourall ===> */
    .ittourall .dstitle, .ittourall .dstitle h3{
        font-size: 16px;
    }
    .tbcol .ittourall .dstitle,.tbcol .ittourall .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    /* <=== ittourall ===> */

    /* <=== vhgriptour ===> */
    .vhgriptour .tncol{
        width: 33.3333%;
    }
    /* <=== vhgriptour ===> */

    /* <=== vhponicon ===> */
    .vhfixshare ul li a{
        width: 35px;
        height: 35px;
    }
    .vhfixshare ul li.fcomment a span{
        top: 0;
        left: initial;
        right: 0;
    }
    .vntcommentpp .listanswer{
        margin-left: -30px;
    }
    .vhponicon{
        padding-left: 55px;
    }
    /* <=== vhponicon ===> */
    .item-news .i-cat {display: none}
    .list-news .item{
        width: 33.33333333333333%;
    }
    .news-block .item-news .i-image img{
        height: auto;
    }

    /*08-2024*/
    .itsubmenu .sbconts li{
        width: 25%;
    }
}
@media all and (max-width: 767px){
    /* <=== vnt-footer ===> */
    .link-tour-footer ul{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    /* <=== vnt-footer ===> */

    /* <=== tpboxstyle ===> */
    .tpboxstyle .vvtitle .lksubs li{
        width: 50%;
    }
    /* <=== tpboxstyle ===> */

    /* <=== vhgriptour ===> */
    .vhgriptour .thcol{
        width: 100%;
    }
    .vhgriptour .tbcol{
        width: 50%;
    }
    .vhgriptour .tncol{
        width: 50%;
    }
    /* <=== vhgriptour ===> */

    /* <=== div-ajax-more ===> */
    .div-ajax-more .view-more{
        display: block;

    }
    /* <=== div-ajax-more ===> */

    .list-news .item{
        width: 50%;
    }

    /*08-2024*/
    .itsubmenu .sbconts li{
        width: 50%;
    }
}