* {
    outline: 0;
    box-sizing: border-box;
    font-family: Roboto-Regular, sans-serif;
}
a {
    text-decoration: unset;
}
* {
    margin: 0;
}
*,body {
    margin: 0
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('/assets/fonts/Roboto-Regular.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('/assets/fonts/Roboto-Medium.woff2') format('woff2');
    font-display: swap;
}
button {
    cursor: pointer;
}
button:disabled {
    opacity: 0.5;
    pointer-events: none;
}
::-webkit-scrollbar-thumb {
    background: #cacef2 !important;
    border-radius: 4px !important;
}
::-webkit-scrollbar {
    height: 4px !important;
    width: 4px !important;
    background-color: transparent !important;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
body {
    font-size: 13px;
    color: #4f4f4f;
    line-height: 1.428571429;
    background: #F4F4F4;
}
::-webkit-scrollbar {
    width: 1px;
}
main {
    padding-top: 64px;
}
.hidden {
    display: none !important;
}
header.boxHeaderSite {
    position: fixed;
    box-shadow: 0px 0px 6px rgb(255 255 255 / 50%);
    width: 100%;
    background-color: #FFF;
    height: 65px;
    display: block;
    z-index: 99;

    /* background: url(/assets/images/banner_new/bg_header_white.webp) 0 0 / 100% 100% no-repeat; */
    /* background: url(/assets/images/banner_new/bg_header_white.gif) 0 0 / 100% 100% no-repeat;
    background-position: top left;
    background-size: 100% 100%; */
    border-bottom: 1px solid #e9eaec;
}
.boxHeader_Pc {
    padding: 12px 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.boxImgHeader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    inset: 0;
}
.boxHeaderLeft_Pc {
    display: flex;
    align-items: center;
    gap: 45px;
}
.boxLogoSite_Pc, .boxLogoSite_Mb {
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linkLogoSite_Mb, .imgLogoSite_Mb, 
.linkLogoSite_Pc, .imgLogoSite_Pc {
    width: 100%;
    height: 30px;
}
.listMenuHeader_Pc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
}
.icon_txtMenuHeader_Pc {
    width: 15px;
    height: 15px;
}
.boxListSubMenu_Pc {
    display: none;
    padding: 15px;
    background: #FFF;
    position: absolute;
    z-index: 99999;
    top: 35px;
    width: 250px;
    left: 0;
    outline: #dfdfdf solid 1px;
    box-shadow: 0px 2px 5px rgba(41, 44, 111, 0.1);
    border-radius: 5px;
}
.itemMenuHeader_Pc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.txtMenuHeader_Pc {
    cursor: pointer;
    line-height: 18px;
    color: #474747;
    font-size: 16px;
    margin: 0;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.txtMenuHeader_Pc_cvuv {
    color: #FF4D43;
}
.itemMenuHeader_Pc:hover .boxListSubMenu_Pc {
    display: block;
}
.itemMenuHeader_Pc:hover .icon_txtMenuHeader_Pc {
    transform: rotate(180deg);
}
.listSubMenu_Pc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 400px;
    overflow-y: auto;
}
.txtSubMenuHeader_Pc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #474747;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 15px;
    line-height: 18px;
    background: rgba(76, 91, 212, 0.05);
    border-radius: 4px;
    padding: 13px 10px;
}
.boxHeaderRight_Pc {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.boxChat_Pc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}
.chat_notifice {
    background: none;
    float: left;
    width: unset;
    height: 26px;
    margin: 5px 0px 5px 0;
    cursor: pointer;
    top: unset;
    left: unset;
}
.txtChat_Pc {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 15px;
    line-height: 19px;
    color: #4C5BD4;
}
.boxIconChat_Pc {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    position: relative;
}
.iconChat_Pc {
    width: 100%;
    height: 100%;
}
.numberNotiChat_Pc {
    position: absolute;
    color: #FFF;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    top: -7px;
    right: -7px;
    z-index: 9999;
    background: #FF4D43;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linkUpNewFree_Pc, .linkUpNewFree_Mb {
    background: #F88C00;
    padding: 10px 12px;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 16px;
    line-height: 19px;
    background: linear-gradient(270deg, #F88C00 0%, #dd6b4e 100%);

}
.boxUpNewFree_Pc, .boxUpNewFree_Mb {
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxRegisLogin_Pc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.linkLogin_Pc {
    background: #FFFFFF;
    padding: 10px 12px;
    border-radius: 20px;
    color: #4C5BD4;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #4C5BD4;
}
.linkLogin_Pc:hover {
    background: rgba(76, 91, 212, 0.08);
}
.linkUpNewFree_Pc:hover {
    background: linear-gradient(270deg, #dd6b4e 0%, #F88C00 100%);
}
.linkRegis_Pc:hover {
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%);
}
.linkUpNewFree_Pc:hover,
.linkRegisLogin_Pc:hover {
    transform: scale(1.04);
    z-index: 1;
}
.linkRegis_Pc {
    background: #4C5BD4;
    padding: 10px 12px;
    border-radius: 20px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #4C5BD4;
    background: linear-gradient(90deg, #2230a3 0%, #5b6be7 100%);
}
.linkRegisLogin_Pc {
    width: 110px;
}
.boxHeader_Mb, .boxMenuHeader_Mb {
    display: none;
}
.btnShowMenu_Mb {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 25px;
    height: 20px;
}
.boxHeaderLeft_Mb, .btnShowMenu_Mb {
    display: flex;
    align-items: center;
    justify-content: center;
}
.iconShowMenu_Mb {
    width: 100%;
    height: 100%;
}
.boxMenuHeader_Mb {
    position: absolute;
    top: 64px;
    width: 100%;
    left: 0;
    right: 0;
    background: #F6F6F6;
    z-index: 99999;
}
.listMenuHeader_Mb {
    padding: 12px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 90vh;
    overflow: auto;
} 
.itemMenuHeader_Mb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 10px;
    background: #fff;
    border-radius: 5px;
    gap: 5px;
    flex-wrap: wrap;
}
.showSubMenuHeaderMb {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    gap: 5px;
    flex-wrap: wrap;
}
.iconShowSubChildMenu, 
.iconShowSubMenu {
    width: 16px;
    height: 16px;
}
.txtMenuChildMenuHeader_Mb, 
.txtMenuHeader_Mb {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 15px;
    line-height: 18px;
    width: calc(100% - 26px);
    color: #474747;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.txtMenuHeader_Mb_logout {
    color: #FF4D43 !important;
    border: none;
    background: transparent;
}
.icoSubMenuHeader_Mb {
    width: 20px;
    height: 21px;
}
.boxListSubChildMenu_Mb, 
.boxListSubMenu_Mb {
    width: 100%;
    border-radius: 4px;
    margin: 5px 10px;
    display: none;
}
.listSubChildMenu_Mb, 
.listSubMenu_Mb {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.boxSubChildMenuHeader_Mb, 
.txtSubChildMenuHeader_Mb, 
.txtSubMenuHeader_Mb {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #474747;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    background: rgba(76, 91, 212, 0.05);
    padding: 10px;
    border-radius: 5px;
    flex-wrap: wrap;
    border: none;
    cursor: pointer;
}
.txtSubMenuHeader_Mb.txtSubMenuHeader_Mb_uvut {
    border: 2px solid #FEF08A;
    background: #efc10b;
}
.txtSubChildMenuHeader_Mb {
    background: #FFF;
}
.showSubChildMenu_Mb .iconShowSubChildMenu, 
.showSubMenu_Mb .iconShowSubMenu {
    transform: rotate(180deg);
}
.txtPercentUv {
    color: rgb(76, 91, 212);
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.showSubChildMenuHeaderMb {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    gap: 5px;
    flex-wrap: wrap;
}
.popupQRUv {
    display: none;
    overflow-y: scroll;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, .5);
}
.popupQRUv .main_popup {
	position: relative;
    top: 100px;
    background-color: white;
    width: 520px;
	max-width: 95%;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
	display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}	
.popupQRUv .boxtitle_pp {
    width: 100%;
    background: #4c5bd4;
    border-radius: 5px 5px 0 0;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.popupQRUv .title_pp {
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.popupQRUv .close_pp {
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.popupQRUv .boxcontent_pp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.boxInfoLogin_Mb {
    padding: 12px 10px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
}
.contentInfoLogin_Mb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.boxDeleteAccountUv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnDeleteAccountUv {
    border: 1px solid #bb6165;
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    background: #bb6165;
    color: #fff;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    cursor: pointer;
}
.detailInfoLogin_Mb {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.avtLogin_Mb {
    width: 60px;
    height: 60px;
    border: 1px solid #4c5bd4;
    padding: 2px;
    object-fit: cover;
    border-radius: 50%;
}
.boxInfoAcc_Mb {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.link_InfoAcc_Mb {
    color: #4c5bd4;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.link_InfoAcc_Mb {
    color: #4c5bd4;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.boxAllowShowInfo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.txtAllowShowInfo {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    color: #474747;
}
.labelAllowShowInfo {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
}
.allowShowInfo {
    display: none;
}
.effectAllowShowInfo {
    background-color: #ffffff;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    position: relative;
    border-radius: 100px;
    border: 1px solid #c4c4c4;
}
.effectAllowShowInfo:before {
    background-color: #ff3333;
    content: "";
    left: 2px;
    position: absolute;
    transition: 0.4s;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.labelAllowShowInfo .allowShowInfo[type="checkbox"]:checked + .effectAllowShowInfo {
    background-color: #4c5bd4;
    border: 1px solid #4c5bd4;
}
.labelAllowShowInfo .allowShowInfo[type="checkbox"]:checked + .effectAllowShowInfo:before {
    transform: translateX(19.5px);
    background-color: #ffffff;
}
.boxAccountHeader_Pc, 
.boxNotiHeader_Pc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnNotiHeader_Pc {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    position: relative;
    width: 25px;
    height: 30px;
}
.imgNotiHeader_Pc {
    width: 100%;
    height: 100%;
}
.countNotiHeader_Pc {
    position: absolute;
    width: 18px;
    height: 18px;
    background: #FF4D43;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -7px;
    top: -6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.countNotiHeaderLarge {
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 14px;
}
.imgNotiHeader_Pc.notiNew {
    animation: ringBell 2s ease-in-out infinite;
    transform-origin: top center;
}
@keyframes ringBell {
    0% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(20deg);
    }
    30% {
        transform: rotate(-20deg);
    }
    45% {
        transform: rotate(15deg);
    }
    60% {
        transform: rotate(-15deg);
    }
    75% {
        transform: rotate(10deg);
    }
    90% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.boxshow_account_header, 
.boxshow_noti_header {
    position: absolute;
    right: 0;
    top: 40px;
    display: none;
}
.boxshow_account_header {
    top: 50px;
}
.boxNotiHeader_Pc .show_noti_header, 
.boxAccountHeader_Pc .show_account_header {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 400px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    border: #dfdfdf solid 1px;
}
.boxAccountHeader_Pc .show_account_header {
    padding: 15px;
}
.box_title_noti_header {
    background: rgba(76,91,212,.1);
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.title_noti_header {
    font-size: 20px;
    line-height: 24px;
    color: #4c5bd4;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.box_content_noti_header {
    padding: 15px;
}
.box_content_noti_null {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.img_noti_null {
    width: 150px;
}
.txt_noti_null {
    font-size: 16px;
    line-height: 19px;
    color: #595959;
}
.box_list_noti_header {
    overflow-y: auto;
    height: 100%;
    padding-right: 5px;
    max-height: 250px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.box_item_noti_header {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: space-between;
}
.boxavt_noti {
    width: 50px;
    height: 50px;
}
.avt_noti {
    border: 1px solid #4c5bd4;
    padding: 1px;
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.box_info_noti {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
}
.txt_content_noti {
    font-size: 16px;
    line-height: 19px;
    color: #5C5C5C;
    width: 100%;
    white-space: normal;
}
.txt_content_noti a {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    color: #4c5bd4;
}
.boxBtnActionNoti {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.actionCancelNoti {
    background: #b8c1cf;
    color: #FFF;
}
.btnActionNoti {
    border: none;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 17px;
}
.actionAcceptNoti {
    background: #4c5bd4;
    color: #fff;
    box-shadow: 0 2px 6px rgba(76, 91, 212, 0.25);
}
.actionAcceptNoti:hover {
	background: #F88C00;
	transform: translateY(-1px);
}
.actionCancelNoti:hover {
	background: #F88C00;
	transform: translateY(-1px);
}
.txt_time_noti {
    font-size: 14px;
    line-height: 17px;
    color: #5C5C5C;
    white-space: normal;
}
.btn_del_noti {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    border: none;
    background: transparent;
    font-size: 14px;
    line-height: 17px;
    padding: 0;
    color: #ff4658;
}
.box_footer_noti_header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 15px;
}
.btn_delall_noti {
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    padding: 0;
    color: #ff4658;
}
.info_account_header {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #7c87e2;
    padding: 5px 15px 5px 10px;
    border-radius: 100rem;
    cursor: pointer;

    box-shadow: 0px 10px 25px -5px #EAB30866;
    border: 2px solid #FEF08A;
    background: #efc10b;
}
.box_avt_header {
    width: 30px;
    height: 30px;
}
.img_avt_header {
    border: 2px solid #FFF;
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.iconMenu {
    border-color: transparent #fff;
    border-style: solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
    display: block;
    height: 0;
    width: 0;
}
.account_header_top {
    display: flex;
    border-bottom: 1px solid #dcdcdc;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}
.box_avt_header_info {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_avt_header_info .img_avt_header {
    border: 2px solid #4c5bd4;
    padding: 2px;
}
.header_top_right {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.name_user_info {
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    color: #4c5bd4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.account_header_bot {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 350px;
    overflow: scroll;
}
.listSubMenu_Mb {
    padding-right: 5px;
}
.boxHeaderRight_Mb {
    gap: 15px;
}
.btnUpNewAccNtd_Pc {
    background: #4C5BD4;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    padding: 8px 15px;
    border-radius: 20px;
    background: linear-gradient(270deg, #F88C00 0%, #dd6b4e 100%);
}
.btnUpNewAccNtd_Pc:hover {
    background: linear-gradient(270deg, #dd6b4e 0%, #F88C00 100%);
    transform: scale(1.04);
    z-index: 1;
}
.boxUpNewAccNtd_Pc {
    position: relative;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxChooseTypePost {
    display: none;
    padding: 15px;
    background: #FFF;
    position: absolute;
    z-index: 99999;
    top: 42px;
    width: max-content;
    right: 0;
    outline: #dfdfdf solid 1px;
    box-shadow: 0px 2px 5px rgba(41, 44, 111, 0.1);
    border-radius: 5px;
}
.listChooseTypePost {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.itemChooseTypePost {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: rgb(71, 71, 71);
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 15px;
    line-height: 18px;
    gap: 10px;
    background: rgba(76, 91, 212, 0.05);
    border-radius: 4px;
    padding: 13px 10px;
}
.iconChooseTypePost {
    width: 18px;
    height: 18px;
}
.txtChooseTypePost {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 15px;
    line-height: 18px;
}
.boxUpNewAccNtd_Pc:hover .boxChooseTypePost {
    display: block;
}
.txtPointNtd_Pc {
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    color: #474747;
}
.boxMenuHeader_upNewNtd .boxSubMenuHeader_upNewNtd {
    display: none !important;
}
.boxGiftVoucher {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linkGiftVoucher {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fcf5f5;
    border-radius: 4px;
    gap: 15px;
}
.txtGiftVoucher {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: red;
    font-family: Roboto-Medium, sans-serif;
}
.valueGiftVoucher {
    font-size: 18px;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.img_link_deail_voucher {
    width: 20px;
    cursor: pointer;
    transform: scaleX(-1);
    animation: handClickReverse 1.2s ease-in-out infinite;
    transform-origin: center;
}
.bg_yellow {
    background: linear-gradient(270deg, #F88C00 0%, #dd6b4e 100%) !important;
}
.bg_yellow:hover {
    background: linear-gradient(270deg, #dd6b4e 0%, #F88C00 100%) !important;
    transform: scale(1.04) !important;
}
.item_catenew_salary {
    color: #d44cae !important;
    background: #f9e6f4 !important;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
@keyframes handClickReverse {
    0% {
        transform: scaleX(-1) translateX(0) scale(1);
    }
    25% {
        transform: scaleX(-1) translateX(6px) scale(1.1);
    }
    50% {
        transform: scaleX(-1) translateX(0) scale(0.95);
    }
    75% {
        transform: scaleX(-1) translateX(6px) scale(1.1);
    }
    100% {
        transform: scaleX(-1) translateX(0) scale(1);
    }
}
@media screen and (min-width: 1400px) {
    .boxHeaderLeft_Pc {
        gap: 80px;
    }
}
@media screen and (min-width: 1500px) {
    .boxHeaderLeft_Pc {
        gap: 110px;
    }
}
@media screen and (min-width: 1600px) {
    .boxHeaderLeft_Pc {
        gap: 140px;
    }
}
@media screen and (max-width: 1350px) {
    .listMenuHeader_Pc {
        gap: 20px;
    }
    .boxHeaderRight_Pc,
    .boxRegisLogin_Pc {
        gap: 10px;
    }
    .linkUpNewFree_Pc, .linkRegisLogin_Pc, .linkUpNewFree_Mb {
        padding: 10px 6px;
    }
    .linkUpNewFree_Mb {
        padding: 10px 15px;
    }
    .linkRegisLogin_Pc {
        width: 95px;
    }
}
@media screen and (max-width: 1165px) {
    .boxHeader_Pc {
        display: none;
    }
    .boxHeader_Mb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 20px;
        gap: 5px;
        height: 100%;
        position: relative;
        z-index: 2;
    }
    #chat_notifice_mobi {
        position: unset;
    }
}
@media screen and (max-width: 600px) {
    .box_content_noti_header, 
    .box_title_noti_header {
        padding: 10px;
    }
    .box_footer_noti_header {
        padding: 0 10px 10px;
    }
    .boxNotiHeader_Pc .show_noti_header {
        width: 350px;
    }
}