/*! CSS Used from: https://happynest.vn/v2019/css/bootstrap.css ; media=all */
@media all {
    *, *::before, *::after {
        box-sizing: border-box;
    }

    h3 {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
        color: inherit;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]):focus {
        outline: 0;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    button {
        border-radius: 0;
    }

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

    input, button {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    button, input {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
    }

    button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

    h3 {
        margin-bottom: 0.5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }

    h3 {
        font-size: 1.75rem;
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    @media screen and (prefers-reduced-motion: reduce) {
        .btn {
            transition: none;
        }
    }
    .btn:hover, .btn:focus {
        text-decoration: none;
    }

    .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .btn:disabled {
        opacity: 0.65;
    }

    @media print {
        *, *::before, *::after {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a:not(.btn) {
            text-decoration: underline;
        }

        img {
            page-break-inside: avoid;
        }

        p, h3 {
            orphans: 3;
            widows: 3;
        }

        h3 {
            page-break-after: avoid;
        }
    }
}

/*! CSS Used from: https://happynest.vn/v2019/css/fontawesome.css ; media=all */
@media all {
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-search:before {
        content: "\f002";
    }

    .fa-user:before {
        content: "\f007";
    }

    .fa-picture-o:before {
        content: "\f03e";
    }

    .fa-pencil-square-o:before {
        content: "\f044";
    }

    .fa-bookmark-o:before {
        content: "\f097";
    }

    .fa-facebook:before {
        content: "\f09a";
    }

    .fa-unlock:before {
        content: "\f09c";
    }

    .fa-bars:before {
        content: "\f0c9";
    }

    .fa-bell-o:before {
        content: "\f0a2";
    }

    .fa-youtube-play:before {
        content: "\f16a";
    }

    .fa-instagram:before {
        content: "\f16d";
    }
}

/*! CSS Used from: https://happynest.vn/v2019/css/import.css ; media=all */
@media all {
    /*! @import https://happynest.vn/v2019/css/common.css */
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

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

    a {
        color: #484C5A;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    a:hover {
        text-decoration: none;
        color: #58B0E3;
    }

    img {
        max-width: 100%;
    }

    #header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 20px 0;
        background-color: #fff;
        -webkit-box-shadow: 0px 10px 15px rgba(4, 4, 4, 0.1);
        box-shadow: 0px 10px 15px rgba(4, 4, 4, 0.1);
    }

    @media (max-width: 1199px) {
        #header {
            padding: 15px 10px 0;
        }
    }
    #header .logo {
        width: 170px;
    }

    @media (max-width: 1199px) {
        #header .logo {
            width: 125px;
        }
    }
    @media (max-width: 991px) {
        #header .logo {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 150px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
    }
    @media (max-width: 767px) {
        #header .logo {
            width: 135px;
        }
    }
    #header .logo .button-menu {
        display: none;
        background-color: transparent;
        border: none;
        font-size: 18px;
        color: #333;
        margin-right: 10px;
        cursor: pointer;
    }

    @media (max-width: 991px) {
        #header .logo .button-menu {
            display: block;
        }
    }
    #header .head {
        width: calc(100% - 345px);
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    @media (max-width: 1199px) {
        #header .head {
            width: calc(100% - 280px);
        }
    }
    @media (max-width: 991px) {
        #header .head {
            width: calc(100% - 350px);
            padding: 0 10px;
        }
    }
    @media (max-width: 767px) {
        #header .head {
            width: 100%;
            margin-top: 7px;
            padding: 0;
        }
    }
    #header .head .head-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 8px;
    }

    #header .head .head-top .search-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 7%;
        width: 60%;
    }

    @media (max-width: 991px) {
        #header .head .head-top .search-box {
            width: 100%;
            margin-left: 4%;
        }
    }
    @media (max-width: 767px) {
        #header .head .head-top .search-box {
            margin-left: 0;
        }
    }
    #header .head .head-top .search-box .search-text {
        height: 31px;
        width: calc(100% - 40px);
        background: rgba(237, 240, 247, 0.4);
        border-radius: 4px;
        border: none;
        padding: 5px 10px;
    }

    #header .head .head-top .search-box .search-text::-webkit-input-placeholder {
        color: #ADADB9;
        font-family: Brandon;
    }

    #header .head .head-top .search-box .search-text:-ms-input-placeholder {
        color: #ADADB9;
        font-family: Brandon;
    }

    #header .head .head-top .search-box .search-text::-ms-input-placeholder {
        color: #ADADB9;
        font-family: Brandon;
    }

    #header .head .head-top .search-box .search-text::placeholder {
        color: #ADADB9;
        font-family: Brandon;
    }

    #header .head .head-top .search-box .btn-search {
        margin-left: 7px;
        width: 34px;
        height: 31px;
        background: #5CB1E1;
        border-radius: 4px;
        color: #fff;
        padding: 5px;
        border: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    @media (max-width: 991px) {
        #header .head .menu {
            top: 0;
            position: fixed;
            width: 80%;
            background-color: #fff;
            height: 100vh;
            overflow: auto;
            z-index: 1000;
            padding: 15px;
            visibility: visible;
            -webkit-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            left: 0;
        }
    }
    #header .head .menu .gNavi {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 0;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    #header .head .menu .gNavi li {
        width: 16.6%;
    }

    @media (max-width: 991px) {
        #header .head .menu .gNavi li {
            width: 100%;
            border-bottom: #e8e8e8 solid 1px;
        }
    }
    #header .head .menu .gNavi li a {
        font-size: 14px;
        line-height: 17px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        position: relative;
        padding-bottom: 15px;
        min-height: 25px;
    }

    @media (max-width: 1199px) {
        #header .head .menu .gNavi li a {
            font-size: 12px;
        }
    }
    @media (max-width: 991px) {
        #header .head .menu .gNavi li a {
            padding: 12px 0px;
        }
    }
    #header .head .menu .gNavi li a::after {
        content: "";
        background-color: #5CB1E1;
        height: 3px;
        width: 0%;
        opacity: 0;
        left: 0;
        position: absolute;
        bottom: 0;
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
    }

    @media (max-width: 991px) {
        #header .head .menu .gNavi li a::after {
            display: none;
        }
    }
    #header .head .menu .gNavi li a:hover::after, #header .head .menu .gNavi li a.active::after {
        width: 100%;
        opacity: 1;
    }

    #header .head .menu .gNavi li a img {
        margin-right: 7px;
    }

    #header .head .menu .subscribe {
        display: none;
        text-align: center;
        padding: 5px;
        border-bottom: #e8e8e8 solid 1px;
    }

    @media (max-width: 991px) {
        #header .head .menu .subscribe {
            display: block;
        }
    }
    @media (max-width: 991px) {
        #header .head .menu .subscribe .list-subscribe li {
            padding-left: 0;
            width: 33.33%;
        }
    }
    @media (max-width: 991px) {
        #header .subscribe {
            display: none;
        }
    }
    .subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 245px;
    }

    .subscribe .text {
        color: #ADADB9;
        margin-bottom: 0;
    }

    .subscribe .list-subscribe {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .subscribe .list-subscribe li {
        padding-left: 20px;
    }

    .subscribe .list-subscribe li a {
        color: #58B0E3;
        font-size: 18px;
    }

    .subscribe .list-subscribe li a.subs-face:hover {
        color: #3a559f;
    }

    .subscribe .list-subscribe li a.subs-insta:hover {
        color: #a73594;
    }

    .subscribe .list-subscribe li a.subs-youtube:hover {
        color: #d92524;
    }

    #header .header-m-right {
        display: block;
        width: 50px;
        float: left;
        padding: 0 10px;
    }

    @media (max-width: 768px) and (min-width: 480px) {
        #header .header-m-right {
            display: block;
            position: absolute;
            right: 10px;
            top: 20px;
            z-index: 10;
        }
    }
    #header .header-m-right .user-info-icon {
        width: 30px;
        height: 30px;
        background-position: center center;
        background-size: cover;
        display: block;
        border-radius: 50%;
    }

    #header .header-m-right img {
        max-width: 30px;
        border-radius: 50%;
    }

    #header .header-m-right .user-info {
        position: absolute;
        right: 0;
        z-index: 99999999;
        top: 0px;
        margin: 0;
        padding-left: 0;
        background-color: #fff;
        list-style: none;
        display: flex;
        width: 260px;
        height: 100%;
        flex-direction: column;
        padding: 20px;
        visibility: hidden;
        animation: moveInfoUserMainMenuHide 0.5s ease-in-out 1;
        transition: all 0.5s ease-in-out;
    }

    #header .header-m-right .user-info p:empty {
        display: none;
    }

    #header .header-m-right .user-info li {
        display: block;
        border-bottom: #e8e8e8 solid 1px;
    }

    #header .header-m-right .user-info li a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-transform: none;
        font-weight: normal;
        font-size: 1em;
        display: flex;
        align-items: center;
        color: #cecece;
        transition: all 0s ease-in-out;
        position: relative;
    }

    #header .header-m-right .user-info li a i {
        width: 16px;
    }

    #header .header-m-right .user-info li a span {
        margin-left: 0.5rem;
    }

    #header .header-m-right .user-info li a img {
        max-width: 13px;
    }

    #header .header-m-right .user-info li.is-user {
        padding-bottom: 1.5rem;
    }

    #header .header-m-right .user-info li.is-user .left {
        width: calc(100% - 50px);
        margin-right: 10px;
        float: left;
    }

    #header .header-m-right .user-info li.is-user .left h3 {
        margin: 0;
        padding: 0;
    }

    #header .header-m-right .user-info li.is-user .left h3 a {
        height: 18px;
        display: block;
        padding: 0;
        font-size: 14px;
        font-weight: 700;
        color: #58b0e3;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    #header .header-m-right .user-info li.is-user .left p {
        height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
        padding: 0;
        color: #cecece;
    }

    #header .header-m-right .user-info li.is-user .right {
        width: 40px;
        height: 40px;
        float: left;
    }

    #header .header-m-right .user-info li.is-user .right a {
        padding: 0;
        display: block;
        width: 40px;
        height: 40px;
        background-size: cover;
        background-position: center center;
        border-radius: 50%;
    }

    @media (max-width: 480px) {
        #header .header-m-right {
            display: block;
        }
    }
    /*! end @import */
    /*! @import https://happynest.vn/v2019/css/styles.css */
    @media only screen and (max-width: 480px) {
        #header .header-m-right {
            position: absolute;
            right: 0;
            top: 8px;
            height: 100%;
        }

        #header .header-m-right .user-info li a {
            color: #484C5A;
        }
    }
    @media (max-width: 768px) and (min-width: 480px) {
        #header .header-m-right {
            display: block;
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 10;
            height: 300px;
        }

        #header .header-m-right .user-info li a {
            color: #484C5A;
        }
    }
    /*! end @import */
}

/*! CSS Used from: https://happynest.vn/v2019/css/add-photo.css */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

::-webkit-scrollbar-thumb {
    background-color: #2b2a2a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://happynest.vn/v2019/fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('https://happynest.vn/v2019/fonts/fontawesome-webfont.eot#iefix&v=4.5.0') format('embedded-opentype'), url('https://happynest.vn/v2019/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('https://happynest.vn/v2019/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('https://happynest.vn/v2019/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('https://happynest.vn/v2019/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*! CSS Used from: https://happynest.vn/v2019/css/bootstrap.css ; media=all */
@media all {
    *, *::before, *::after {
        box-sizing: border-box;
    }

    footer {
        display: block;
    }

    h3, h5 {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    strong {
        font-weight: bolder;
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    button {
        border-radius: 0;
    }

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

    input, button {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    button, input {
        overflow: visible;
    }

    button {
        text-transform: none;
    }

    button {
        -webkit-appearance: button;
    }

    button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

    h3, h5 {
        margin-bottom: 0.5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }

    h3 {
        font-size: 1.75rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .col-md-2, .col-md-3, .col-md-4 {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    @media (min-width: 768px) {
        .col-md-2 {
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }

        .col-md-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .col-md-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
    }
    @media print {
        *, *::before, *::after {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a:not(.btn) {
            text-decoration: underline;
        }

        img {
            page-break-inside: avoid;
        }

        h3 {
            orphans: 3;
            widows: 3;
        }

        h3 {
            page-break-after: avoid;
        }
    }
}

/*! CSS Used from: https://happynest.vn/v2019/css/fontawesome.css ; media=all */
@media all {
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-facebook:before {
        content: "\f09a";
    }

    .fa-youtube-play:before {
        content: "\f16a";
    }

    .fa-instagram:before {
        content: "\f16d";
    }
}

/*! CSS Used from: https://happynest.vn/v2019/css/import.css ; media=all */
@media all {
    /*! @import https://happynest.vn/v2019/css/common.css */
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

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

    a {
        color: #484C5A;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    a:hover {
        text-decoration: none;
        color: #58B0E3;
    }

    img {
        max-width: 100%;
    }

    .wrap {
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 30px;
    }

    @media (max-width: 991px) {
        .wrap {
            padding: 0 16px;
        }
    }
    .scrolTop {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: fixed;
        bottom: 30px;
        right: 30px;
        cursor: pointer;
        z-index: 100;
        background: url("https://happynest.vn/v2019/img/iconscroll.png") no-repeat 50% 50% #5CB1E1;
    }

    @media (max-width: 1199px) {
        .scrolTop {
            opacity: 0.5;
            right: 10px;
            bottom: 20px;
            width: 40px;
            height: 40px;
        }
    }
    .content-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    /*! end @import */
    /*! @import https://happynest.vn/v2019/css/extended.css */
    .wrap-90 {
        max-width: 90% !important;
    }

    footer * {
        font-size: 15px;
        line-height: 1.8em;
    }

    footer .bottom {
        background: #333333;
        padding-bottom: 40px;
    }

    footer .bottom h3 {
        margin: 0;
        padding: 40px 0 10px 10px;
        color: #ffffff;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        display: block;
        width: 100%;
    }

    footer .bottom div[class*=col-] {
        margin-top: 15px;
        color: #94949A;
        border-right: solid 1px;
    }

    footer .bottom div[class*=col-]:last-child {
        border: 0;
    }

    footer .top {
        padding: 50px 0 20px 0;
    }

    footer .top h5 i {
        font-size: 1.2em;
        color: #58B0E3;
    }

    footer .top .logo-footer {
        width: 80%;
        max-width: 200px;
        display: block;
    }

    footer .top .logo-footer img {
        width: 100%;
    }

    footer .top .search-box {
        position: relative;
        height: 45px;
    }

    footer .top .search-box .btn-search {
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 30px;
        background: #58B0E3;
        border: solid 1px transparent;
        color: #ffffff;
        padding: 3px 20px;
    }

    footer .top .search-box .search-text {
        position: absolute;
        width: 100%;
        padding: 3px 80px 3px 15px;
        border-radius: 30px;
        border: solid 1px transparent;
    }

    footer .top h5 {
        font-size: 15px;
        font-weight: bold;
        color: #212226;
    }

    footer .top div * {
        color: #454545;
    }

    footer .top .row, footer .bottom .row {
        margin-left: 0;
        width: 100%;
    }

    footer .top {
        border-top: solid #E2E2E2 1px;
    }

    @media screen and (max-width: 767px) {
        footer .bottom div[class*=col-] {
            margin-top: 15px;
            color: #94949A;
            border-right: none;
        }

        .content-row {
            margin-left: -20px;
        }
    }
    /*! end @import */
}

/*! CSS Used from: https://happynest.vn/v2019/css/bootstrap.css ; media=all */
@media all {
    *, *::before, *::after {
        box-sizing: border-box;
    }

    h3 {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ul {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    a {
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    img {
        vertical-align: middle;
        border-style: none;
    }

    h3 {
        margin-bottom: 0.5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit;
    }

    h3 {
        font-size: 1.75rem;
    }

    @media print {
        *, *::before, *::after {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a:not(.btn) {
            text-decoration: underline;
        }

        img {
            page-break-inside: avoid;
        }

        p, h3 {
            orphans: 3;
            widows: 3;
        }

        h3 {
            page-break-after: avoid;
        }
    }
}

/*! CSS Used from: https://happynest.vn/v2019/css/fontawesome.css ; media=all */
@media all {
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-user:before {
        content: "\f007";
    }

    .fa-picture-o:before {
        content: "\f03e";
    }

    .fa-pencil-square-o:before {
        content: "\f044";
    }

    .fa-bookmark-o:before {
        content: "\f097";
    }

    .fa-unlock:before {
        content: "\f09c";
    }

    .fa-bell-o:before {
        content: "\f0a2";
    }
}

/*! CSS Used from: https://happynest.vn/v2019/css/import.css ; media=all */
@media all {
    /*! @import https://happynest.vn/v2019/css/common.css */
    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

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

    a {
        color: #484C5A;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    a:hover {
        text-decoration: none;
        color: #58B0E3;
    }

    img {
        max-width: 100%;
    }

    #header .header-m-right img {
        max-width: 30px;
        border-radius: 50%;
    }

    #header .header-m-right .user-info {
        position: absolute;
        right: 0;
        z-index: 99999999;
        top: 0px;
        margin: 0;
        padding-left: 0;
        background-color: #fff;
        list-style: none;
        display: flex;
        width: 260px;
        height: 100%;
        flex-direction: column;
        padding: 20px;
        visibility: hidden;
        animation: moveInfoUserMainMenuHide 0.5s ease-in-out 1;
        transition: all 0.5s ease-in-out;
    }

    #header .header-m-right .user-info.is-active {
        visibility: visible;
    }

    #header .header-m-right .user-info p:empty {
        display: none;
    }

    #header .header-m-right .user-info li {
        display: block;
        border-bottom: #e8e8e8 solid 1px;
    }

    #header .header-m-right .user-info li a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        text-transform: none;
        font-weight: normal;
        font-size: 1em;
        display: flex;
        align-items: center;
        color: #cecece;
        transition: all 0s ease-in-out;
        position: relative;
    }

    #header .header-m-right .user-info li a i {
        width: 16px;
    }

    #header .header-m-right .user-info li a span {
        margin-left: 0.5rem;
    }

    #header .header-m-right .user-info li a img {
        max-width: 13px;
    }

    #header .header-m-right .user-info li.is-user {
        padding-bottom: 1.5rem;
    }

    #header .header-m-right .user-info li.is-user .left {
        width: calc(100% - 50px);
        margin-right: 10px;
        float: left;
    }

    #header .header-m-right .user-info li.is-user .left h3 {
        margin: 0;
        padding: 0;
    }

    #header .header-m-right .user-info li.is-user .left h3 a {
        height: 18px;
        display: block;
        padding: 0;
        font-size: 14px;
        font-weight: 700;
        color: #58b0e3;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    #header .header-m-right .user-info li.is-user .left p {
        height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
        padding: 0;
        color: #cecece;
    }

    #header .header-m-right .user-info li.is-user .right {
        width: 40px;
        height: 40px;
        float: left;
    }

    #header .header-m-right .user-info li.is-user .right a {
        padding: 0;
        display: block;
        width: 40px;
        height: 40px;
        background-size: cover;
        background-position: center center;
        border-radius: 50%;
    }

    /*! end @import */
    /*! @import https://happynest.vn/v2019/css/styles.css */
    @media only screen and (max-width: 480px) {
        #header .header-m-right .user-info li a {
            color: #484C5A;
        }
    }
    @media (max-width: 768px) and (min-width: 480px) {
        #header .header-m-right .user-info li a {
            color: #484C5A;
        }
    }
    /*! end @import */
}

#header .header-m-right .user-info-overlay.is-active {
    width: calc(100% - 260px);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.footer {
    border-top: 0;
    padding-top: 0;
    text-align: justify;
}

/*Ad box*/
.width_common {
    width: 100%;
}

/*.section{width:100%;float:left;position:relative;}*/
.box_category {
    margin-bottom: 30px;
}

.section_ads_300x250 {
    background: #f7f7f7;
    padding: 10px 0 10px 0;
    border-top: 1px solid #E5E5E5;
    margin-bottom: 10px;
}

.banner_mobile_300x250 {
    width: 100%;
    text-align: center;
    font-size: 12px;
}

/*.banner_mobile_300x250 .inner_ads{width:300px;margin:0 auto;}*/
/*.banner_mobile_300x250 .inner_ads .ads_content{height:auto;min-height:250px;}*/
.banner_mobile_300x250 .text_ad-mobileads {
    width: 100%;
    margin-bottom: 8px;
    font: 400 11px arial;
    color: #828282;
    text-align: center;
    position: relative;
}

.banner_mobile_300x250 .text_ads .txt_qc {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    padding: 0;
    padding-bottom: 10px;
    line-height: 1em;
}

.ad-mobile .ads_content.width_common {
    width: 300px !important;
    max-height: 250px !important;
    margin: 0 auto !important;
}

/*#body .section_ads_300x250 {*/
/*    padding: 8px 0 0 0;*/
/*}*/
#body .col-sidebar > .section_ads_300x250 {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .grid-2 > *, .grid-2 > *:nth-child(2n) {
        width: calc(32.5% - 10px);
        margin-right: 20px;
    }

    .grid-2 > *:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .dropdown-noti {
        position: absolute;
        right: 65px;
        top: 8px;
    }

    .dropdown.dropdown-noti.write {
        right: 100px;
    }
    .dropdown.dropdown-noti.write .dropdown__panel.dropdown__panel--center {
        left: -45px;
        top: calc(100% + 8px);
    }
}

.dropdown .dropdown__panel:before {
    left: 83%;
}

.dropdown .dropdown__panel.dropdown__panel--center {
    left: -120px;
}

.professional .post-item .right .top-left {
    width: 100%;
}

.professional .post-item .right .top-left p {
    margin: 0;
    max-height: 24px;
    line-height: 34px;
}

.professional-location {
    margin: 0 10px;
    background: #efefef;
    padding: 3px 10px;
    float: right;
}

/*Header register*/
#header .regist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 175px;
    height: 25px;
}

@media (max-width: 1199px) {
    #header .regist {
        width: 155px;
    }
}

@media (max-width: 767px) {
    #header .regist {
        height: 45px;
        line-height: 25px;
    }
}

#header .regist li {
    width: 50%;
    position: relative;
}

#header .regist li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #484C5A;
}

@media (max-width: 991px) {
    #header .regist li a {
        font-size: 11px;
    }
}

#header .regist li:last-child::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.1);
}

/*! end @import */
/*! @import https://happynest.vn/v2019/css/styles.css */
@media only screen and (max-width: 760px) {
    #header .regist.isdesktop {
        position: absolute;
        right: 0;
        height: 26px;
    }
}
.cropit-preview-image-container .cropit-preview-image {
    max-width: none;
}

.wrap {
    padding: 0;
}

.content-row {
    margin-left: 0;
    width: 100%;
    padding: 15px 0;
}

.other-content {
    max-width: 100%;
    padding: 50px 30px 0;
    background: #F6F7FB;
    z-index: 99999999;
}

.news-representative .news-info .news-content .news-txt, .news-representative .news-info .news-content .news-col {
    background: rgba(0,0,0,0.4);
}

.max-1320px {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 600px){
    .news-representative .news-info .news-content .news-col-left p {
        height: auto;
    }
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

#header .head .head-top .search-box .search-text {
    width: calc(100% - 80px);
}
.dropdown .dropdown__panel.dropdown__panel--center {
    right: -3rem !important;
}

.dropdown.dropdown-noti .button-noti-icon.btn-cmn.btn-blue {
    background-color: #3da3dc;
    border-color: #3da3dc;
    padding: 0 10px;
    height: 30px;
    color: #ffffff;
}

.dropdown.dropdown-noti.write  .dropdown__panel.dropdown__panel--center {
    width: 200px;
    right: 0 !important;
}

.dropdown.dropdown-noti.write .dropdown__panel--noti .noti-item .noti-avatar {
    height: 1em;
    width: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
}
.dropdown.dropdown-noti.write .dropdown__panel--noti .noti-item:hover {
    background: #e8e8e8;
}
.dropdown.dropdown-noti.write .dropdown__panel--noti .noti-item .noti-avatar i {
    color: #484C5A;
}

.dropdown.dropdown-noti.write .dropdown__panel--noti .noti-item:hover .noti-avatar i {
    color: #fff;
    background-color: transparent;
}

.dropdown.dropdown-noti.write .dropdown__panel--noti .noti-item .noti-text p {
    color: #484C5A;
}

#header-switch-version {
    padding: 0;
    margin: 0;
    background: #34BEEF;
}
.switch-version {
    color: #ffffff;
    padding: 7px 15px;
    text-align: center;
    display: block !important;
    justify-content: center;
}

.switch-version .btn-switch-version {
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;

    background: transparent;
    height: 32px;

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 16px;

    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
}
