.vhponicon{
    position: relative;
}
.vhponicon .vntshareall{
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    z-index: 11;
}
.vhfixshare{
    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;
}


.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 .formComment{
    margin-bottom: 15px;
}
.vntcommentpp .formComment .w_content .content-info{
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
}
.vntcommentpp .titlecomt{
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height:27px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.vntcommentpp .grid-comment .node-commnet .info-comment{
    margin-left: 30px;
}
.vntcommentpp .grid-comment .node-commnet .avatar{
    width: 30px;
    color: #d82727;
}
.vntcommentpp .grid-comment .node-commnet .avatar i{
    font-size: 16px;
    line-height: 30px;
}
.vntcommentpp .grid-comment .node-commnet .info-comment .linkanswer a{
    color: #999999;
    font-size: 13px;
    line-height: 21px;
    padding-left: 25px;
    padding-right: 0;
}
.vntcommentpp .grid-comment .node-commnet .info-comment .linkanswer a:after{
    content: "\f3e5";
    left: 0;
    color: #999999;
    right: initial;
    font-size: 14px;
    top: 0px;
}
.vntcommentpp .listanswer .nodeanswer{
    padding: 15px 20px;
}
.vntcommentpp .grid-comment .node-commnet:last-child{
    border-bottom: none ;
}
@media all and (max-width: 1360px){
    .vhponicon{
        padding-left: 60px;
    }
    .vhponicon .vntshareall{
        left: 0;
    }
}
@media all and (max-width: 1100px){
    .vhponicon{
        padding-left: 0;
    }
    .vhponicon .vntshareall{
        position: fixed;
        bottom: initial;
        left: initial;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 111;
    }
}
@media all and (max-width: 991px){
    .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;
    }
}














/*2023*/

#vnt-header{
    z-index: 112;
}
.vhmenuhead{
    position: relative;
}
.vhmenuhead > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -2px;
}
.vhmenuhead > ul > li{
    width: 25%;
    padding: 0 2px;
    margin: 7px 0;
    position: relative;
}
.vhmenuhead > ul > li > a{
    display: flex;
    align-items: center;
    align-content: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.vhmenuhead > ul > li.active > a{
    color: #d82727;
}
.vhmenuhead > ul > li > a img{
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    margin-right: 8px;
}
.vhmenuhead > ul > li > a span{
    display: inline-block;
    padding-right: 15px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 30px);
}
.vhmenuhead > 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;
}
.vhmenuhead ul li ul{
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    width: 180px;
    background: #ffffff;
    border: 1px solid #ededed;
    -webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 5%);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 5%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}
.vhmenuhead ul li:hover ul{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.vhmenuhead ul li li{
    border-bottom: 1px solid #ededed;
}
.vhmenuhead ul li li a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 15px;
    color: #333333;
    position: relative;
    font-weight: 400;
}
.vhmenuhead li ul li a img{
    width: 22px;
    height: 22px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px;
}
.vhmenuhead li ul li a span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    display: block;
}
.vhmenuhead li ul li:hover a{
    background: #f6f6f6;
}
.menu_mobile .divmm .mmContent .mmMenu > ul.mmMain{
    border-bottom: 8px solid #ededed;
}
.menu_mobile .divmm .mmContent .mmMenu ul.mmMain li a img{
    margin-right: 6px;
}
.menu_mobile.menu_2 .divmm .mmContent .mmMenu .m-ab a img{
    margin-right: 6px;
}
.gMenu{
    border-top: none;
}
.menu_mobile.menu_2 .divmm .mmContent .mmMenu .m-ab a:before{
    top: 3px;
}





/*2024*/
.vntpadd{
    padding-top: 20px;
}
/* <=== tpnnorther ===> */
.tpnnorther{
    margin-bottom: 20px;
}
.tpnnorther .ortitle{
    padding: 5px 13px;
    background-color: #fbac09;
    color: #fff;
    margin-bottom: 15px;
}
.tpnnorther.vchange .ortitle{
    background-color: #d82727;
}
.tpnnorther .ortitle, .tpnnorther .ortitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.tpnnorther .vitem{
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #d9d9d9;
}
.tpnnorther .vitem:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.itnnorther .orgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.itnnorther .orgrip > div{
    padding: 0 5px;
}
.itnnorther .orgrip .mcol{
    width: 100px;
}
.itnnorther .orgrip .hcol{
    width: calc(100% - 100px);
}
.itnnorther .thumb a{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itnnorther .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itnnorther .dstitle{
    margin-bottom: 5px;
}
.itnnorther .dstitle, .itnnorther .dstitle h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.itnnorther .dsprice{
    color: #d82727;
    font-weight: 700;
}
.tpnnorther .ctview a{
    display: block;
    text-align: center;
    background-color: #eeeeee;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    padding: 9px 15px;
}
.tpnnorther .ctview a:hover{
    background-color: #d82727;
    color: #fff;
}
.tpnnorther .ctview a span{
    display: inline-block;
    position: relative;
    padding-right: 13px;
}
.tpnnorther .ctview a span::before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: 0;
}
/* <=== tpnnorther ===> */


/* <=== cclinkview ===> */
.cclinkview{
    margin: 15px 0;
    background-color: #f4f4f4;
    border: 1px solid #3d3d3d;
}
.cclinkview div, .cclinkview p{
    background-color: transparent!important;
    position: static;
}
.cclinkview .vname{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    padding: 12px 50px 12px 50px;
    position: relative;
    cursor: pointer;
    background-color: #f4f4f4;
}
.cclinkview .vname::before{
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.cclinkview.active .vname::before{
    content: "\f106";
}
.cclinkview .vname::after{
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    background-image: url('../images/ilist.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
}
.cclinkview .vhlink{
    padding: 12px 20px 20px;
    display: none;
    background-color: #f4f4f4;
}
.cclinkview .vhlink li{
    margin-bottom: 10px;
}
.cclinkview .vhlink li:last-child{
    margin-bottom: 0;
}
.cclinkview .vhlink li a{
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
}
.vhlink > ul > li{
    position: relative;
    padding-left: 30px;
}
.vhlink > ul > li .button-submenu{
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.vhlink > ul > li .button-submenu::before{
    content: "\f107";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.vhlink > ul > li.active .button-submenu::before{
    content: "\f106";
}
.vhlink > ul > li > a{
    font-weight: bold;
}
.vhlink ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.vhlink > ul > li ul{
    padding-left: 20px;
}
.cclinktab .viewtab{
    margin-bottom: 20px;
}
.cclinktab .viewtab:last-child{
    margin-bottom: 0;
}
.cclinktab .tttab{
    margin-bottom: 5px;
}
.cclinktab .tttab, .cclinktab .tttab h3{
    color: #a17a3e;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.cclinktab .cttab{
    font-size: 17px;
    line-height: 25px;
}
.thedish li{
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}
.thedish li:last-child{
    margin-bottom: 0;
}
.thedish li::before{
    content: '';
    position: absolute;
    left: 15px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #22a4a4;
}
/* <=== cclinkview ===> */

/* <=== vhfixshare ===> */
.vhfixshare ul li.flinkv #vnt-catpost{
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhfixshare ul li.flinkv #vnt-catpost.active{
    opacity: 1;
}
.vhfixshare ul li.flinkv #vnt-catpost a{
    border-color: #d82727;
    color: #d82727;
    font-size: 20px;
    font-weight: bold;
}
/* <=== vhfixshare ===> */

/* <=== vntlinktpost ===> */
.vntlinktpost{
    position: fixed;
    left: calc(100% - (31.035% + 10px));
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 0;
    z-index: 112;
    height: calc(100vh - 250px);
    background-color: rgba(244, 244, 244, 0.95);
    border: 1px solid #474747;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vntlinktpost.active.vscroll {
    width: 270px;
    transform: translateY(-50%) scale(1);
    transition-delay: 0.3s;
}
.vntlinktpost .lpclose{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.vntlinktpost .lptitle{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    padding: 12px 50px 12px 16px;
}
.vntlinktpost .lptitle i{
    margin-right: 18px;
    font-size: 20px;
}
.vntlinktpost .lpconts{
    height: calc(100% - 50px);
    overflow: hidden;
    overflow-y: auto;
}
.vntlinktpost .lpconts::-webkit-scrollbar{
    width: 5px;
    background-color: transparent;
}
.vntlinktpost .lpconts::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 25px;
}
.vntlinktpost .lpconts li a{
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    padding: 5px 20px;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vntlinktpost .lpconts > ul > li > a{
    font-weight: bold;
}
.vntlinktpost .lpconts li a::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #d82727;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transition-property: transform, bottom, left, right, background;
    transition-property: transform, bottom, left, right, background;
    pointer-events: none;
}
.vntlinktpost .lpconts li.current > a::before{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.vntlinktpost .lpconts li.current > a{
    color: #fff;
}
.vntlinktpost .lpconts > ul > li li a{
    padding-left: 40px;
}
/* <=== vntlinktpost ===> */

/* <=== tpmorenews ===> */
.tpmorenews{
    margin-bottom: 20px;
}
.tpmorenews .itmoreall{
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #d9d9d9;
}
.tpmorenews .itmoreall:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.itmoreall .thumb{
    display: block;
    margin-bottom: 10px;
    padding-top: 65.56%;
    position: relative;
}
.itmoreall .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itmoreall .dstitle, .itmoreall .dstitle h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
/* <=== tpmorenews ===> */

/* <=== vntsubmns ===> */
.vntsubmns .mnpadd{
    padding: 35px 0 20px;
}
.vhsubmns .mntitle{
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}
.vhsubmns .mntitle ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.vhsubmns .mntitle li{
    padding: 0 5px;
    width: 25%;
    margin-bottom: 5px;
}
.vhsubmns .mntitle li a{
    display: inline-block;
    font-weight: bold;
}
.vhsubmns .mntitle li.active a{
    color: #d82727;
    font-size: 16px;
    text-transform: uppercase;
}
.vhsubmns .mnconts ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-bottom: 15px;
}
.vhsubmns .mnconts li{
    padding: 0 5px;
    width: 25%;
    margin-bottom: 8px;
}
.vhsubmns .mnconts li a{
    display: inline-block;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.vhsubmns .mnconts li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 6px;
    width: 6px;
    background-color: #333333;
    border-radius: 100%;
}
.vhsubmns .mnconts li.active a::before, .vhsubmns .mnconts li:hover a::before{
    background-color: #d82727;
}
/* <=== vntsubmns ===> */


@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== styleall ===> */
    .vnt-main{
        width: 100%;
    }
    .vnt-sidebar{
        width: 100%;
    }
    .advRight-fixed{
        position: static!important;
    }
    /* <=== styleall ===> */

    /* <=== vnt-catpost ===> */
    #vnt-catpost{
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        z-index: 112;
    }
    #vnt-catpost a{
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        border-radius: 3px;
        position: relative;
        border:1px solid #d82727;
        color: #d82727;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        background-color: #fff;
    }
    .vntlinktpost{
        left: unset!important;
        right: 0;
        height: calc(100vh - 150px);
    }
    .vntlinktpost.active {
        width: 270px;
        transform: translateY(-50%) scale(1);
        transition-delay: 0.3s;
    }
    /* <=== vnt-catpost ===> */
}
@media all and (max-width: 767px){
    /* <=== vntsubmns ===> */
    .vhsubmns .mntitle li, .vhsubmns .mnconts li{
        width: 50%;
    }
    /* <=== vntsubmns ===> */
}


