﻿*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

p {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
    transition: .3s;
}

input, button {
    border: none;
}

    input[type=text], input[type=tel], textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

figure {
    margin: 0;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

    img.tho-dmx {
        border-radius: 3px;
    }

.clearfix {
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    /*.clearfix:after {
        content: "";
        display: block;
        clear: both;
    }*/

body {
    background-color: #f8f8f8;
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue,Helvetica, Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
}

section {
    max-width: 1230px;
    margin: 0 auto;
    /*padding: 0 15px;*/
    width: 100%;
}

.container1000 {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.container900 {
    max-width: 930px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.container800 {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.header {
    background: url(/img/web/bg_header.png) center top;
    background-size: cover;
    transition: 0.4s;
    width: 100%;
    position: relative;
    z-index: 2;
}

.header__top {
    /*background-color: rgba(20, 84, 97, 0.75);*/
    background: #FFC900;
    padding: 12px 0;
}

.header__menu {
    cursor: pointer;
    float: left;
    margin: 10px 0 0 18px;
}

.header__logo {
    /*margin: 0 auto;*/
    width: 137px;
    display: block;
}

    .header__logo img {
        width: 139px;
        height: 51px;
    }

.header-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    color: #121212;
}

.header .text-menu {
    color: #FFF;
    font-size: 22px;
    line-height: 25px;
    margin-left: 10px;
}

.header .hamberger span {
    background-color: #FFF;
    border-radius: 20px;
    display: block;
    margin-bottom: 6px;
    height: 3px;
    width: 30px;
    transition: 0.4s;
}

    .header .hamberger span:last-child {
        margin-bottom: 0;
    }

.header .hamberger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(9px, -3px);
    -moz-transform: rotate(45deg) translate(9px, -3px);
    -ms-transform: rotate(45deg) translate(9px, -3px);
    -o-transform: rotate(45deg) translate(9px, -3px);
    transform: rotate(45deg) translate(9px, -3px);
}

.header .hamberger.active span:nth-child(2) {
    display: none;
}

.header .hamberger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(9px, 3px);
    -moz-transform: rotate(-45deg) translate(9px, 3px);
    -ms-transform: rotate(-45deg) translate(9px, 3px);
    -o-transform: rotate(-45deg) translate(9px, 3px);
    transform: rotate(-45deg) translate(9px, 3px);
}

.header .hamberger, .header .text-menu {
    display: inline-block;
    vertical-align: middle;
}

.header__language {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    display: flex;
    align-items: center;
}

    .header__language img{
        margin-right: 5px;
    }

    /*.header__language:hover {
        color: #2883d6;
    }*/

.gNavi {
    /*background-color: rgba(0, 0, 0, 0.4);*/
    background: #fbbd00;
    display: block;
    padding: 16px 0;
    border-top: 1px solid #efb400
}

    .gNavi.menu-sticky {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 10;
    }

    .gNavi.active {
        display: block;
    }

    .gNavi .list-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: space-between;
        text-align: center;
        max-width: 1230px;
        margin: auto;
    }

    .gNavi li {
        /*padding: 0 40px;*/
    }

@media only screen and (max-width: 1366px) {
    .gNavi li {
        padding: 0;
    }
}

@media only screen and (max-width: 1160px) {
    .gNavi li {
        padding: 0;
    }
}

@media only screen and (max-width: 1040px) {
    .gNavi li {
        padding: 0;
    }
}

.gNavi li p {
    display: table;
    color: #121212;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.gNavi li span {
    display: table-cell;
    vertical-align: middle;
}

.fixed-txt-menu
{
    display: block;
    width: 220px;
}

/*.gNavi li.active p {
    color: #FFD65E;
}*/

.gNavi a {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

    .gNavi a i {
        margin-bottom: 0;
        margin-right: 8px;
        /*transform: scale(2);*/
    }

    .gNavi a:hover .iconhomenew-introduce, .gNavi li.active .iconhomenew-introduce {
        background-position: -36px -76px;
    }
    .gNavi a:hover .iconhomenew-document, .gNavi li.active .iconhomenew-document {
        background-position: -91px -78px;
    }
    .gNavi a:hover .iconhomenew-publish, .gNavi li.active .iconhomenew-publish {
        background-position: -146px -76px;
    }
    .gNavi a:hover .iconhomenew-report, .gNavi li.active .iconhomenew-report {
        background-position: -201px -76px;
    }
    .gNavi a:hover .iconhomenew-share, .gNavi li.active .iconhomenew-share {
        background-position: -256px -75px;
    }
    .gNavi a:hover .iconhomenew-faq, .gNavi li.active .iconhomenew-faq {
        background-position: -311px -77px;
    }
    .gNavi a:hover .iconhomenew-news, .gNavi li.active .iconhomenew-news {
        background-position: -311px -77px;
    }
    .gNavi a:hover .iconhomenew-development, .gNavi li.active .iconhomenew-development {
        background-position: -364px -78px;
    }

    .footer {
        position: relative;
    }

.footer__main {
    background-color: #2F3342;
    color: #F1EFEF;
    padding: 30px 0 50px;
}

.footer section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.footer-hd {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #FFD400;
}

@media only screen and (max-width: 1083px) {
    .footer-hd {
        font-size: 18px;
        line-height: 24px;
    }
}

.footer .f-color {
    color: #FFD65E;
}

    .footer a.f-color:hover{
        text-decoration: underline;
    }

.footer .f-item {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}

    .footer .f-item:before, .footer .f-item:after {
        content: " ";
        display: table;
    }

    .footer .f-item:after {
        clear: both;
    }

    .footer .f-item i {
        float: left;
    }

.footer .f-item-txt {
    padding-left: 35px;
}

.footer .f-item .mb10 {
    margin-bottom: 10px;
}

.footer .f-form {
    margin: 20px 0;
    position: relative;
}

    .footer .f-form input {
        background: #43495C;
        border-radius: 6px;
        color: #FFFFFF;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        padding: 0 15px;
        height: 52px;
        width: 100%;
    }

        .footer .f-form input::placeholder {
            color: #68728E;
        }

    .footer .f-form .submitsub {
        background-color: #FCD900;
        border-radius: 4px;
        color: #000000;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        padding: 13px 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
        width: 120px;
        text-align: center;
    }

    .footer .f-form ::placeholder {
        color: rgba(255, 255, 255, 0.8);
    }

    .footer .f-form :-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: rgba(255, 255, 255, 0.8);
    }

    .footer .f-form ::-ms-input-placeholder {
        /* Microsoft Edge */
        color: rgba(255, 255, 255, 0.8);
    }

.footer .f-txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFD400;
}

    .footer .f-txt:hover {
        color: #ff0;
    }

.footer .f-icon {
    margin-top: 15px;
}

    .footer .f-icon a {
        display: inline-block;
        margin-right: 20px;
    }

    .footer .f-icon.above {
        display: inline-block;
        float: right;
        margin-top: 0;
    }

        .footer .f-icon.above a{
            margin-right: 0;
        }

.footer__box01 {
    padding: 0 30px 0 20px;
}

.footer__box02 {
    padding-right: 30px;
    width: 423px;
}

.footer .copy-right {
    background-color: #222222;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 13px 20px;
    text-align: center;
}

.back-top {
    opacity: 0;
    text-align: center;
    right: 22px;
    z-index: 99;
    position: absolute;
    top: -75px;
    right: 22px;
    visibility: 0;
}

.pagination ul {
    display: block;
    overflow: hidden;
    margin: 15px 0;
    text-align: center;
}

.pagination li {
    display: inline;
}

.pagination a, .pagination span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    border: 1px solid #e8ecef;
    border-radius: 4px;
    text-align: center;
    width: 40px;
    padding: 10px 0;
    margin-right: 5px;
    color: #333;
}

.pagination .prev,
.pagination .next {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 37px;
    background: #f2f4f6;
    border: 1px solid #f2f4f6;
    border-radius: 4px;
    font-size: 0;
}

.pagination .prev {
    margin-right: 5px;
}

.pagination .next {
    margin-left: 5px;
}

.pagination .prev:before {
    content: "";
    width: 6px;
    height: 6px;
    border-left: 1px solid #778CA2;
    border-bottom: 1px solid #778CA2;
    transform: rotate(45deg);
    text-align: center;
    display: block;
    margin-left: 17px;
    margin-top: 6px;
}

.pagination .next:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
    text-align: center;
    display: block;
    margin-left: 15px;
    margin-top: 5px;
}

.pagination .next.page-link, .pagination .prev.page-link {
    background: #fff;
    border: 1px solid #e8ecef;
}

.pagination a.active {
    color: #0091ff;
    border: 1px solid #0091ff;
}

.pagination .active .current {
    border-color: #FFAC3B;
    color: #FFAC3B;
    font-weight: bold;
}

.csslder {
    display: block;
    text-align: center;
    height: 20px;
    position: relative;
    clear: both;
}

    .csslder .csswrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.cssdot {
    width: 10px;
    height: 10px;
    border: 1px solid #288ad6;
    background: #288ad6;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
    animation: fx 1000ms ease infinite 0ms;
    padding: 0 !important;
}

    .cssdot:nth-child(2) {
        -webkit-animation: fx 1000ms ease infinite 300ms;
        animation: fx 1000ms ease infinite 300ms;
    }

    .cssdot:nth-child(3) {
        -webkit-animation: fx 1000ms ease infinite 600ms;
        animation: fx 1000ms ease infinite 600ms;
    }

.loadingcover {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.75);
    display: none;
    z-index: 2;
}

    .loadingcover .csslder {
        top: 50%;
    }

@-webkit-keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fx {
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@media only screen and (max-width: 1083px) {
    .back-top {
        bottom: 318px;
    }
}

.back-top.active {
    opacity: 1;
    visibility: visible;
    width: 60px;
    height: 60px;
}

.back-top.fix {
    position: fixed;
    top: auto;
    bottom: 20px;
}

.back-top-btn {
    width: 60px;
    height: 60px;
    background: #FFD400;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .back-top-btn i{
        transform: rotate(90deg);
    }

.l-list__item {
    display: block;
}

    /*.l-list__item:hover .l-list-ttl {
        color: #288ad6;
    }*/

.l-list-ttl {
    /*color: #3C5088;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;*/
    padding-left: 15px;
    /*width: calc(100% - 40px);*/
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}

.l-list-date {
    /*color: #666;
    font-size: 12px;
    line-height: 18px;*/
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-left: 15px;
    /*padding: 0px 0 15px;*/
}

.l-list__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 15px;
}

.l-list i {
    width: 50px;
}

.c-block__title {
    /*font-size: 20px;
    line-height: 32px;
    font-weight: bold;*/
    font-weight: bold;
   /* font-size: 28px;
    line-height: 150%;*/
    color: #333;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
}

.c-block .l-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.c-block .l-list__item {
    border-bottom: 1px dashed #999;
    /* margin-left: 12%; */
    margin-bottom: 15px;
    /*width: 44%;*/
    width: calc(50% - 20px);
}

    .c-block .l-list__item:nth-child(2n+1) {
        /*margin-left: 0;*/
    }

.pagenavi {
    font-size: 0;
    text-align: center;
}

    .pagenavi span, .pagenavi a {
        border: 1px solid #CCC;
        border-radius: 2px;
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        margin: 0 5px;
        height: 30px;
        width: 30px;
        vertical-align: middle;
    }

    .pagenavi .current {
        border-color: #FFAC3B;
        color: #FFAC3B;
        font-weight: bold;
    }

    .pagenavi .prevpostslink, .pagenavi .nextpostslink {
        position: relative;
    }

        .pagenavi .prevpostslink::before, .pagenavi .nextpostslink::before {
            border-top: 1px solid #333;
            border-left: 1px solid #333;
            content: '';
            position: absolute;
            top: 10px;
            height: 8px;
            width: 8px;
        }

        .pagenavi .prevpostslink::before {
            left: 12px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .pagenavi .nextpostslink::before {
            left: 8px;
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
        }

[class^="icon-"], [class*="icon-"] {
    background-image: url(/img/web/icon_common@2x.png?v=2);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 400px 648px;
}

.icon-introduce {
    background-position: 0 0;
    margin-bottom: 15px;
    height: 33px;
    width: 38px;
}

.icon-introduce-active {
    background-position: 0 -55px;
    margin-bottom: 15px;
    height: 33px;
    width: 38px;
}

.icon-document {
    background-position: -50px 0;
    margin-bottom: 15px;
    height: 33px;
    width: 38px;
}

.icon-document-active {
    background-position: -50px -55px;
    margin-bottom: 15px;
    height: 33px;
    width: 38px;
}

.icon-publish {
    background-position: -95px 0;
    margin-bottom: 5px;
    height: 42px;
    width: 39px;
}

.icon-publish-active {
    background-position: -95px -55px;
    margin-bottom: 5px;
    height: 42px;
    width: 39px;
}

.icon-report {
    background-position: -154px 0;
    margin-bottom: 12px;
    height: 38px;
    width: 39px;
}

.icon-report-active {
    background-position: -154px -55px;
    margin-bottom: 12px;
    height: 38px;
    width: 39px;
}

.icon-share {
    background-position: -205px 0;
    margin-bottom: 14px;
    height: 34px;
    width: 41px;
}

.icon-share-active {
    background-position: -205px -55px;
    margin-bottom: 14px;
    height: 34px;
    width: 41px;
}

.icon-faq {
    background-position: -265px 0;
    margin-bottom: 14px;
    height: 34px;
    width: 49px;
}

.icon-faq-active {
    background-position: -265px -55px;
    margin-bottom: 14px;
    height: 34px;
    width: 49px;
}

.icon-totop {
    background-position: -90px -425px;
    height: 90px;
    width: 90px;
}

.icon-company {
    background-position: 0 -175px;
    height: 20px;
    width: 20px;
}

.icon-mobile {
    background-position: 0 -435px;
    height: 20px;
    width: 20px;
}

.icon-tel {
    background-position: -30px -435px;
    height: 20px;
    width: 20px;
}

.icon-mail {
    background-position: -60px -175px;
    height: 16px;
    width: 26px;
}

.icon-facebook {
    background-position: -180px -215px;
    height: 40px;
    width: 40px;
}

.icon-maillink {
    background-position: -230px -215px;
    height: 40px;
    width: 40px;
}

.icon-pdforg {
    background-position: -75px -110px;
    height: 28px;
    width: 24px;
}

.icon-reportOrg {
    background-position: -140px -110px;
    height: 51px;
    width: 61px;
}

.icon-pdf {
    background-position: 0px -110px;
    height: 28px;
    width: 24px;
}

.icon-word {
    background-position: -110px -110px;
    height: 27px;
    width: 20px;
}

.icon-detail {
    background-position: -35px -110px;
    height: 28px;
    width: 28px;
}

.icon-rptop {
    background-position: -150px -175px;
    height: 21px;
    width: 19px;
}

.icon-store {
    background-position: 0 -215px;
    height: 50px;
    width: 50px;
}

.icon-people {
    background-position: -60px -215px;
    height: 50px;
    width: 50px;
}

.icon-time {
    background-position: -120px -215px;
    height: 50px;
    width: 50px;
}

.icon-website {
    background-position: -95px -175px;
    margin: -3px 5px 0 0;
    height: 15px;
    width: 15px;
}

.icon-video {
    background-position: -120px -175px;
    margin: -4px 5px 0 0;
    height: 14px;
    width: 21px;
}

.icon-camket {
    background-position: -240px -370px;
    height: 136px;
    width: 140px;
}

.icon-retail {
    background-position: 0 -280px;
    height: 71px;
    width: 71px;
}

.icon-improve {
    background-position: -80px -280px;
    height: 71px;
    width: 71px;
}

.icon-life {
    background-position: -160px -280px;
    height: 71px;
    width: 71px;
}

.icon-note01 {
    background-position: -325px 0;
    height: 152px;
    width: 75px;
}

.icon-note02 {
    background-position: -300px -160px;
    height: 152px;
    width: 75px;
}

.icon-faq01 {
    background-position: 0 -370px;
    height: 40px;
    width: 40px;
}

.icon-faq02 {
    background-position: -160px -370px;
    height: 41px;
    width: 49px;
}

.icon-user {
    background-position: -180px -175px;
    height: 22px;
    width: 22px;
}

.icon-phone {
    background-position: -30px -175px;
    height: 26px;
    width: 16px;
}

.icon-email-form {
    background-position: -210px -175px;
    height: 14px;
    width: 23px;
}

.icon-company-form {
    background-position: -200px -425px;
    margin-top: -10px;
    height: 30px;
    width: 30px;
}

.icon-send {
    background-position: -245px -175px;
    margin-left: 8px;
    height: 16px;
    width: 16px;
}

.icon-update {
    background-position: -210px -110px;
    height: 51px;
    width: 61px;
}

.icon-development {
    background-position: -283px -100px;
    width: 49px;
    height: 49px;
}

.icon-development-active {
    background-position: -339px -100px;
    width: 49px;
    height: 49px
}

[class^="iconhomenew-"], [class*="iconhomenew-"] {
    background-image: url('https://cdnv2.tgdd.vn/mwg-static/tgdd/Common/3a/14/3a1478ac2a44c9060b09a6407f73851a.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    vertical-align: middle;
    background-size: auto 264px;
}

.iconhomenew-introduce {
    background-position: -36px -36px;
    width: 21px;
    height: 21px;
}

.iconhomenew-document {
    background-position: -91px -38px;
    width: 22px;
    height: 17px;
}

.iconhomenew-publish {
    background-position: -146px -36px;
    width: 22px;
    height: 20px;
}

.iconhomenew-report {
    background-position: -201px -36px;
    width: 21px;
    height: 21px;
}

.iconhomenew-share {
    background-position: -256px -35px;
    width: 21px;
    height: 22px;
}

.iconhomenew-news {
    background-position: -311px -37px;
    width: 21px;
    height: 19px;
}

.iconhomenew-faq {
    background-position: -311px -37px;
    width: 21px;
    height: 19px;
}

.iconhomenew-development {
    background-position: -364px -38px;
    width: 25px;
    height: 18px;
}

.iconhomenew-calendar {
    background-position: -419px -42px;
    width: 57px;
    height: 57px;
}

.iconhomenew-pdf {
    background-position: -38px -137px;
    width: 41px;
    height: 45px;
}

.iconhomenew-statistic {
    background-position: -117px -139px;
    width: 50px;
    height: 48px;
}

.iconhomenew-money {
    background-position: -209px -138px;
    width: 48px;
    height: 48px;
}

.iconhomenew-arrowleft {
    background-position: -550px -60px;
    width: 24px;
    height: 20px;
}

.iconhomenew-location {
    background-position: -289px -148px;
    width: 18px;
    height: 22px;
}

.iconhomenew-mail {
    background-position: -331px -151px;
    width: 21px;
    height: 16px;
}

.iconhomenew-phone {
    background-position: -375px -149px;
    width: 20px;
    height: 20px;
}

.iconhomenew-question {
    background-position: -418px -149px;
    width: 20px;
    height: 20px;
}

.iconhomenew-fb {
    background-position: -463px -132px;
    width: 50px;
    height: 51px;
}

.iconhomenew-email {
    background-position: -537px -132px;
    width: 50px;
    height: 50px;
}

.iconhomenew-fullname {
    background-position: -36px -210px;
    width: 21px;
    height: 20px;
}

.iconhomenew-mailaddress {
    background-position: -82px -212px;
    width: 21px;
    height: 16px;
}


.iconhomenew-phonenumber {
    background-position: -129px -210px;
    width: 20px;
    height: 20px;
}

.iconhomenew-company {
    background-position: -172px -210px;
    width: 24px;
    height: 20px;
}

.iconhomenew-send {
    background-position: -218px -212px;
    width: 16px;
    height: 16px;
}

.iconhomenew-posteddate {
    background-position: -257px -211px;
    width: 17px;
    height: 19px;
}

.iconhomenew-viewcount {
    background-position: -293px -213px;
    width: 19px;
    height: 14px;
}

.iconhomenew-detailfile {
    background-position: -331px -197px;
    width: 45px;
    height: 45px;
    transform: scale(0.85);
}

.iconhomenew-word {
    background-position: -398px -196px;
    width: 41px;
    height: 48px;
}

.iconhomenew-arrownewsleft {
    background-position: -478px -203px;
    width: 19px;
    height: 35px;
}

.iconhomenew-arrownewsright {
    background-position: -554px -203px;
    width: 19px;
    height: 35px;
}

.iconhomenew-environment {
    background-position: -641px -27px;
    width: 44px;
    height: 66px;
}

.iconhomenew-culturehuman {
    background-position: -728px -30px;
    width: 63px;
    height: 59px;
}

.iconhomenew-social {
    background-position: -626px -127px;
    width: 68px;
    height: 60px;
}

.iconhomenew-feature_project {
    background-position: -738px -136px;
    width: 68px;
    height: 60px;
}
/*#region popup-infor*/
.popup-infor {
    display: none;
}

    .popup-infor .box-seers .content {
        text-align: justify;
    }

    .popup-infor.active {
        display: block;
    }

    .popup-infor .box-seers p a {
        color: #0091ff;
    }

.box-seers p.red {
    color: #E02020;
}

.bg-seers {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    opacity: .9;
    z-index: 100;
}

.popup-infor .content p {
    padding: 10px 10px 0;
    text-align: justify;
    font-size: 16px;
}

.box-seers {
    position: fixed;
    top: 150px;
    width: 300px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 8px;
    padding: 20px;
    z-index: 101;
    background: #fff;
}

.popup-infor .box-head h4 {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 600;
    /*padding: 10px 0;*/
}

.box-seers p {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #000;
    line-height: 23px;
}

.box-seers .close {
    background: #017ad5;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: auto;
    width: 114px;
    margin-top: 10px;
}

.bg-job {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    opacity: 0.75;
    z-index: 15;
}

.popup-infor .content {
    padding: 10px 10px;
    text-align: justify;
    font-size: 16px;
    display: block;
    overflow: hidden; 
    color: #000; 
    line-height: 23px;
}
.hide {
    display: none !important;
}
/*/*#endregion*/
    /*# sourceMappingURL=global.css.map */



.dropdown-content {
    visibility: hidden; 
    opacity: 0; 
    position: absolute;
    top: 100%; 
    left: 0;
    background-color: white;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    transition: visibility 0s, opacity 0.3s ease; /* Hiệu ứng mượt mà */
    z-index: 1;
    width: max-content;
    margin-top: 10px;
}

    .dropdown-content li {
        display: block;
    }

        .dropdown-content li a {
            padding: 10px;
            text-decoration: none;
            color: black;
            display: block;
            text-align: left;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.arrow {
    font-size: 12px;
}

.dropdown-content li {
    display: block;
    border-bottom: 1px solid #ccc; 
}

    .dropdown-content li:last-child {
        border-bottom: none; 
    }

.parent-menu:hover .dropdown-content {
    visibility: visible; /* Hiển thị menu */
    opacity: 1; /* Menu trở nên rõ ràng */
}

.parent-menu {
    position: relative;
}

.show-more {
    position: relative;
}


    .show-more::after {
        content: "";
        width: 10px;
        height: 10px;
        transform: rotate(135deg);
        text-align: center;
        display: block;
        margin-left: 8px;
        border-top: 2px solid #333; /* Tăng độ dày đường viền nếu cần */
        border-right: 2px solid #333; /* Tăng độ dày đường viền nếu cần */
    }

.dropdown-content .item-child:hover {
    font-weight: bold;
}

.social-fb {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
    .social-fb span {
        cursor: pointer;
    }
    .popup-social-fb {
        background-color: #fff;
        border-radius: 12px;
        bottom: 65px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .5);
        display: none;
        left: -40px;
        position: absolute;
        padding: 10px 20px;
        width: 300px;
    }
    .popup-social-fb::before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        bottom: -9px;
        content: '';
        left: 55px;
        position: absolute;
    }
.popup-social-fb p {
    margin: 10px 0;
}
    .popup-social-fb p a {
        color: #1a73e8;
    }