.header_account_info{
    display: flex;
}
.user_page .show_action ul{
    list-style: none;
}
.show_action ul li{
    padding: 5px 0;
}
.user_page{
    position: relative;
}
.user_page .show_action{
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
    height: 0;
    position: absolute;
    top: calc(100%);
    width: max-content;

}
.user_page:hover .show_action{
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 15px;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.07);
    z-index: 99999;
    background: #fff;
}

.user_info_row{
    background: aliceblue;
}
.color_row{
    background: #fdcd72;
}
.font-weight-bold{
    font-weight: bold;
}

.staff_diemsao tr th{
    vertical-align: middle !important;
    text-align: center;
}

.staff_diemsao tr td{
    vertical-align: middle !important;
    text-align: center;
}

.normal_text{
    text-align: left !important;
}
tr.row_bold td{
    font-weight: bold;
}

.bangdiem_title{
    font-size: 26px;
    font-weight: bold;
}

.bangdiem_title_2{
    font-size: 18px;
    font-weight: bold;
}


.staff_diemsao td.canh_bao_sao{
    background: orangered;
    color: #fff;
}

.ghichu_title{
    color: #000;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    text-decoration: underline;
}

.ghichu_item{
    display: flex;
    align-items: center;
}
.ghichu_item .g_icon{
    width: 24px;
    height: 24px;
}
.ghichu_item .g_text{
    width: calc(100% - 24px);
    padding-left: 10px;
}

.statistics_term{
    margin-bottom: 30px;
}

.statistics_term select{
    background: aliceblue;
    width: max-content;
    padding-top: 10px;
}












/*MANUAL*/

#wpadminbar{
    display: none;
}

.d_segment_top .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d_segment_top .g_left{
    display: flex;
    align-items: center;
}
.d_segment_top{
    background: #041d93;
    color: #fff;
    padding: 6px 0;
}
.d_segment_top a{
    color: #fff;
}

.d_segment_top .d_social_item{
    width: auto;
    height: auto;
    background: none;
}
.d_segment_top .d_social_group{
    margin-left: 30px;
}

.header_search .msearch_submit{
    width: 30px;
    right: unset;
    left: 0;
}
.header_search .msearch_text {
    width: calc(100% - 30px);
    order: 2;
    margin-left: auto;
}
.header_search .msearch_text input{
    height: 20px;
    background: none;
    color: #fff;
    outline: none;
}
.header_search .msearch_submit button{
    height: 20px;
    background: none;
}
.header_search .res_input{
    border: none;
}
.header_search{
    width: 120px;
}



.d_qtrans_language ul li{
    list-style: none;
}
.d_qtrans_language ul li a, .dql_current a{
    padding-left: 8px;
    line-height: 16px;
    background-position: left center;
    font-size: 14px;
}
.d_qtrans_language ul{
    display: flex;
    /*position: absolute;*/
    /*top: 100%;*/
    /*width: max-content;*/
    /*min-width: 100%;*/
    /*background: #fff;*/
    /*padding: 3px 10px;*/
}
.d_qtrans_language{
    position: relative;
}
.dql_current a{
    pointer-events: none;
}
.dql_current{
    padding-left: 10px;
}
#wpadminbar{
    display: none;
}
.d_segment_header .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.d_segment_header{
    padding: 10px 0;
    /*box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.07);*/
    position: relative;
    z-index: 10;
    background: #000;
    color: #fff;
}

.commit_item{
    text-align: center;
}

.commit_item .g_icon{
    font-size: 40px;
    color: #333;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #333;
    border-radius: 100%;
}
.commit_item .g_title{
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
.commit_item .g_content{
    color: #666;
    margin-top: 10px;
}

.d_segment_common{
    padding: 60px 0;
}
.d_segment_common:nth-child(2n){
    background: rgba(0,0,0,0.05);
}

.main_title{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.main_title:before{
    content: "";
    width: 100px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 50%;
    top: calc(100% + 5px);
    transform: translate(-50%,0);
    z-index: 10;
}
.main_title:after{
    content: "";
    width: 30px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 50%;
    top: calc(100% + 4px);
    transform: translate(-50%,0);
    z-index: 10;
}
.main_title_group{
    margin-bottom: 40px;
}
.au_image{
    position: relative;
}
.au_image .g_round{
    border: 2px solid #d9d9d9;
    top: 10px;
    left: 10px;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.au_content ul{
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.au_content{
    text-align: justify;
    /*padding-right: 40px;*/
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*height: 100%;*/
}
.main_excerpt {
    text-align: center;
    max-width: 600px;
    margin: 20px auto 0;
    color: #666;
}

.field_group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
}
.field_group .g_wrapper{
    width: 33.333%;
    padding: 15px;
}
.field_item{
    position: relative;
}
.field_item .g_title{
    position: absolute;
    z-index: 10;
    /*! left: 50%; */
    /*! top: 50%; */
    /*! transform: translate(-50%,-50%); */
    width: 100%;
    padding: 14px 10px;
    /*background: linear-gradient(transparent, rgba(255,255,255,0.5), transparent);*/
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /*! height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    bottom: 0;
}
.field_item .g_title a{
    color: #fff;
}


.d_segment_achievement{
    background-size: cover !important;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-color: rgba(0,0,0,0.8);
}

.d_segment_achievement .g_item{
    text-align: center;
    color: #fff;
}
.d_segment_achievement .g_item .g_title1{
    font-size: 40px;
    font-weight: bold;
}
.d_segment_achievement .g_item .g_title2{
    font-size: 18px;
    /*font-weight: bold;*/
}
.d_segment_achievement .g_item{
    margin: 15px 0;
    border: 1px dashed;
    border-radius: 5px;
    /*! background: rgba(255,255,255,0.8); */
}

.d_segment_footer{
    padding: 50px 0;
    background: #000;
    color: #fff;
}
.d_segment_footer a{
    color: #fff;
}

.image_group_2{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.image_group_2 .g_wrapper{
    width: 50%;
    padding: 10px;
}
.image_group_2{
    margin-bottom: 15px;
}

.image_group_3{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.image_group_3 .g_wrapper{
    width: 33.33%;
    padding: 10px;
}
.image_group_3{
    margin-bottom: 15px;
}

.tr_main ul{
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.single_thanhtuu{
    margin-top: 30px;
}
.single_thanhtuu .g_parent_wrapper{
    display: flex;
    flex-wrap: wrap;
    /*margin: -20px;*/
    justify-content: center;
}
.single_thanhtuu .g_wrapper{
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    background: #0a58ca;
    margin-left: 40px;
    border-radius: 100%;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    text-align: center;
}
.single_thanhtuu .g_wrapper:first-child{
    margin-left: 0;
}

.single_thanhtuu .g_item{

}
.single_thanhtuu .g_item .g_title1{
    font-weight: bold;
    font-size: 28px;
}

.ps_title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #041d93;
    position: relative;
}
.ps_title:after{
    content: "";
    width: 60px;
    height: 2px;
    background: #ff8201;
    position: absolute;
    top: calc(100%);
    left: 0;
}
.single_group{
    margin-top: 40px;
}

.single_banlanhdao .g_item{
    text-align: center;
    margin: 15px 0;
}

.single_banlanhdao .g_item .g_image img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 100%;
}
.single_banlanhdao .g_title{
    margin-top: 15px;
    font-weight: bold;
}

.tr_content td, .tr_content th{
    border: 1px solid #ccc;
    padding: 3px;
}
.field_item .g_image{
    overflow: hidden;
}

.partner_item{
    padding: 0 20px;
}

.zoom_in {
    animation: zoom_in 30s linear infinite;
}

@keyframes zoom_in {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(2);
    }
}


.au_content{
    line-height: 1.8;
}

.au_content ul li{
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    padding: 2px 0;
}
.au_content ul li:before{
    content: '\f2f8';
    font-family: 'Font Awesome 6 Pro';
    font-size: 10px;
    color: #000;
    margin-right: 5px;
    font-weight: bold;
}
.au_content > p:last-of-type{
    margin-bottom: 0;
}

.au_image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.spin{
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}



.d_segment_header .header_group{
    width: 100%;
}


.recruitment_form{
    max-width: 600px;
    background: aliceblue;
    padding: 20px;
    border-radius: 5px;
    margin: 30px auto;
}
.recruitment_form .dform_item input[type="file"]{
    height: auto;
    border: none;
}
.recruitment_form .g_title{
    font-size: 20px;
    font-weight: bold;
    color: #041d93;
    text-align: center;
    text-transform: uppercase;
}

.similar_news_title_2{
    margin-top: 20px;
}

.apply_now a{
    display: block;
    padding: 12px 20px;
    color: #fff;
    background: #000;
    border-radius: 24px;
    width: max-content;
    font-size: 18px;
    font-weight: bold;
}
.apply_now.fixed{
    position: fixed;
    bottom: 10%;
    left: 3%;
    z-index: 999;
}
.apply_now i{
    margin-right: 5px;
    font-size: 24px;
}


/*HEADER*/

.d_segment_main_header{
    background: #e1e1e1;
}

.header_rectangle_bottom{
    background: #fff;
    /*! width: 200px; */
    height: 120px;
    clip-path: polygon(0 0,100% 0,40% 100%,0% 100%);
    position: relative;
}
.header_rectangle_top{
    width: 76px;
    height: 44px;
    background: #e1e1e1;
    clip-path: polygon(50% 100%,0 0,100% 0);
    position: absolute;
    top: 0;
    right: 0;
}
.header_rec_left{
    width: 100vw;
    height: 120px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 100%;
}
.main_header_group{
    position: relative;
}

.header_contact{
    display: flex;
    align-items: center;
    justify-content: right;

}

.header_contact .g_block{
    margin-left: 30px;
}
.header_contact .g_block:first-child{
    margin-left: 0;
}



.absolute_object{
    position: absolute;
    top: 0;
    /*! left: 200px; */
    z-index: 999;
    /*! padding-right: 48px; */
}

.header_logo{
    /*! position: relative; */
    /*! top: 30px; */
    /*! left: -60px; */
    /*! z-index: 9999999999999999999; */
    padding-right: 132px;
    padding-top: 21px;
}

.d_segment_header .header_group{
    padding-left: 200px;
}

/*END HEADER*/


.menu_down_icon::after{
    color: #fff;
}

.d_segment_partner {
    display: none;
}

.g_product .product_excerpt{
    display: none;
}

.shop_cat{
    display: flex;
    justify-content: center;
}
.shop_cat .g_item{
    margin: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
}

.shop_cat_tabs .st_title{
    width: max-content;
}

.shop_cat .g_item.active{
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
}

.shop_cat_tabs .st_title.active{
    border-bottom: 2px solid #000;
    padding-bottom: 3px;
}
.first_cat_group .detail_cat_tab_group{
    display: flex;
    /*flex-wrap: wrap;*/
}
.second_tabs{
    width: 33.33%;
    padding: 50px 30px;
}
.second_tabs_content{
    width: 66.67%;
    border-left: 1px solid #e2e2e2;
}
/*.second_tabs_image{*/
/*    width: 33.33%;*/
/*}*/

.second_tabs_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop_title{
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}

.shop_cat_tabs{
    margin-top: 50px;
    border: 1px solid #e2e2e2;
    background: #fff;
    position: relative;
}

.shop_cat_tabs .st_title{
    margin-top: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.shop_cat_tabs .st_title:first-child{
    margin-top: 0;
}

.second_tabs_list .g_list .g_item{
    margin-top: 20px;
}
.second_tabs_list .g_list .g_item:first-child{
    margin-top: 0;
}

.shop_header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,0.9);
    height: 100vh;
}

.shop_header.g_dark{
    position: absolute;
    background: none;
    color: #fff;
    height: auto;
}
.shop_header.g_dark a{
    color: #fff;
}
.shop_main_top{
    position: relative;
}
.shop_header.g_dark .shop_cat_tabs{
    border: none;
    margin-top: 0;
}

.detail_cat_tab_group{
    height: calc(100vh - 160px - 32px - 52px);
    position: relative;
}

.shop_header.g_dark .detail_cat_tab_group{
    height: auto;
}

.slick-slide > div{
    display: flex;
}

.shop_cat_tabs .g_close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 30px;
}

.second_tabs_list .g_group{
    display: flex;
    height: 100%;
}

.second_tabs_list .g_group .g_list{
    width: 50%;
    padding: 50px 30px;
}
.second_tabs_list .g_group .second_tabs_image{
    width: 50%;
}

.second_tabs_list .g_group .second_tabs_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.second_tabs_list, .second_tabs_list .tabcontent{
    height: 100%;
}
.current_price{
    color: #666;
}
.product_discount{
    display: none;
}

.select_region{
    background: #fff;
    padding: 40px;
    text-align: center;
    height: 60vh;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.select_region .reg_title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}

.reg_group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.reg_item .g_image img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 2px solid #000;
    object-fit: cover;
}

.reg_item .g_title{
    margin-top: 10px;
}

.reg_item{
    padding: 20px;
    width: 33.33%;
}

.header_lang_icon img{
    width: 24px;
}

.header_lang .header_lang_option{
    background: #fff;
    padding: 10px;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
}

.header_lang_option .reg_item{
    margin: 0;
    width: 100%;
    padding: 0;
}
.header_lang_option .reg_item .g_title{
    margin-top: 0;
}

.header_lang_option .reg_item .g_title a{
    display: block;
    width: 100%;
    padding: 10px 20px;
}

.header_lang_icon{
    cursor: pointer;
}

.header_lang_option .reg_item .g_title a:hover{
    background: #e2e2e2;
}

.umt_cart i{
    color: #fff;
}

.partner_banner img{
    width: 100%;
}

span.detail_price{
    color: #000;
}

p.detail_precent{
    display: none;
}

.single_commit{
    display: none;
}

.commit_item:hover .g_title, .d_segment_footer a:hover {
    color: #ff8601;
}

.commit_item:hover .g_icon {
    color: #ff8601;
    border-color: #ff8601;
}

.d_menu_mobile_item .umt_cart i{
    color: #000;
}


.nhom_tt_title{
    font-weight: bold;
    margin-bottom: 5px;
    color: #ee6a0d;
}

.single_attribute_group{
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    margin-top: 5px;
}

.single_attr_item{
    padding: 5px 15px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}
.single_attribute_group .g_wragger{
    padding: 5px;
}
.single_attr_item.selected{
    border-color: #ee6a0d;
}

.single_attr_pack{
    margin-top: 20px;
}
.single_attr_pack:first-child{
    margin-top: 0;
}

#select_error{
    color: red;
}