#user-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #ebebeb !important;
}

.user-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #ebebeb !important;
}

#user-avatar.no-avatar {
    border: none !important;
    padding-top: 8px;
    margin-top: 0px;
}

.logo-main.float-start {
    margin-top: 10px;
}

.user-name {
    height: 100%;
    display: flex;
    align-items: center;
}

.user-name a.name-value {
    position: relative;
    padding-right: 20px;
    margin-right: 15px;
}

.user-name .user-guest:after {
    content: none !important;
}

.user-name.true .name-value::after {
    content: '';
    position: absolute;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #cfcfcf;
    z-index: 10;
    right: 5px;
}

#dropdown-user {
    box-shadow: 0 4px 6px 2px rgba(0, 0, 0, .2);
}

#dropdown-user ul {
    margin-bottom: 0;
}

#dropdown-user ul li {
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    padding-left: 10px;
}

#dropdown-user ul li:hover {
    background: #f5f5f5;
}

#dropdown-user ul li:hover a {
    color: #d65e08;
    cursor: pointer;
}

#dropdown-user ul li a {
    text-transform: capitalize !important;
    text-rendering: optimizeSpeed;
    font: 400 14px arial;
    transition: all .2s ease-in-out;
    width: 100%;
}

#dropdown-user ul li:last-child {
    border-top: 1px solid #f2f5f8;
}

#dropdown-user ul li:last-child a img {
    margin-right: 5px !important;
}

#dropdown-user ul li:last-child a:hover img {
    filter: invert(48%) sepia(36%) saturate(6370%) hue-rotate(5deg) brightness(90%) contrast(94%);
}

#dropdown-user ul li:last-child:hover a img {
    filter: invert(48%) sepia(36%) saturate(6370%) hue-rotate(5deg) brightness(90%) contrast(94%);
}

.header-login-url .btn-dangtin-top {
    width: 120px;
    height: 36px;
    background-color: #c75300 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.header-login-url .btn-dangtin-top span {
    color: #fff !important;
    margin-left: 8px;
    text-transform: capitalize !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

#profile .logo-main.float-start img {
    width: 200px;
}

.icon-user {
    width: 36px;
    height: 36px;
    border: 1px solid #e5e5e5;
    background-color: #e5e5e570;
    border-radius: 50%;
    overflow: hidden;
}

.icon-user.no-avatar {
    border: 1px solid #d7d3d3;
}

.icon-user img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.icon-user img.no-avatar {
    width: 70%;
    height: 70%;
    margin-top: 8px;
    border-radius: 0 !important;
}

#header-main form {
    position: relative;
    margin-right: 15px;
    width: 100%;
}

#header-main form input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 30px 0 14px;
    margin: 0;
}

#header-main form button {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 31px;
}

.navbar-form.search svg {
    fill: #d65e08;
}

.logo-main.float-start {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tai-khoan-ca-nhan .icon-user.no-avatar {
    width: 96px;
    height: 96px;
    border: 1px solid #b7b3b3;
}

img.user-avatar.no-avatar {
    border: none !important;
}

main div.md-bd-bt-row:nth-child(3) {
    content-visibility: auto;
    contain-intrinsic-size: auto 2000px;
}

@media (min-width: 992px) {
    .external.name-value {
        min-width: 134px
    }

    #userName {
        min-width: 75px
    }

    .left-sidebar-menu {
        position: fixed;
        top: 175px;
    }
}

@media (min-width: 1200px) {
    .user-name .dropdown-user.dropdown-menu {
        left: 85px
    }
}

@media (max-width: 768px) {
    #header-main > div > div.row > .col-md-4 .col-md-8 #dropdown-user {
        left: -5px !important
    }
}

html {
    scroll-behavior: smooth;
}

strong.step {
    color: #c75300;
    font-size: large;
}

.hidden {
    display: none;
}

@charset "UTF-8";

:root {
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

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

ul {
    padding-left: 2rem;
}

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

ul ul {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bolder;
}

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

img,
svg {
    vertical-align: middle;
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

tr,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

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

button,
select {
    text-transform: none;
}

[role='button'] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]:not([type='date']):not([type='datetime-local']):not([type='month']):not([type='week']):not([type='time'])::-webkit-calendar-picker-indicator {
    display: none !important;
}

button,
[type='button'],
[type='submit'] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='submit']:not(:disabled) {
    cursor: pointer;
}

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

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
}

iframe {
    border: 0;
}

[hidden] {
    display: none !important;
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

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

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

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.btn {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: .375rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow);
}

:not(.btn-check) + .btn:active,
.btn:first-child:active {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: .375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-dropdown-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: .25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-disabled-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none
    }
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-disabled-color: rgba(0, 0, 0, .3);
    --bs-navbar-active-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-padding-y: .3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(0, 0, 0, .9);
    --bs-navbar-brand-hover-color: rgba(0, 0, 0, .9);
    --bs-navbar-nav-link-padding-x: .5rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svgundefined 0 30 30'%3e%3cpath stroke='rgba%280,0,0,.55%29' stroke-linecap='roundundefinedundefined' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, .1);
    --bs-navbar-toggler-border-radius: .375rem;
    --bs-navbar-toggler-focus-width: .25rem;
    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .dropdown-menu {
    position: static;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: .375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(.375rem - 1px);
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, .03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-padding-x: .5rem;
    --bs-breadcrumb-item-active-color: #6c757d;
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: .5rem;
    --bs-modal-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-modal-inner-border-radius: calc(.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
    }
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5;
}

.placeholder.btn::before {
    display: inline-block;
    content: '';
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: '';
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.position-absolute {
    position: absolute !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.w-100 {
    width: 100% !important;
}

.flex-row {
    flex-direction: row !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.align-self-center {
    align-self: center !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: .25rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ms-2 {
    margin-left: .5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.pt-2 {
    padding-top: .5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }
}

@media (min-width: 768px) {
    .me-md-3 {
        margin-right: 1rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }
}

@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }
}

ul {
    list-style: none;
}

.top-helpers {
    display: inline-flex;
}

.main-color {
    color: #c75300;
}

a {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.5, 1, .5, 1);
    transition: color .2s ease;
    text-decoration: none;
}

a:hover {
    color: #d65e08;
}

a .text-note {
    font-size: 13px !important;
    font-style: italic;
    margin-bottom: .5rem;
}

h2 a:hover,
h3 a:hover {
    color: #d65e08;
}

button {
    border: 1px solid #d65e08;
}

button:hover,
button:focus,
button:active {
    outline: 0 !important;
    box-shadow: none;
}

form,
button,
input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
}

button.more {
    font-size: inherit;
    background-color: #ebebeb;
    transition: background-color .2s ease;
    color: #d65e08;
    border: none;
    cursor: pointer;
}

button.more:hover {
    background-color: #d65e08;
    color: white;
}

header #navbar ul li a {
    color: #222;
}

.left-sidebar .giaLanBanh {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

li a.chu-y {
    animation: neon 1s ease infinite;
    -moz-animation: neon 1s ease infinite;
    -webkit-animation: neon 1s ease infinite;
}

@-webkit-keyframes neon {

    0%,
    100% {
        text-shadow: 0 0 15px #d65e08;
        color: #b64e04
    }

    50% {
        text-shadow: 0 0 0 #fff;
        color: #222
    }
}

@keyframes neon {

    0%,
    100% {
        text-shadow: 0 0 15px #d65e08;
        color: #d65e08
    }

    50% {
        text-shadow: 0 0 0 #fff;
        color: #222
    }
}

#loader-dot img {
    filter: invert(42%) sepia(72%) saturate(2602%) hue-rotate(1deg) brightness(104%) contrast(103%);
}

#loginBtn {
    display: flex;
}

#loginBtn2,
#registerBtn2 {
    color: #d65e08;
    font-size: 14px;
    font-style: italic;
}

#loginBtn2:hover,
#registerBtn2:hover {
    cursor: pointer;
    color: #bd5103;
    font-style: normal;
}

#registerBtn span:hover,
#loginBtn:hover {
    color: #d65e08;
    cursor: pointer;
}

#registerBtn span:hover span,
#loginBtn:hover span {
    color: #d65e08;
}

#loginModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10000;
    background-color: black;
    background-color: rgba(0, 0, 0, .6);
}

#loginModal .modal-content {
    max-width: 768px;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}

#loginModal form::after {
    content: none !important;
}

@-webkit-keyframes animatetop {
    from {
        top: -100px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -100px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

#loginModal .modal-body {
    padding: 20px 16px;
}

#loginModal .modal-body .col-md-7 {
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    #loginModal .modal-body .col-md-7 {
        padding-right: 15px;
        border-right: none
    }
}

#loginModal .modal-body .col-md-5 {
    padding-left: 30px;
}

#loginModal .modal-body input {
    height: 48px;
    margin-bottom: 20px;
}

#loginModal .modal-body .title {
    margin-bottom: 20px;
    text-align: center;
}

#loginModal .modal-body .title span.group {
    font-size: 18px;
    color: #828282;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

#loginModal .modal-body .title.main span.group {
    color: #753100;
}

#loginModal .modal-body button {
    height: 48px;
    line-height: 45px;
    position: relative;
}

#loginModal .modal-body button #loginLoader {
    position: absolute;
    right: 15px;
    display: none;
}

#loginModal .modal-body button #loginLoader img {
    width: 15px;
}

#loginModal .close {
    border: none !important;
}

#loginModal .close:hover,
#loginModal .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#loginModal .form-group {
    margin-bottom: 20px;
}

#loginModal .form-group .error {
    margin-left: 10px;
    font-size: 13px;
    color: red;
    font-style: italic;
}

#loginModal .form-group input {
    margin-bottom: 0;
}

.login-social {
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    border-radius: 3px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
}

.login-social img {
    position: absolute;
    left: 17px;
    top: 12px;
    height: 20px;
}

.login-social.facebook {
    color: #3b5999;
    border: 1px solid #3b5999;
}

.login-social.facebook img {
    filter: invert(29%) sepia(86%) saturate(424%) hue-rotate(183deg) brightness(95%) contrast(90%);
}

.login-social.google {
    color: #4688f1;
}

.login-social.twitter {
    color: #55acee;
    border: 1px solid #55acee;
}

.login-social.twitter img {
    filter: invert(55%) sepia(90%) saturate(533%) hue-rotate(179deg) brightness(99%) contrast(89%);
}

@media all and (min-width: 992px) {
    .hidden-on-pc {
        display: none
    }

    .dropdown-user.dropdown-menu::before {
        left: 129px !important
    }

    .navbar .nav-item {
        border: none;
        padding: 0 .5rem
    }

    .navbar .nav-item:hover a {
        color: #d65e08
    }

    .navbar .nav-item:hover ul li {
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar .nav-item:hover ul li a {
        color: rgba(0, 0, 0, .7)
    }

    .navbar .nav-item:hover ul li a:hover {
        color: #d65e08
    }

    .navbar .nav-item a.nav-link {
        padding-left: 0;
        padding-right: 0
    }

    .navbar .nav-item .dropdown-menu {
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
        transition-duration: 200ms;
        transition-property: opacity, top, visible;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1);
        display: none;
        border-radius: 0 !important;
        margin-top: 0;
        border-top: 1px solid #d65e08
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block
    }

    #navbar {
        padding-top: 0;
        padding-bottom: 0
    }

    .related-kinh-nghiem .item-news {
        display: flex
    }
}

*:focus {
    outline: 0;
}

* input,
* select {
    border: 1px solid #ebebeb !important;
    transition: background-color .2s ease !important;
    transition: border-color .2s ease !important;
}

* input:focus,
* select:focus {
    box-shadow: none !important;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #d65e08 !important;
}

* button {
    background: none;
}

* button:active,
* button:hover,
* button:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
}

* button:active svg,
* button:hover svg,
* button:focus svg {
    fill: #d65e08;
}

* button:active i,
* button:hover i,
* button:focus i {
    color: #d65e08;
}

p a:hover {
    color: #000;
}

hgroup.title-section h2.parent {
    border-bottom: 1px solid #d65e08;
    font-size: 18px;
    position: relative;
    padding-bottom: 1px;
}

hgroup.title-section h2.parent::after {
    position: absolute;
    height: 1px;
    background-color: #d65e08;
}

hgroup.title-section h2.parent a {
    font-size: 18px;
    font-weight: 700;
}

hgroup.title-section h2.parent a.gia-lan-banh {
    font-weight: 500 !important;
}

hgroup.title-section h2.parent:hover {
    border-bottom: 1px solid #ebebeb;
}

hgroup.title-section h2.parent:hover a {
    color: #d65e08;
}

hgroup.title-section.border-bottom {
    border-bottom: 1px;
    padding-left: 0 !important;
}

hgroup.title-section.border-bottom h2.parent {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 4px;
    border: none;
}

hgroup.title-section.border-bottom h2.parent:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #d65e08;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.main-left.col-md-8 article.full-thumb {
    border-bottom: none;
}

.main-left.col-md-8 form.search {
    position: relative;
    width: 100%;
}

.main-left.col-md-8 form.search input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 30px 0 14px;
    margin: 0;
}

.main-left.col-md-8 form.search button {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 32px;
}

.main-left.col-md-8 form.search button:hover,
.main-left.col-md-8 form.search button:focus,
.main-left.col-md-8 form.search button:active {
    outline: 0 !important;
    box-shadow: none;
}

.main-left.col-md-8 form.search button:hover svg,
.main-left.col-md-8 form.search button:focus svg,
.main-left.col-md-8 form.search button:active svg {
    fill: #d65e08;
}

.main-left.col-md-8 form.search svg {
    width: 15px;
    fill: #bdbdbd;
}

ul {
    transition: top 2s;
}

ul.fixed {
    position: fixed;
    top: 145px;
    transition: top 2s;
}

main {
    transition: bottom .3s ease;
}

header #loader-dot span.icon-user {
    border: none !important;
    background: none !important;
    display: flex;
    align-items: center;
}

header #menu-all {
    display: flex;
    width: 20px;
    height: 20px;
    text-align: right;
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
}

header #menu-all span {
    width: 20px;
    height: 20px;
}

header #logOut {
    display: flex;
    align-items: center;
}

header #logOut:hover {
    color: #d65e08;
    cursor: pointer;
}

header #logOut:hover span {
    color: #d65e08;
}

header #logOut:hover img {
    filter: invert(44%) sepia(99%) saturate(669%) hue-rotate(352deg) brightness(83%) contrast(102%);
}

header #top-bar {
    background-color: #fff;
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    line-height: normal;
    height: 31px;
}

header #top-bar * {
    color: #757575;
    font-size: 11px;
}

header #top-bar .container div.col-12.d-flex {
    border-bottom: 1px solid #ebebeb;
}

header #top-bar .container .row {
    height: 30px;
}

header #top-bar .container .row div {
    align-items: center;
}

header #top-bar .container .row div ul {
    margin-bottom: 0;
}

header #navbar {
    justify-content: left;
    position: relative;
    width: 100%;
    clear: both;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    background: #fff;
    z-index: 999;
}

header #navbar svg {
    width: 15px;
}

header #navbar .keep:last-child {
    order: 1;
    min-width: 255px;
}

header #navbar form {
    position: relative;
    margin-right: 15px;
    width: 100%;
}

header #navbar form input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    padding: 0 30px 0 14px;
    margin: 0;
}

header #navbar form input:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #d65e08;
}

header #navbar form button {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 31px;
}

header #navbar form button:active,
header #navbar form button:hover,
header #navbar form button:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
}

header #navbar form button:active svg,
header #navbar form button:hover svg,
header #navbar form button:focus svg {
    fill: #d65e08;
}

header #navbar ul {
    flex: 1;
}

header #navbar ul li a,
header #navbar ul li:hover a {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

header #navbar ul li a:after,
header #navbar ul li:hover a:after {
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    border-bottom: 1px solid #e5e5e5;
    transition: width .1s ease-in-out;
}

header #navbar ul li a:hover::after,
header #navbar ul li:hover a:hover::after {
    width: 100%;
    border-bottom-color: #d65e08 !important;
}

header #navbar ul ul.dropdown-menu li a {
    color: rgba(0, 0, 0, .7);
    padding-top: 8px;
    padding-bottom: 8px;
}

header #navbar ul ul.dropdown-menu li a:after {
    content: none;
}

header #navbar ul ul.dropdown-menu li a:hover {
    position: relative;
    color: #d65e08;
    padding-right: 0;
    padding-left: 0;
}

header #navbar a.main-logo {
    visibility: hidden;
}

header #navbar a.main-logo img {
    transition: all .1s;
    width: 0;
    height: 22px;
}

header #navbar .navbar-brand {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    display: flex;
    transition: background-color .2s ease;
}

header #navbar .navbar-brand img {
    filter: invert(43%) sepia(0) saturate(2221%) hue-rotate(316deg) brightness(106%) contrast(102%);
    transition: fill .2s ease;
}

header #navbar .navbar-brand:hover {
    background-color: #e3683b;
}

header #navbar .navbar-brand:hover img {
    filter: invert(91%) sepia(0%) saturate(7494%) hue-rotate(170deg) brightness(112%) contrast(99%);
}

header #navbar .navbar-brand svg {
    width: 15px;
    height: 15px;
    filter: invert(43%) sepia(0%) saturate(2221%) hue-rotate(316deg) brightness(106%) contrast(102%);
    transition: fill .2s ease;
}

header #navbar .navbar-brand svg:hover {
    filter: invert(91%) sepia(0%) saturate(7494%) hue-rotate(170deg) brightness(112%) contrast(99%);
}

header #navbar #all-menu-board {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 50px;
    right: 0;
    background: rgba(0, 0, 0, .7);
}

header #navbar #all-menu-board div.container {
    background: #fcfaf6;
    border-top: 1px solid #e5e5e5;
}

header #navbar #all-menu-board div.container span {
    color: #d65e08;
    font-size: 14px;
    font-weight: bold;
}

header #navbar #all-menu-board div.container ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}

header #navbar #all-menu-board div.container ul li:hover a {
    padding-bottom: 0 !important;
}

header #navbar #all-menu-board div.container ul li:hover a:after {
    padding-bottom: 0 !important;
}

header #navbar #all-menu-board div.container ul li a:after {
    padding-bottom: 0 !important;
}

header #navbar .hidden {
    display: none;
}

header .header-main {
    background-color: #fff;
}

header .vt-top {
    vertical-align: top;
}

header #top-bar * {
    font-size: 11px;
}

header #top-bar * a {
    font-family: 'Open Sans';
    font-weight: 400;
    font-style: normal;
}

header #top-bar * a:hover {
    color: #d65e08;
}

header #top-bar * a:hover * {
    color: #d65e08;
}

header #top-bar ul li {
    margin-left: 15px;
}

header #top-bar .header-login-url {
    display: flex;
    align-items: center;
    min-width: 152px;
}

header #top-bar .header-login-url a,
header #top-bar .header-login-url span {
    display: inline-flex;
    align-items: flex-start;
    vertical-align: top;
    text-decoration: none !important;
}

header #top-bar .header-login-url a .icon-user,
header #top-bar .header-login-url span .icon-user {
    margin-right: 5px;
    width: 10px;
    filter: invert(48%) sepia(5%) saturate(754%) hue-rotate(167deg) brightness(92%) contrast(88%);
}

header #top-bar .header-login-url a:hover,
header #top-bar .header-login-url span:hover {
    color: #d65e08;
    cursor: pointer;
}

header #top-bar .header-login-url a:hover .icon-user,
header #top-bar .header-login-url span:hover .icon-user {
    filter: invert(48%) sepia(36%) saturate(6370%) hue-rotate(5deg) brightness(90%) contrast(94%);
}

header .vertical-divider {
    width: 1px;
    height: 10px;
    background-color: #373b3e;
    margin-left: 5px;
    margin-right: 5px;
}

header #header-main {
    border-bottom: 1px solid #e5e5e5;
    padding: 8px 0 5px;
    background-color: #fff;
}

header #header-main * {
    color: #232628;
}

header #header-main::before {
    line-height: 14px;
}

header #header-main img.icon-dollar {
    width: 8px;
}

header .btn-dangtin-top {
    width: 120px;
    height: 36px;
    background-color: #c55302 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

header .btn-dangtin-top span {
    color: #fff !important;
    margin-left: 8px;
    text-transform: capitalize !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.color-gray {
    color: #aaa;
}

.user-name.true .external {
    height: 100%;
}

.user-name.true .external:hover .dropdown-user {
    z-index: 99999;
    display: block;
}

.user-name .dropdown-user.dropdown-menu {
    border-radius: 0 !important;
    border-top: 1px solid #d65e08 !important;
    transform: none !important;
    top: 60px !important;
    left: 50px;
    margin: 0;
}

.user-name .dropdown-user.dropdown-menu::before {
    content: '';
    position: absolute;
    display: block;
    top: -5px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #d65e08;
    z-index: 10;
}

.user-name .dropdown-user.dropdown-menu ul {
    padding-left: 0 !important;
}

.user-name .dropdown-user.dropdown-menu ul li {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    clear: both;
    margin: 0;
    padding: 0;
}

#go-to-top {
    position: fixed;
    bottom: 0;
    transition: all .2s;
    background: #d65e08;
    width: 32px;
    height: 32px;
    right: 20px;
    visibility: hidden;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    z-index: 99999;
}

#go-to-top img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(40deg) brightness(105%) contrast(101%);
    width: 15px;
    height: 15px;
}

#go-to-top.fixed {
    visibility: visible;
    opacity: 1;
    height: 32px;
    bottom: 50px;
}

ul.social-left li {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 32px;
    height: 32px;
    align-items: center;
    margin-top: 15px;
    transition: background-color .2s ease;
}

ul.social-left li a {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 25px;
    height: 15px;
}

ul.social-left li a span {
    display: flex;
    align-content: center;
}

ul.social-left li img {
    width: 25px;
    height: 15px;
    filter: invert(56%) sepia(8%) saturate(245%) hue-rotate(2deg) brightness(102%) contrast(80%);
    transition: background-color .2s ease;
}

ul.social-left li:hover {
    border: none;
}

ul.social-left li:hover img {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(228deg) brightness(102%) contrast(101%);
}

ul.social-left li:hover.facebook {
    background-color: #3b5999;
}

ul.social-left li:hover.twitter {
    background-color: #55acee;
}

ul.social-left li:hover.email {
    background-color: #d65e08;
}

.giaLanBanh #xe,
.giaLanBanh #diaPhuong {
    font: 400 15px arial;
    padding: .375rem 4px !important;
}

.giaLanBanh .form-group {
    margin-bottom: .5rem;
}

.giaLanBanh .form-group label {
    margin-bottom: .25rem;
}

.giaLanBanh .form-control {
    padding: .375rem 8px !important;
}

.giaLanBanh #ghiChu {
    font-size: 13px !important;
    font-style: italic;
    margin-bottom: .5rem;
}

.giaLanBanh .result .total {
    margin-top: 10px;
}

.giaLanBanh .result .total div {
    font-weight: 600;
}

.giaLanBanh .result .total #giaLanBanh {
    color: #c55302;
}

.giaLanBanh .result .row div {
    margin-top: 4px;
}

.giaLanBanh .result .row div.col-7,
.giaLanBanh .result .row div.col-8 {
    padding-right: 0 !important;
}

.giaLanBanh .result .row div.col-5,
.giaLanBanh .result .row div.col-4 {
    padding-left: 0 !important;
}

footer {
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}

footer::before {
    width: 100%;
    background: #ebebeb;
    height: 1px;
    position: absolute;
    top: 0;
    content: '';
}

footer .copyright-text {
    font-size: 13px;
    color: #535353;
}

footer .copyright-text a,
footer ul li a i {
    color: #064384;
}

footer .copyright-text a:hover,
footer ul li a i:hover {
    color: #d65e08;
}

footer .row.justify-content-center {
    padding-bottom: 25px;
}

footer .widget-wrapper {
    padding-top: 5px;
    margin-top: 10px;
}

footer .textwidget {
    font-size: 14px;
}

body * a,
body * p,
body * h1,
body * h2,
body * h3,
body * h4,
body * li,
body * ul,
body * span,
body * strong {
    color: #222;
    font: 400 15px arial;
}

body * h2.title-news a,
body * h3.title-news a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 15px;
}

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

a img {
    max-width: 100%;
    height: auto;
}

.breadcrumb {
    flex-wrap: wrap;
    padding: .75rem 1rem;
}

article {
    overflow: hidden;
    padding-bottom: 15px;
}

article div.thumb-art img {
    width: 100% !important;
}

article div.thumb-art.float-start {
    margin-right: 10px;
}

article p.description {
    margin-bottom: 0 !important;
}

article p.description a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

article.item-news.full-thumb .thumb-art {
    margin: 0 0 0 0;
}

a img.lazy {
    background-image: url(https://cdn.yeuvohai.com/themes/yeuxe/assets/public/images/loader-dot.svg);
    display: block;
    color: rgba(0, 0, 0, 0) !important;
    background-repeat: no-repeat;
    background-position: center;
}

a img.lazy.loaded {
    background-image: none;
    background-color: #f4f4f4;
    display: block;
    color: #000 !important;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

div div .row.md-bd-bt-row {
    padding-bottom: 15px;
}

.md-bd-bt-row {
    padding-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.md-bd-bt-row.row {
    padding-bottom: 30px;
}

.md-bd-bt-row::before {
    width: calc(100% - 24px);
    background: #ebebeb;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 12px;
    content: '';
}

.bd-bt {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}

article:last-child {
    border: none !important;
}

.md-border-left {
    border-left: 1px solid #ebebeb;
}

.md-border-right {
    border-right: 1px solid #ebebeb;
}

.detail-page p {
    line-height: 160%;
    font-size: 18px;
}

.detail-page h1 {
    font-size: 21px;
    line-height: 120%;
    font-family: 'Merriweather', serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.detail-page article.main-post a {
    color: #d65e08;
}

.detail-page article.main-post h2,
.detail-page article.main-post h2 strong,
.detail-page article.main-post h2 strong a,
.detail-page article.main-post h4 strong,
.detail-page article.main-post h3,
.detail-page article.main-post h3 strong,
.detail-page article.main-post h3 strong a,
.detail-page article.main-post h3 strong,
.detail-page article.main-post p strong {
    font-size: 18px;
    font-weight: 700;
}

.detail-page article.main-post p strong {
    font-size: 16px;
    font-weight: 700;
}

.detail-page article.main-post ul li {
    font-size: 18px;
}

.detail-page article.main-post div p {
    font: 400 14px arial;
    line-height: normal;
    line-height: 160%;
    color: #222;
    padding: 10px 0 0 0;
    text-align: left;
}

.detail-page article.main-post p a {
    font-size: 18px;
    color: #c55302;
}

.detail-page article.main-post img {
    width: 100%;
    display: block;
}

.detail-page article.main-post ul {
    list-style: square;
    padding-left: 20px;
}

.detail-page .share {
    min-width: 45px;
}

.detail-page ul.breadcrumb {
    background-color: #fff;
}

.detail-page ul.breadcrumb li {
    position: relative;
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    color: #757575;
    margin-right: 25px;
}

.detail-page ul.breadcrumb li:first-child::after {
    left: 0;
    content: none;
}

.detail-page ul.breadcrumb li::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    transform: rotate(45deg);
    position: absolute;
    left: -19px;
    top: 5px;
}

.detail-page ul.list-news {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 0 0 30px;
    border-left: 1px solid #bdbdbd;
    margin-bottom: 20px;
    clear: both;
    list-style: square;
}

.detail-page ul.list-news li {
    margin-bottom: 10px;
}

.detail-page ul.list-news li a {
    color: #137ea6;
}

.detail-page ul.list-news li a:hover {
    color: #d65e08;
}

.form-footer {
    position: relative;
    height: 32px;
}

.input-footer {
    width: 100%;
    float: left;
    color: #000;
    font: 400 1rem arial;
    height: 40px;
    padding: 2px 10px;
    background: #fff;
    outline: none;
}

.submit-footer {
    padding: 0;
    position: absolute;
    top: 5px;
    right: 10px;
    border: none;
    border-left: 1px solid #eee;
    padding-left: 10px;
    background: none;
    text-align: center;
    line-height: 32px;
    position: absolute;
    cursor: pointer;
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    visibility: visible;
    opacity: 1;
    outline: none;
}

.submit-footer:hover .icon-rss svg {
    filter: invert(48%) sepia(36%) saturate(6370%) hue-rotate(5deg) brightness(90%) contrast(94%);
}

.submit-footer .icon-rss {
    width: 15px;
    height: 15px;
}

@media (max-width: 375px) {
    header #navbar .keep:last-child {
        min-width: 180px
    }

    .copyright-text {
        font-size: 12px !important
    }
}

@media (max-width: 480px) {

    body * a,
    body * p,
    body * h1,
    body * h2,
    body * h3,
    body * h4,
    body * li,
    body * ul,
    body * span,
    body * strong {
        color: #222;
        font: 400 15px arial
    }

    .main-left.col-md-8 article .float-end {
        width: 100% !important;
        height: auto
    }

    .item-news .description a {
        line-height: 1.4
    }

    #navbar .keep:last-child {
        order: 1;
        flex: 1
    }

    #navbar form {
        flex: 1
    }

    #navbar form input {
        width: 100%
    }
}

@media (max-width: 414px) {
    .logo-main a img {
        max-width: 150px !important
    }
}

@media (max-width: 575px) {
    #loginModal {
        padding-top: 50px;
        padding-left: 20px;
        padding-right: 20px
    }

    #loginModal .modal-body .col-md-5 {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .logo-main a img {
        max-width: 200px
    }

    .mt-sm-10 {
        margin-top: 10px
    }

    .mt-sm-25 {
        margin-top: 25px
    }
}

@media (min-width: 768px) {
    .hide-on-pc {
        display: none
    }

    article:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important
    }

    article.full-thumb {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 15px
    }

    .logo-main a img {
        max-width: 300px
    }

    .tags h3 {
        padding-top: 2px
    }
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none
    }

    .top-helpers {
        display: none
    }

    header .btn-dangtin-top {
        width: 98px
    }

    header .btn-dangtin-top span {
        margin-left: 5px;
        font-weight: semi-bold !important;
        font-size: 13px !important
    }

    header .keep {
        width: 100%
    }

    header .keep:last-child {
        order: 1;
        flex: 1
    }

    main .left-sidebar.md-border-left {
        border-left: none
    }

    .giaLanBanh {
        margin-top: 15px
    }

    .tags h3 {
        margin-right: 5px
    }
}

@media (max-width: 400px) {
    .copyright-text a {
        font-size: 14px
    }
}

@media (max-width: 992px) {
    .hidden-on-pc {
        margin-right: 15px;
        width: 100% !important
    }

    .hidden-on-pc .navbar-form.search svg {
        fill: #d65e08 !important
    }

    .user-name .dropdown-user.dropdown-menu {
        top: 55px !important
    }

    #header-main > div > div.row {
        display: grid;
        justify-content: space-between
    }

    #header-main > div > div.row .col-md-3 {
        grid-row-start: 1;
        width: 180px !important;
        max-width: 100% !important
    }

    #header-main > div > div.row .col-md-3 .logo-main.float-start img {
        width: 150px
    }

    #header-main > div > div.row .col-md-5 {
        display: none !important
    }

    #header-main > div > div.row > .col-md-4 {
        grid-row-start: 1;
        width: 180px !important;
        max-width: 100% !important
    }

    #header-main > div > div.row > .col-md-4 span.vt-top {
        display: none
    }

    #header-main > div > div.row > .col-md-4 .col-md-8 {
        width: 60px !important;
        padding-right: 5px;
        padding-left: 0;
        flex: none
    }

    #header-main > div > div.row > .col-md-4 .col-md-8 a.external {
        padding-right: 0
    }

    #header-main > div > div.row > .col-md-4 .col-md-8 a.external:after {
        content: none
    }

    #header-main > div > div.row > .col-md-4 .col-md-8 #dropdown-user {
        left: 0
    }

    #header-main > div > div.row > .col-md-4 .col-md-8 #dropdown-user:before {
        right: auto
    }

    #header-main > div > div.row > .col-md-4 > .row {
        justify-content: end;
        margin-right: 0 !important
    }

    #header-main > div > div.row > .col-md-4 > .row .header-login-url {
        width: 100px;
        flex: none;
        max-width: 100%
    }

    div.header-content {
        display: block !important
    }

    div.header-content ul.breadcrumb {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    div.header-content span.date {
        width: 100%;
        float: right;
        text-align: right
    }
}

@media (min-width: 1200px) {
    .user-name .dropdown-user.dropdown-menu {
        left: 130px
    }
}

div.nice-select .nice-select-dropdown {
    display: none;
}

.thumb-art {
    background: #c1c1c185;
    margin-right: 1rem;
    background: rgba(193, 193, 193, .5215686275);
}

.thumb-art img {
    width: auto;
    height: 100%;
}

.item-news {
    display: grid;
}

.item-news .title-news {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.related-news .thumb-art,
.related-kinh-nghiem .thumb-art {
    margin-right: 0;
}

.related-news .thumb-art img,
.related-kinh-nghiem .thumb-art img {
    position: unset;
    transform: unset;
}

.main-post .title,
.left-sidebar .title {
    font-size: 29px;
}

@media only screen and (max-width: 540px) {
    .left-sidebar .caption {
        display: none !important
    }

    .left-sidebar .md-border-left {
        border: none
    }

    .giaLanBanh .item-news {
        display: grid;
        grid-template-rows: auto;
        gap: 7px
    }

    .giaLanBanh .item-news .thumb-art {
        position: unset
    }

    .giaLanBanh .item-news .thumb-art img {
        position: unset;
        transform: unset;
        width: auto !important
    }

    .giaLanBanh .item-news .title-news {
        margin-top: 0 !important
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 18px
    }
}

@media only screen and (max-width: 540px) {
    .user-avatar {
        border-radius: 50px;
        width: 70px
    }

    .tai-khoan-ca-nhan {
        padding: 0 !important;
        border: none !important
    }

    .tai-khoan-ca-nhan .container {
        padding-right: 0
    }

    .dang-ban {
        padding: 0 !important;
        border: none !important
    }

    .dang-ban .form-group {
        padding-right: 0
    }

    .dang-ban .form-group .row {
        width: 104%
    }
}

.nice-select {
    cursor: pointer;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active {
    border-color: #999;
}

.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    padding: 2px;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
    width: 5px;
}

.nice-select .nice-select-dropdown {
    margin-top: 4px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(.75) translateY(19px);
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    opacity: 0;
}

.nice-select .list {
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    max-height: 210px;
    overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .list::-webkit-scrollbar {
    width: 0;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 25px;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    transition: all .2s;
}

.nice-select .option:hover {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important;
    font-size: 14px;
}

.nice-select.right {
    float: right;
}

.nice-select.right .nice-select-dropdown {
    left: auto;
    right: 0;
}

select#xe,
select#diaPhuong {
    display: none;
}

.login-social.facebook {
    color: #3b5999;
    border: 1px solid #3b5999;
}

.login-social.facebook img {
    filter: invert(29%) sepia(86%) saturate(424%) hue-rotate(183deg) brightness(95%) contrast(90%);
}

#loginModal .close,
#FltAdvBox .close {
    border: none !important;
}

#loginModal form.oc-attach-loader .attach-loading,
#FltAdvBox form.oc-attach-loader .attach-loading {
    background-color: #ebebeb;
    color: #888;
}

#loginModal form.oc-attach-loader #loginLoader,
#FltAdvBox form.oc-attach-loader #loginLoader {
    display: block !important;
}

.nice-select.open {
    border-color: #999;
}

.nice-select.open:after {
    transform: rotate(-135deg);
}

div.nice-select.open .nice-select-dropdown {
    display: block;
    width: 100% !important;
}

.nice-select.open .nice-select-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
    display: block;
}

header #navbar.scroll-up {
    position: fixed !important;
    top: 0;
    transition: top .3s;
}

header #navbar.scroll-down {
    position: fixed !important;
    top: -100px;
    transition: top .3s;
}

header #navbar.scroll-up a.navbar-brand.align-items-center.home-logo {
    display: none !important;
}

header #navbar.scroll-up a.main-logo {
    visibility: visible;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ebebeb;
}

header #navbar.scroll-up a.main-logo img {
    width: 60px;
}

.input-footer::placeholder {
    color: #767676;
    opacity: 1;
}

.input-footer::-ms-input-placeholder {
    color: #767676;
}

table,
th,
td {
    border: 1px solid #888;
}

table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

input,
textarea {
    font-size: 16px;
}

.total-cost div.form-group {
    height: 66px;
}

footer .f-links .widget-title::after {
    background-color: #c75300
}

footer .f-links .widget-title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px
}

.footer-top .socials {
    float: right;
    margin-top: 25px
}

footer .f-links .widget-title:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0
}

.footer-top .socials li {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px
}

.footer-top .text-white {
    color: #fff
}

.footer-top .thong-bao {
    bottom: -20px;
    left: 45px
}

.footer-top {
    font-size: 14px;
    line-height: 22px
}

.footer-top input {
    border: 1px solid #ebebeb !important;
    transition: background-color .2s ease !important;
    transition: border-color .2s ease !important
}

.box-footer {
    margin-top: 3px
}

.footer-top {
    background-color: #232f3e;
    padding: 37px 0
}

.footer-top .socials li a span {
    color: #fff
}

.footer-top .ftop {
    margin: 0 auto;
    float: none;
    padding: 0
}

.footer-middle {
    padding-top: 55px
}

.newsletter-footer1 .newsletter {
    background-color: transparent
}

.newsletter-footer1 .newsletter .title-block {
    position: relative;
    color: #fff;
    float: left;
    padding-left: 70px;
    margin-top: 17px
}

.newsletter-footer1 .newsletter img.position-absolute {
    left: 12px;
    top: 3px
}

.newsletter-footer1 .newsletter .title-block:before {
    position: absolute;
    font-size: 40px;
    position: absolute;
    top: 5px;
    left: 0
}

.newsletter-footer1 .newsletter .title-block .page-heading {
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize
}

.newsletter-footer1 .newsletter .title-block .promotext {
    font-size: 14px
}

.newsletter-footer1 .newsletter .block_content {
    float: left
}

.newsletter-footer1 .newsletter .block_content form.signup {
    display: block;
    margin-top: 11px;
    margin-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px
}

.newsletter-footer1 .newsletter .block_content form.signup .form-group {
    position: relative;
    display: block
}

.newsletter-footer1 .newsletter .block_content form.signup .form-group .input-box {
    background-color: #fff;
    vertical-align: top;
    padding-right: 112px;
    border-radius: 4px
}

.newsletter-footer1 .newsletter .block_content form.signup .form-group .subcribe {
    position: absolute;
    top: 0;
    right: 0
}

.newsletter-footer1 .newsletter .block_content form.signup .form-group #subscribe_data {
    height: 50px;
    line-height: 50px;
    width: 100%;
    box-shadow: none;
    padding: 0 0 0 20px;
    border: none;
    background-color: #fff
}

.newsletter-footer1 .newsletter .block_content form.signup .form-group #subscribe_data::-moz-placeholder {
    color: #999;
    opacity: 1
}

.newsletter-footer1 .newsletter .block_content form.signup .form-group #subscribe_data:-ms-input-placeholder {
    color: #999
}

.newsletter-footer1 .newsletter .block_content form.signup .form-group #subscribe_data::-webkit-input-placeholder {
    color: #999
}

.newsletter-footer1 .newsletter .block_content form.signup .form-group #subscribe_data:focus {
    z-index: 0
}

.newsletter-footer1 .newsletter .block_content form.signup .subcribe button {
    border: 0 none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    text-transform: capitalize;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.footer-top .newsletter .block_content form.signup .subcribe button:hover {
    color: #fff
}

@media (min-width: 992px) {
    .newsletter-footer1 .newsletter .block_content form.signup {
        padding-left: 45px
    }
}

@media (min-width: 1200px) and (max-width: 1649px) {
    .socials li a span {
        display: none
    }

    .footer-links {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px
    }
}

.newsletter-footer1 .newsletter .block_content form.signup .subcribe button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #c75300
}

.newsletter-footer1 .newsletter .block_content form.signup .subcribe button:hover {
    background-color: #d05904
}

.module .modtitle {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.module .modtitle::after {
    background-color: #ff3c20;
}

.module .modtitle::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
}

.modcontent ul li {
    border: 0 none;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    display: block;
}

.about-us .overview-introduction {
    font-size: 18px;
    line-height: inherit;
}

.logo-main a img {
    width: 200px;
}

.about-us hr {
    margin: 40px 0;
    width: 100%;
    background-color: #f1ba57;
}

.about-us .contacts-list,
.privacy-policy .list-style-disclosure-closed,
.terms-and-conditions .list-style-disclosure-closed {
    list-style-type: disclosure-closed;
}

.about-us .contacts-list li {
    padding-bottom: 1.25rem;
}

.about-us .info-text,
.privacy-policy .info-text {
    color: #d65e08;
    border-bottom: 0.0625rem solid #d65e08;
}

.about-us .contacts-list-work,
.terms-and-conditions .list-style-circle {
    list-style-type: circle;
}

.about-us h3 {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    font-size: 2.125rem;
    padding-bottom: 10px;
}

.about-us .answer-open,
.about-us .answer-open span,
.about-us .contacts-list-work p,
.about-us .contacts-list-work span {
    font-size: 17px;
}

.about-us .container-end {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin-top: 4.125rem
}

.about-us .signature {
    font-size: 16px;
    font-weight: bold;
    font-style: oblique;
}

.about-us .contacts-list li p,
.about-us .contacts-list li span,
.about-us .contacts-list li {
    font-size: 20px;
}

.about-us .bi-telephone-forward-fill {
    margin-right: 5px;
}

.about-us .img-logo-introduction {
    float: left;
    margin: 10px;
}

.about-us .about-us-contents {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto auto auto;
    padding: 20px;
    border: 1px solid #e8a008;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 5px 2px #de5e0869;
}

.about-us .about-us-contents p,
.about-us .about-us-contents span {
    font-weight: bold;
    font-size: 1rem;
}

.about-us ul li {
    color: #d65e08;
}

.about-us .conclusion-about-us {
    text-align: center;
}

.about-us .overview-introduction .info-text {
    font-size: 18px;
}

.privacy-policy h2,
.about-us h2,
.terms-and-conditions h2 {
    font-size: 4.125rem;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(to right, #f9a186, #ffbd66, #ed78b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 40px;
    margin: 3rem 0 0.8rem;
}

.privacy-policy h3,
.terms-and-conditions h3 {
    font-size: 20px;
    margin: 20px 0;
    color: #7d3d0f;
    line-height: 1.4;
    font-weight: bold;
}

.privacy-policy p,
.terms-and-conditions p {
    color: #87786e;
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.privacy-policy .list-style-initial {
    list-style-type: initial;
}

.privacy-policy .overview-introduction,
.terms-and-conditions .overview-introduction {
    font-size: 18px;
    line-height: inherit;
    text-indent: 40px;
}

.privacy-policy hr,
.terms-and-conditions hr {
    background-color: #d65e08;
}

.privacy-policy .info-text {
    font-size: 16px;
}

.privacy-policy .paragraph-indent,
.terms-and-conditions .paragraph-indent {
    margin-left: 40px;
}

.privacy-policy b {
    margin-bottom: 40px;
}

.privacy-policy .important-attention,
.terms-and-conditions .important-attention {
    font-size: 18px;
    margin: 40px 0;
    font-weight: bold;
    text-decoration: underline;
}

.terms-and-conditions .list-style-auto {
    list-style-type: auto;
}

.terms-and-conditions .list-style-lower-alpha {
    list-style: lower-alpha;
}

.huong-dan.dang-tin strong {
    font-weight: bold;
}

.huong-dan.dang-tin p img {
    width: 100%;
}

.huong-dan.dang-tin h2 strong {
    font-size: 18px;
}

/* responsive */
@media only screen and (max-width: 540px) {

    .about-us h2,
    .privacy-policy h2,
    .terms-and-conditions h2 {
        font-size: 3.125rem;
    }

    .about-us .about-us-contents {
        grid-template-columns: none;
    }

    .about-us .container-media,
    .privacy-policy .container-media,
    .terms-and-conditions .container-media {
        margin: 0 20px;
    }

    .about-us .container-end {
        width: 95%;
    }

    .about-us .contacts-list-work,
    .about-us .contacts-list,
    .terms-and-conditions .container-media {
        margin-right: 20px;
    }

    .about-us .about-us-contents {
        margin: 20px;
    }

    .about-us .about-us-contents p {
        margin-bottom: 0;
    }

    .privacy-policy .paragraph-indent,
    .terms-and-conditions .paragraph-indent {
        margin-left: 0;
    }


}

@media only screen and (max-width: 375px) {

    .about-us h2,
    .privacy-policy h2,
    .terms-and-conditions h2 {
        font-size: 2.9rem;
    }
}

@media only screen and (max-width: 320px) {

    .about-us h2,
    .privacy-policy h2,
    .terms-and-conditions h2 {
        font-size: 2.5rem;
    }

    .about-us .overview-introduction {
        font-size: 17px;
    }
}

@media only screen and (max-width: 280px) {

    .about-us h2,
    .privacy-policy h2,
    .terms-and-conditions h2 {
        font-size: 2.2rem;
        margin: 10px 0 0;
    }

    .about-us .overview-introduction {
        font-size: 16px;
    }
}

.justify-content-sm-center {
    justify-content: center !important
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.mb-2 {
    margin-bottom: .5rem !important
}