@charset "UTF-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 20px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.42857;
    color: #2c2f36;
    background-color: #fff;
    text-align: left;
    overflow-x: hidden;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: border-box;
    height: 0;
    overflow: visible;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1.4;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ul {
    list-style: none;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0;
    }

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all 0.35s ease;
    text-decoration: none;
}

    a:hover {
        /*color: #055699;*/
        color: #0866f8;
    }

    a:hover, a:focus {
        outline: 0;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
        cursor: pointer;
    }

        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;
        }

pre,
code,
kbd,
samp {
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

    img.img-full {
        width: 100%;
    }

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    box-shadow: none;
    outline: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

.input-group select, .form-group select {
    -webkit-appearance: auto;
    appearance: auto;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.btn {
    font-weight: 700;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.btn-primary {
    background-image: linear-gradient(to bottom, #3093f9, #1237ee);
    border-color: #2c6efb;
    cursor: pointer;
}

.d-none {
    display: none;
}

.mg0 {
    margin: 0;
}

.mgt10 {
    margin-top: 10px;
}

.mgt15 {
    margin-top: 15px;
}

.mgt8 {
    margin-top: 8px;
}

.mgt30 {
    margin-top: 30px;
}

.mgt50 {
    margin-top: 50px;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.mgb10 {
    margin-bottom: 10px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdt0 {
    padding-top: 0 !important;
}

[data-vela=dropdown] {
    cursor: pointer;
}

.blue {
    color: #055699;
}

.white {
    color: #fff !important;
}

.green {
    color: #319c00 !important;
}

.green-cm {
    color: #319c00 !important;
}

.red {
    color: red;
}

.blue-commom {
    color: #2a66c8;
}

.blue-common-lighter {
    color: #1237ee;
}

.fa-2 {
    font-size: 20px;
}

.bg {
    background: #055699;
}

.bg-green {
    background: #319c00;
}

.bg-purple {
    background: purple;
}

.bg-blue {
    background: #055699;
}

.bg-google-plus {
    background: #db4437;
}

.bg-twitter {
    background: #00acee;
}

.border-bot-none {
    border-bottom: none !important;
}

.pull-right {
    float: right;
}

.flex {
    display: flex;
}

    .flex.flex-column {
        flex-direction: column;
    }

    .flex.flex-align-center {
        align-items: center;
    }

    .flex.flex-align-end {
        align-items: flex-end;
    }

    .flex.flex-justify-end {
        justify-content: flex-end;
    }

    .flex.flex-justify-center {
        justify-content: center;
    }

    .flex.flex-gap-10 {
        grid-gap: 10px;
    }

.width-50 {
    width: 50%;
}

.btn {
    cursor: pointer;
}

    .btn i {
        margin-right: 5px;
    }

    .btn.btn-nonebg {
        /*color: #055699;*/
        color: white;
    }

    .btn.btn-dark {
        background-color: #292929;
        border-color: #292929;
    }

        .btn.btn-dark:hover {
            background-color: #055699;
            border-color: #055699;
        }

    .btn.btn-primary {
        background: #319c00;
        border-color: #319c00;
    }

.btn-create-free {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 33px;
}

.btn-search {
    padding: 0 30px;
    border-radius: 0;
    background: #055699;
    height: 40px;
    display: flex;
    align-items: center;
}

.btn-call {
    background: linear-gradient(180deg, #fff 0, #e6e6e6);
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    cursor: pointer;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

    .lSSlideWrapper > .lightSlider:after {
        clear: both;
    }

    .lSSlideWrapper .lSSlide {
        transform: translate(0px, 0px);
        -webkit-transition: all 1s;
        transition-property: transform,height;
        transition-duration: inherit !important;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade {
        position: relative;
    }

        .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%;
        }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        transition-delay: 0s;
        transition-duration: inherit !important;
        transition-property: opacity;
        transition-timing-function: inherit !important;
    }

    .lSSlideWrapper .lSFade > *.active {
        z-index: 10;
    }

    .lSSlideWrapper.usingCss .lSFade > *.active {
        opacity: 1;
    }

    .lSSlideWrapper Ul.lightSlider {
        max-height: 535px;
    }

    .lSSlideWrapper Ul.lightSlider {
        min-height: 535px;
    }

        .lSSlideWrapper Ul.lightSlider.lSSlide li img {
            border-radius: 4px;
            border: 1px solid #eee8e8;
            margin: auto;
            display: block;
            max-width: 856px;
            max-height: 535px;
        }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px;
    }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            transition: all 0.5s linear 0s;
        }

        .lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
            background-color: #428bca;
        }

.lSSlideOuter .media {
    opacity: 0.8;
}

    .lSSlideOuter .media.active {
        opacity: 1;
    }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    }

        .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
            border: 1px solid #319C00;
            border-radius: 4px;
        }

    .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        /*        height: auto;*/
        /*max-width: 100%;*/
        width: 95px;
        height: 95px;
        border: 1px solid #eee8e8;
        border-radius: 4px;
    }

    .lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
        content: " ";
        display: table;
    }

    .lSSlideOuter .lSPager.lSGallery:after {
        clear: both;
    }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url("../img/controls.png");
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    background-color: #000000c2;
    border-radius: 4px;
    transition: opacity 0.35s linear 0s;
}

    .lSAction > a:hover {
        opacity: 1;
    }

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}

    .lSSlideOuter.vertical.noPager {
        padding-right: 0px !important;
    }

    .lSSlideOuter.vertical .lSGallery {
        position: absolute !important;
        right: 0;
        top: 0;
    }

    .lSSlideOuter.vertical .lightSlider > * {
        width: 100% !important;
        max-width: none !important;
    }

    /* vertical controlls */
    .lSSlideOuter.vertical .lSAction > a {
        left: 50%;
        margin-left: -14px;
        margin-top: 0;
    }

    .lSSlideOuter.vertical .lSAction > .lSNext {
        background-position: 31px -31px;
        bottom: 10px;
        top: auto;
    }

    .lSSlideOuter.vertical .lSAction > .lSPrev {
        background-position: 0 -31px;
        bottom: auto;
        top: 10px;
    }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

.lSSlideOuter .lightSlider .gallery-img {
    position: relative;
}

/* Rtl */
@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline;
            list-style: none;
            padding: 0;
        }

        .select2-container .select2-selection--multiple .select2-selection__clear {
            background-color: transparent;
            border: none;
            font-size: 1em;
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        margin-left: 5px;
        padding: 0;
        max-width: 100%;
        resize: none;
        height: 18px;
        vertical-align: bottom;
        font-family: sans-serif;
        overflow: hidden;
        word-break: keep-all;
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9999;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
        padding-right: 0px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

    .select2-container--default .select2-selection--multiple.select2-selection--clearable {
        padding-right: 25px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        font-weight: bold;
        height: 20px;
        margin-right: 10px;
        margin-top: 5px;
        position: absolute;
        right: 0;
        padding: 1px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        box-sizing: border-box;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
        padding-left: 20px;
        position: relative;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: bottom;
        white-space: nowrap;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: 1px solid #aaa;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #999;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
            background-color: #f1f1f1;
            color: #333;
            outline: none;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--group {
    padding: 0;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        height: 26px;
        margin-right: 20px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        padding: 0;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
        cursor: default;
        padding-left: 2px;
        padding-right: 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #888;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
            outline: none;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
    padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        touch-action: manipulation;
        -moz-backface-visibility: hidden;
        /* fix firefox animation glitch */
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        /* fix for flashing background */
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: auto;
            margin: 0px auto;
            max-height: 500px;
        }

.home-slider-search .owl-carousel .owl-item img {
    max-height: auto;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
    /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

    .owl-carousel .owl-item .owl-lazy {
        opacity: 0;
        transition: opacity 400ms ease;
    }

        .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
            max-height: 0;
        }

    .owl-carousel .owl-item img.owl-lazy {
        transform-style: preserve-3d;
    }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-nav [class*='owl-'] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

        .owl-theme .owl-nav [class*='owl-']:hover {
            background: #869791;
            color: #FFF;
            text-decoration: none;
        }

    .owl-theme .owl-nav .disabled {
        opacity: 0.5;
        cursor: default;
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px;
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity 200ms ease;
            border-radius: 30px;
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791;
        }

#logo img {
    /* width: 115px;*/
    max-height: 55px;
    border-radius: 6px;
    padding: 5px;
    background: white;
}

.quangcao-header {
    overflow: hidden;
}

.quangcao-page {
    border: 1px solid #a6c9e2;
    border-radius: 4px;
    overflow: hidden;
}

    .quangcao-page img {
        width: 100%;
    }

.header-buttons {
    display: flex;
    grid-gap: 10px;
}

    .header-buttons .btn {
        display: flex;
        align-items: center;
        text-decoration: none;
        height: 34px;
    }

        .header-buttons .btn.btn-dark {
            background: #319c00;
            border-color: #319c00;
        }

        .header-buttons .btn i {
            font-size: 16px;
        }

.header-logo {
    padding: 10px 0;
}

.header-menu {
    background: #055699;
}

.navbar-header-search {
    display: none;
    font-size: 18px;
}

.dropdown-places {
    position: relative;
    display: flex;
    align-items: center;
    background: #319c00;
    border-radius: .25rem;
    border: 1px solid transparent;
    height: 34px;
}

    .dropdown-places i {
        color: white;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
    }

    .dropdown-places .select2-container {
        padding: 0.375rem 20px;
    }

    .dropdown-places .select2-container--default .select2-selection--single {
        border: none;
        height: auto;
        background: transparent;
        padding: 3px 0px 4px;
    }

        .dropdown-places .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: normal;
            color: #fff;
            font-size: 1rem;
            font-weight: bold;
        }

        .dropdown-places .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: auto;
            top: 50%;
            transform: translateY(-50%);
        }

            .dropdown-places .select2-container--default .select2-selection--single .select2-selection__arrow b {
                border-color: #fff transparent transparent transparent;
            }

    .dropdown-places .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #fff transparent;
    }

.header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: radial-gradient(circle, rgba(24,107,29,1) 0%, rgba(6,59,25,1) 76%);
}

.navbar-header-wishlist {
    display: none;
}

#logo {
    display: flex;
    align-items: center;
}

    #logo .logo-img {
        margin-right: 20px;
    }

.header-right {
    display: flex;
    align-items: center;
}

.footer {
    margin-top: 30px;
}

.footer-bottom {
    /*background: #055699;*/
    padding: 50px 0 30px;
    color: #fff;
    background: radial-gradient(circle, rgba(24,107,29,1) 0%, rgba(6,59,25,1) 76%); /*Màu noel*/
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 88px;
    right: 36px;
    background: rgba(10, 13, 20, 0.4);
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .back-to-top:hover {
        background: #319c00;
    }

.contact-box {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(10, 13, 20, 0.4);
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

    .contact-box:hover {
        /*  background: #319c00;*/
    }

    .contact-box .contact-icon {
        background-image: url(/img/contact-comment.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center;
    }

    .contact-box#fbbox {
        bottom: 90px;
        background: #0056b3;
    }

    .contact-box .contact-fb-icon {
        background-image: url(/img/contact-fb.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center;
    }

    .contact-box#phonebox {
        bottom: 230px;
        background: #319c00;
    }

    .contact-box .contact-phone-icon {
        background-image: url(/img/contact-phone.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center;
    }

    .contact-box#zalobox {
        bottom: 160px;
        background: #0a91e3;
    }

    .contact-box .contact-zalo-icon {
        background-image: url(/img/contact-zalo.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        display: inline-block;
        background-position: center;
        background-size: 40px 40px;
    }

    .contact-box a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .contact-box.close-box .contact-icon {
        background-image: url(/img/contact-close.png);
    }

    .contact-box.contact-other-box {
        display: none;
    }

.footer-client {
    padding-bottom: 20px;
    overflow: hidden;
}

.section-title {
    padding-top: 10px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

    .section-title span {
        padding-bottom: 5px;
        border-bottom: 1px solid #319c00;
    }

.box-list-cate-items.footer-menu-wrapper a {
    color: #fff;
}

.box-list-cate-items.footer-menu-wrapper h4 a {
    color: #fff;
}

.box-list-cate-items.footer-menu-wrapper ul {
    padding: 0;
}

    .box-list-cate-items.footer-menu-wrapper ul li {
        padding: 5px 0;
    }

.footer-menu {
    padding: 30px 0 50px;
}

.footer-social-app ul {
    padding: 15px 0 0;
}

.footer-app li {
    margin-bottom: 10px;
}

    .footer-app li:last-child {
        margin-bottom: 0;
    }

    .footer-app li a {
        width: 100%;
        padding: 5px;
        background: #292929;
        border-radius: 5px;
        color: #fff;
        display: flex;
        align-items: center;
        text-decoration: none;
        font-size: 14px;
        line-height: 16px;
    }

    .footer-app li i {
        font-size: 22px;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        margin-right: 12px;
    }

    .footer-app li .title {
        display: flex;
        flex-direction: column;
        font-size: 13px;
    }

.footer-social li {
    margin-bottom: 10px;
}

    .footer-social li:last-child {
        margin-bottom: 0;
    }

    .footer-social li a {
        text-decoration: none;
        display: flex;
        align-items: center;
        color: #fff;
    }

        .footer-social li a i {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #055699;
            margin-right: 10px;
        }

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo-box {
    height: 240px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 15px;
}

.footer-bottom-copyright {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

    .footer-bottom-copyright a {
        color: #fff;
    }

    .footer-bottom-copyright i {
        margin-right: 10px;
    }

.footer-copyright h4 {
    font-weight: bold;
}

.footer-copyright sub {
    bottom: auto;
    font-size: 8px;
    top: -10px;
    font-weight: bold;
}

.footer-bottom .contact-post-news {
}


    .footer-bottom .contact-post-news h4 {
        font-weight: bold;
        text-align: center;
    }

    .footer-bottom .contact-post-news .icon-contact {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%;
        overflow: hidden;
        /*   padding: 15px;*/
        width: 90px;
        height: 90px;
        margin-bottom: 5px;
    }

    .footer-bottom .contact-post-news .rowDetail {
        margin: 0px auto;
    }

    .footer-bottom .contact-post-news .contact-detail .contact-name {
        font-weight: bolder;
    }

    .footer-bottom .contact-post-news .contact-detail i {
        margin-right: 10px;
    }

    .footer-bottom .contact-post-news .contact-detail a {
        color: #fff;
    }

    .footer-bottom .contact-post-news .contact-detail .icon-zalo {
        background-image: url(/img/contact-zalo.png);
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        display: inline-block;
        background-position: center;
        background-size: 14px 14px;
    }


.navbar {
    border-radius: 5px;
    border: none;
    margin-top: 3px;
    min-height: auto;
    padding: 0;
}

.dropdown-toggle::after {
    display: none;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav a {
        color: #fff;
    }

    .nav > li {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

        .nav > li > a {
            font-weight: 700;
            padding: 8px 16px;
            line-height: 20px;
        }

        .nav > li > .nav-link {
            padding: 10px 16px;
        }

            .nav > li > .nav-link:hover, .nav > li > .nav-link:focus {
                background: #2795f0;
                color: #fff;
                text-decoration: none;
            }

        .nav > li:hover > .dropdown-menu {
            display: block;
        }

        .nav > li > .dropdown-menu {
            background-color: #cfe5f7;
            margin-top: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

            .nav > li > .dropdown-menu > li {
                display: list-item;
                border-bottom: 1px solid #2795f0;
            }

                .nav > li > .dropdown-menu > li > a {
                    display: block;
                    padding: 6px 20px;
                    clear: both;
                    font-weight: 400;
                    line-height: 1.42857143;
                    color: #333333;
                    white-space: nowrap;
                }

                    .nav > li > .dropdown-menu > li > a:hover {
                        background-color: #2795f0;
                    }

                .nav > li > .dropdown-menu > li:last-child {
                    border-bottom: none;
                }

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
}

.btn-crt-post {
    background-color: #f49b33;
    border-radius: 4px;
    margin-bottom: 4px;
    margin-right: 6px;
    margin-top: 4px;
}

.navbar-expand-lg .navbar-toggle {
    display: none;
}

.navbar-collapse {
    justify-content: space-between;
}

.mgr0 {
    margin-right: 0 !important;
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav {
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
}

    .owl-carousel .owl-nav button {
        position: absolute;
        top: 50%;
        left: -50px;
        width: 40px;
        height: 40px;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        color: #2c2f36;
    }

        .owl-carousel .owl-nav button.owl-prev {
            font-size: 26px;
            color: #2c2f36;
        }

        .owl-carousel .owl-nav button.owl-next {
            left: auto;
            right: -50px;
            font-size: 26px;
            color: #2c2f36;
        }

        .owl-carousel .owl-nav button:hover {
            color: #055699;
        }

.bxslider {
    margin: 0;
}

.box-section {
    overflow: hidden;
}

    .box-section .box-header {
        color: #fff;
    }

        .box-section .box-header .box-title {
            font-size: 16px;
            font-weight: 700;
            border-bottom: 3px solid #055699;
            overflow: hidden;
            position: relative;
            clear: left;
            margin: 0 0 10px;
        }

            .box-section .box-header .box-title h4, .box-section .box-header .box-title > span {
                background: #055699;
                padding-top: 10px;
                padding: 6px 12px 3px 10px;
                display: block;
                border-radius: 6px 6px 0 0;
                float: left;
                margin: 0;
                font-size: 16px;
                font-weight: 700;
                width: 100%;
            }

    .box-section .box-content {
        overflow: hidden;
    }

    .box-section .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .box-section.box-section-sidebar .box-content {
        padding: 10px;
        border: 1px solid #e1e1e1;
        border-radius: 0 0 4px 4px;
        border-top: 0;
    }

    .box-section.box-section-sidebar .box-header .box-title {
        margin-bottom: 0;
    }

.nav-pills > li.nav-item {
    position: relative;
}

    .nav-pills > li.nav-item > a {
        border-radius: 0;
        color: #222;
        font-weight: 700;
        padding: 4px 10px 3px 3px;
    }

        .nav-pills > li.nav-item > a i {
            margin-right: 10px;
        }

        .nav-pills > li.nav-item > a:hover {
            color: #319c00;
        }

        .nav-pills > li.nav-item > a.nav-link:before {
            content: "";
            width: 0;
            height: 4px;
            background: #319c00;
            position: absolute;
            bottom: 0;
            left: 0;
            display: inline-block;
            transition: all 0.4s;
            border-radius: 10px;
        }



    .nav-pills > li.nav-item > .nav-link.active,
    .nav-pills > li.nav-item > .nav-link:focus,
    .nav-pills > li.nav-item > .nav-link:hover {
        color: #000;
        background: none;
    }

        .nav-pills > li.nav-item > .nav-link.active:before,
        .nav-pills > li.nav-item > .nav-link:focus:before,
        .nav-pills > li.nav-item > .nav-link:hover:before {
            width: 46px;
        }

.box-header.no-padding {
    margin: 0;
    text-decoration: none;
    padding: 0;
    border: none;
    background: none;
    margin-bottom: 0;
    position: relative;
}

    .box-header.no-padding ul {
        display: flex;
        align-items: center;
        flex-wrap: unset;
        border-bottom: 1px solid #ccc;
    }

        .box-header.no-padding ul li {
            font-size: 24px;
            text-decoration: none;
            margin: 0;
            margin-right: 20px;
            padding: 0 0 15px;
            min-height: 55px;
            display: flex;
            align-items: center;
        }

            .box-header.no-padding ul li:last-child {
                margin-right: 0;
            }

                .box-header.no-padding ul li:last-child a {
                    padding-right: 0;
                    border-right: 0;
                }

            .box-header.no-padding ul li .nav-link {
                padding-right: 20px;
                border-radius: 0;
                border-top: none;
                margin: 0;
                color: #000;
                border: none;
                border-right: 1px solid #319c00;
                background: none;
                box-shadow: none;
            }

                .box-header.no-padding ul li .nav-link i {
                    margin-right: 10px;
                }

                .box-header.no-padding ul li .nav-link.active, .box-header.no-padding ul li .nav-link:hover {
                    color: #319c00;
                }

                .box-header.no-padding ul li .nav-link.button-free {
                    color: white;
                    padding: 10px 20px;
                    background: #319c00;
                    border: none;
                    margin-right: 40px;
                    position: relative;
                }

                    .box-header.no-padding ul li .nav-link.button-free:before {
                        display: none;
                    }

                    .box-header.no-padding ul li .nav-link.button-free:after {
                        content: "";
                        width: 1px;
                        height: 100%;
                        position: absolute;
                        right: -20px;
                        top: 0;
                        background: #319c00;
                        display: inline-block;
                    }

                    .box-header.no-padding ul li .nav-link.button-free:hover {
                        color: white;
                    }

.box-search {
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .box-search .search-title {
        font-size: 16px;
        font-weight: 700;
        color: #055699;
        margin-right: 50px;
    }

    .box-search form {
        display: flex;
        align-items: center;
    }

        .box-search form .form-group {
            margin-right: 10px;
        }

            .box-search form .form-group:last-child {
                margin-right: 0;
            }

    .box-search .input-key {
        width: 350px;
    }

    .box-search .input-category {
        width: 170px;
    }

    .box-search button.btn {
        text-transform: uppercase;
        padding-left: 40px;
        padding-right: 40px;
    }

.home-cat-slider {
    border-top: 2px solid #055699;
}

.menu-category-box i {
    font-size: 18px;
    margin-right: 10px;
}

.menu-category-box .menu-category-button {
    background: #055699;
    border-color: #055699;
    color: #fff;
    width: 100%;
    padding: 0 25px;
    display: flex;
    align-items: center;
    font-size: 15px;
    height: 40px;
    border-radius: 0;
}

.menu-category-box .menu-category {
    border: 1px solid #ccc;
    border-top: 0;
}

    .menu-category-box .menu-category ul {
        padding: 0;
        margin: 0;
        position: relative;
    }

    .menu-category-box .menu-category li {
        border-bottom: 1px solid #ccc;
        position: static;
    }

        .menu-category-box .menu-category li:last-child {
            border-bottom: none;
        }

        .menu-category-box .menu-category li a {
            display: flex;
            align-items: center;
            padding: 9px 25px;
            color: #2c2f36;
            text-decoration: none;
        }

            .menu-category-box .menu-category li a:hover {
                background: #2795f0;
                color: #fff;
                text-decoration: none;
            }

        .menu-category-box .menu-category li:hover > .dropdown-menu {
            display: block;
        }

    .menu-category-box .menu-category .dropdown-menu {
        top: 0;
        left: 100%;
        min-width: 400px;
        border-radius: 0;
        position: absolute;
        min-height: 100%;
    }

.home-slider {
    position: relative;
}

.home-slider-search {
    width: 100%;
    height: 600px;
    background-color: #dedede;
}

.home-slider .owl-item .slider-item {
    /*   height: 600px;*/
    margin-bottom: 10px;
}
.slider-group .slider-item {
    margin-top:10px;
}
    .slider-group .slider-item:first-child {
        margin-top: 0px;
    }

.home-slider .owl-item .slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 600px;
}

.home-slider .owl-nav button.owl-prev {
    left: 5px;
    font-size: 30px;
    color: #fff;
}

.home-slider .owl-nav button.owl-next {
    right: 5px;
    font-size: 30px;
    color: #fff;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

    .home-slider .owl-dots button {
        border: 1px solid white;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        display: inline-block;
        margin: 0 6px;
    }

        .home-slider .owl-dots button.active, .home-slider .owl-dots button:hover {
            background-color: #055699;
            border-color: #055699;
        }

.home-slider-search {
    position: relative;
}

    .home-slider-search .box-search-wrapper {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        z-index: 9;
    }

.search-close {
    display: none;
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 20px;
    color: #fff;
    cursor: pointer;
}
    /*.search-close {
    display: none;
}*/

    .search-close.active {
        display: inline-block;
    }

.home-small {
    margin-top: 30px;
}

    .home-small h2 {
        font-size: 28px;
        line-height: 38px;
        text-transform: none;
        color: #2c2f36;
        margin-bottom: 20px;
    }

.home-small-heading {
    border-bottom: 1px solid #a6c9e2;
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    position: relative;
}

    .home-small-heading ul {
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .home-small-heading ul li {
            list-style: none;
            display: inline-block;
            margin-right: 20px;
            padding-right: 10.635px;
        }

            .home-small-heading ul li a {
                font-weight: 600;
                font-size: 20px;
                line-height: 38px;
                text-transform: capitalize;
                color: #2c2f36 !important;
                display: block;
                margin-bottom: 15px;
                cursor: pointer;
            }

                .home-small-heading ul li a.active, .home-small-heading ul li a:hover {
                    color: #319c00 !important;
                    position: relative;
                    font-weight: bold;
                }

                    .home-small-heading ul li a.active:before, .home-small-heading ul li a:hover:before {
                        position: absolute;
                        border: 2px solid #319c00;
                        background: #319c00;
                        width: 46px;
                        line-height: 1px;
                        border-radius: 10px;
                        bottom: -15px;
                        content: '';
                    }

    .home-small-heading .home-small-more {
        float: right;
        color: #055699;
        line-height: 16px;
        margin-top: 13px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        font-weight: bold;
    }

        .home-small-heading .home-small-more i {
            margin-left: 6px;
        }

.home-small-heading {
    border-bottom: 1px solid #a6c9e2;
    margin-bottom: 24px;
}

    .home-small-heading ul {
        float: left;
    }

        .home-small-heading ul li {
            list-style: none;
            display: inline-block;
            margin-right: 30px;
            padding-right: 10.635px;
        }

            .home-small-heading ul li h2 {
                margin-bottom: 0;
            }

.newscontain {
    display: none;
}

    .newscontain.active {
        display: block;
    }

.home-small-main {
    display: inline-block;
    width: 100%;
}

.home-small-main-1 {
    width: 450px;
    float: left;
}

    .home-small-main-1 .news-time {
        font-size: 14px;
        text-transform: none;
        color: #2c2f36;
        display: flex;
        align-items: center;
    }

        .home-small-main-1 .news-time i {
            margin-right: 8px;
            font-size: 16px;
        }

.news-show .slider-for-item {
    display: none;
}

    .news-show .slider-for-item.active {
        display: block;
    }

.news-show h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.news-show a {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #2c2f36;
    display: block;
    margin-bottom: 7px;
    word-wrap: break-word;
}

    .news-show a:hover {
        color: #055699;
    }

    .news-show a img {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        text-align: center;
        max-height: 350px;
        border-radius: 6px;
    }

.home-small-main-2 {
    width: 360px;
    float: right;
}

    .home-small-main-2 .list-news ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .home-small-main-2 .list-news ul li {
            list-style: none;
            display: block;
            padding-bottom: 15px;
            margin-bottom: 15px;
            border: none;
            border-bottom: 1px solid #a6c9e2;
            background: #fff;
            white-space: normal;
            border-radius: 0;
            width: 100%;
            cursor: pointer;
        }

            .home-small-main-2 .list-news ul li h3 {
                margin: 0;
            }

            .home-small-main-2 .list-news ul li a {
                font-size: 16px;
                line-height: 24px;
                color: #2c2f36;
                font-weight: normal;
                padding: 0;
                word-wrap: break-word;
                display: block;
            }

            .home-small-main-2 .list-news ul li img {
                margin-left: 5px;
                display: inline-block;
                width: 14px;
            }

            .home-small-main-2 .list-news ul li.active a, .home-small-main-2 .list-news ul li:hover a {
                color: #055699;
            }

.khuyen-mai {
    display: flex;
    align-items: center;
    height: 40px;
}

    .khuyen-mai .title {
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 10px;
        white-space: nowrap;
    }

    .khuyen-mai .sale-slider {
        display: block;
        overflow: hidden;
    }

        .khuyen-mai .sale-slider i {
            color: red;
            margin-right: 5px;
        }

.divState {
    float: right;
    width: 70%;
}

.divRegion {
    float: right;
    width: 70%;
}

.divLocation {
    float: right;
    width: 70%;
}

.box-list-cate-items {
    float: left;
    width: 100%;
    padding-right: 8px;
}

    .box-list-cate-items.full-with {
        width: 100%;
    }

    .box-list-cate-items h4 {
        margin: 10px 0 15px 0;
        font-size: 20px;
        font-weight: 700;
    }

        .box-list-cate-items h4 a {
            color: #319c00;
        }

    .box-list-cate-items ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 5px;
    }

.icon-bullet, .icon-square {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .icon-bullet li {
        color: #055699;
        padding-left: 15px;
        padding-bottom: 15px;
        position: relative;
    }

        .icon-bullet li::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #055699;
            display: inline-block;
            position: absolute;
            top: 6px;
            left: 0;
        }

        .icon-bullet li img {
            display: inline-block;
        }

.notification {
    padding: 10px 8px 8px;
    border-right: 1px solid #a6c9e2;
    border-left: 1px solid #a6c9e2;
    border-bottom: 1px solid #a6c9e2;
    color: red;
}

.main-new-item .main-new-item_info h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

    .main-new-item .main-new-item_info h3 a {
        color: #055699;
    }

.art-hot .art-hot_lst-maxview {
    background-color: #d1e5f5;
    border-radius: 5px;
    padding: 10px 10px 0 10px;
}

    .art-hot .art-hot_lst-maxview h4 {
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
    }

.sub-main-news .col-md-6 {
    margin-left: 0;
    padding-left: 0;
}

    .sub-main-news .col-md-6 h4 {
        margin: 5px 0 8px 0;
        color: #319c00;
        font-size: 15px;
        border-bottom: 1px solid #319c00;
        padding-bottom: 5px;
        font-weight: 700;
    }

.box-wrap {
    padding-left: 10px;
}

.list-news-hot li {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

    .list-news-hot li a {
        padding-bottom: 5px;
        display: block;
    }

.target-box-wrapper {
    display: flex;
    margin-top: 60px;
}

.target-box {
    color: #fff;
    min-height: 130px;
}

    .target-box h4 {
        margin: 0;
        font-size: 16px;
        padding: 8px 15px 6px;
    }

        .target-box h4 a {
            color: #fff;
            font-weight: 700;
            font-size: 18px;
        }

.support-box {
    width: 100%;
    clear: left;
    overflow: hidden;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

    .support-box .support-box-img {
        float: left;
        width: 90px;
        height: 90px;
        overflow: hidden;
        border-radius: 4px;
        margin-right: 5px;
    }

    .support-box h5 {
        margin: 0 0 -2px 0;
        color: red;
        font-weight: 700;
        display: block;
        font-size: 13px;
    }

    .support-box .name {
        font-weight: 700;
        color: #055699;
        font-size: 13px;
        margin: 5px 0;
    }

    .support-box .support-box-name i {
        font-size: 13px;
        color: green;
    }

    .support-box .mobile {
        margin: 5px 0;
    }

        .support-box .mobile a {
            font-weight: 700;
            color: green;
            cursor: pointer;
        }

    .support-box .email {
        width: 220px;
        float: left;
    }

        .support-box .email a {
            cursor: pointer;
        }

.border-bot {
    border-bottom: 1px solid #ccc;
}

.news-hot-item {
    clear: left;
    margin-bottom: 8px;
    overflow: hidden;
    padding-bottom: 5px;
}

    .news-hot-item .news-hot-item_info_job {
        float: left;
        width: 100%;
    }

        .news-hot-item .news-hot-item_info h3, .news-hot-item .news-hot-item_info_job h3 {
            margin: 0 0 8px 0;
        }

    .news-hot-item .icon-square {
        padding: 0 0 0 8px;
        position: relative;
    }

        .news-hot-item .icon-square::before {
            content: "";
            position: absolute;
            top: 6px;
            left: 0;
            width: 5px;
            height: 5px;
            display: inline-block;
            background: #319c00;
        }

    .news-hot-item .news-hot-item_info {
        float: left;
        width: calc(100% - 112px);
    }

    .news-hot-item .news-hot-item_img {
        width: 98px;
        max-height: 80px;
        overflow: hidden;
        float: left;
        margin: 0 10px 10px 0;
        border-radius: 5px;
        border: 2px ridge #ccc;
    }

        .news-hot-item .news-hot-item_img img {
            width: 100%;
        }

.icon-square {
    padding: 0;
    position: relative;
    margin: 10px 0 0;
}

    .icon-square > li {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        position: relative;
    }

        .icon-square > li a {
            font-weight: normal;
        }

.news-hot-item .news-hot-item_info a, .news-hot-item .news-hot-item_info_job a, .tab-pane .box-list-cate-items a {
    font-weight: 700;
    color: #319c00;
}

.ad-news div.vip0 a, .icon-square li.vip0 a, .news-hot-item_info.vip0 a, .news-hot-item_info.vip1 a, .news-hot-item_info.vip2 a, .news-hot-item_info_job.vip0 a {
    color: #000;
    background: url(../img/star.png) no-repeat left;
    padding-left: 20px;
}

    .ad-news div.vip0 a:hover, .icon-square li.vip0 a:hover, .news-hot-item_info.vip0 a:hover, .news-hot-item_info.vip1 a:hover, .news-hot-item_info.vip2 a:hover, .news-hot-item_info_job.vip0 a:hover {
        color: #055699;
    }

.divcreatedDate {
    float: left;
    width: 170px;
    color: #2a66c8;
}

.show-short-des {
    background-image: url(../img/show-des.png);
    background-repeat: no-repeat;
    padding: 9px 24px 0 5px;
    cursor: pointer;
}

.news-hot-item_info_list .divLocation {
    width: calc(100% - 170px);
    color: #2a66c8;
}

.box-section .box-content .box-list-cate-items h4 {
    margin: 10px 0 15px 0;
    font-size: 16px;
    font-weight: 700;
}

    .box-section .box-content .box-list-cate-items h4 a {
        color: #055699;
    }

.viewMore {
    clear: left;
    padding-top: 10px;
    text-align: right;
    color: #055699;
}

    .viewMore .postLink {
        color: #1237ee;
        float: left;
    }

.news-hot-item_info_list .divLocation {
    width: calc(100% - 170px);
    color: #2a66c8;
}

.icon-square li .spanLocation {
    display: block;
    color: #2a66c8;
    padding-top: 6px;
}

.bds-box-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bds-news-title {
    margin: 0 0 5px;
    font-size: 24px;
    font-weight: bold;
}

.bds-button {
    height: 40px;
    padding: 0 30px;
    border: 1px solid #055699;
    border-radius: 5px;
    display: flex;
    align-items: center;
    color: #055699;
    font-weight: bold;
}

    .bds-button:hover {
        background: #055699;
        color: #fff;
        border-color: #055699;
        text-decoration: none;
    }

.box-news-item-small-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.box-news-item img {
    margin-bottom: 20px;
}

.box-news-item a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

    .box-news-item a span {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }

.box-news-item .title {
    display: flex;
    align-items: center;
}

    .box-news-item .title .count {
        font-size: 30px;
        color: #055699;
        margin-right: 10px;
        font-weight: bold;
    }

.box-car-items .item-car .flex {
    flex-direction: column;
}

.box-car-items .item-car .photo {
    width: 100%;
    min-width: 0;
    min-height: 0;
    position: relative;
}

.box-car-items .item-car .auphoto {
    height: 209px;
}

.box-car-items .item-car .photo .wishlist {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
}

.section-client .item {
    border: 1px solid #ececec;
    border-radius: 6px;
}

    .section-client .item a {
        padding: 10px 20px;
        overflow: hidden;
        display: inline-block;
        width: 100%;
    }

    .section-client .item:hover {
        /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);*/
        transform: scale(1.025);
        transition: all 1s;
    }

.breadcrumb {
    background: 0 0;
    padding: 15px 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

    .breadcrumb > li::after {
        content: "";
        padding: 0 5px;
    }

    .breadcrumb > li:last-child::after {
        display: none;
    }

    .breadcrumb > .active {
        color: #777;
    }

.product-item {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
}

    .product-item:first-child {
        margin-top: 0;
    }

    .product-item.product-item-small {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
        margin-top: 0;
        min-height: 0;
    }

        .product-item.product-item-small:last-child {
            margin-bottom: 0;
        }

        .product-item.product-item-small .product-item-top {
            min-width: 150px;
        }

.product-item-top {
    position: relative;
    min-width: 200px;
    width: 200px;
    min-height: 100%;
}

    .product-item-top img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .product-item-top a {
        text-decoration: none;
    }

    .product-item-top .distance {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 5px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
    }

.product-item-top-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

    .product-item-top-info .title {
        padding: 0 20px;
        font-size: 18px;
        font-weight: bold;
        margin: 5px 0 20px;
    }

        .product-item-top-info .title a {
            text-decoration: none;
        }

            .product-item-top-info .title a:hover {
                color: #055699;
            }

    .product-item-top-info .company {
        font-size: 16px;
        margin: 0;
        font-weight: normal;
        font-size: 14px;
    }

    .product-item-top-info .news-hot-item_info_list {
        padding: 0 20px;
    }

    .product-item-top-info .product-unit {
        list-style: none;
        padding: 0;
        justify-content: space-between;
        align-items: center;
        display: flex;
    }

        .product-item-top-info .product-unit.product-unit-column {
            flex-direction: column;
            align-items: flex-start;
            grid-gap: 5px;
            margin-bottom: 0;
        }

.box-price-agency {
    border-top: 1px solid #ccc;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .box-price-agency .author img {
        width: 30px;
        border-radius: 50%;
    }

    .box-price-agency .chat a {
        color: #055699;
        font-size: 16px;
    }

    .box-price-agency .bookmark {
        font-size: 16px;
    }

.product-item-vieclam {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 0;
}

    .product-item-vieclam:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }

    .product-item-vieclam:last-child {
        padding-bottom: 15px;
        border-bottom: 1px solid #ccc;
    }

    .product-item-vieclam .product-item-top {
        min-width: 120px;
        width: 120px;
    }

    .product-item-vieclam .product-item-top-info .title {
        margin: 5px 0 0;
        font-size: 15px;
    }

    .product-item-vieclam .product-item-top-info .product-unit {
        list-style: none;
        padding: 5px 0;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }

.price-total {
    font-size: 20px;
    font-weight: bold;
}

    .price-total.price-small {
        font-size: 16px;
    }

.product-item-muabanxe {
    min-height: 200px;
    border: 1px solid #ccc;
}

    .product-item-muabanxe .product-item-top {
        min-height: 100%;
        height: auto;
    }

    .product-item-muabanxe .news-hot-item_info_title {
        padding: 0 20px;
    }

        .product-item-muabanxe .news-hot-item_info_title .title {
            padding: 0;
            margin: 10px 0;
        }

        .product-item-muabanxe .news-hot-item_info_title p {
            margin-bottom: 5px;
        }

    .product-item-muabanxe .box-price-agency {
        padding: 10px 10px 10px 20px;
    }

        .product-item-muabanxe .box-price-agency .places-list {
            padding: 0;
            margin: 0;
            grid-gap: 13px;
            color: #8492a6;
        }

.news-list {
    list-style: none;
    padding-left: 0;
}

    .news-list li {
        margin-bottom: 10px;
        clear: left;
        width: 100%;
        overflow: hidden;
        display: flex;
    }

    .news-list .side-img-wrap {
        float: left;
        min-width: 110px;
        width: 110px;
        height: 90px;
        max-height: 140px;
        margin-right: 8px;
        overflow: hidden;
        border: 1px ridge #ccc;
        border-radius: 5px;
    }

        .news-list .side-img-wrap img {
            height: 100%;
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .news-list h4 {
        margin: 0 0 4px 0;
        line-height: 1;
    }

        .news-list h4 a {
            font-weight: 700;
            font-size: 14px;
        }

.select2-container .select2-selection--single {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #ccc;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px;
    }

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.page-a, .pagination {
    margin-left: 5px;
    float: left;
    border-radius: 4px;
    border: 1px solid #ccc;
    overflow: hidden;
}

    .page-a a, .page-a span, .pagination a, .pagination span {
        background: #fafafa;
        color: #666;
        padding: 5px 10px 5px 10px;
        min-width: 34px;
        font-size: 16px;
        line-height: 1.5;
        text-decoration: none;
        border-left: 1px solid #ccc;
        margin: 0 !important;
        display: block;
        float: left;
    }

        .page-a a:first-child, .page-a span:first-child, .pagination a:first-child, .pagination span:first-child {
            border-left: none;
        }

        .page-a a:hover {
            background: #055699;
            color: #fff;
        }

    .page-a .current {
        background: #055699;
        color: #fff;
    }

.main-content .box-search-sidebar {
    display: none;
}

.select2-container {
    width: 100% !important;
}

.box-search-job {
    background-color: rgba(83, 87, 90, 0.8);
    padding: 20px;
    /*    margin-top: 20px;
*/
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
}

    .box-search-job .search-input input {
        line-height: 24px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.85);
        font-size: 14px;
        width: 100%;
        height: 44px;
        padding: 19px 0 19px 5px;
        border: 1px solid transparent;
        border-radius: 4px;
        background: #fff;
        box-shadow: none;
    }

    .box-search-job .form-group {
        padding: 0 5px;
        position: relative;
    }

    .box-search-job .form-control {
        font-size: 14px;
        line-height: 18px;
        height: 44px;
    }

        .box-search-job .form-control.js-select-search {
            padding-left: 30px;
        }

    .box-search-job .ctn-icon {
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 18px;
        color: #555;
        z-index: 1;
    }

    .box-search-job .btn-topcv-primary {
        background-color: #055699;
        color: #fff;
    }

    .box-search-job .btn-border {
        border-color: #ddd;
    }

    .box-search-job .select2-container .select2-selection--single {
        height: 44px;
    }

    .box-search-job .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px;
    }

    .box-search-job .select2-container--default .select2-selection--single {
        padding-left: 32px;
    }

.box-search-job-home {
    background-color: rgba(4, 32, 55, 0.76);
}

    .box-search-job-home #box-extend-search {
        display: block !important;
    }

.example-search {
    color: #fff;
    margin-top: 10px;
}

    .example-search a.white {
        color: #fff !important;
        background-color: #828385;
        padding: 4px;
        border-radius: 4px;
        line-height: 25px;
    }

        .example-search a.white:hover, .example-search a.white:focus {
            outline: 0;
            background-color: #72ad72;
        }

#show_advanced {
    color: #fff;
    padding-top: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
}

    #show_advanced > div {
        cursor: pointer;
    }

    #show_advanced .btn-hidden-advanced-search {
        display: none;
    }

.extend-search {
    margin-top: 10px;
    display: none;
}

    .extend-search .form-group .filter {
        background-color: #a2a1a1;
        border-radius: .25rem;
        padding: 0px;
        height: 44px;
    }

.tag-conner-red {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 1px;
    top: 0;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    background: url(../img/tag_label_red.png) left no-repeat;
}

    .tag-conner-red span {
        text-shadow: 0 0 2.8px rgba(0, 0, 0, 0.25);
        height: 56px;
        width: 100%;
        text-align: center;
        line-height: 37px;
        padding-right: 8px;
        font-size: 11px;
        letter-spacing: 1px;
        transform: rotate(45deg);
        display: inline-block;
    }

.tag-conner-red-big {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 1px;
    margin-top: 1px;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    background: url(../img/recom.png) left no-repeat;
    background-size: 100%;
    z-index: 1;
}

    .tag-conner-red-big span {
        text-shadow: 0 0 2.8px rgba(0, 0, 0, 0.25);
        height: 93px;
        width: 100%;
        text-align: center;
        line-height: 60px;
        padding-right: 8px;
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px;
        transform: rotate(45deg);
        display: inline-block;
    }

.item-car-list {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    margin-top: 20px;
}

.item-car {
    width: 100%;
    margin: 0;
    position: relative;
    padding: 20px;
    border: 1px solid #e1e1e1;
    display: flex;
    transition: ease-in-out 0.5s;
    background: white;
    border-radius: 6px;
}

    .item-car.item-car-normal .title {
        padding-right: 0;
    }

    .item-car.item-car-have-img {
        padding: 0;
    }

        .item-car.item-car-have-img .flex {
            display: flex;
        }

        .item-car.item-car-have-img .info {
            padding: 15px 20px;
        }

    .item-car:hover, .rnqc:hover, .item-b4s:hover, .item-new:hover, .item-animation:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
        /*background: #e8e8e8;*/
        transform: translateY(-3px);
        transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
    }

    .item-car .tag-conner-red {
        background-size: 110% 110%;
        background-position: center;
    }

    .item-car .photo {
        float: left;
        width: 230px;
        min-width: 230px;
        position: relative;
        overflow: hidden;
        border-radius: 6px 0px 0px 6px;
        min-height: 100%;
    }

        .item-car .photo img {
            width: 100%;
            height: auto;
            -o-object-fit: cover;
            object-fit: cover;
        }

            .item-car .photo img.imgyoutube {
                -o-object-fit: initial !important;
                object-fit: initial !important;
            }

    .item-car .info {
        padding-right: 0;
        position: relative;
        border-left: 0;
    }

    .item-car .title {
        font-weight: bold;
        font-size: 16px;
        line-height: 22px;
        margin: 0;
        overflow: hidden;
        margin-bottom: 15px;
        position: relative;
    }

        .item-car .title.title-mobile {
            display: none;
        }

        .item-car .title a {
            color: #222;
            position: relative;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-box-orient: vertical;
            text-decoration: none;
        }

            .item-car .title a::before {
                content: '';
                vertical-align: middle;
                background: url(../img/start-icon.png) no-repeat 0 0;
                background-size: 22px;
                width: 22px;
                height: 26px;
                margin-right: 5px;
                display: none;
            }

            .item-car .title a img {
                margin-left: 5px;
            }

            .item-car .title a:hover {
                color: #055699;
            }

        .item-car .title.tag a::before {
            display: inline-block;
        }

    .item-car .price {
        font-weight: bold;
        font-size: 18px;
        line-height: 18px;
        color: #055699;
        display: block;
        margin-bottom: 10px;
    }

    .item-car .flex {
        display: block;
        width: 100%;
    }

    .item-car .info-car {
        font-size: 14px;
        line-height: 19px;
        margin: 15px 0 0;
        color: #666F73;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .item-car .info-car.list-ratio {
            margin-top: 10px;
        }

            .item-car .info-car.list-ratio li::before {
                content: "";
                display: inline-block;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                border: 1px solid #222;
                margin-right: 4px;
                position: absolute;
                left: -23px;
            }

            .item-car .info-car.list-ratio li:first-child::before {
                display: none;
            }

        .item-car .info-car li {
            display: inline-block;
            margin-right: 20px;
            position: relative;
            display: flex;
            align-items: center;
        }

            .item-car .info-car li:last-child {
                margin-right: 0;
            }

            .item-car .info-car li i {
                margin-right: 5px;
            }

            .item-car .info-car li .wishlist {
                margin-left: 20px;
            }

                .item-car .info-car li .wishlist.wishlist2 {
                    margin-left: 0;
                    margin-right: 20px;
                }

.group-info-car {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    padding: 10px 0 0;
    margin: 10px 0 0;
    position: relative;
}

    .group-info-car .salon-user.inline {
        display: flex;
        align-items: center;
        float: left;
    }

    .group-info-car .status-car {
        clear: left;
        display: inline-block;
        color: #0778b5;
        font-size: 14px;
        margin-top: 0;
        position: relative;
        margin-right: 0;
    }

        .group-info-car .status-car i {
            color: #0778b5;
        }

    .group-info-car .inline {
        display: inline-block;
    }

    .group-info-car i {
        color: #acacac;
    }

    .group-info-car .salon-user i, .group-info-car .status-car i, .group-info-car .inline i {
        margin-right: 5px;
    }

    .group-info-car .saved {
        position: absolute;
        border-radius: 4px;
        top: 10px;
        right: 0;
        font-weight: normal;
        line-height: 1;
        text-align: center;
        font-size: 20px;
        background: transparent;
    }

        .group-info-car .saved i {
            color: #055699;
        }

.showmore {
    display: flex;
    color: white;
    font-weight: bold;
    font-size: 14px;
    align-items: center;
    margin-top: 20px;
}

    .showmore i {
        margin-right: 10px;
        font-size: 20px;
        color: #055699;
    }

.showall {
    margin-top: 20px;
    color: #319c00;
    font-size: 14px;
}

    .showall i {
        margin-right: 5px;
    }

.list-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-item-car .item-car .photo {
    width: 160px;
    min-width: 160px;
    background-color: #2b2929;
}

.home-item-car .group-info-car .status-car {
    display: none;
}

.list-link-c {
    margin: 0;
    padding: 0;
}

    .list-link-c li {
        float: left;
        width: 100%;
        list-style: none;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #222;
        position: relative;
        padding: 5px 0;
    }

        .list-link-c li.big-link {
            width: 50%;
        }

            .list-link-c li.big-link.pull-right {
                float: right;
            }

        .list-link-c li a {
            color: #2a66c8;
        }

        .list-link-c li h3 {
            font-size: 14px;
            font-weight: normal;
            margin: 0;
            padding: 0;
        }

        .list-link-c li .number {
            color: #222;
        }

.heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222;
    margin: 0;
    margin-bottom: 10px;
}

.head-breadcrumb {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #055699;
    line-height: 24px;
}

    .head-breadcrumb a {
        color: #055699;
    }

    .head-breadcrumb .angle-right {
        color: #888;
        padding: 0 3px;
        min-width: 26px;
        display: inline-block;
        text-align: center;
    }

.box-Sort {
    width: 100%;
    line-height: 40px;
    font-weight: normal;
    font-size: 14px;
    color: #222;
    margin-bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .box-Sort .w-170 {
        width: 170px;
        position: relative;
    }

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p15 {
    padding: 15px;
}

.bg-white {
    background: white;
}

.bg-01 {
    background: #888;
}

.bg-02 {
    background: #CBCCCE;
}

.bg-03 {
    background: #f3f594;
}

.bg-04 {
    background: #bbf3f5;
}

.bg-05 {
    background: #f3c8c8;
}
.bg-06 {
    background: radial-gradient(circle, #EAF6FF, #9fd5fb);
}


.home-news-box {
    padding: 20px;
    border-radius: 6px;
    background: white;
}

.home-discovery-box {
}

    .home-discovery-box .item-cate:hover {
        border-radius: 12px;
        border: 1px solid #949494;
    }

    .home-discovery-box .heading-title {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .home-discovery-box .box-support {
        padding: 0px 0px;
    }

    .home-discovery-box .box-item {
        width: 100%;
        border-radius: 30px;
        height: 100%;
        /*padding: 20px 0px;*/
        /*min-height: 160px;*/
        position: relative;
        cursor: pointer;
        text-align: center;
    }

        .home-discovery-box .box-item img {
            width: 52px;
            height: 52px;
        }

        .home-discovery-box .box-item .cate-heading {
            text-align: center;
            font-weight: bold;
            padding-top: 5px;
            margin-bottom: -5px;
        }

        .home-discovery-box .box-item .cate-count {
            text-align: center;
            color: #7a7878
        }

.item-cate {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cate-count .counter, .cate-count .k-plus {
    font-size: 24px;
    font-weight: 600;
}

.cate-count .counter {
    color: #2c2f36
}

.k-text {
    color: gray;
}
/*.home-discovery-box .jd-box-item {
    background: url(../img/discovery/icon-viec-lam-128-x-1128.png) no-repeat center 0px;
}

    .home-discovery-box .rd-box-item {
        background: url(../img/discovery/icon-nha-o-128x128.png) no-repeat center 0px;
    }

    .home-discovery-box .b4s-box-item {
        background: url(../img/discovery/icon-business-for-sale-128x128.png) no-repeat center 0px;
    }

    .home-discovery-box .cr-box-item {
        background: url(../img/discovery/icon-mua-ban-o-to-128x128.png) no-repeat center 0px;
    }

    .home-discovery-box .jg-box-item {
        background: url(../img/discovery/icon-raovat-128x128.png) no-repeat center 0px;
    }

    .home-discovery-box .frl-box-item {
        background: url(../img/discovery/icon-dich-vu-128x128.png) no-repeat center 0px;
    }

    .home-discovery-box .art-box-item {
        background: url(../img/discovery/icon-tin-tuc.png) no-repeat center 0px;
    }

    .home-discovery-box .ask-box-item {
        background: url(../img/discovery/icon-ask.png) no-repeat center 0px;
    }*/

.home-discovery-box .box-support .list {
    padding: 0px 0px;
    margin: 10px 0px;
}

.home-discovery-box .toolbox img {
    width: 120px;
    height: 80px;
    border-radius: 5px;
}

.home-discovery-box .toolbox .img-icon {
    text-align: center;
}

.home-discovery-box .toolbox .cate-heading {
    text-align: center;
    margin-top: 14px;
}

.home-discovery-box .toolbox .contact-ads {
    background-color: #319c00;
    padding: 20px 20px;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #fff;
}

    .home-discovery-box .toolbox .contact-ads a {
        color: #fff;
    }

.horizontal-banner {
    max-height: 300px;
    border-radius: 6px;
    overflow: hidden;
}

.rnqc {
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.4s;
}

    /*    .rnqc:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    }*/
    .rnqc img {
        width: 100%;
        max-width: 100%;
    }

.icon-mobile-right {
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 0px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-animation: arrow 1.5s infinite;
    animation: arrow 1.5s infinite;
    z-index: 9;
}

.btn-list-parent {
    position: relative;
}

    .btn-list-parent.active .list-danh-muc {
        display: block;
    }

    .btn-list-parent .list-danh-muc {
        display: none;
        width: 250px;
        position: absolute;
        right: 0;
        top: 100%;
        background: #fff;
        z-index: 99;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    }

        .btn-list-parent .list-danh-muc .list-item a {
            font-size: 16px;
            color: #000;
            padding: 10px 20px;
            border-bottom: 1px solid #ccc;
            display: inline-block;
            width: 100%;
        }

            .btn-list-parent .list-danh-muc .list-item a:hover {
                color: #319c00;
            }

        .btn-list-parent .list-danh-muc .list-item:last-child a {
            border-bottom: none;
        }

.section-about-1 {
    padding: 60px 0;
}

    .section-about-1 h1 {
        font-size: 24px;
        margin: 0 0 50px;
        font-weight: bold;
    }

.section-about-2 {
    padding: 40px 0;
}

.section-about-3 {
    padding: 40px 0;
}

.section-about-4 {
    padding: 60px 0;
}

.section-about-5 {
    padding: 40px 0;
}

    .section-about-5 .about-box h3 {
        margin-bottom: 40px;
    }

.section-about-6 {
    padding: 40px 0;
}

.section-about-7 {
    padding: 60px 0;
}

.about-box h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
}

.about-box h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}

.about-box h5 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 0;
}

.about-box p {
    margin-bottom: 30px;
}

.about-box .about-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .about-box .about-list ul li {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

        .about-box .about-list ul li:last-child {
            margin-bottom: 0;
        }

.about-box .about-list-2 p {
    margin-bottom: 8px;
}

.border-left {
    border-left: 3px solid green;
}

.about-box .about-list-3 {
    display: flex;
    justify-content: center;
}

    .about-box .about-list-3 ul {
        padding: 0;
        margin: 0;
        display: flex;
        grid-gap: 100px;
    }

        .about-box .about-list-3 ul li {
            display: flex;
            flex-direction: column;
            max-width: 250px;
        }

            .about-box .about-list-3 ul li img {
                border-radius: 6px;
            }

            .about-box .about-list-3 ul li .info {
                font-weight: bold;
                font-size: 14px;
                margin-top: 20px;
                text-align: center;
            }

.about-box .about-box-grey {
    height: 100%;
}

.mg0 {
    margin: 0 !important;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-5 {
    margin-bottom: 5px;
}

.mgb-50 {
    margin-bottom: 50px;
}

.mgr-10 {
    margin-left: 10px;
}

.mgr-20 {
    margin-left: 20px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-10 {
    margin-top: 10px;
}

.pdlr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-yellow {
    background: #fbbc04;
    color: #000;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
}

    .btn-yellow:hover {
        color: #319c00;
    }

    .btn-yellow.btn-yellow-2 {
        display: inline-block;
        line-height: 46px;
        padding: 0 40px;
        width: auto;
    }

.about-box-grey {
    padding: 30px;
    background: #a6c9e2;
    border-radius: 10px;
}

    .about-box-grey p {
        font-size: 13px;
        display: flex;
        justify-content: space-between;
    }

        .about-box-grey p strong {
            font-size: 15px;
        }

    .about-box-grey h4 {
        font-size: 19px;
        margin-bottom: 25px;
    }

.about-box-info.fs-13 p {
    font-size: 13px;
}

.about-list-brand {
    display: flex;
    justify-content: center;
}

    .about-list-brand ul {
        display: flex;
        flex-wrap: wrap;
        grid-gap: 30px;
        max-width: 890px;
        padding: 0;
        justify-content: center;
    }

        .about-list-brand ul li {
            width: 200px;
            transition: all 0.3s ease-in-out;
            background: #fff;
            border-radius: 10px;
            padding: 15px;
            overflow: hidden;
        }

            .about-list-brand ul li:hover {
                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
            }

.about-list-support .box-support {
    height: 100%;
}

.box-support {
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 10px;
}

    .box-support h6 {
        margin-bottom: 30px;
        font-size: 15px;
    }

    .box-support .list {
        padding: 0;
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
    }

        .box-support .list li {
            display: flex;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #319c00;
        }

            .box-support .list li:last-child {
                border-bottom: 0;
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .box-support .list li .img {
                width: 80px;
                margin-right: 15px;
            }

                .box-support .list li .img img {
                    border-radius: 6px;
                }

            .box-support .list li .info {
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                min-height: 80px;
            }

.fs-16 {
    font-size: 16px;
}

.section-price {
    padding: 60px 0;
}

    .section-price h4 {
        font-size: 19px;
        font-weight: bold;
        margin-top: 0;
    }

    .section-price h3 {
        font-size: 22px;
        font-weight: bold;
        margin-top: 0;
    }

    .section-price .link a {
        font-weight: bold;
        color: #055699;
    }

    .section-price .des {
        max-width: 800px;
        margin: 0 auto 30px;
    }

.box-price-list .box-price-item-wrapper {
    height: 100%;
    padding: 30px 0;
    position: relative;
}

    .box-price-list .box-price-item-wrapper.box-price-item-wrapper-center {
        padding: 0;
    }

.box-price-list .box-price-item {
    border: 1px solid #319c00;
    padding: 30px 15px 80px;
    height: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
    background-color: white;
    border-radius: 10px;
}

    .box-price-list .box-price-item:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    }

.box-price-list .box-price-top {
    text-align: center;
    margin-bottom: 20px;
}

    .box-price-list .box-price-top p {
        margin-bottom: 5px;
    }

.box-price-list .box-price-midle ul {
    padding: 0;
    margin: 0;
}

.box-price-list .box-price-midle .price-list {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.color-lv1 {
    color: #98a0b1;
}

.color-lv2 {
    color: #585d69;
}

.search-all-site .color-lv2 {
    color: black !important;
    font-weight: normal !important;
}


.box-price-list .box-price-midle .price-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 1px;
    background: #319c00;
}

.box-price-list .box-price-midle .price {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .box-price-list .box-price-midle .price.price-2 strong {
        font-size: 18px;
    }

    .box-price-list .box-price-midle .price strong {
        font-size: 50px;
    }

    .box-price-list .box-price-midle .price small {
        font-size: 16px;
        margin-left: 10px;
        margin-top: 15px;
    }

    .box-price-list .box-price-midle .price sub {
        margin-right: 8px;
        font-size: 20px;
        margin-top: -30px;
    }

.box-price-list .list-services li {
    margin-bottom: 15px;
}

    .box-price-list .list-services li:last-child {
        margin-bottom: 0;
    }

.box-price-list .box-price-bottom {
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .box-price-list .box-price-bottom a {
        color: white;
        font-size: 14px;
        font-weight: bold;
    }

        .box-price-list .box-price-bottom a:hover {
            background: #1f5b04;
            color: white;
        }

.box-price-note {
    margin-top: 60px;
}

.note-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 15px auto 0;
}

    .note-img small {
        font-size: 14px;
        margin-top: 15px;
    }

.box-customer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .box-customer-item .photo {
        margin-bottom: 20px;
        max-width: 150px;
        border-radius: 50%;
        overflow: hidden;
    }

    .box-customer-item .info {
        text-align: center;
    }

.box-card {
    border-radius: 6px;
    background: #ffcc00;
    padding: 15px;
    max-width: 470px;
    margin: 30px auto 0;
    font-weight: bold;
    color: #555;
}

    .box-card p {
        margin-bottom: 5px;
    }

    .box-card .blue {
        color: #007bff;
    }

@-webkit-keyframes arrow {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(8px);
    }
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mt-28 {
    margin-top: 28px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.pd-top-10 {
    padding-top: 10px;
}

.float-left {
    float: left;
}

.full-width {
    width: 100% !important;
    display: inline-block;
}

.btn-blue, .btn-green, .btn-bt-green {
    width: 100%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 0;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.btn-blue {
    background: #055699;
}

.btn-green {
    background: #319c00;
}

.bg-gray {
    background-color: #f0f0f0;
}

.bg-search {
    background-color: #F0F2F5;
}

.btn-report {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    height: 30px;
    line-height: 20px;
    padding: 4px 12px;
    display: inline-block;
    margin-right: 2px;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    color: #888;
}

.color-blue {
    color: #055699 !important;
}

.lSSlideOuter .lSPager.lSGallery {
    padding-left: 0;
}

    .lSSlideOuter .lSPager.lSGallery li {
        border-radius: 0 !important;
    }

        .lSSlideOuter .lSPager.lSGallery li .active {
            border: 2px solid #055699;
        }

.title-detail {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #222;
    margin-bottom: 13px;
    position: relative;
    margin-top: 0;
}

    .title-detail.vip-post {
        padding: 10px 60px 0px 0px;
    }

    .title-detail .tag-conner-red {
        background-size: 110% 110%;
        background-position: center;
    }

.date-code {
    float: right;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    text-align: left;
}

    .date-code .code {
        padding-right: 15px;
    }

    .date-code .date {
        padding-left: 15px;
        color: #888;
    }

.box-price {
    color: #222;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    float: left;
}

    .box-price .price-big {
        font-weight: bold;
        margin-right: 10px;
        font-size: 20px;
        line-height: 24px;
        color: #d0011b;
    }

        .box-price .price-big font {
            color: #222;
            font-weight: bold;
            font-size: 14px;
        }

    .box-price .price-small {
        margin-left: 10px;
        line-height: 14px;
        cursor: pointer;
    }

        .box-price .price-small font {
            color: #319c00;
        }

.menu-tab li {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #888;
    padding: 0 28px;
}

    .menu-tab li:first-child {
        padding-left: 0;
    }

    .menu-tab li:last-child {
        padding-right: 0;
    }

    .menu-tab li.active a, .menu-tab li:hover a {
        border-bottom: 2px solid #055699;
    }

.box-tab {
    width: 100%;
    display: inline-block;
}

    .box-tab .menu-tab {
        margin: 0;
        padding: 0;
        width: 100%;
        display: inline-block;
        border-bottom: 2px solid #ebebeb;
        margin-bottom: 4px;
    }

        .box-tab .menu-tab li {
            float: left;
            list-style: none;
            padding-right: 30px;
        }

            .box-tab .menu-tab li.pull-right {
                float: right;
                padding-right: 0;
            }

            .box-tab .menu-tab li a {
                font-weight: bold;
                font-size: 18px;
                line-height: 20px;
                color: #888;
                position: relative;
                padding-bottom: 10px;
                display: block;
            }

            .box-tab .menu-tab li.active a {
                color: #222;
            }

                .box-tab .menu-tab li.active a:before {
                    content: "";
                    width: 100%;
                    height: 3px;
                    background: #055699;
                    position: absolute;
                    left: 0;
                    bottom: -3px;
                }

.content-tab {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}

.box-info-detail {
    width: 100%;
    display: inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin: 17px 0 0;
    padding: 10px;
    background-color: #f4f4f4;
    display: flex;
}

    .box-info-detail .list-info {
        margin: 0;
        padding: 0;
        float: left;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 20px;
        padding-right: 15px;
        width: 100%;
    }

        .box-info-detail .list-info li {
            list-style: none;
            font-size: 14px;
            color: #222;
            line-height: 20px;
            padding: 5px 0;
        }

            .box-info-detail .list-info li .small {
                font-size: 14px;
            }

            .box-info-detail .list-info li .label {
                /*width: 165px;*/
                float: left;
                font-weight: bold;
                padding-left: 25px;
                position: relative;
                margin-right: 15px;
                margin-top: 0;
            }

                .box-info-detail .list-info li .label i {
                    color: #888;
                    display: inline-block;
                    text-align: left;
                    font-size: 16px;
                    left: 0;
                    position: absolute;
                    top: 2px;
                }

.box-info-user {
    background: #f0f0f0;
    border-radius: 4px;
    width: 260px;
    min-width: 260px;
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    color: #222;
}

    .box-info-user.first {
        margin-top: 0;
        display: block;
    }

    .box-info-user .avatar {
        width: 80px;
        height: 80px;
        border: 1px solid #e1e1e1;
        background-color: #fff;
        text-align: center;
        line-height: 80px;
        font-size: 24px;
        color: #acacac;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        float: left;
        margin-right: 10px;
    }

        .box-info-user .avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            /*            width: 60px;
            height: auto;
            max-height: 60px;*/
        }

    .box-info-user .small-s {
        min-height: 50px;
        vertical-align: middle;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        margin-left: 60px;
    }

    .box-info-user .name {
        margin: 5px 0 8px;
        font-weight: bold;
        font-size: 16px;
        color: #222;
        display: flex;
        align-items: center;
    }

        .box-info-user .name a {
            color: #222;
        }

    .box-info-user .mobile {
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        word-break: break-word;
        white-space: pre-line;
        background: #319c00;
        border-radius: 4px;
        height: 30px;
        line-height: 30px;
        width: 100%;
        margin-top: 10px;
        display: inline-block;
        padding: 0 10px;
        text-align: center;
    }

    .box-info-user .chat-mese {
        width: 100%;
        display: inline-block;
        line-height: 40px;
    }

    .box-info-user .btn-blue.w100 {
        width: 100px;
        display: inline-block;
    }

    .box-info-user.full-width .mobile {
        width: 190px;
        font-size: 19px;
        padding: 5px 10px;
        height: 40px;
        line-height: 30px;
        margin-left: 6px;
    }

        .box-info-user.full-width .mobile a {
            color: white;
        }

    .box-info-user .chat-sms {
        float: right;
        padding: 0px 10px;
        margin-top: 9px;
        border-radius: 4px;
        background-color: #319c00;
        height: 40px;
    }

.note-message {
    color: #666F73;
    width: 100%;
    padding-top: 20px;
    line-height: 24px;
    text-align: justify;
}

.news-like-share .socials-share a {
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    white-space: nowrap;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    padding: 6px 10px;
    vertical-align: top;
    margin: 0px 5px;
}

.socials-share .subscriber button:hover {
    background-color: #4267b2 !important;
}

.tagList {
    margin: 24px 0px;
    line-height: 20px;
    font-size: 20px;
}

    .tagList .keywordTag {
    }

        .tagList .keywordTag a {
            padding: 10px;
            background-color: #f1f5f9;
            color: #666;
            border-radius: 10px;
            margin-right: 14px;
            font-weight: 500;
            display: inline-block;
        }

            .tagList .keywordTag a:hover {
                background: #1a7900 none;
                color: #fff;
            }

.content-detail {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #222;
}

    .content-detail .mobile {
        color: #055699;
        cursor: pointer;
        padding: 5px 10px;
    }

.small-s .name .salon-reputation {
    color: #055699;
    font-weight: normal;
    font-size: 14px;
    margin-left: 3px;
}

.full-width.box-info-user {
    margin: 20px 0 0;
}

    .full-width.box-info-user .pull-left {
        width: calc(100% - 290px);
        float: left;
    }

.w-270 {
    width: 290px;
}

    .w-270.pull-right {
        float: right;
    }

.icon-zalo {
    background: url(../img/icon-zalo.png) no-repeat center center transparent;
}

.icon-mes-fb, .icon-zalo {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 0;
    cursor: pointer;
}

.form-grey {
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin: 5px 0 0;
    padding: 20px;
    text-align: center;
    height: 100%;
}

    .form-grey .title-form {
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .form-grey p {
        margin: 10px 0;
    }

    .form-grey .control {
        position: relative;
    }

    .form-grey .input {
        background: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        width: 100%;
        display: inline-block;
        height: 40px;
        padding: 9px 10px;
        line-height: 20px;
    }

    .form-grey .btn-green {
        width: 160px;
        height: 40px;
        border-radius: 4px;
        margin-top: 10px;
        font-size: 16px;
        font-weight: bold;
    }

.text-unit {
    position: absolute;
    right: 10px;
    bottom: 0;
    line-height: 40px;
}

.lnk-block {
    display: block;
    margin-top: 10px;
}

.heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222;
    margin: 0;
    margin-bottom: 24px;
}

.box-list-car {
    width: 100%;
    display: inline-block;
}

    .box-list-car .item-car {
        width: 100%;
        float: left;
        margin: 10px 0;
        position: relative;
        padding: 0;
        border: none;
    }

        .box-list-car .item-car .photo {
            height: 165px;
            float: left;
            width: 230px;
            position: relative;
            min-height: 172px;
            border-radius: 0;
        }

            .box-list-car .item-car .photo img {
                height: 100%;
                width: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

            .box-list-car .item-car .photo .saved {
                width: 30px;
                height: 30px;
                position: absolute;
                top: 6px;
                background: rgba(0, 0, 0, 0.5);
                border-radius: 4px;
                right: 6px;
                font-weight: normal;
                font-size: 16px;
                line-height: 30px;
                color: #fff;
                text-align: center;
            }

        .box-list-car .item-car .info {
            padding-top: 13px;
            padding-right: 10px;
            padding-left: 20px;
            position: relative;
            border: 1px solid #e1e1e1;
            border-left: 0;
            min-height: 172px;
        }

            .box-list-car .item-car .info a {
                color: #222;
                position: relative;
                display: -webkit-box;
                overflow: hidden;
                -webkit-line-clamp: 2;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-box-orient: vertical;
            }

            .box-list-car .item-car .info .price {
                font-weight: bold;
                font-size: 16px;
                line-height: 18px;
                color: #055699;
                display: block;
                margin-bottom: 10px;
                position: static;
                text-align: left;
                display: inline-block;
                width: 100%;
            }

            .box-list-car .item-car .info .left-info {
                float: left;
                width: 143px;
                font-size: 14px;
                line-height: 16px;
                color: #888;
                font-weight: normal;
            }

        .box-list-car .item-car p {
            margin-top: 0;
            margin-bottom: 6px;
        }

        .box-list-car .item-car .box-neo {
            display: none;
            width: 130px;
            margin-top: 7px;
            position: absolute;
            right: 10px;
            bottom: 12px;
        }

            .box-list-car .item-car .box-neo a {
                height: 30px;
                line-height: 30px;
                border: 0;
                font-weight: normal;
                font-size: 14px;
                cursor: pointer;
                color: #fff;
                text-align: center;
                border-radius: 50px;
                -moz-border-radius: 50px;
                -webkit-border-radius: 50px;
                margin-right: 10px;
                width: 100% !important;
                display: inline-block;
                padding: 0 25px;
                text-decoration: none;
            }

            .box-list-car .item-car .box-neo .btn-call {
                background: #319c00;
            }

            .box-list-car .item-car .box-neo .btn-bargain {
                margin-top: 5px;
                background: #055699;
            }

        .box-list-car .item-car:hover {
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        }

            .box-list-car .item-car:hover .box-neo {
                display: inline-block;
            }

.box-big-new {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

    .box-big-new .photo {
        position: relative;
        display: block;
        text-align: center;
    }

        .box-big-new .photo img {
            border-radius: 6px;
        }

        .box-big-new .photo:before {
            content: '';
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
            position: absolute;
        }

    .box-big-new .col-left {
        width: 68.222%;
        float: left;
        padding-right: 15px;
        position: relative;
    }

        .box-big-new .col-left .b-left {
            overflow: hidden;
            border-radius: 6px;
        }

        .box-big-new .col-left .photo:before {
            height: 140px;
        }

        .box-big-new .col-left .title {
            margin: 0;
            position: absolute;
            padding: 13px 15px;
            font-weight: bold;
            font-size: 18px;
            line-height: 24px;
            color: #fff;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
        }

    .box-big-new .col-right {
        width: 31.778%;
        float: left;
    }

        .box-big-new .col-right .photo:before {
            height: 70px;
        }

        .box-big-new .col-right .item {
            width: 100%;
            float: left;
            margin-bottom: 15px;
            position: relative;
            border-radius: 6px;
            overflow: hidden;
        }

        .box-big-new .col-right .title {
            margin: 0;
            position: absolute;
            padding: 0 10px;
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
            color: #fff;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            margin-bottom: 8px;
            height: 40px;
            overflow: hidden;
        }

.list-item-new {
    width: 100%;
    margin-bottom: 40px;
    display: inline-block;
}

    .list-item-new .item-new {
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #e1e1e1;
        display: flex;
    }

    .list-item-new .photo {
        min-width: 260px;
        width: 260px;
        float: left;
        position: relative;
    }

        .list-item-new .photo img {
            border-radius: 6px;
        }

    .list-item-new .title a {
        display: block;
        color: #222;
    }

    .list-item-new .small {
        padding-left: 15px;
    }

        .list-item-new .small .title {
            margin: 0;
            font-weight: bold;
            font-size: 16px;
            line-height: 20px;
            color: #222;
            margin-bottom: 10px;
        }

    .list-item-new .description {
        margin: 0;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #222;
        margin-bottom: 10px;
    }

    .list-item-new .date-source {
        margin: 0;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #888;
    }

    .list-item-new .date {
        color: #888;
        padding-left: 0;
    }

.blog-list-group {
    width: 100%;
    display: inline-block;
}

.slide-car {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 22px 0 10px 20px;
    border-radius: 4px;
    margin: 0;
    padding-bottom: 16px;
}

    .slide-car .heading {
        margin-bottom: 19px;
    }

    .slide-car .list-slide {
        width: 100%;
        display: inline-block;
        margin-top: 0;
    }

        .slide-car .list-slide img {
            width: auto;
        }

        .slide-car .list-slide a {
            text-decoration: none;
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .slide-car .list-slide a:hover {
                color: #055699;
            }

        .slide-car .list-slide h3 {
            margin: 0;
            font-size: 16px;
            font-weight: normal;
            margin-top: 15px;
        }

    .slide-car .owl-carousel .owl-nav {
        opacity: 1;
        visibility: visible;
    }

        .slide-car .owl-carousel .owl-nav button {
            background: rgba(0, 0, 0, 0.6);
            height: 30px;
            width: 30px;
            text-align: center;
            border-radius: 50%;
            color: #fff;
            font-size: 14px;
        }

            .slide-car .owl-carousel .owl-nav button.disabled {
                display: none;
            }

            .slide-car .owl-carousel .owl-nav button.owl-prev {
                left: -15px;
            }

            .slide-car .owl-carousel .owl-nav button.owl-next {
                right: 5px;
            }

    .slide-car .list {
        margin: 0;
        padding: 0;
    }

.slide-car-tintuc .item {
    width: 33%;
}

.slide-car-tintuc .list {
    display: flex;
}

.slide-car-tintuc h3 {
    margin: 0;
    font-weight: bold;
}

.box-link-car {
    margin: 0;
    padding: 0;
}

    .box-link-car li {
        width: 100%;
        float: left;
        list-style: none;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        padding: 2px 0;
    }

        .box-link-car li a {
            color: #055699;
            position: relative;
            display: block;
            padding-left: 15px;
        }

            .box-link-car li a:before {
                content: '';
                position: absolute;
                left: 0;
                top: 8px;
                height: 5px;
                width: 5px;
                background: #055699;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
            }

.box-brand-slide .item {
    width: 192px;
    float: left;
    padding: 15px 10px;
    text-align: center;
    height: 120px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    margin: 0;
}

.list-new-slide.slide-car .item {
    padding-right: 30px;
    width: 230px;
}

.list-new-slide.slide-car .title {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    height: 40px;
    white-space: inherit;
    margin-bottom: 0;
}

    .list-new-slide.slide-car .title a {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
    }

.btn-viewmore {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

    .btn-viewmore a {
        background: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 50px;
        display: inline-block;
        width: 130px;
        height: 30px;
        padding: 5px 0;
        font-weight: normal;
        font-size: 14px;
        color: #888;
        line-height: 20px;
        text-decoration: none;
    }

.content-page ul {
    margin: 0;
    padding: 0px 0px 0px 30px;
}

.custombullet li {
    padding-left: 20px;
    list-style: none;
    margin: 10px 0 0 0;
}

.bullet7 li {
    position: relative;
}

    .bullet7 li::before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #055699;
        position: absolute;
        top: 12px;
        left: 0;
    }

.bullet1 li {
    position: relative;
}

    .bullet1 li::before {
        content: "\f324";
        font-family: "Font Awesome 5 Pro";
        color: #055699;
        position: absolute;
        top: 10px;
        left: 0;
        transform: translateY(-50%);
        font-size: 9px;
        font-weight: bold;
    }

.bullet1.custombullet {
    margin: 10px 0;
}

.box-detail-new {
    margin-bottom: 32px;
    text-align: justify;
}

    .box-detail-new h1 {
        font-size: 20px;
        font-weight: bold;
        color: #222;
        margin: 0 0 20px;
        padding-right: 0;
        min-height: 0;
    }

    .box-detail-new .date-source {
        font-weight: normal;
        font-size: 12px;
        line-height: 28px;
        color: #888;
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

        .box-detail-new .date-source .source {
            font-weight: bold;
            color: #055699;
            padding-right: 8px;
        }

            .box-detail-new .date-source .source a {
                color: #055699;
            }

        .box-detail-new .date-source .date {
            padding-left: 8px;
        }

    .box-detail-new h2 {
        font-size: 18px;
        font-weight: bold;
        color: #222;
        margin: 0 0 10px;
        line-height: 24px;
        padding: 0;
    }

    .box-detail-new .description {
        font-size: 16px;
    }

    .box-detail-new .detail {
        width: 100%;
        display: inline-block;
        font-weight: normal;
        margin-top: 0;
        line-height: 24px;
        font-size: 16px;
        text-align: justify;
        color: #222;
    }

        .box-detail-new .detail .avatar-img {
            padding: 20px 0;
        }

        .box-detail-new .detail table {
            border: 1px solid #ddd;
        }

            .box-detail-new .detail table thead th {
                color: #055699;
                font-weight: bold;
                background: #bcd7ec;
            }

            .box-detail-new .detail table tbody th {
                width: 100px;
                color: #055699;
            }

            .box-detail-new .detail table td {
                padding: 8px;
                line-height: 1.42857143;
                vertical-align: top;
                border: 1px solid #ddd;
            }

                .box-detail-new .detail table td p {
                    padding: 0;
                    margin: 0;
                }

        .box-detail-new .detail em {
            font-style: italic;
            font-size: 16px;
            line-height: 22px;
            text-align: center;
            margin: 0;
        }

        .box-detail-new .detail p {
            margin: 0 0 20px;
            line-height: 24px;
        }

            .box-detail-new .detail p a {
                color: #0d6efd;
            }

                .box-detail-new .detail p a:hover {
                    color: #032f71;
                }

            .box-detail-new .detail img, .box-detail-new .detail p img, .content-detail p img, .content-detail table, .box-detail-new .detail p iframe, .content-detail p iframe {
                max-width: 100% !important;
                border-radius: 4px;
                margin: auto !important;
                display: block;
            }

            .box-detail-new .detail img, .box-detail-new .detail p img, .content-detail p img {
                height: auto !important;
            }

    .box-detail-new .content-page ul, .content-detail ul {
        border-left: 6px solid #56b1fe;
        border-radius: 4px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 5px;
        background: -webkit-linear-gradient(left,#add6f9, #eef4f9);
    }

        .box-detail-new .content-page ul li, .content-detail ul li {
            line-height: 24px;
            list-style: disc;
            margin-bottom: 10px !important;
        }

    .box-detail-new strong a {
        color: #055699;
    }

    .box-detail-new ul.custombullet {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-left: 0;
    }

        .box-detail-new ul.custombullet li {
            margin: 0;
        }

    .box-detail-new .nguon {
        text-align: right;
    }

.boxLead {
    width: 394px;
    height: 211px;
    margin: 20px auto;
    display: table;
}

    .boxLead h2.heading {
        font-size: 16px;
        color: #000;
        margin: 0 0 10px;
        display: inline-block;
        text-transform: none;
    }

.box-advisory-car {
    width: 100%;
    display: inline-block;
    background: #f0f0f0;
    border-radius: 4px;
    text-align: center;
    padding: 20px;
}

    .box-advisory-car .input {
        background: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 4px;
        width: 100%;
        display: inline-block;
        height: 40px;
        line-height: 20px;
        padding: 10px;
        text-align: left;
        font-size: 14px;
        color: #222;
        margin-bottom: 10px;
    }

    .box-advisory-car .btn-green {
        width: 220px;
        background: #319c00;
        border-radius: 4px;
        height: 40px;
        line-height: 40px;
        border: 0;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        color: #fff;
    }

.link-source-wrapper {
    width: auto;
    display: block;
    box-sizing: border-box;
    float: right;
    position: relative;
    padding-top: 0;
    z-index: 99;
}

.link-source-name {
    color: #222;
    box-sizing: border-box;
    background: #ececec;
    border-radius: 4px;
    padding: 5px 10px;
    display: block;
}

    .link-source-name .link-source-text-name {
        font-weight: bold;
    }

    .link-source-name i {
        font-size: 12px;
        color: #888;
        margin-left: 4px;
    }

.box-start-Rectangle {
    padding-right: 195px;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 20px 0;
}

    .box-start-Rectangle .box-start {
        background: #f0f0f0;
        border-radius: 4px;
        float: left;
        width: 100%;
        height: auto;
        line-height: 24px;
        padding: 8px 20px;
        font-weight: bold;
        font-size: 16px;
        color: #222;
    }

        .box-start-Rectangle .box-start .number-right {
            float: right;
            font-weight: normal;
            font-size: 14px;
            color: #222;
        }

            .box-start-Rectangle .box-start .number-right .avgrate, .box-start-Rectangle .box-start .number-right .countrate {
                color: #888;
            }

.ratingdetail .box-rating {
    float: left;
    margin-top: 2px;
}

.ratingdetail .star {
    width: 111px;
    float: left;
    text-align: left;
    cursor: pointer;
    padding-left: 0;
}

    .ratingdetail .star i {
        float: left;
        margin-left: 4px;
        font-size: 16px;
        color: #fec600;
    }

@media (min-width: 1025px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

@media (min-width: 992px) {
    .pdr10 {
        padding-right: 10px;
    }

    .pdr0 {
        padding-right: 0;
    }

    #Search-form-mobi {
        display: block;
    }

    .form-inline .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
    }

    .quangcao-header-mobile {
        display: none;
    }

    .header-buttons-mobile {
        display: none;
    }

    .navbar-header-mobile {
        display: none;
    }

    .mobile-close {
        display: none;
    }

    .caret {
        display: none;
    }

    .text-mobile {
        display: none;
    }

    .menu-category-close {
        display: none;
    }

    .box-search-category-top {
        display: none;
    }

    .box-search-job .search-input {
        padding-right: 5px;
        padding-left: 10px;
    }

    .box-search-job .form-group {
        margin-bottom: 0;
    }

    .no-desk {
        display: none;
    }
}

@media (max-width: 1024px) {
    .menu-category-box i {
        font-size: 16px;
    }

    .menu-category-box .menu-category-button {
        font-size: 13px;
        padding: 0px 15px;
    }

    .menu-category-box .menu-category li a {
        padding: 10px 15px;
    }

    .footer-app li i {
        font-size: 20px;
        width: 34px;
        height: 30px;
    }

    .footer-app li .title {
        font-size: 12px;
        line-height: 1.2;
    }

    .product-item-muabanxe .box-price-agency {
        padding: 10px 10px 10px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .socials-share a {
        padding: 6px 25px;
    }

    .socials-share .subscriber button:hover {
        background-color: #4267b2 !important;
    }

    .box-info-user {
        width: 220px;
        min-width: 220px;
    }

    .box-info-detail .list-info li {
        display: flex;
        flex-direction: column;
    }

        .box-info-detail .list-info li .label {
            width: 100%;
        }

    .box-list-car .item-car .box-neo {
        display: none;
        width: 100%;
        position: static;
        padding-top: 10px;
    }

        .box-list-car .item-car .box-neo .btn-bargain {
            margin-top: 0;
        }

    .home-small-heading ul li {
        margin-right: 15px;
        padding-right: 15px;
    }

        .home-small-heading ul li a {
            font-size: 18px;
        }

    .home-small-main-1 {
        width: 50%;
    }

    .home-small-main-2 {
        width: 50%;
        padding-left: 30px;
    }

    .target-box-wrapper {
        margin-top: 0px;
    }

    .box-header.no-padding ul li {
        font-size: 20px;
    }

    .item-car .info-car.list-ratio {
        flex-wrap: wrap;
        grid-gap: 0;
        flex-direction: row;
    }

        .item-car .info-car.list-ratio li {
            width: 50%;
            margin: 0;
        }

            .item-car .info-car.list-ratio li::before {
                display: none;
            }

    .item-car .description {
        display: none;
    }

    .item-car .info-car {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 5px;
    }

        .item-car .info-car li {
            width: 100%;
            display: block;
        }

            .item-car .info-car li .wishlist {
                float: right;
            }

    .item-car.item-car-have-img .info {
        width: 100%;
    }

    .btn-create-free {
        display: none;
    }

    .header-buttons .btn {
        font-size: 12px;
    }

    .item-b4s .image-box {
        min-height: 407px;
    }
}

@media (max-width: 992px) {
    .text-desktop {
        display: none;
    }

    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 60px 0;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        z-index: 999;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
    }

        .header-menu.active {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
        }

    .navbar-collapse {
        display: block !important;
    }

    .navbar {
        border-radius: 0;
        margin-top: 0;
    }

    .nav a {
        color: #000;
    }

    .nav > li {
        border-right: none;
        border-bottom: none;
    }

        .nav > li > .dropdown-menu {
            display: none !important;
        }

            .nav > li > .dropdown-menu > li:last-child {
                border-bottom: none;
            }

            .nav > li > .dropdown-menu > li > a {
                padding: 8px 15px;
                white-space: normal;
            }

        .nav > li.nav-item.show > .dropdown-menu {
            display: block !important;
        }

    .header-menu .logo-sm {
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .header-menu .logo-sm img {
            width: 72px;
            height: auto;
        }

    .mobile-close {
        font-size: 38px;
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 9;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
        padding: 12px 0;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff !important;
        color: #000 !important;
    }

    .caret {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #ccc;
        font-size: 14px;
        transition: all 0.4s;
    }

    .nav-item.show .caret {
        transform: rotate(180deg);
    }

    .dropdown-menu {
        padding: 0;
        display: none;
    }

    .header-buttons-mobile {
        display: flex;
        flex-direction: column;
        grid-gap: 15px;
        margin-bottom: 30px;
    }

        .header-buttons-mobile .btn {
            padding: 0 30px;
            display: flex;
            align-items: center;
            height: 40px;
            background-color: #319c00;
            border-color: #319c00;
        }

            .header-buttons-mobile .btn.btn-nonebg {
                background: #055699;
                color: #fff;
            }

    .header-buttons {
        display: none;
    }

    .header-logo {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    #logo {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        width: auto;
    }

        #logo .navbar-header-mobile {
            margin-right: 10px;
            background-color: white;
            border-radius: 6px;
            padding: 5px;
        }

    .header-right {
        width: auto;
        display: flex;
        align-items: center;
    }

    .navbar-header-wishlist {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        height: 34px;
        background-color: #319c00;
        padding: 0 15px;
        border-radius: 6px;
        margin-right: 20px;
    }

        .navbar-header-wishlist a {
            color: white;
            display: flex;
            align-items: center;
        }

            .navbar-header-wishlist a span {
                font-size: 14px;
                font-weight: bold;
                margin-right: 3px;
            }

    .quangcao-header {
        display: none;
    }

    .navbar-header-mobile {
        font-size: 24px;
    }

    .main {
        position: relative;
    }

    .box-search {
        flex-direction: column;
        align-items: flex-start;
        border: none;
        border-radius: 0;
        grid-gap: 10px;
        padding: 30px;
        background-color: #055699;
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        z-index: 99;
        display: none;
    }

        .box-search.active {
            display: flex;
        }

        .box-search .search-title {
            color: #fff;
        }

        .box-search button.btn {
            white-space: nowrap;
        }

        .box-search .input-key {
            width: 280px;
        }

    .menu-category-box .menu-category {
        padding: 60px 0;
        border: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background: #fff;
        z-index: 999;
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
    }

        .menu-category-box .menu-category li a {
            padding: 10px 15px;
            justify-content: space-between;
        }

        .menu-category-box .menu-category .dropdown-menu {
            position: static;
            display: none !important;
            border: none;
            background: #cfe5f7;
        }

        .menu-category-box .menu-category .nav-item.show > a {
            background: #2795f0;
            color: #fff;
        }

        .menu-category-box .menu-category .nav-item.show > .dropdown-menu {
            display: block !important;
        }

    .menu-category-box.active .menu-category {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .menu-category-box .caret i {
        margin: 0;
    }

    .menu-category-close {
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 9;
    }

        .menu-category-close i {
            font-size: 34px;
            margin: 0;
        }

    .menu-category-box .menu-category-button {
        font-size: 18px;
        padding: 10px 15px;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .home-slider {
        margin-bottom: 15px;
    }

    rnqc {
        text-align: center;
    }

    .mgt10-m {
        margin-top: 10px;
    }

    .rnqc.mgt15 {
        margin-top: 0;
    }

    .icon-square li .spanLocation {
        text-align: left;
    }

    .bds-box-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .box-news-items {
        flex-direction: column;
    }

        .box-news-items .box-news-item-big {
            width: 100%;
        }

        .box-news-items .box-news-item-small-grid {
            width: 100%;
        }

    .home-slider .owl-item img {
        height: auto;
    }

    .header {
        border-bottom: 1px solid #ccc;
    }

    .box-search-sidebar {
        display: none;
    }

    .art-hot .art-hot_lst-maxview {
        padding: 10px;
        margin-bottom: 25px;
        grid-gap: 10px;
    }

    .target-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-client .item img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }

    .owl-carousel .owl-nav {
        display: block;
        opacity: 1;
        visibility: visible;
    }

        .owl-carousel .owl-nav button {
            left: 5px;
            top: 100px;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff !important;
            border-radius: 50%;
            font-size: 16px !important;
        }

            .owl-carousel .owl-nav button.owl-next {
                right: 5px;
            }

    .home-slider.owl-carousel .owl-nav {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    .home-slider .owl-nav button.owl-prev {
        color: #222;
        top: 50%;
        transform: translateY(-50%);
    }

    .home-slider .owl-nav button.owl-next {
        color: #222;
        top: 50%;
        transform: translateY(-50%);
    }

    .box-search-job .search-input input.form-control-input-text {
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .form-grey {
        margin: 15px 0 0;
        height: auto;
        display: inline-block;
        width: 100%;
    }

    .navbar-header-search {
        width: 44px;
        height: 34px;
        display: none;
        align-items: center;
        justify-content: center;
        background: #319c00;
        border-radius: 6px;
        color: white;
    }

    .home-slider-search .box-search-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background-color: #055699;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

        .home-slider-search .box-search-wrapper.active {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

        .home-slider-search .box-search-wrapper .container {
            width: 100%;
            max-width: 100%;
            margin: 0;
        }

    .box-search-job-home {
        margin: 0;
        padding: 60px 15px;
        background: none;
    }

        .box-search-job-home .row {
            flex-direction: column;
            grid-gap: 10px;
            margin: 0;
        }

            .box-search-job-home .row.mgt10 {
                margin-top: 10px;
            }

            .box-search-job-home .row > div {
                width: 100%;
                padding: 0;
            }

        .box-search-job-home .form-group {
            width: 100%;
        }

    /*  .search-close {
        display: block;
    }*/

    .home-slider .owl-item .slider-item {
        /*height: 400px;*/
    }

        .home-slider .owl-item .slider-item img {
            min-height: 400px;
        }

    .home-slider-search {
        height: 400px;
    }

    .rnqc {
        margin-top: 10px;
    }

    .footer-logo-box {
        height: 180px;
        width: 180px;
    }

    .box-list-cate-items h4 {
        font-size: 14px;
    }

    .box-list-cate-items.footer-menu-wrapper li a {
        font-size: 10px;
    }
    /*.footer-logo-box {
    display: none; }*/
    .nav-pills > li.nav-item > a {
        white-space: nowrap;
    }

    .sidebar-home-qc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        margin-top: 10px;
    }
        .sidebar-home-qc .owl-item {
            display: flex;
            align-items: center; /* vertical alignment */
            justify-content: center;
            height: 200px !important; /* or whatever height fits your layout */
            background: #eee;
            border: 1px solid #ccc;
        }
        .sidebar-home-qc .rnqc {
            margin-top: 0;
        }

    .btn-list-parent .list-danh-muc {
        min-width: 100%;
    }

    .section-about-2 .box-img {
        margin-bottom: 20px;
    }

    .about-box .about-list-3 ul {
        grid-gap: 15px;
    }

    .about-box .about-box-grey {
        height: auto;
        margin-bottom: 20px;
    }

    .about-list-support .box-support {
        height: auto;
        margin-bottom: 20px;
    }

    /*    .mgt-20 {
        margin-top: 0 !important;
    }*/

    .section-about-1, .section-about-2, .section-about-3, .section-about-4, .section-about-5, .section-about-6, .section-about-7 {
        padding: 30px 0;
    }

    .about-list-button .btn-yellow {
        margin: 5px 0;
    }

    .about-box h3 {
        font-size: 18px;
    }

    .about-list-brand ul li {
        width: 150px;
    }

    .box-price-midle {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .box-price-list .box-price-item-wrapper {
        padding: 20px 0;
        height: auto;
    }

    .section-price {
        padding: 40px 0;
    }

    .home-discovery-box .toolbox .contact-ads {
        padding: 20px 10px;
    }
}

@media (max-width: 599px) {
    .popup {
        max-width: 100% !important;
        width: 90% !important;
    }

    .item-b4s .image-box {
        min-height: 237px;
    }

    .box-search {
        align-items: center;
    }

        .box-search .search-title {
            margin: 0;
        }

        .box-search form {
            flex-direction: column;
            width: 100%;
            grid-gap: 10px;
        }

            .box-search form .form-group {
                width: 100%;
                margin-right: 0;
            }

            .box-search form .input-key {
                width: 100%;
            }

            .box-search form .input-category {
                width: 100%;
            }

        .box-search button.btn {
            width: 100%;
        }

    .header-buttons-mobile {
        grid-gap: 7px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .khuyen-mai {
        height: auto;
        padding: 10px 0px;
    }

    .rnqc.mgt15 {
        margin-top: 10px;
    }

    .mgt10-s {
        margin-top: 10px;
    }

    .news-hot-item_info_list {
        display: flex;
        flex-direction: column;
    }

        .news-hot-item_info_list .divcreatedDate, .news-hot-item_info_list .divLocation {
            width: 100%;
        }

    .news-hot-item {
        display: flex;
        flex-direction: column;
    }

        .news-hot-item .news-hot-item_img {
            width: 100%;
            max-height: 170px;
        }

        .news-hot-item .news-hot-item_info {
            width: 100%;
        }

    .box-news-items .box-news-item-small-grid {
        grid-template-columns: 1fr;
    }

    .footer-app li {
        margin-bottom: 10px;
        display: flex;
    }

        .footer-app li a {
            width: auto;
            min-width: 150px;
        }

    .product-item {
        flex-direction: column;
    }

    .product-item-top {
        width: 100%;
        min-height: auto;
    }

    .product-item-top-info .title {
        padding: 0;
    }

    .product-item-top-info .news-hot-item_info_list {
        padding: 0;
    }

    .box-price-agency {
        padding: 5px 0;
    }

    .product-item-top-info .product-unit {
        align-items: flex-start;
        flex-direction: column;
    }

    .product-item-vieclam .product-item-top {
        width: 100%;
    }

    .product-item-vieclam .product-item-top-info .product-unit {
        align-items: flex-start;
    }

    .product-item-muabanxe .box-price-agency {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 5px;
    }

        .product-item-muabanxe .box-price-agency .places-list {
            flex-direction: column;
            align-items: flex-start;
            grid-gap: 5px;
        }

    .gallery-img {
        height: auto;
        position: relative !important;
    }

    .socials-share {
        display: flex;
        overflow-x: auto;
    }

        .socials-share .subscriber button:hover {
            background-color: #4267b2 !important;
        }

    .news-relates ul li {
        padding-right: 8px;
    }

    .box-header.no-padding ul li .nav-link {
        white-space: nowrap;
    }

    .box-search-job .search-submit {
        padding: 0 5px;
    }

    .box-search-job .btn-topcv-primary {
        border-radius: 0;
        border: none;
    }

    .box-search-job-home .btn-topcv-primary {
        border: 1px solid #fff;
        border-radius: 4px;
    }

    .item-car {
        padding: 10px;
        flex-direction: column;
    }

        .item-car .title.title-mobile {
            display: block;
        }

        .item-car .title.title-desktop {
            display: none;
        }

        .item-car .photo {
            width: 130px;
            min-width: 130px;
            height: auto;
        }

        .item-car .info {
            padding-top: 0px;
            min-height: 0;
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }

        .item-car .info-car li {
            margin-right: 0;
        }

            .item-car .info-car li:not(:last-child):before {
                display: none;
            }

    .home-item-car .item-car .photo {
        width: 130px;
        min-width: 130px;
    }

    .group-info-car {
        grid-gap: 3px;
        flex-direction: column;
        align-items: flex-start;
        padding-right: 10px;
    }

    .date-code {
        float: left;
    }

    .lSSlideOuter.vertical {
        padding-right: 100px !important;
    }

    .lSSlideWrapper {
        max-height: 393px !important;
    }

        .lSSlideWrapper Ul.lightSlider.lSSlide li img {
            width: auto;
            max-width: 100%;
            max-height: 393px !important;
        }

    .lSSlideOuter .lSPager.lSGallery {
        /*width: 95px !important;*/
    }

        .lSSlideOuter .lSPager.lSGallery li {
            /*height: 106px !important;*/
        }

            .lSSlideOuter .lSPager.lSGallery li img {
                max-height: 60px !important;
                width: 100%;
            }

    .box-info-detail {
        flex-direction: column;
        grid-gap: 20px;
    }

    .box-info-user {
        width: 100%;
    }

    .full-width.box-info-user {
        display: flex;
        flex-direction: column;
    }

        .full-width.box-info-user .pull-left {
            width: 100%;
        }

        .full-width.box-info-user .w-270.pull-right {
            width: 100%;
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .box-list-car .item-car {
        border: 1px solid #e1e1e1;
        padding: 10px;
    }

        .box-list-car .item-car .photo {
            height: 100%;
            min-height: 0;
        }

        .box-list-car .item-car .info {
            min-height: 0;
            padding-top: 0;
            border: 0;
        }

            .box-list-car .item-car .info .left-info {
                width: 100%;
            }

    .box-big-new .col-left {
        width: 100%;
        padding-right: 0px;
    }

    .box-big-new .col-right {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        display: flex;
        grid-gap: 15px;
    }

        .box-big-new .col-right .item {
            width: 50%;
            margin-bottom: 0;
        }

    .list-item-new .photo {
        min-width: 160px;
        width: 160px;
        min-height: 100%;
    }

        .list-item-new .photo img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .list-item-new .small .title {
        font-size: 14px;
        line-height: 18px;
    }

    .list-item-new .description {
        display: none;
    }

    .slide-car-tintuc .list {
        flex-direction: column;
    }

    .slide-car-tintuc .item {
        width: 100%;
    }

    .box-link-car {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .box-detail-new .date-source .pull-right {
        float: left;
    }

    .bullet1 li::before {
        top: 13px;
    }

    .boxLead {
        width: 100%;
    }

    .box-start-Rectangle {
        padding-right: 0;
    }

    .dropdown-places .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-right: 0;
    }

    .navbar-header-search {
        margin-right: 0;
    }

    .bxslider {
        padding-left: 10px;
    }

    .list-action {
        /* flex-direction: column;*/
        align-items: flex-start;
        margin-bottom: 20px;
    }

        .list-action .showall {
            margin-top: 26px;
        }

    .home-slider .owl-item .slider-item {
        /*  height: 250px;*/
    }

        .home-slider .owl-item .slider-item img {
            min-height: 250px;
        }

    .home-slider-search {
        height: 250px;
    }

    .home-small-heading {
        flex-direction: column;
        border-bottom: none;
    }

        .home-small-heading ul {
            float: left;
            border-bottom: 1px solid #a6c9e2;
            width: 100%;
            overflow-x: auto;
            display: flex;
            position: relative;
        }

            .home-small-heading ul li a {
                white-space: nowrap;
            }

    .icon-mobile-right {
        display: flex;
    }

    .box-section {
        overflow: visible;
    }

    .box-header.no-padding ul li:last-child {
        margin-right: 30px;
    }

    .box-header.no-padding ul li .nav-link.button-free {
        margin-right: 20px;
    }

    .home-small-main-1 {
        width: 100%;
    }

    .home-small-main-2 {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .target-box-wrapper {
        display: flex;
        flex-direction: column;
    }

    .box-Sort {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .item-car-list:not(.home-item-car) .item-car .title.title-mobile {
        padding: 10px;
        margin-bottom: 0;
    }

    .item-car-list:not(.home-item-car) .item-car .info-car {
        display: none;
    }

    .item-car-list:not(.home-item-car) .item-car.item-car-have-img .flex {
        padding: 0 10px 10px;
    }

    #logo {
        padding-right: 0;
    }

        #logo img {
            max-width: 75px;
            max-height: 35px;
        }

    .dropdown-places .select2-container {
        max-width: auto;
    }

    #logo .logo-img {
        margin-right: 10px;
    }

    .navbar-header-wishlist {
        margin-right: 10px;
        padding: 0px 5px;
        /*  display: none;*/
    }

    .dropdown-places .select2-container {
        padding: 0.375rem 16px 0.375rem 9px;
    }

    .dropdown-places i {
        left: 4px;
    }

    .box-header.no-padding ul {
        overflow-x: auto;
    }

        .box-header.no-padding ul li {
            position: static;
        }
}

#contact {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contactForm, .contactText {
    margin-top: 30px;
}

    .contactForm label {
        display: block;
        font-weight: normal;
    }

    .contactForm input, .contactForm textarea {
        width: 100%;
        padding: 6px;
        background: #fff;
        border: 1px solid #ddd;
    }

    .contactForm .col-lg-6 {
        margin-bottom: 15px;
    }

    .contactForm input.code {
        width: 50%;
    }

    .contactForm textarea {
        height: 100px;
    }

    .contactForm .btn-contact, #accAction .btn-acc {
        margin-right: 10px;
        color: #fff;
        background: #2b95e7;
    }

.btn-acc:hover, .btn-warning:hover {
    box-shadow: 1px 1px 10px 5px #b9b7b7;
}
/**/
#accAction {
    padding-top: 30px;
    padding-bottom: 30px;
}

    #accAction .inner {
        margin: 0 auto;
    }

    #accAction h3 {
        margin: 0;
        padding: 15px;
        text-transform: uppercase;
        font-size: 120%;
        color: #fff;
        font-weight: bold;
        background: #5395D8;
        border-radius: .25rem .25rem 0rem 0rem;
        text-align: center;
    }

    #accAction form > div {
        margin: 10px 0;
    }

    #accAction form label {
        font-weight: normal;
        margin-bottom: 3px;
    }

    #accAction form input[type="text"], #accAction form input[type="password"], #accAction form textarea, #accAction form select {
        padding: 7px;
        /*width: 100%;*/
        width: auto;
        border: 1px solid #ccc;
        color: #222;
    }

    #accAction .accNote {
        padding: 10px 0;
        border-top: 1px solid #ddd;
    }

.error {
    color: red !important;
}

.hdCare {
    margin-bottom: 15px;
    overflow: hidden;
}

    .hdCare h1, .hdCare h3 {
        text-transform: uppercase;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        color: #055699;
        font-size: 25px;
        padding-bottom: 5px;
        margin: 0;
        float: left;
        border-bottom: 1px solid #085479;
    }

.rnul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .rnul li {
        list-style-type: none;
        padding: 5px;
    }

        .rnul li span {
            color: #055699;
        }

.newsOther {
    margin-top: 5px;
    padding: 9px;
    background: #f5f5f5;
}

    .newsOther h3 {
        margin-bottom: 8px;
        margin-top: 8px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 120%;
    }

    .newsOther ul {
        margin: 0px;
        padding: 0px;
    }

    .newsOther li {
        list-style: circle;
        margin-bottom: 10px;
        margin-left: 15px;
    }

h5.modal-title {
    font-size: 22px;
    margin: 0;
}

.showModal {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    /*padding-top:100px;*/
}

    .showModal .modal-dialog {
        max-width: initial !important;
    }

    .showModal .modal-content {
        margin: 0px auto;
        background-color: #fff;
        padding: 0px !important;
    }

    .showModal .modal-body {
        padding: 0px !important;
    }

.rnhide {
    display: none !important;
}

.rnbox {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}

.atbox {
    border-top: 1px dotted #bbb;
    padding: 10px;
}

.cmlist {
    padding: 0;
    list-style: none;
    max-height: 1000px;
    overflow: auto;
}

    .cmlist li {
        margin: 0;
        margin-top: 10px;
    }

        .cmlist li > div {
            display: table-cell;
        }

.cmimg {
    width: 30px;
    margin-right: 5px;
    height: 100%;
    float: left;
}

    .cmimg img {
        width: 100%;
        border-radius: 50%;
    }

.cmtxt {
    text-align: justify !important;
}

    .cmtxt p {
        margin: 0;
    }

.sub-text {
    color: #aaa;
    font-family: verdana;
    font-size: 11px;
}

.row .ul-img-card > * {
    width: none;
    max-width: 100%;
}

.ul-img-card {
    background: -webkit-linear-gradient(left,#add6f9, #eef4f9);
    position: relative;
    margin: 0px;
    border-left: 1px solid #56b1fe;
}

    .ul-img-card ul {
        background: none;
        border: none;
    }

    .ul-img-card .img-item {
        display: table;
        overflow: hidden;
        max-width: 100%;
    }

        .ul-img-card .img-item .img-parent {
            display: table-cell;
            vertical-align: middle;
        }

        .ul-img-card .img-item .img-child {
            margin: 0 auto;
            max-width: 100%;
        }

            .ul-img-card .img-item .img-child img {
                max-Width: 100%;
                height: auto;
                width: 200px;
                padding-top: 10px;
                padding-bottom: 10px;
            }

@-webkit-keyframes my {
    0% {
        color: #0b0b0b;
    }

    50% {
        color: #827e7e;
    }

    100% {
        color: #0b0b0b;
    }
}

@-moz-keyframes my {
    0% {
        color: #0b0b0b;
    }

    50% {
        color: #827e7e;
    }

    100% {
        color: #0b0b0b;
    }
}

@-o-keyframes my {
    0% {
        color: #0b0b0b;
    }

    50% {
        color: #827e7e;
    }

    100% {
        color: #0b0b0b;
    }
}

@keyframes my {
    0% {
        color: #0b0b0b;
    }

    50% {
        color: #827e7e;
    }

    100% {
        color: #0b0b0b;
    }
}

.textanimation {
    font-size: 24px;
    font-weight: bold;
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
}
/*# sourceMappingURL=site.css.map */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.CheckUName {
    background-color: white;
    border-left: 0px;
}

.txt-uname {
    border-right: 0px !important;
}

.item-b4s {
    font-size: 18px;
    margin-bottom: 20px;
    border: 1px solid #d2cece;
    border-radius: 6px;
    background: #e9e9e9;
    padding: 10px 0px;
}

    .item-b4s .title-box,
    .item-b4s .desc-box,
    .item-b4s .like-box,
    .item-b4s .watch-more-box {
        margin-left: 15px;
    }

    .item-b4s .title-box {
    }

        .item-b4s .title-box .logo-item {
            float: left;
            width: 44px;
        }

    .item-b4s .item-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .item-b4s .item-logo-box {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%;
        overflow: hidden;
        width: 44px;
        height: 44px;
    }

        .item-b4s .item-logo-box img {
            width: 100%;
            height: 100%;
        }

    .item-b4s .title-box .title-box-item {
        font-weight: bold;
        font-size: 20px;
        padding-left: 55px;
    }

    .item-b4s .title-box .location-item {
        font-size: 14px;
    }

    .item-b4s .desc-box {
        font-size: 17px;
        margin-bottom: 5px;
        padding: 10px 0px 5px 0px;
    }

        .item-b4s .desc-box a {
            font-weight: bolder;
        }

    .item-b4s .image-box {
        position: relative;
        margin-bottom: 5px;
        background-color: #2b2929;
        min-height: 500px;
    }

        .item-b4s .image-box img {
            /*  float:left;*/
        }

        .item-b4s .image-box .playIcon {
            float: left;
            margin-top: 5px;
        }

    .item-b4s .img-fix-count {
        position: absolute;
        right: 35px;
        bottom: 25px;
        z-index: 100;
        color: #fff;
        font-weight: bold;
    }

        .item-b4s .img-fix-count a {
            color: #fff;
            font-weight: bold;
        }

    .item-b4s .like-box {
        margin-bottom: 10px;
    }

    .item-b4s .price-big {
        font-weight: bolder;
        font-size: 18px;
    }

    .item-b4s .like-big {
        /*margin-bottom: 5px;*/
        margin-right: 20px;
        /*        margin-top: 5px;*/
    }

    .item-b4s .detail-infor-box {
        margin-bottom: 5px;
        margin-left: 15px;
    }

    .item-b4s .watch-more-box {
        line-height: 34px;
    }

        .item-b4s .detail-infor-box ul,
        .item-b4s .watch-more-box ul {
            list-style-type: disc;
            display: block;
            text-align: left;
        }

            .item-b4s .detail-infor-box ul li,
            .item-b4s .watch-more-box ul li {
                float: left;
                position: relative;
            }

        .item-b4s .watch-more-box ul {
            list-style-type: none;
        }

            .item-b4s .watch-more-box ul li {
                width: 50%;
                text-align: center;
            }

    .item-b4s .detail-infor-box ul li .data, .bold {
        font-weight: bolder;
    }

    .item-b4s .watch-more-box .view-more {
        border: 1px solid #c6c6c6;
        padding: 8px 30px;
        background-color: #fafafa;
        border-radius: 4px;
        font-weight: bold;
    }

    .item-b4s .watch-more-box .fb-like {
        color: #909090;
    }

    .item-b4s .W15Percent {
        width: 15%;
    }

    .item-b4s .W20Percent {
        width: 20%;
    }

    .item-b4s .W25Percent {
        width: 25%;
    }

    .item-b4s .W30Percent {
        width: 30%;
    }

    .item-b4s .owl-carousel .owl-nav {
        opacity: 1;
        visibility: initial !important;
    }

    .item-b4s:hover {
        background-color: rgba(201, 205, 208, 0.8);
    }

    .item-b4s .detail-infor-box ul.NoData,
    .item-b4s .detail-infor-box li.NoData {
        display: none !important;
    }

.item-b4s-home {
}

    .item-b4s-home .info {
    }

        .item-b4s-home .info .logo-item {
            float: left;
            width: 40px;
        }

        .item-b4s-home .info .title-box-items {
            margin-bottom: 15px;
        }

            .item-b4s-home .info .title-box-items .title-box-item {
                font-weight: bold;
                font-size: 16px;
                padding-left: 55px;
            }

            .item-b4s-home .info .title-box-items .location-item {
            }

    .item-b4s-home .rowDetail {
        position: relative;
    }

        .item-b4s-home .rowDetail a.wishlist {
            position: absolute;
            right: 0px;
            bottom: 0px;
            display: inline-block;
            width: auto;
        }

.range-slider {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .range-slider label {
        color: #fff;
        font-size: 13px;
    }

    .range-slider .number-group {
        flex: 1 0 auto;
        text-align: center;
        height: 27px;
        font-weight: 300;
        font-size: 13px;
        color: #fff;
        margin-bottom: 14px;
    }

        .range-slider .number-group .number-input {
            width: 83px;
            height: 22px;
            text-align: center;
            color: #000;
            background-color: #fff;
            border: 0;
            border-radius: 5px;
        }

            .range-slider .number-group .number-input::-webkit-outer-spin-button, .range-slider .number-group .number-input::-webkit-inner-spin-button {
                -webkit-appearance: none;
            }

            .range-slider .number-group .number-input:invalid, .range-slider .number-group .number-input:out-of-range {
                border: 2px solid red;
            }

    .range-slider .range-group {
        position: relative;
        flex: 0 0 100%;
    }

        .range-slider .range-group .range-input {
            position: absolute;
            left: 0;
            bottom: 0;
            margin-bottom: 0;
            -webkit-appearance: none;
            width: 100%;
            border-bottom: 0;
        }


            .range-slider .range-group .range-input:focus {
                outline: 0;
            }

            .range-slider .range-group .range-input::-webkit-slider-runnable-track {
                width: 100%;
                height: 2px;
                cursor: pointer;
                animation: 0.2s;
                background: #3faffa;
                border-radius: 1px;
                box-shadow: none;
                border: 0;
            }

            .range-slider .range-group .range-input::-webkit-slider-thumb {
                z-index: 2;
                position: relative;
                height: 18px;
                width: 18px;
                border-radius: 50%;
                background: #3faffa;
                cursor: pointer;
                -webkit-appearance: none;
                margin-top: -7px;
            }

            .range-slider .range-group .range-input::-moz-range-track {
                width: 100%;
                height: 2px;
                cursor: pointer;
                animation: 0.2s;
                background: #3faffa;
                border-radius: 1px;
                box-shadow: none;
                border: 0;
            }

            .range-slider .range-group .range-input::-moz-range-thumb {
                z-index: 2;
                position: relative;
                box-shadow: 0px 0px 0px #000;
                border: 1px solid #2497e3;
                height: 18px;
                width: 18px;
                border-radius: 50%;
                background: #3faffa;
                cursor: pointer;
            }

            .range-slider .range-group .range-input::-ms-track {
                width: 100%;
                height: 5px;
                cursor: pointer;
                animation: 0.2s;
                background: transparent;
                border-color: transparent;
                color: transparent;
            }

            .range-slider .range-group .range-input::-ms-fill-lower, .range-slider .range-group .range-input::-ms-fill-upper {
                background: #3faffa;
                border-radius: 1px;
                box-shadow: none;
                border: 0;
            }

            .range-slider .range-group .range-input::-ms-thumb {
                z-index: 2;
                position: relative;
                height: 18px;
                width: 18px;
                border-radius: 50%;
                background: #3faffa;
                cursor: pointer;
            }

@-moz-document url-prefix() {
    .range-slider .range-group .range-input.second-range-input {
        height: 1px;
        bottom: 8px;
    }
}

@media only screen and (max-width: 1024px) {
    .item-b4s-home .info .logo-item {
        display: none;
    }

    .item-b4s-home .info .title-box-items .title-box-item,
    .item-b4s-home .info .title-box-items .location-item {
        padding-left: 0px !important;
    }

    .item-b4s-home .info .title-box-items {
        margin-bottom: 0px !important;
    }

        .item-b4s-home .info .title-box-items a {
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-box-orient: vertical;
            text-decoration: none;
        }

    /*    .item-b4s .desc-box {
        display: none !important;
    } Hoàng việt đóng: Phần mô tả ngắn này ở giao diện mới nó sẽ được hiển thị trên mọi thiết bị  */

    .item-b4s .title-box .title-box-item a {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        text-decoration: none;
    }

    .item-b4s .title-box .title-box-item {
        font-size: 16px !important;
    }

    .item-b4s, .item-b4s .price-big {
        font-size: 16px !important;
    }

        .item-b4s .title-box .location-item {
            padding-left: 55px !important;
            font-size: 13px;
        }

        .item-b4s .watch-more-box .view-more {
            padding: 8px 10px;
        }
}

@media only screen and (max-width: 992px) {
    .item-b4s .W20Percent {
        width: 40%;
    }

    .item-b4s .W30Percent {
        width: 60%;
    }



    .box-search-job .form-group {
        margin-bottom: 4px
    }

    .item-b4s .image-box {
        min-height: 407px;
    }
}

@media only screen and (max-width: 400px) {
    .item-b4s .W20Percent {
        width: 100%;
    }

    .item-b4s .image-box {
        min-height: 206px;
    }

    .item-b4s .W30Percent {
        width: 100%;
    }

    .item-b4s .watch-more-box .view-more {
        padding: 5px 10px;
    }

    .fb-like .like-box-new .like-count {
        margin-left: 0px !important;
    }

    .fb-like .like-box-new {
        padding: 3px 8px !important;
    }

        .fb-like .like-box-new .like-and-label {
            margin-right: 0px !important;
        }

        .fb-like .like-box-new .like-count {
            margin-left: 0px !important;
        }

    .dropdown-places {
        max-width: 136px;
    }

    .item-des .nav-tabs .nav-link {
        padding: 20px 10px !important;
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 500px) {
    .dropdown-places {
        max-width: 136px;
    }

    .item-b4s .image-box {
        min-height: 237px;
    }
}

.fb-like .like-box-new {
    display: inline-block;
    line-height: 20px;
    border: 1px solid #c6c6c6;
    padding: 3px 20px;
    border-radius: 4px;
    color: #555;
    font-size: 12px;
    font-weight: 700;
    background-color: #fafafa;
}

    .fb-like .like-box-new .like-and-label {
        margin-right: 5px;
        cursor: pointer;
    }

        .fb-like .like-box-new .like-and-label .liked-icon, .fb-like .like-box-new .like-and-label .like-icon {
            background-image: url('/img/liked.png');
            display: inline-block;
            height: 16px;
            width: 16px;
            box-sizing: border-box;
            margin-right: 2px;
            background-size: 100%;
            padding: 2px 2px;
            vertical-align: middle;
        }

        .fb-like .like-box-new .like-and-label .liked-icon {
            background-image: url('/img/liked2.png') !important;
        }

        .fb-like .like-box-new .like-and-label .liked-text {
        }

    .fb-like .like-box-new .like-count {
        margin-left: 5px;
    }

.filter-adon-lb {
    text-align: right;
    border: 1px solid #d0d0d0;
    background-color: #fdfdfd;
    padding: 0px 5px;
    border-radius: 4px 0px 0px 4px;
    color: black;
}

.pd-l5 {
    padding-left: 5px;
}

.wishlist .red {
    font-size: 1.8em;
}

.sm-lable {
    font-size: 13px;
}

.item-details {
    border: 1px solid #d7d7d7;
    background-color: #FFF;
    border-radius: 6px;
    padding: 15px;
}

    .item-details .item-infor .box-info-detail {
        padding: 0px;
    }

.box-info-detail ul.list-detail li {
    float: left;
    padding: 8px 0;
}

.sm-lable {
    font-size: 13px;
}

.sm-lable {
    font-size: 13px;
}

.post-containter .m30TopBottom {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px !important;
}

.post-containter #accAction {
    padding-top: 0px;
    padding-bottom: 0px;
}

.post-containter .form-group {
    margin-bottom: 15px;
}

.post-containter .input-group-sm > .form-control,
.post-containter .input-group-sm > .input-group-addon,
.post-containter .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.post-containter .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.post-containter .tab-content > .active {
    opacity: 1;
}

.post-containter .hidden {
    display: none !important;
}

.post-containter .post-choose-category {
}

    .post-containter .post-choose-category .current-id {
        background-color: rgb(216, 237, 253);
        padding: 2px 5px;
        border-radius: 3px;
        margin: 0px 5px;
        font-weight: bold;
    }

    .post-containter .post-choose-category .choose-another {
        color: #2570a8;
        font-weight: 500;
    }

.field-validation-error {
    color: red;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.post-containter .font-weight-bold {
    font-weight: bold;
}

.post-containter .post-detail .input-group {
    display: table !important;
    width: 100%;
}

    .post-containter .post-detail .input-group > .form-control,
    .post-containter .post-detail .input-group > .form-select {
        display: table-cell;
        width: 100%;
    }

.submit-progress-bg {
    background-color: lightgray;
    opacity: .5;
    z-index: 9999;
}

.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    z-index: 1;
    /* The following properties are the ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: black;
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -webkit-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
    -moz-box-shadow: 0.4em 0.4em rgba(0,0,0,0.6);
}

/* Changing style for spinner */
.submit-progress {
    padding-top: 2em;
    width: 23em;
    margin-left: -11.5em; /* Set to a negative number that is 1/2 of the width */
}

    .submit-progress i {
        margin-right: 0.5em;
    }

.hidden {
    display: none;
}

.tesstMinimax {
    display: none;
}

.ask-main .item-car:hover {
    background: #f1f1f1 !important;
}

.ask-main .item-car {
    border: 1px solid #dedede !important;
    padding: 10px 0px 0px 10px;
    background: #f1f1f1 !important;
}

.ask-main .customer-name {
    line-height: 22px;
    float: left;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.ask-main .item-car .title a {
    display: inline-block;
    line-height: 22px;
}

.ask-main .item-car .title {
    margin-bottom: 0px;
}

.ask-main .iconcom-user {
    width: 25px;
    padding: 2px 5px;
    height: 25px;
    background-image: none;
    background-color: #ccc;
    margin-right: 7px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    /* line-height: 26px; */
    font-style: normal;
    display: inline-block;
    /* padding: 5px; */
    vertical-align: middle;
    float: left;
}

.ask-main .description,
.ask-main .relate_infocom {
    margin-left: 30px;
}

.ask-main .relate_infocom {
    display: block;
    overflow: visible;
    height: 18px;
    padding: 5px 0;
    font-size: 12px;
    color: #666;
}

    .ask-main .relate_infocom .reply {
        cursor: pointer;
        color: #4a90e2;
    }

    .ask-main .relate_infocom .dot {
        /* float: left !important;*/
        display: inline;
        font-size: 8px;
        vertical-align: middle;
        /*margin: 2px 5px;*/
        color: #babbb8;
    }

.ask-main .arrow_box {
    position: relative;
    left: 7px;
    display: block;
    margin-top: -15px;
    z-index: 9;
    background: #f1f1f1;
}

    .ask-main .arrow_box:before {
        border-bottom-color: #e7e7e7;
        border-width: 12px px;
        margin-left: -12px;
    }

    .ask-main .arrow_box:after, .ask-main .arrow_box:before {
        bottom: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

.ask-main .comment_reply {
    display: block;
    position: relative;
    background: #e7e7e7;
    padding: 15px 10px;
    font-size: 14px;
    color: #333;
    margin: 5px 15px 15px 30px;
    border-radius: 5px;
}

.ask-main .comment_ask {
    display: block;
    overflow: visible;
    margin: 10px 0 0;
}

.ask-main .clear {
    clear: both;
}

.ask-main .reply-box {
    margin-left: 30px;
    margin-top: 5px;
}

.container-videos {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .container-videos .videoFrame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.item-video .photo {
    position: relative;
}

.item-new .playIcon {
    position: absolute;
    left: 39%;
    top: 39%;
    color: white;
}

.item-video .title {
    margin-top: 5px;
    margin-bottom: 2px;
}

.item-video .view-no {
    margin: 5px 0px;
}

.clearboth {
    clear: both;
}

.GoogleAdLeft {
    left: calc(50% - 1140px/ 2 - 230px) !important;
}

.GoogleAdRight {
    left: calc(50% + 1140px/ 2 + 30px) !important;
}

.GoogleAdLeft, .GoogleAdRight {
    position: fixed;
    top: 125px;
    width: 200px !important;
    height: 500px !important;
    display: block;
    z-index: 2;
}

@media (max-width: 1545px) {
    .GoogleAdLeft, .GoogleAdRight {
        display: none !important;
    }
}

.social-tooltip {
    position: absolute;
    top: 50%;
    left: 65px;
    display: inline-block;
    padding: 5px 10px;
    max-width: 360px;
    border-radius: 10px;
    font: 13px/15px "Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #fff;
    background: #319c00;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: translate(0,-50%);
    transition: opacity .6s linear;
    opacity: 0;
    overflow: hidden;
    font-weight: bold;
    visibility:hidden;
}

.contact-box:hover .social-tooltip {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1;
    z-index: 1;
    visibility: visible;
    animation: fadeInOutThenHide 3s forwards;
}

#contactbox .social-tooltip {
    left: -282px;
}

#zalobox .social-tooltip {
    left: -162px;
}

#fbbox .social-tooltip {
    left: -195px;
}

#phonebox .social-tooltip {
    left: -232px;
}
.social-tooltip:hover {
    display:none !important;
    width:0;
    height:0;
}
.guid-box {
    border: dashed 2px #5ab9ff;
    padding: 20px;
    line-height: 30px;
    background-color: #ffffe7;
}

.viewDetailPackage {
    display: inline-block;
    margin-bottom: 8px;
    cursor: pointer !important;
}

.search-cate .select-custom {
    /*  border-right: 1px solid #ececec;*/
    font-weight: bold;
    color: #555;
    border-radius: 3px 3px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 12px;
    display: block;
    /*  line-height: 40px;*/
    /* background-size: 20px 21px; */
    cursor: pointer;
}

    .search-cate .select-custom #lblCurrCate, .search-cate .search-form .search-keyword input {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        padding: 0px 0px 0px 10px;
        font-size: 12px;
        line-height: 44px;
        border: none;
        background-color: white;
        border-radius: 4px 4px;
    }

.search-cate, .search-keyword, .search-location {
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

    .search-cate .advance-select-options {
        /* max-width: 188px; */
        display: none;
        /* min-width: 125px; */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000000;
        background: #fff;
        border: 1px solid #ccc;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-left-color: rgb(204, 204, 204);
        border-left-style: solid;
        border-left-width: 1px;
    }

        .search-cate .advance-select-options ul {
            padding: 0px;
        }

    .search-cate .advance-select-options {
        position: absolute;
        top: 46px;
        left: 0;
        /* width: 226px; */
        width: 100%;
        background: #fff;
        box-sizing: border-box;
        display: none;
        z-index: 10000;
        padding: 0;
        box-shadow: 0 4px 4px rgba(0,0,0,.25);
        border-radius: 0;
        min-width: 226px !important;
        border-left: 1px solid #12a9d9;
        border-right: 1px solid #12a9d9;
        border-bottom: 1px solid #12a9d9;
        border-radius: 4px 0px 4px 4px;
        max-height: 600px;
        overflow: scroll;
    }

        .search-cate .advance-select-options ul {
            max-height: inherit;
            max-width: inherit;
            min-width: 226px !important;
        }

        .search-cate .advance-select-options ul, .search-cate .advance-select-options li {
            list-style: none;
            clear: both;
        }

            .search-cate .advance-select-options ul li {
                position: relative;
                margin: 0;
                color: #686868;
                font-size: 13px;
            }

            .search-cate .advance-select-options ul li {
                cursor: pointer;
                padding: 0;
                margin: 0 0 0 4px;
            }

                .search-cate .advance-select-options ul li span {
                    display: block;
                    border-bottom: 1px dashed #c4c4c4;
                    font-size: 13px;
                    line-height: 29px;
                    color: #686868;
                }

                .search-cate .advance-select-options ul li ul li span {
                    margin-left: 16px;
                }

                .search-cate .advance-select-options ul li span.parent-cate {
                    font-weight: bold;
                }

    .search-cate .parent-cate .icon {
        background: url(/frontend/Assets/img/vna-cate-icon.png) no-repeat 0px 1px;
        display: inline-block;
        width: 26px;
        height: 28px;
        background-size: cover;
        float: left;
        margin-right: 5px;
    }

    .search-cate .parent-cate-rd .icon {
        background-position-x: -1px;
    }

    .search-cate .parent-cate-jd .icon {
        background-position-x: -55px;
    }

    .search-cate .parent-cate-frl .icon {
        background-position-x: -83px;
    }

    .search-cate .parent-cate-cr .icon {
        background-position-x: -107px;
    }

    .search-cate .parent-cate-jg .icon {
        background-position-x: -138px;
    }

    .search-cate .parent-cate-b4s .icon {
        background-position-x: -29px;
    }

    .search-cate .advance-select-options ul li ul li span::before {
        content: "•";
        color: rgb(196, 196, 196);
        margin-right: 5px;
    }

    .search-cate .advance-select-options ul li img, .search-cate .select-custom #lblCurrCate img {
        margin-right: 6px;
        vertical-align: middle;
        width: 16px;
    }

    .search-cate .advance-select-options ul li span.active {
        font-weight: bold;
    }

    .search-cate .advance-select-options ul li span:hover, .search-cate .advance-select-options ul li span.active {
        background-color: #cfe7fb !important;
    }

    .search-cate .advance-select-options ul li:hover, .search-cate .advance-select-options ul li.current {
        background-color: #fff;
    }

.divLocations .select2 .selection textarea {
    min-height: 34px;
    padding-top: 8px;
}

/*Start Autocomplete search by key work*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 600px;
    overflow: scroll;
    font-size: 14px;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            background-color: #cfe7fb;
        }

        .autocomplete-items div .icon-search {
            display: none;
            padding-left: 20px;
        }

        .autocomplete-items div:hover .icon-search {
            display: inline-block;
        }

        .autocomplete-items div span.icon-search::before, .autocomplete-items div:hover .sug_cate {
            color: green;
        }

    .autocomplete-items .sug_cate i {
        padding-right: 10px;
    }

.item-car .photo .itemSoldout, .item-b4s .image-box .itemSoldout, .gallery-slider .itemSoldout {
    display: flex;
    position: absolute;
    left: 1rem;
    transform: translate3d(0, -2.5rem, 0);
}

    .item-car .photo .itemSoldout .soldoutContainer, .item-b4s .image-box .itemSoldout .soldoutContainer, .gallery-slider .itemSoldout .soldoutContainer {
        font-size: 0.75rem;
        line-height: 1rem;
        letter-spacing: 0.0125rem;
        font-family: Pangea, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        margin: 0px;
        color: #3D3B40;
        width: fit-content;
        display: flex;
        flex-direction: row;
        padding: 0.25rem 0.5rem;
        -webkit-box-align: center;
        align-items: center;
        border-radius: 0.5rem;
        background: #fff;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 0.0625rem 0.25rem 0px;
    }

    .item-car .photo .itemSoldout .soldOutIcon, .item-b4s .image-box .itemSoldout .soldOutIcon, .gallery-slider .itemSoldout .soldOutIcon {
        border-radius: 50%;
        width: 0.5rem;
        height: 0.5rem;
        background-color: rgb(255, 178, 0);
        border: 0.075rem solid rgb(255, 178, 0);
        flex-shrink: 0;
    }

    .item-car .photo .itemSoldout .soldOutText, .item-b4s .image-box .itemSoldout .soldOutText, .gallery-slider .itemSoldout .soldOutText {
        width: fit-content;
        display: flex;
        padding: 0.25rem;
        align-items: center;
    }

.item-des .nav-tabs .nav-link.active {
    color: #055699;
    border-color: green;
    border-bottom: 4px solid royalblue;
    font-weight: bold;
}

.item-des .nav-tabs {
    border: none;
}

    .item-des .nav-tabs .nav-link {
        padding: 20px 15px;
        font-size: 18px;
        border-top: none;
        border-right: none;
        border-left: none;
        color: #222;
    }

        .item-des .nav-tabs .nav-link:hover {
            background-color: #F0F2F5;
        }

.item-news-related {
    border-top: 1px solid #CBCAD0;
    line-height: 20px;
    padding: 20px 0px;
    color: #66686C;
}

    .item-news-related .heading {
        line-height: 20px;
        /* padding: 15px 10px; */
        color: #66686C;
        margin-bottom: 13px;
        font-weight: 100;
        text-transform: none !important;
    }

    .item-news-related .box-content {
        padding: 0px !important;
        border: 0px !important;
        color: #66686C;
    }

        .item-news-related .box-content .item-data {
            line-height: 22px;
            /* margin-bottom: 10px; */
            color: #0C0C0C;
            padding: 5px;
            display: list-item;
            margin-left: 15px;
        }

            .item-news-related .box-content .item-data:hover {
                background-color: #E4E6E9;
                border-radius: 5px;
            }

            .item-news-related .box-content .item-data .infor {
                color: #666F73;
                margin-top: 6px;
                font-size: 13px;
            }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* MĆ u Ä‘en vį»›i Ä‘į»™ trong suį»‘t 50% */
    display: none;
    z-index: 1001;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 0px;
    border: none;
    border-radius: 6px; /* Bo trĆ²n gĆ³c */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); /* Hiį»‡u į»©ng mį»¯ mį»¯ */
    max-width: 500px;
    z-index: 1005; /* Äįŗ·t z-index cao hĘ�n overlay Ä‘į» pop-up nįŗ±m phĆ­a trĆŖn */
    text-align: left;
    opacity: 0; /* Mįŗ·c Ä‘į»‹nh įŗ©n pop-up */
    transition: opacity 0.5s; /* Hiį»‡u į»©ng chuyį»n Ä‘į»™ng */
}

    .popup.show {
        opacity: 1;
        padding: 0px;
    }

    .popup.hide {
        display: none !important;
    }

    .popup .popup-content, .popup .popup-content p {
        margin-bottom: 0px;
    }

    .popup .popup-title {
        font-size: 24px;
        font-weight: bold;
        color: #333;
        /* margin-bottom: 10px;*/
    }

    .popup .popup-subtitle {
        font-size: 16px;
        color: #555;
        /* margin-bottom: 10px;*/
    }

    .popup .popup-text {
        font-size: 14px;
        color: #666;
        /*margin-bottom: 10px;*/
    }

    .popup .popup-image {
        max-width: 100%;
        height: auto;
        /*     margin-bottom: 10px;*/
    }

    .popup .popup-action-button {
        display: inline-block;
        /*   padding: 10px 20px;*/
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        background-color: #007bff;
        text-decoration: none;
        border-radius: 5px;
        cursor: pointer;
    }

    .small-popup .close-btn, .popup .close-btn {
        position: absolute;
        top: 4px;
        right: 4px;
        color: #fff;
        font-size: 21px;
        font-weight: bold;
        cursor: pointer;
        background-color: #949494;
        border-radius: 6px;
        padding: 0px 5px 0px 5px;
        z-index: 9999;
    }

        .small-popup .close-btn:hover, .popup .close-btn:hover {
            color: #fff;
            background-color: #0056b3; /* MĆ u nį»n hover cį»§a icon Ä‘Ć³ng */
        }
/* ThĆŖm vĆ o cuį»‘i file styles.css */
/* ThĆŖm vĆ o cuį»‘i file styles.css */
.small-popup {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    display: none;
    z-index: 3;
    transform: translateY(100%) scale(0.5); /* BįŗÆt Ä‘įŗ§u tį»« dĘ°į»›i cĆ¹ng vĆ  kĆ­ch thĘ°į»›c 50% */
    opacity: 0; /* BįŗÆt Ä‘įŗ§u vį»›i Ä‘į»™ trong suį»‘t */
}

    .small-popup.show {
        display: flex;
        opacity: 1;
        animation: fadeInOut 12s forwards;
        z-index: 100;
    }

@keyframes fadeInOut {
    0% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
    }

    10%, 90% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
    }
}

@keyframes fadeInOutThenHide {
    0% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
    }

    10%, 90% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateY(100%) scale(0.5);
        opacity: 0;
        visibility: hidden;
    }
}

.small-popup img {
    max-width: 40px;
    border-radius: 6px;
    margin-right: 10px;
    max-height: 40px;
}

.small-popup-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.small-popup-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.small-popup-info {
    font-size: 12px;
    color: #888;
}

/*Start Update thông tin css cho ảnh avatar khi người dùng upload*/
.sub-image {
    float: left;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin: 5px 10px 5px 0px;
}

.delete-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    color: #fff;
    background: #f00;
    border: none;
}

.sm-avatar {
    float: left;
    padding-right: 10px;
}

    .sm-avatar img, #showimg img, #showimgAvt img {
        width: 120px;
        height: auto;
        max-height: 120px;
        border-radius: 4px;
    }

        .sm-avatar img:hover, #showimg img:hover, #showimgAvt img:hover {
            border: 1px solid #319c00;
        }

.sm-avatar-round {
    text-align: center;
}

    .sm-avatar-round img {
        width: 30px;
        border-radius: 30px;
    }
/*End*/
.copy-icon {
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    background-color: #c9c7c7;
    margin-left: 10px;
    cursor: pointer;
}

    .copy-icon:hover {
        background-color: #ababab
    }
.vip-type-desc .col-xs-6 {
    width: 50%;
    float: left;
}
.rounded-custom {
    border-radius: 1.25rem !important;
}

.my-modal-ai {
    left: 52%;
    top: 50%;
    /* left: 18%; */
    transform: translate(-50%, -50%);
    overflow: hidden !important;
    position: absolute;
    width: 63%;
    height: 500px;
}
    .my-modal-ai .modal-dialog {
    }
        .my-modal-ai .modal-dialog .modal-content {
            width: initial !important;
            height: 600px !important;
        }
            .my-modal-ai .modal-dialog .modal-content .modal-body {
                height:auto !important;
                width:auto !important;
            }