/* @font-face {
    font-family: "Chungcufont";
    src: url("../fonts/montserrat/static/");
    src: url("https://yoursite.com/css/fonts/CustomFont.woff") format("woff"),
    url("https://yoursite.com/css/fonts/CustomFont.otf") format("opentype"),
    url("https://yoursite.com/css/fonts/CustomFont.svg#filename") format("svg");
    } */

* {
    margin: 0;
    padding: 0;
    border: none;
}

:root {
    --swiper-theme-color: #cacaca !important;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    background-color: #f5f6fa;
}

body,
input,
button,
option,
textarea,
label,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    outline: none;
    zoom: 1;
    color: #2c2c2c;
}

ul,
ol {
    margin: 0px;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

a {
    color: #2c2c22;
}

a:hover {
    text-decoration: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

small,
.small {
    font-size: 1em;
}

#header {
    background-color: #fff;
}

.menu-top {
    display: flex;
    height: 50px;
    align-items: center;
}

#header .nav-item {
    list-style: none;
}

#content-project,
#content-product {
    background-color: #f5f6fa;
}

.modal-content {
    border: none !important;
    border-radius: 1rem !important;
}

.bootstrap-dialog .modal-header {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important;
}

.btn-pay {
    background-color: #0365f0;
    border: none;
    text-align: center;
    width: 100%;
    margin: 15px 0 10px 0;
    padding: 0.7rem 1rem;
    color: #fff;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 20%) 0 1px 3px 0;
    -webkit-animation: bggradient 15s ease infinite;
    animation: bggradient 15s ease infinite;
}

.btn-pay:hover {
    background-color: #00c091;
    color: #f2f2f2;
}

.btn-regs {
    color: #fff;
    background: #E03C31;
    border: solid 1px #E03C31;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal !important;
    letter-spacing: -.2px;
    padding: 13px 15px;
    border-radius: 8px;
    width: 100%;
}

.btn-regs:hover {
    color: #f2f2f2;
    background: #0365f0;
    border: solid 1px #0365f0;
}

.iconfilter {
    color: #888;
    font-size: 14px;
    height: 45px;
    border-radius: 4px !important;
    transition: all 0.1s ease 0s;
    line-height: 28px;
    font-weight: normal !important;
    white-space: nowrap;
}

.iconfilter>i {
    color: #fff;
}

.btn-search {
    width: 100%;
    font-size: 15px;
    height: 45px;
    padding: 0 5px;
    border-radius: 8px !important;
    -webkit-animation: bggradient 15s ease infinite;
    animation: bggradient 15s ease infinite;
    white-space: nowrap;
    background-color: #0365f0;
    color: #fff;
}

.btn-search>i {
    color: #fff;
    padding-right: 5px;
}

.btn-search:hover {
    color: #f2f2f2;
}

.btn-post {
    background-color: #0365f0;
    color: #fff;
    font-weight: 700;
    padding: 0.6rem 2rem;
    border-radius: 6px !important;
}

.btn-post:hover {
    background-color: #0365f0;
    color: #f2f2f2;
}

.btn-buy {
    background-color: #0365f0 !important;
    color: #fff !important;
    border: 1px solid #0365f0 !important;
}

.btn-edit,
.btn-dele,
.btn-buy {
    background-color: #fff;
    font-size: 13px;
    color: #555;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    padding: 5px;
    margin-bottom: 5px;
    width: 90px;
    height: 30px;
    line-height: 20px;
    text-align: left;
    white-space: nowrap;
}

.btn-edit>i,
.btn-dele>i {
    font-size: 12px;
}

.btn-edit:hover,
.btn-dele:hover,
.btn-buy:hover {
    background-color: #fafafa;
    color: #0073e1;
}

.fixed-bottom {
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
}

.button_mobile li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
}

.button_mobile a {
    border: none;
    padding: 3px;
    display: block;
    font-size: 10px;
    line-height: 12px;
    color: #000;
    text-decoration: none;
    text-align: center !important;
}

.top-menu {
    display: flex;
    height: 50px;
    align-items: center;
    /* border-bottom: 1px solid #f2f2f2; */
}

.top-menu ul li {
    list-style: none;
}

.top-menu ul li a {
    font-size: 14px;
    padding: 0.5rem 0.6rem;
}

.top-menu ul li a svg {
    margin-right: 3px;
}

.top-menu ul li a:hover {
    color: #0365f0;
}

.offcanvas-header {
    display: none;
}

.dropdown-menu li>a>i {
    font-size: 12px;
    color: #888;
    padding-right: 8px;
}

.dropdown-menu li.nav-item>a>i,
.dropdown-menu li.nav-item>a>svg {
    font-size: 18px;
    color: #aaa;
    fill: #707070;
    padding-right: 0.7rem;
}

.bg-invers .navbar-toggler-icon {
    background: url(../image/icon-menuchungcu.svg) center center no-repeat;
    width: 2rem;
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); */
}

.title-cate-menu {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    padding-left: 3px;
    text-transform: uppercase;
}

.bg-invers .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-brand {
    margin-right: 0 !important;
    padding: 0 !important;
}

.navbar-brand>img {
    max-width: 140px;
}

.align-cc-center {
    -ms-flex-align: center;
    align-items: center;
}

.ml-6 {
    margin-left: 6rem !important;
}

.my-logo a::before {
    left: -5%;
    animation: light-left 3s infinite alternate linear;
}

.my-logo a::before,
.my-logo a::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 100%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .75);
}

.my-logo a::after {
    right: -5%;
    animation: light-right 3s infinite alternate linear;
}

.navbar-inverse {
    background-color: #fff;
    border-color: transparent;
    border: none;
    border-radius: 0;
    z-index: 1030;
    padding: 0;
    height: 70px;
    -webkit-box-shadow: 0 1px 4px rgb(64 87 109/7%);
    box-shadow: 0 1px 4px rgb(64 87 109/7%);
}

.navbar-inverse .navbar-nav>li>a.icon-arrow:after {
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: flex;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 8px;
    line-height: normal;
    -webkit-transform: translateY(-10%) rotate(0);
    -ms-transform: translateY(-10%) rotate(0);
    transform: translateY(-10%) rotate(0);
    align-items: center;
}

.navbar-inverse .navbar-nav>li>a>svg {
    background-color: #f2f2f2;
    border-radius: 24px;
}

.navbar-left {
    float: left !important;
}

.nav>li {
    position: relative;
    display: block;
}

.back-home {
    padding-right: 20px;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-expand-lg .navbar-nav a.nav-link {
    display: flex;
    position: relative;
    color: #2c2c22;
    font-size: 15px;
    font-weight: 500;
    transition: ease-in-out .3s;
    white-space: nowrap;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-expand-lg .navbar-nav a.nav-link:hover {
    color: #0365f0;
}

.navbar-inverse .navbar-nav>li>a.normal-login {
    display: inline-flex;
}

.navbar-inverse .navbar-nav>li>a.normal-login>i {
    font-size: 22px;
    padding-left: 5px;
    padding-right: 5px;
    color: #32be5b;
}

.navbar-nav>li {
    position: initial;
    display: table-cell;
    transition: all 0.5s linear;
}

.navbar-nav>li.dropdown>a.nav-link:before {
    transition: all .5s;
}

.navbar-inverse .navbar-nav>li>a.user-uprofile:hover {
    background-color: #fff;
    border-radius: 0;
    text-decoration: none;
}

.user-uprofile {
    background-color: #fff;
    display: flex;
    color: #000;
    font-size: 14px;
    align-items: center;
    padding: 3px 10px 3px 5px;
    border-radius: 8px;
    font-weight: bold;
}

.btn-listpost>svg:hover {
    fill: #fd0f02;
    cursor: pointer;
}

.text-logins {
    display: flex;
    align-items: center;
}

.text-logins>svg {
    margin-right: 5px;
}

.text-logins a {
    font-size: 15px;
    white-space: nowrap;
}

.text-logins a:hover {
    color: #0365f0;
}

.bg-li {
    background-color: #e5e6ec;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    margin-right: 4px;
}

.navbar-inverse .navbar-nav>li>a>span>svg {
    fill: #252525;
    font-size: 1.2rem;
    padding-bottom: 1px;
}

.b-users-reg {
    color: #32be5b !important;
    font-weight: 600 !important;
}

.b-users-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

a.c-icon .user-icon30 {
    float: left;
    width: 30px;
    height: 30px;
}

.user-icon30 .b-users-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.show-width-100::before {
    left: 8%;
}

.flex-pos {
    position: relative;
    display: inline-flex;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 1;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    width: 1400px;
}

.flex-pos .li-box {
    padding: 25px 0;
}

.flex-pos .li-box>a {
    color: #888;
    font-weight: 500;
}

.flex-box {
    position: relative;
}

.nav-level3 li a {
    font-size: 14px;
    font-weight: 400;
}

.navbar-inverse .navbar-nav>li ul.dropdown-menu-right::before {
    background-color: #fff;
    content: "";
    height: 17px;
    right: 25px;
    position: absolute;
    top: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 17px;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.navbar-inverse .navbar-nav>li>a:focus {
    color: #000;
}

.navbar-inverse .navbar-nav>li>a.c-icon>i {
    color: #f2f2f2;
    font-size: 14px;
}

.nav li>.dropdown-menu {
    opacity: 0;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: absolute;
    min-width: 250px;
    background: #fff;
    border: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
    transition: all .35s ease-out;
    -webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -ms-transition: all .35s ease-out;
}

.author-name {
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 400;
}

.author-name span.color-user {
    color: #222325;
    font-weight: 600;
}

.center-block {
    display: block;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}


/* for mobile tablet */

#content-wrapper #content {
    flex: 1 0 auto;
    min-height: 100%;
}


/* for boostrap */

.panel {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
}

.select2-container--krajee .select2-selection {
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border-left: 1px solid #ddd;
}

.has-success.select2-container--krajee .select2-dropdown,
.has-success .select2-container--krajee .select2-selection {
    border-color: #bbb;
}

.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee.select2-container--focus .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
}

.has-success .form-control {
    border-color: #ccc;
}

.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown {
    min-width: 250px;
    margin-top: 10px;
    padding: 20px 15px;
    border-color: #fff;
    box-shadow: 0px 8px 20px rgb(182 182 182 / 42%);
    box-shadow: 0px 8px 20px rgb(182 182 182 / 42%);
    border-radius: 8px;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    border-left: none;
    height: 90% !important;
    top: 4px !important;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear {
    right: 0.1rem;
    line-height: 32px;
}

.select2-container--krajee-bs4 .select2-search--dropdown .select2-search__field {
    height: 36px;
    line-height: 36px;
    box-shadow: none;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
}

.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] {
    background-color: #f8f8f8;
    color: #212325;
}

.select2-container--krajee-bs4 .select2-results__option[aria-selected=true] {
    color: #212325;
    font-weight: 600;
    background-color: #f8f8f8;
}

.select2-container--krajee-bs4.select2-container--open.select2-container--below .select2-selection {
    border-radius: 8px;
}

.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection,
.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus {
    border-color: #e9e9e9;
    box-shadow: none;
}

.select2-results__option {
    font-size: 14px;
    padding: 10px 15px;
}

.select2-results__options::-webkit-scrollbar {
    width: 16px;
    background-clip: padding-box;
    border-radius: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    height: 8px;
    background-clip: padding-box;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #ccc;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
    display: none;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow b {
    background-image: url(../image/arrow_down.png);
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: 23% !important;
    left: auto !important;
    right: 5px;
}

.hint-block {
    color: #909090;
    font-size: 14px;
    padding-top: 5px;
}

blockquote {
    border-left: 2px solid #b0b0b0;
    padding-left: 1rem;
    font-style: normal;
    background-color: #f9fafc;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 1rem 0 1rem 0.5rem;
}

blockquote.tip:before {
    content: "!";
    background-color: #f66;
}

blockquote.tip:before,
blockquote.success:before {
    position: absolute;
    top: 14px;
    left: -12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
}

.btn-success {
    background-color: #0073e1;
    border-color: #0073e1;
}

.btn-success:hover {
    background-color: #0073e1;
    border-color: #0073e1;
}

.btn-success:hover {
    background-color: #004796;
    border-color: #004796;
}

.btn {
    font-weight: 500;
    border-radius: 5px;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    background-color: #3897f1;
    border-color: #3897f1;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    background-color: none !important;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ff4802;
    font-size: 14px;
}

.has-error.select2-container--krajee-bs4 .select2-dropdown,
.has-error .select2-container--krajee-bs4 .select2-selection {
    border-color: #ff4802;
    font-size: 14px;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: none;
}

.input-group>.select2-container--krajee-bs4:not(:first-child),
.input-group>.select2-container--krajee-bs4:not(:first-child) .select2-selection {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background-color: #3897f1;
}

.select2-container--krajee .select2-selection__clear {
    font-size: 17px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    background: #f6f6f6;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    cursor: default;
    float: left;
    margin: 3px 0 0 5px;
    padding: 2px 6px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0px 0 0 3px;
}

.select2-container--krajee-bs4 .select2-selection {
    height: 50px;
    border-radius: 8px;
    border-color: #cfcfcf;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    box-shadow: none;
    background-color: #fff;
    color: #495057;
    outline: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-container--krajee-bs4 .select2-selection--single {
    line-height: 2.4;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__clear {
    top: 0.5rem;
    right: 1rem;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    color: #888;
    background: #f1f3f4;
    border: none;
    border-radius: 2px;
    line-height: 1.4;
    margin: 0.4rem 0 0 0.4rem;
}

.has-success.select2-container--krajee-bs4 .select2-dropdown,
.has-success .select2-container--krajee-bs4 .select2-selection {
    border-color: #eee;
}

.has-success .select2-container--open .select2-selection,
.has-success .select2-container--krajee-bs4.select2-container--focus .select2-selection {
    box-shadow: none;
    border-color: #eee;
}

.select2-container--krajee-bs4.select2-container--disabled .select2-selection,
.select2-container--krajee-bs4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #fff !important;
}

.select2-container--krajee-bs4 .select2-results>.select2-results__options {
    max-height: 300px !important;
}

.navbar-inverse .navbar-nav>li>a:focus {
    color: #333;
}

.file-preview {
    border: 1px solid #dedede;
}

.file-preview .fileinput-remove {
    top: 5px;
    right: 5px;
}

.d-block-float {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
}

.d-block-float .hint-block>b {
    color: #f33800;
}

.krajee-default.file-preview-frame {
    box-shadow: none !important;
}

.file-drop-zone.clickable {
    border: none !important;
}

.file-drop-zone.clickable:hover {
    border: none !important;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 160px !important;
    height: 110px !important;
    overflow: hidden;
}

.file-drop-zone {
    margin: 10px 0 !important;
    padding: 0 !important;
}

.file-drop-zone-title {
    font-size: 1.2em !important;
}

.btn-file {
    background-color: transparent !important;
    border-color: #dbdbdb !important;
    color: #222325 !important;
}

.btn-file i {
    color: #ff5000;
}


/* for news flash */

#news-flash {
    width: 100%;
    height: 40px;
    background-color: #fff;
}


/* for contents */

#contents {
    margin-top: 15px;
}


/* for memeber */

.admin-main {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    background-color: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    line-height: 26px;
    padding: 10px 5px;
    margin: 15px 0 20px 0px;
    overflow-y: auto;
    border: none;
}

.admin-main ul strong {
    display: flex;
    position: relative;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0;
    align-items: center;
    padding: 0 0 5px 2px;
    border-bottom: 1px solid #eee;
}

.admin-main li {
    display: flex;
    padding: 5px 5px 5px 0;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-main ul strong svg {
    position: absolute;
    right: 0;
    top: 2px;
}

.user-thumnail>img {
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: rgb(233 233 233) 0px 0px 0px 3px;
    transition: all 0.1s ease 0s;
}

span.name_user {
    color: #222325;
    display: block;
    padding: 0.7rem;
    font-weight: bold;
}

span.code_user {
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
}

.admin-main li:last-child {
    border-bottom: 0;
}

.admin-main li:hover {
    background-color: #f1f2f8;
    transition: ease-in-out .3s;
    border-radius: 10px;
    text-decoration: none;
}

.admin-main li a {
    color: #222325;
    font-size: 15px;
    font-weight: normal;
    padding-left: 10px;
    margin-right: 10px;
}

.admin-main li a svg {
    fill: #707070;
}

.admin-main li a:hover {
    text-decoration: none;
    color: #0365f0;
    font-weight: 700;
}

.admin-main li a i {
    font-size: 0.875rem;
    padding-right: 10px;
    color: #222325;
}

.admin-main li span.badge-pill {
    color: #aaa;
    margin-left: 5px;
}

.box-payment {
    background-color: #f6f9ff;
    padding: 10px;
    margin: 10px 5px;
    font-size: 14px;
    border-radius: 10px;
}

.head-pay {
    font-weight: 600;
    padding-bottom: 5px;
}

.box-payment p {
    margin-bottom: 0px;
}

.box-payment p a:hover {
    color: #0365f0;
}

.box-support-user span,
.box-support-user p {
    font-size: 0.875rem;
    color: #777;
}

.box-support-user p a {
    font-weight: 600;
}

span.price-red,
.result-price span#total {
    color: #0365f0;
    font-weight: 600;
}

.themeuser-form {
    padding: 15px 20px 30px 20px;
}

.themeuser-form .border-boxupload {
    background-color: #fef8f1;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}

.themeuser-form .form-group>input {
    height: 50px !important;
}

.themeuser-form .select2-container--krajee-bs4 .select2-selection {
    height: 50px;
}

.themeuser-form .select2-container--krajee-bs4 .select2-selection--single {
    line-height: 36px;
}

.themeuser-form .select2-container--krajee-bs4 .select2-selection {
    border-radius: 6px;
}

#jobapply-content {
    min-height: 130px;
}


/* member form */

.hoidap-menuid span {
    display: block;
    padding: 0;
}

.thumb-userimg {
    display: block;
    height: 130px;
    position: relative;
    width: 130px;
    object-fit: cover;
    padding: 0;
    border: none;
}

.img-avata {
    margin-bottom: 15px;
}

.file_upload>.form-group {
    margin-bottom: 0;
}

.hoidap-ufile {
    float: left;
    display: block;
    margin-right: 10px;
    height: 40px;
    position: relative;
    width: 40px;
    object-fit: cover;
    border-radius: 100%;
}

.img-margin {
    margin: 0 auto;
}

.custom-file-label {
    position: relative;
    width: 50%;
}

.box-sortuser .form-group {
    margin-bottom: 0.2rem;
}

.box-sortuser h2 {
    font-size: 1rem;
    font-weight: 500;
}

.box-sortuser label {
    font-size: 1rem !important;
    font-weight: 400 !important;
}

#registration-form label {
    font-size: 1rem;
    font-weight: 500;
}

#register-form-level label {
    font-weight: 700 !important;
    padding-right: 6px;
}

.hided {
    display: none;
}


/* col-xl-9 */

.themeuser-main {
    position: relative;
    margin: 1rem 0 2rem 0;
}

.page-post {
    max-width: 1000px;
    margin: 0 auto;
}

.mogioi-post {
    background-color: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    line-height: 26px;
    padding: 10px 5px;
    margin: 15px 0 20px 0px;
    overflow-y: auto;
    border: none;
    max-width: 1000px;
}

.mogioi-post .form-group label {
    font-size: 14px;
    font-weight: bold;
}

.mogioi-post #moigioi-gioithieu,
.mogioi-post #moigioi-kinhnghiemlv {
    resize: none;
}

.page-post>h1.title-items {
    font-size: 1.25rem;
    font-weight: 500;
    color: #222325;
    display: block;
    padding-bottom: 1rem;
}

.post-box>h4 {
    color: #222325;
    font-size: 1.25rem;
    padding-top: 0.5rem;
}

.theme-main {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.card-header:first-child {
    border-radius: 16px 16px 0 0;
}

.themeuser-main .display-1 {
    float: left;
    color: #888;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.themeuser-main a.style-button {
    float: right;
}

.themeuser-main .card {
    border: none;
    border-radius: 16px;
    box-shadow: none;
}

.themeuser-head {
    margin-bottom: 15px;
}

.themeuser-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
}

.themeuser-content .summary {
    color: #828282;
    padding-bottom: 10px;
    font-size: 0.875rem;
}

.kv-grid-toolbar .btn-group {
    margin-left: 5px;
}

.themeuser-content .table-bordered th,
.themeuser-content .table-bordered td {
    font-size: 0.875rem;
}

.table-hover tbody tr:hover {
    background-color: rgb(255 233 233 / 8%) !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(166 165 165 / 5%) !important;
}

#mess-user table tr th a {
    color: #333;
    font-size: 0.875rem;
    white-space: nowrap;
}

#mess-user a,
#mess-user b,
#mess-user p,
#mess-user span {
    font-size: 0.9375rem;
}

#mess-user .tell-color b {
    color: #ff4802;
}

#mess-user .tell-color:hover {
    color: red;
    text-decoration: none;
}

#mess-user h3 {
    font-size: 0.9375rem;
    font-weight: 600;
}

#mess-user h3>span,
#mess-user p>span {
    padding-right: 5px;
    font-size: 00.825rem;
    font-weight: normal;
    color: #686868;
    text-decoration: underline;
}

.payment-index {
    font-size: 14px;
    vertical-align: middle;
}

.price-to {
    color: #0365f0;
    font-weight: 600;
    font-size: .875rem;
    white-space: nowrap;
}

.check-pending {
    background-color: #6786ff;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
}

.check-cancel,
.check-cancel {
    background-color: #0365f0;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
}

.check-susscess {
    background-color: #0365f0;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
}

.status-ok {
    font-size: 1.2rem !important;
    color: #0270ff;
    text-align: center;
    white-space: nowrap;
}

.status-disable {
    font-size: 1.2rem !important;
    color: #ff4800;
    text-align: center;
    white-space: nowrap;
}

.btn-edits {
    background-color: #fff;
    border-color: #d7d7d7;
}

.btn-edits a {
    color: #333;
    white-space: nowrap;
}

.btn-edits a:hover {
    text-decoration: none;
    color: #0073e1;
}

table th a {
    color: #222325;
}

table th a:hover {
    text-decoration: none;
}

table tr td a {
    color: #222325;
}

.job-manager table thead tr th {
    font-size: 13px;
    color: #222325;
    white-space: nowrap;
}

.job-manager table tbody tr td {
    font-size: 0.875rem;
    color: #212121;
}

.job-manager table tbody tr td .status-error {
    color: red;
}

.job-manager table tbody tr td .status-ok {
    color: #32be5b;
}


/* css upload file */

.fade.in {
    opacity: 1
}

span.preview img {
    max-width: 60px;
    max-height: 60px;
}

.themeuser-main .form-group label {
    color: #222;
}

.has-success .form-control {
    border-color: #c0c0c0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: rgb(228, 228, 228);
}

.form-group>input,
.form-group>.input-group>input {
    height: 46px;
    border-radius: 6px;
    border-color: #dbdbdb;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.product-search {
    position: relative;
}

.product-search .input-group>.form-control:not(:last-child),
.product-search .input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.head-panel {
    position: relative;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.head-panel ul {
    position: relative;
}

.head-panel ul li {
    display: inline;
}

.head-panel ul li a {
    color: #222325;
    padding: 5px;
    font-size: 14px;
}

.head-panel ul li a.active-all {
    color: #0365f0;
}

.head-panel ul li a:hover {
    color: #0ba7a8;
}

.product-search .form-group>input {
    width: 400px;
}

.product-index .product-search .form-group>input {
    width: 100%;
}

.product-search .form-group>input,
.product-search .form-group>.input-group>input {
    background-color: #fff;
    color: #555;
    font-size: 14px;
    height: 45px;
    border-radius: 8px;
    line-height: 45px;
    border-color: #cacaca;
    transition: all 0.1s ease 0s;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.product-index .summary {
    color: #222325;
    padding-bottom: 10px;
    font-size: 14px;
}

.count-pic {
    position: relative;
}

.count-pic span {
    position: absolute;
    bottom: 5%;
    right: 15%;
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 99;
}

.count-pic>span {
    font-size: 13px;
    color: white;
    z-index: 1;
}

.count-pic span i {
    padding-right: 4px;
}

.product-index b.title-post {
    color: #222325;
    font-size: 1rem;
    font-weight: 500;
}

.product-index span.post-disable {
    color: #535353;
}

.product-index span.post-active {
    color: #16c307;
}

span.info-provin {
    font-size: 14px;
}

p.price-post {
    margin-bottom: 0;
    color: red;
    font-weight: 600;
}

span.post-agency {
    display: inline-block;
    border-radius: 20px;
    background: #f9f0ff;
    color: #9100f3;
    padding: 0.5px 11px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

span.post-fbuy {
    display: inline-block;
    background: #eefcff;
    color: #00b7e3;
    font-size: 12px;
    font-weight: 400;
    padding: 0.5px 8px;
    margin-right: 5px;
    border-radius: 3px;
    white-space: nowrap;
}

span.vip-diamon {
    display: inline-block;
    background: #ff443a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0.5px 11px;
    border-radius: 3px;
    text-transform: uppercase;
    white-space: nowrap;
}

span.vip-gold {
    display: inline-block;
    background: #0365f0;
    color: #fff;
    padding: 0.5px 11px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    white-space: nowrap;
}

span.vip-hot {
    display: inline-block;
    background: #ff0010;
    color: #fff;
    padding: 0.5px 11px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    white-space: nowrap;
}

span.post-normal {
    display: inline-block;
    background: #f8f7f8;
    color: #7c3aa6;
    padding: 0.5px 11px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    white-space: nowrap;
}

.tick-style {
    height: 20px;
    line-height: 20px;
}

.tick-style span.vip-diamon,
.tick-style span.vip-gold,
.tick-style span.vip-hot,
.tick-style span.post-normal {
    font-size: 12px;
    padding: 0.5px 6px;
}

span.nextview {
    display: inline-block;
    border-radius: 20px;
    background: #f7f7f7;
    color: #255b68;
    font-size: 12px;
    font-weight: 500;
    padding: 0.5px 8px;
    margin-left: 10px;
    white-space: nowrap;
}

span.post-frent {
    display: inline-block;
    border-radius: 20px;
    background: #f9f0ff;
    color: #9100f3;
    padding: 0.5px 8px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    white-space: nowrap;
}

.table-bordered thead th,
.table-bordered thead td {
    font-size: 14px;
    border-bottom-width: 1px !important;
}

.tbl_id {
    width: 20px;
    font-size: 14px;
}

.tbl_img {
    width: 130px;
}

.tbl_info {
    width: 450px;
}

.tbl_active {
    width: 100px;
}

.code_post {
    color: #dc0000;
    font-size: 14px;
    margin: 2px 0;
}

.code_post .status {
    color: #0073e1;
    padding-left: 10px;
}

.time-post {
    font-size: 14px;
    margin: 0;
}

.time-post span.time-start {
    padding-right: 10px;
}

.time-post span.red-lost {
    color: #ff4802;
}

.input-group-text {
    background-color: #fff !important;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: none;
}

.form-text {
    font-size: 0.875rem;
}

.form-control.selectize-control {
    height: 42px;
}

.selectize-input {
    height: 42px;
    border-radius: 3px;
    border-color: #d9dbe4;
    margin: 0;
    padding: 7px 20px;
    line-height: 30px;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.selectize-input>* {
    display: block;
    line-height: 30px;
    padding: 0px;
}

.selectize-control.single .selectize-input:after {
    margin-top: 0px !important;
}

textarea.form-control {
    border-radius: 6px;
    border-color: #dedede;
    margin: 0;
    padding: 7px 20px;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    resize: none;
}

.title_post textarea,
.no-resize textarea {
    resize: none;
}

.form-group select {
    height: calc(1.7em + 0.75rem + 2px);
    border-radius: 3px;
    border-color: #d9dbe4;
    margin: 0;
    padding: 7px 20px;
    line-height: 30px;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
}

.serach-box {
    background: linear-gradient(to bottom, #f4f5ff 0%, #fff 100%, #fff 100%);
    border-bottom: 1px solid #e3e3e3;
}

#search-results .select2-container--krajee-bs4 .select2-selection {
    height: 42px !important;
}

#search-results .select2-container--krajee-bs4 .select2-selection--single {
    line-height: 1.8;
}

#search-results .select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear {
    line-height: 30px !important;
}

.heading-title {
    width: 100%;
    color: #f2f2f2;
    font-size: 1.3rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.heading-title::before {
    left: 50%;
    bottom: 1px;
    height: 1px;
    content: "";
    width: 200px;
    position: absolute;
    background-color: #ddd;
    transform: translateX(-50%);
}

.heading-title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #ff4802;
    position: absolute;
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%);
}

.btn-primary {
    background-color: #32be5b;
    border-color: #32be5b;
}

.summary b {
    color: #454545;
}

.color-tags .badge-primary {
    color: 0.825rem;
}

.badge-accuracy {
    background-color: #dafbe1;
    color: #1a7f37;
    font-weight: 400;
    border-radius: 24px;
    font-size: 12px;
    padding: 0px 4px;
    display: inline-flex;
    align-items: center;
    height: 18px;
    margin-right: 5px;
}

.badge-accuracy svg {
    fill: #1a7f37;
    margin-right: 3px;
}

.badge-primary {
    background-color: #f1f3f4;
    color: #888;
    font-size: 0.875rem;
    font-weight: 400;
    margin-right: 3px;
    padding: 0.4rem 0.7rem;
}

.detail-head {
    background: linear-gradient(to bottom, #f4f5ff 0%, #ffffff 100%, #ffffff 100%);
    padding: 20px 0;
}

.box-detail {
    position: relative;
    background: #fff;
    background-size: cover;
    box-shadow: 0 1px 6px -3px grey;
    border-radius: 10px;
    margin: 20px auto 20px;
    padding: 20px;
}

.check-green>i {
    color: #30f200 !important;
}

img.thumbnail-detail {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
}

.detail-info-head>h1 {
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700;
}

.detail-info-head p {
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #454545;
    font-size: 0.9375rem;
}

.detail-info-head p i {
    color: #9a9a9a;
}

.detail-info-head b.number-blue {
    font-size: 1rem;
    font-weight: 700;
    padding-left: 5px;
}

.detail-contents {
    margin-bottom: 15px;
}

.fix-nav .nav-tabs {
    border-bottom: none;
}

.fix-nav .nav-tabs a.nav-link {
    padding: .2rem .5rem;
    font-size: .875rem;
    border-radius: 20px;
}

#nav-contact-tab {
    border: 2px solid #32be5b;
    background-color: #fff;
    margin-left: 5px;
    color: #444;
}

.nav-contact-tab:hover {
    color: #32be5b;
}

.detail-contents .card-header {
    padding: 2px 10px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.detail-contents .card-header i {
    color: #999;
    font-size: 1rem;
}

.detail-contents .card-body {
    font-size: 1rem;
    line-height: 1.5em;
}

.detail-contents .card-body i {
    font-size: 1rem;
    color: #777;
}

.detail-contents .card-header .btn-link {
    color: #111;
    font-weight: 700;
}

.detail-contents .card-header .btn-link:hover {
    color: #666;
    text-decoration: none;
}

ul li.adv_box {
    padding: 0.25rem 0;
}

ul li.adv_box span.order-1 {
    order: 1;
}

ul li.adv_box span.order-3 {
    order: 3;
}

ul li.adv_box::after {
    content: "";
    border-bottom: 1px dotted;
    border-color: #cccccc;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.card-margin {
    margin-top: 15px;
}

.card-header {
    background-color: #fff !important;
    border-bottom: 1px solid rgb(179 179 179 / 13%) !important;
}


/*-- modal popup --*/

#vote-post .modal-content {
    border: none;
}

#vote-post .modal-header {
    background-color: #ff4802;
    border: none;
}

#vote-post .modal-header .modal-title {
    color: #fff;
}

#vote-post .modal-body i {
    color: #ff4802;
    font-size: 1rem;
}

#vote-form .invalid-feedback {
    display: block !important;
}

.box-vote {
    border-bottom: 1px solid rgb(242, 242, 242);
    margin-bottom: 20px;
}

.box-vote:last-child {
    border-bottom: none;
}

.size-p p {
    font-size: 0.875rem;
}

.vote-name {
    font-size: 0.875rem;
    font-weight: 600;
}

.vote-time {
    font-size: 0.875rem;
    padding-bottom: 0px;
}

.use-vote {
    float: left;
}

.thumbnail-vote {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    object-fit: cover;
}

.vote-des {
    padding-left: 50px;
}


/* .modal-open .modal {
    z-index: 9999;
} */

.modal.show .modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

.modal-title {
    font-size: 16px;
}


/* -- phan trang --*/

#list-items .pagination>li>a,
.pagination>li>span {
    background-color: #fff;
}

.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
}

.pagination>li {
    display: inline;
}

.pagination li.active a {
    color: #fff !important;
    background: #0365f0 !important;
    border: 2px solid #0365f0;
    border-color: #0365f0 !important;
}

.pagination>li>a,
.pagination>li>span {
    display: inline-block;
    padding: 2px !important;
    text-decoration: none;
    background-color: #fff;
    margin: 2px;
    font-weight: 500;
    border: 2px solid #ddd;
    border-radius: 10% !important;
    height: 40px;
    width: 40px;
    line-height: 33px;
    font-size: 1rem !important;
    color: #444;
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #0365f0;
    border: 2px solid #0365f0;
}


/* post create */

.post-form {
    background: linear-gradient(90deg, rgb(239 246 255) 0%, rgb(240 242 243) 62.57%);
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 4px;
    padding: 0.8rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.lead-post {
    margin-bottom: 1.5rem;
    text-align: center;
}

.post-form h1,
.post-form h2,
.post-form h3 {
    color: #14142b;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
}

.post-box .card {
    /* box-shadow: 0 0 6px rgb(0 0 0 / 10%); */
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-radius: 16px;
}

.post-box .card-title {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

.post-box label {
    font-size: 0.875rem;
    font-weight: 600;
}

ul.note-upload-pic li {
    color: #888;
    font-size: 0.875rem;
    list-style: none;
}

ul.note-upload-pic li::marker {
    color: blue;
    font-size: 1.2em;
}

i.upfiles {
    background: url(../image/upload_file.svg);
    width: 40px;
    height: 40px;
    float: left;
}

.btn-upload {
    background-color: #e5edff;
    text-align: center;
    margin: 0 auto;
    padding: 1rem;
    line-height: 40px;
}

.btn-upload span {
    padding-left: 10px;
}

.btn-upload span:hover {
    color: #ff4802;
}

.post-right-statis {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
}


/* buy item vip*/

.buyitem ul li {
    width: 100%;
    color: #222325;
    font-size: 0.875rem;
    display: inline-flex;
    padding: 10px 0;
}

.buyitem ul li>span.display-flex {
    width: 20%;
}

.payment-form .btn-group {
    width: 100%;
    margin-bottom: 15px;
}

.payment-form .amount-price {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.payment-form .hiden {
    color: #555;
    font-size: 14px;
    white-space: nowrap;
}

.payment-form h4 {
    font-size: 18px;
}

.thumnai-qrcode {
    position: relative;
    width: 220px;
    height: auto;
}

.thumnai-qrcode img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.btn-select {
    margin: 10px 10px 10px 0;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 6px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    color: #222325;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.label-vip {
    font-weight: 600 !important;
}

.pricedays {
    color: #888;
    font-size: 14px;
    font-weight: 400 !important;
    padding: 3px;
}

.button-post {
    background-color: #0365f0;
    display: flex;
    padding: 5px 15px;
    border-radius: 6px;
    color: #fff;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
}

.button-post:hover {
    color: #fff;
    text-decoration: none;
}

.button-post svg {
    margin-left: 2px;
}

.button-pay {
    position: relative;
    display: block;
    margin: 0 auto;
}

.button-pay button {
    background-color: #0365f0;
    border: none;
    text-align: center;
    width: 100%;
    margin: 15px 0 10px 0;
    padding: 0.7rem 1rem;
    color: #fff;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 20%) 0 1px 3px 0;
    -webkit-animation: bggradient 15s ease infinite;
    animation: bggradient 15s ease infinite;
}

.button-pay button:hover {
    background-color: #00c091;
    color: #f2f2f2;
}

.payment-form .btn-select {
    margin: 10px;
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 12px !important;
    color: #0365f0;
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: #f2f2f2;
}

.list-iconpay .iconpay {
    width: 100% !important;
    padding: 5px 15px;
    background: #fff;
    border-radius: 10px;
    line-height: 35px;
    cursor: pointer;
    transition: transform .3s ease-out;
    list-style: none;
}

.list-iconpay .active {
    border: 1px solid #37be50;
}

.list-iconpay .iconpay img {
    height: 34px;
    float: right;
}

.pay-check .active {
    color: #fff;
    background-color: #0365f0 !important;
    border-color: #0365f0 !important;
}

.pay-check .active .pricedays {
    color: #fff;
}

.btn-select:hover,
.btn-select:hover span {
    color: #fff;
    background-color: #0365f0 !important;
    border-color: #0365f0 !important;
}

#product-day_post .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.kv-table-header {
    background: #f2f2f2;
}


/* .custome-acti .active span {
    color: #fff;
} */


/* info right */

.info-right h4 {
    font-size: 1.125rem;
    padding-bottom: 1rem;
}

.info-right p {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.flex-fill {
    display: block;
    padding-bottom: 1rem;
}

.flex-fill .summary {
    font-size: 14px;
    color: #222325;
}

.flex-fill ul li {
    list-style: none;
}

.flex-fill ul li a {
    color: #212325;
    font-size: 14px;
    padding-left: 5px;
}

.topic-head {
    display: flex;
    gap: 10px;
}

.document .number-item {
    background-color: #fff;
    padding: 10px 5px 10px 5px;
    border-radius: 6px;
    margin: 0 3px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: 100%;
    text-align: center;
}

.document .number-item:hover {
    background-color: #f2f2f2;
}

.document .number-item a {
    display: block;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    align-items: center;
}

.number-item .flex-img {
    display: block;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}

.number-item a {
    gap: 15px;
}

.document .number-item h3 {
    color: #111;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
}

.document .number-item h4 {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

#box-aphcm {
    padding-top: 1rem;
}

#ads-home {
    background-color: #fff;
    padding: 1rem 0;
}

#box-renthcm {
    padding: 1rem 0;
}

#box-renhanoi {
    padding: 1rem 0;
}


/* #box-aphcm .col-lg-3,
#box-aphcm .col-md-3,
#box-aphn .col-lg-3,
#box-aphn .col-md-3 {
    padding-bottom: 20px;
} */

.padding-20 {
    padding-bottom: 20px;
}

#box-aphcm .top-title,
#box-renthcm .top-title,
#box-aphn .top-title,
#box-renhanoi .top-title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h2.size-title,
h2.size-title-box {
    font-size: 1.35rem;
    font-weight: bold;
}

.btn-view-all {
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: .4s ease-in-out all;
    -o-transition: .4s ease-in-out all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease-in-out all;
    border-radius: 24px;
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 10px 18px;
    max-width: 180px;
    margin: 0 auto;
    white-space: nowrap;
}

.btn-view-all>img {
    width: 24px;
}

.top-title a>img {
    width: 18px;
    height: 18px;
}

.btn-view-all:hover {
    background-color: #dbdbdb;
    color: #000;
}

#we-us {
    padding: 15px 0;
}

#we-us .we-left h2 {
    padding-bottom: 10px;
}

#we-us .we-left p {
    font-size: 14px;
}

.we-right {
    margin-bottom: 20px;
    -webkit-box-shadow: rgb(187 187 187 / 16%) 0 .0625rem .25rem 0;
    box-shadow: rgb(187 187 187 / 16%) 0 .0625rem .25rem 0;
}

.we-right .box-promo {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: block;
    text-align: center;
    min-height: 167px;
}

.we-right .box-promo img {
    width: 60px;
    height: 60px;
}

.we-right .box-promo h4 {
    font-size: 18px;
    padding-bottom: 5px;
}

.we-right .box-promo p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
    color: #666;
}

.we-right .box-promo p b {
    color: #fd0f02;
}

p.info-des {
    font-size: 14px;
    display: block;
    line-height: 20px;
}

.bg-orange {
    border-radius: 6px;
}

.bg-blue {
    border-radius: 6px;
}

.post-one {
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    overflow: hidden;
}

.pxx-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.item-one-media {
    position: relative;
}

.item-one-media .box-figw {
    display: block;
    width: 100%;
    height: 185px;
    margin-bottom: 0;
    background-size: cover;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.item-one-media .tick-style {
    position: absolute;
    top: 2%;
    left: 2%;
}

.are-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.item-one-media .are-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.post-one-content {
    display: flex;
    width: 100%;
    padding: 10px 5px 10px 10px;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.post-head-one a {
    display: block;
    font-size: 14px;
    padding-top: 5px;
    height: 45px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
}

.post-head-one a:hover {
    color: #222325;
}

.content-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 28px;
}

.intro-text {
    font-size: 14px;
    color: #505050;
}

.item-once-price {
    color: #fd0f02;
    font-size: 14px;
    font-weight: bold;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-place {
    color: #6c6c6c;
    display: block;
    font-size: 14px;
    padding: 3px 0;
    white-space: nowrap;
}

.item-times {
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}

.trenkey-wrapper {
    position: relative;
}

.trendkey-top {
    overflow-x: auto;
    display: flex;
    list-style: none;
    padding: 0;
}

.trendkey-top .trendkey {
    min-width: 25%;
    margin-right: 8px;
    background-color: #fff;
    text-transform: capitalize;
    padding: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
}

.trendkey-top .trendkey a {
    color: #0365f0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item-attract,
.item-diamond,
.item-gold {
    position: relative;
    background-color: #fff;
    width: 100%;
    margin-bottom: 1rem;
    min-width: 610px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    border-radius: 6px;
    z-index: 0;
}

.item-normal {
    position: relative;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0 10px 10px;
    border-radius: 10px;
}

.item-gold .type-gold {
    float: left;
    display: block;
}

.type-gold {
    width: calc(100% - 348px);
}

.type-attract,
.type-diamond {
    position: relative;
}

.type-attract .media-attract,
.type-diamond .media-diamond {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
}

.media-attract,
.media-diamond {
    width: calc(100% + 2px);
    margin-left: -0.5px;
    margin-right: -0.5px;
    float: none;
    border-radius: 4px 4px 0 0;
}

.media-attract>.pre-img-left,
.media-diamond>.pre-img-left {
    position: relative;
    width: calc(563/848*100%);
    float: left;
}

.media-attract>.pre-img-left .pre-img-child,
.media-diamond>.pre-img-left .pre-img-child {
    position: relative;
    padding-bottom: 51.5%;
}

.media-attract>.pre-img-left .pre-img-child>div,
.media-diamond>.pre-img-left .pre-img-child>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.media-attract>.pre-img-left .pre-img-child>div>img,
.media-diamond>.pre-img-left .pre-img-child>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-attract .img-child,
.media-diamond .img-child {
    position: relative;
    float: left;
}

.media-attract .pre-img-right,
.media-diamond .pre-img-right {
    width: calc((100% - 281/848*100% - 0px)/2 - 0px);
    margin-left: 1px;
}

.media-attract .pre-img-right>div>span,
.media-diamond .pre-img-right>div>span {
    display: block;
}

.media-attract .pre-img-right>div>span,
.media-diamond .pre-img-right>div>span {
    width: 121px;
    height: calc(165px* 3 / 4);
    margin-right: 1px;
    float: left;
    margin-bottom: 1px;
    max-width: 104%;
    position: relative;
}

.media-attract .pre-img-right>div>span>img,
.media-diamond .pre-img-right>div>span>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-attract::after,
.media-diamond::after {
    position: absolute;
    width: 99.7%;
    height: 40px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #222325 108.75%);
    content: '';
    z-index: 1;
    border-bottom-left-radius: 4px;
}

.item-attract-title a,
.item-diamond-title a {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
}

.item-attract-title a,
.item-diamond-title a {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
}

.item-attract-title a:hover,
.item-diamond-title a:hover,
.item-gold-head a:hover,
.item-head a:hover {
    color: #333;
}


/* .type-diamond .vip-diamond {
    background: url(../image/type-vip2.svg) no-repeat left center transparent;
    width: 100%;
}

.item-gold .vip-gold {
    background: url(../image/type-gold.svg) no-repeat left center transparent;
    width: 100%;
} */

.type-attract .card-label-img,
.type-diamond .card-label-img,
.type-diamond .card-label-img,
.item-gold .card-label-img {
    position: absolute;
    background-repeat: no-repeat;
    top: 5px;
    left: 5px;
}

.item-media {
    position: relative;
    margin: 0 10px 0 0;
}

.pre-piture-thumb {
    width: 190px;
    height: 200px;
    position: relative;
    max-width: 200px;
    background-size: cover;
    overflow: hidden;
    border-radius: 6px;
}

.img-converimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.converimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 0px 0px 0px;
}

.tick-item {
    position: absolute;
    right: 4%;
    bottom: 5%;
    width: 24px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 99;
}

.tick-item>b {
    font-size: 12px;
    color: white;
    position: relative;
    font-weight: 400;
    z-index: 1;
}

.tick-item>span {
    font-size: 12px;
    color: white;
    position: relative;
    z-index: 1;
}

.count-imgitem {
    position: absolute;
    bottom: 5px;
    right: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 99;
}

.count-imgitem>span {
    color: white;
    position: relative;
    z-index: 1;
}

.count-imgitem>span.count-images {
    font-size: 16px;
    font-weight: 400;
}

.count-itemimg {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 99;
}

.count-itemimg>span {
    font-size: 12px;
    color: white;
    position: relative;
    z-index: 1;
}

.count-itemimg>span.count-images {
    font-size: 16px;
    font-weight: 600;
}

.showdow-image {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #222325 108.75%);
    content: '';
    z-index: 1;
}

.clear-box {
    clear: both;
}

.clear-border {
    clear: both;
    border-top: 1px solid #f2f2f2;
}

.item-gold .card-media {
    float: left;
    position: relative;
}

.item-gold .card-media::after {
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #222325 108.75%);
    content: '';
    z-index: 1;
    border-bottom-left-radius: 4px;
}

.box-more {
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 20px 0;
}

.box-more a {
    position: relative;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 10px;
    line-height: 25px;
}

.box-more a>img {
    width: 18px;
    height: 18px;
}

.box-more a:hover {
    background-color: #eee;
}

.card-media {
    width: 348px;
    margin-left: -1px;
    margin-top: -1px;
    border-radius: 0;
}

.list-img>div {
    display: flex;
}

.list-img>div>span {
    display: block;
    float: left;
}

.list-img span:not(:nth-child(1)) {
    width: 115px;
    height: calc(115px * 3/4);
    margin-right: 2px;
}

.list-img span:last-of-type {
    margin-right: -1px;
    width: 114px;
}

.list-img>div>span {
    width: 115px;
    height: calc(115px * 3/4);
    margin-right: 2px;
}

.list-img span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-gold {
    width: 100%;
    height: calc(348px * 1/2);
    margin-bottom: 2px;
}

.type-gold-content {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 5px;
}

.type-gold-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.item-gold-head a {
    display: block;
    line-height: 22px;
}

.item-gold-head a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.author-item span {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author-item span.author-name a {
    color: #5c5c5c;
    font-size: 14px;
}

.numberphone {
    color: #fff;
    background: #0365f0;
    border: 1px solid #0365f0;
    height: 34px;
    line-height: 20px;
    font-weight: 500 !important;
    letter-spacing: -.2px;
    padding: 6px 11px;
    border-radius: 4px;
    white-space: nowrap;
}

.numberphone>img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.numberphone a {
    color: #fff;
    font-size: 14px;
}

.user-holine a {
    color: #fff;
    background: #0365f0;
    border: 1px solid #0365f0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700 !important;
    letter-spacing: -.2px;
    padding: 5px 11px;
    border-radius: 4px;
}

.user-holine a:hover {
    background: #0365f0;
    border: 1px solid #0365f0;
}

.user-holine a i {
    font-size: 14px;
    padding-right: 5px;
}

.sumfile {
    position: relative;
    right: 4px;
}

.ads-right,
.ads-left {
    padding-top: 20px;
}

.ads-right,
.ads-left {
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
}

.title-cate {
    font-size: 20px;
    line-height: 22px;
    display: block;
    font-weight: bold;
}

.slide-category {
    margin-right: 8px;
    background-color: #f4f4f4;
    text-transform: capitalize;
    padding: 6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.slide-category a {
    text-align: center;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item-content {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.like-product {
    position: absolute;
    top: 1px;
    right: 0px;
}

.like-product .img-like {
    z-index: 90;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url(../image/lineal-gray.svg) center center no-repeat;
}

.item-head a {
    font-size: 14px;
    line-height: 18px;
    max-height: 48px;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-right: 5px;
}

.item-info {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-info span {
    display: flex;
    font-size: 16px;
    align-items: center;
    -webkit-box-align: center;
}

.item-info span svg {
    margin-right: 5px;
}

.item-info span strong {
    padding-right: 2px;
    font-weight: bold;
}

.item-price {
    color: #fd0f02;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-position {
    color: #5c5c5c;
    padding-bottom: 0.5rem;
    white-space: nowrap;
}

.item-position span {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
}

.item-position span svg {
    margin-right: 5px;
}


/* right cate */

.scroll-bar-nav {
    max-height: 300px;
    overflow: auto;
    padding-right: 6px;
}

.trendkey-top::-webkit-scrollbar {
    height: 4px;
    width: 6px;
}

.scroll-bar-nav::-webkit-scrollbar {
    width: 6px;
}

.scroll-bar-nav::-webkit-scrollbar-thumb,
.trendkey-top::-webkit-scrollbar-thumb {
    background-color: #e5e7eb;
    border-radius: 4px;
    -webkit-border-radius: 5px;
}

.filter-category {
    margin-bottom: 15px;
}

.filter-category,
.filter-cities {
    background-color: #ffff;
    width: 100%;
    padding: 1rem;
    border-radius: 10px;
    -webkit-box-shadow: rgb(187 187 187 / 16%) 0 .0625rem .25rem 0;
    box-shadow: rgb(187 187 187 / 16%) 0 .0625rem .25rem 0;
}

.filter-cities {
    margin-bottom: 15px;
}

.filter-category>span,
.filter-cities>span {
    font-size: 16px;
    display: block;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.filter-category>ul,
.filter-cities>ul {
    padding-left: 15px;
    transition: all 0.2s ease 0s;
}

.filter-category>ul li,
.filter-cities>ul li {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-top: 11px;
}

.filter-category>ul li::marker,
.filter-cities>ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    list-style: circle !important;
}

.filter-category>ul li a,
.filter-cities>ul li a {
    color: #222325;
}

.filter-category>ul li a:hover,
.filter-cities>ul li a:hover {
    color: #0365f0;
}

.filter-cities>ul li.text-fills {
    float: left;
    width: 50%;
}

.filter-trendkey {
    width: 100%;
    padding: 1rem 0;
}

.filter-trendkey>span {
    color: #222325;
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 22px;
}

.filter-trendkey>ul {
    transition: all 0.2s ease 0s;
}

.filter-trendkey>ul li {
    color: #b5b5b5;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    list-style: none;
}

.filter-trendkey>ul li a {
    color: #222325;
}

.filter-trendkey>ul li a:hover {
    color: #0365f0;
}

ul.filter-list li:nth-child(n+10) {
    display: none;
}

ul.filter-list li.showList:nth-child(n+10) {
    display: list-item;
}

.filter-cities label.more {
    padding-top: 2rem;
    color: #212325;
    font-size: 0.875rem;
}

.filter-cities label.more.showMe {
    display: block;
    text-align: center;
}

.filter-cities .more {
    cursor: pointer;
}

#box-item-detail .nav-menu {
    padding: 15px 0;
}

.container-slide {
    display: block;
    position: relative;
}

.boximg-preview {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: rgb(187 187 187 / 16%) 0 .0625rem .25rem 0;
    box-shadow: rgb(187 187 187 / 16%) 0 .0625rem .25rem 0;
}

.gallery-thumbs {
    margin-top: 10px;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    max-width: 105px;
    height: 80px;
    background-size: cover;
    /* opacity: 0.5; */
    margin-top: 10px;
    border-radius: 0.5rem;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #fe9900;
    opacity: 1;
}

.photopreview {
    height: 60vh;
    max-height: 460px;
}

.preview-one {
    width: 100%;
    height: 100%;
}

.boximg-preview a img {
    height: 100%;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    opacity: 1;
    transition: opacity .5s;
    transition-delay: 0s;
}

.img-preright {
    position: relative;
    background-color: #000;
    width: 100%;
    height: 207px;
    margin-bottom: 7px;
    border-radius: 0 .8rem .8rem 0;
    overflow: hidden;
}

.img-preright img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity .5s;
    transition-delay: 0s;
}

.img-preright img:hover,
.boximg-preview a img:hover {
    transition-delay: .15s;
    opacity: .7;
    cursor: pointer;
}

.box-previewtwo {
    position: absolute;
}

.preview-two {
    width: calc(321px - 0.5rem);
    height: 100%;
    background-color: #000;
}

.preview-two img {
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: .5s;
    transition-delay: 0s;
    object-fit: cover;
}

.box-previewtwo {
    height: calc(50% - 0.25rem);
}

.preview-two img {
    border-top-right-radius: 0.5rem;
}

.pre-img {
    position: relative;
    display: block;
    padding-top: 66.66667%;
}

.pre-img img.pr-img {
    -o-object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-thumbnail-slide {
    background: #fff;
}

.pre-thumbnail-slider {
    padding: 10px 0 10px 0;
    height: 100%;
}

.pre-thumbnail-slider .pre-thumb {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.pre-thumbnail-slider .pre-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    object-fit: cover;
}

#box-item-detail .product-detail,
.info-post-user,
.this-info-project {
    background-color: #fff;
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 10px;
    -webkit-box-shadow: rgb(187 187 187 / 16%) 0 .0625rem .25rem 0;
    box-shadow: rgb(187 187 187 / 16%) 0 .0625rem .25rem 0;
}

.info-post-user p {
    margin-bottom: 0;
}

.product-heading {
    padding-bottom: 20px;
}

.product-heading h1 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.product-price {
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-prices {
    font-size: 20px;
    padding-left: 0px;
}

.info-area,
.info-bedroom {
    font-size: 20px;
    padding-left: 40px;
}

.info-prices span,
.info-area span,
.info-bedroom span,
.datepost span {
    display: block;
    color: #000;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-prices span.text-gray,
.info-area span.text-gray,
.info-bedroom span.text-gray,
.datepost span.text-gray {
    color: #888;
    font-weight: normal;
    font-size: 0.875rem;
}

.info-prices span i,
.info-area span i,
.info-bedroom span i {
    font-style: normal;
    font-size: 16px;
    color: #5c5c5c;
    margin-left: 2px;
}

.box-detail-des {
    position: relative;
}

.box-maps {
    position: absolute;
    right: 0;
    bottom: 0;
}

.box-maps>iframe {
    border-radius: 10px;
}

.product-waring {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-top: 1rem;
}

.product-waring .waring-p {
    position: relative;
    padding: 0px 30px;
}

.product-waring .waring-p p {
    font-size: 0.875rem;
    color: #5c5c5c;
    margin-bottom: 0;
}

.product-waring .waring-p span {
    font-weight: bold;
    color: #0365f0;
}

.product-waring .waring-p::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../image/check-post.svg) center center / cover no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}

.product-code {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1rem 0 0 0;
    padding-top: 1rem;
    border-top: 1px solid #e9e9e9;
}

.datepost {
    font-size: 0.875rem;
}

.datepost-exp,
.code-type,
.code-post {
    font-size: 0.875rem;
    padding-left: 70px;
}

.datepost-exp span,
.code-type span,
.code-post span,
.datepost span {
    display: block;
    color: #222325;
    font-weight: bold;
}

.datepost span.text-gray,
.datepost-exp span.text-gray,
.code-type span.text-gray,
.code-post span.text-gray {
    color: #888;
    font-weight: normal;
    font-size: 0.875rem;
}

.product-position {
    padding-bottom: 5px;
}

.product-position,
.time-posts {
    font-size: 0.875rem;
}

.product-position span {
    display: flex;
    color: #525252;
    font-size: 14px;
    line-height: 20px;
}

.product-position span svg {
    margin-right: 5px;
}

.time-posts {
    color: #888;
}

.time-posts {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    white-space: nowrap;
}

.time-posts>svg {
    fill: #888;
    padding-right: 5px;
}

.product-content {
    border-top: 1px solid #eee;
}

.product-content .content-text {
    font-size: 14px;
    overflow-wrap: break-word;
    word-break: break-word;
    text-align: justify;
    white-space: pre-line;
    line-height: 22px;
}

.product-content .content-text br {
    display: block;
    content: "";
    margin-top: -5px;
}

.product-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
}

.content-text>h2,
.product-info>h2 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.product-info ul li {
    width: calc(50% - 15px);
    float: left;
    color: #222325;
    display: inline-flex;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    list-style: none;
}

.product-info ul li:nth-child(1),
.product-info ul li:nth-child(2) {
    border-bottom: 1px solid #eee;
}

.product-info ul li:not(:nth-child(2n)) {
    margin-right: 30px;
}

.product-info ul li span>i {
    color: #222325;
    font-size: 1.25rem;
    padding-right: 1rem;
}

.product-info ul li span.icon-area::after,
.product-info ul li span.icon-direct::after,
.product-info ul li span.icon-room::after,
.product-info ul li span.icon-legal::after,
.product-info ul li span.icon-price::after,
.product-info ul li span.icon-bal::after,
.product-info ul li span.icon-toilet::after,
.product-info ul li span.icon-floors::after,
.product-info ul li span.icon-fur::after,
.product-info ul li span.icon-apart::after {
    content: "";
    width: 24px;
    height: 24px;
    opacity: 0.8;
    position: relative;
    float: left;
    margin-right: 1rem;
}

.product-info ul li span.icon-area::after {
    background: url(../image/land-area.png) center center / cover no-repeat;
}

.product-info ul li span.icon-direct::after {
    background: url(../image/directions-icon.png) center center / cover no-repeat;
}

.product-info ul li span.icon-room::after {
    background: url(../image/bedroom.png) center center / cover no-repeat;
}

.product-info ul li span.icon-legal::after {
    background: url(../image/legal.png) center center / cover no-repeat;
}

.product-info ul li span.icon-price::after {
    background: url(../image/price.png) center center / cover no-repeat;
}

.product-info ul li span.icon-bal::after {
    background: url(../image/direct_bal1.png) center center / cover no-repeat;
}

.product-info ul li span.icon-toilet::after {
    background: url(../image/bathroom.png) center center / cover no-repeat;
}

.product-info ul li span.icon-floors::after {
    background: url(../image/floors.png) center center / cover no-repeat;
}

.product-info ul li span.icon-fur::after {
    background: url(../image/interior-icon.png) center center / cover no-repeat;
}

.product-info ul li span.icon-apart::after {
    background: url(../image/icon-aparment.png) center center / cover no-repeat;
}

.title-info-project {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.this-info-project picture {
    display: block;
    width: 130px;
    height: 100px;
    margin-right: 15px;
}

.this-info-project picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.preview-info-project a {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.item-info-project {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-info-project span {
    display: flex;
    color: #5c5c5c;
    font-size: 14px;
    align-items: center;
    -webkit-box-align: center;
}

.item-info-project span svg {
    margin-right: 5px;
}

.info-project-invest {
    font-size: 14px;
    color: #828282;
}

.buy-contact-us {
    background-color: #f2f3f4;
    position: relative;
    padding: 25px 0;
}

.box-buyerform {
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 10px;
}

.box-buyerform #successMsgshow,
.product-user #successMsgshow1 {
    display: block;
    color: #ff3b00;
    padding: 5px;
}

.send-buyer {
    margin: 10px 15px 20px 5px;
}

.button_more {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    appearance: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #c82021;
    border: 1px solid #c82021;
    border-radius: 6px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: -.1px;
    line-height: 1.5;
    padding: 0.6875rem 2rem;
    text-align: center;
    text-rendering: optimizeLegibility;
    transition: all .1s ease-out 0s;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.justify-center {
    flex: 1;
    justify-content: center;
}

.button-outlined {
    background-color: #fff;
    border: none;
    margin: 1rem 0;
    display: block;
    min-width: 180px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 24px;
    white-space: nowrap;
}

.button-outlined a {
    color: #4c4c4c;
}

.button-outlined:hover {
    background-color: #dbdbdb;
}

.button-outlined a:hover {
    color: #333;
}


/* right */

.fix-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
}

.product-user {
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: rgb(187 187 187 / 16%) 0 .0625rem .25rem 0;
    box-shadow: rgb(187 187 187 / 16%) 0 .0625rem .25rem 0;
}

.title_contact {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.product-user .form-group>input,
.form-group>.input-group>input,
.send-buyer .form-group>input {
    height: 50px;
    border: 1px solid #c0c0c0;
    border-radius: 6px;
}

.product-user textarea.form-control {
    border: 1px solid #c0c0c0;
    border-radius: 6px;
    resize: none;
}

.send-buyer #customer-message {
    resize: none;
}

.user-info-right {
    position: relative;
    padding-bottom: 20px;
    -webkit-box-align: center;
    align-items: center;
}

.user-info-right .text-info-user {
    text-align: center;
}

.thumnail-agency {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.thumnail-agency .avatar-64 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.1s ease 0s;
}

.text-info-user span {
    display: block;
}

.product-user .text-gray {
    font-size: 12px;
    color: #888;
    align-items: center;
}

.product-user .user-name {
    font-weight: bold;
}

.product-user .text-gray img {
    margin-right: 5px;
}

.button-form {
    background-color: #0365f0;
    width: 100%;
    height: 50px;
    padding: 12px 10px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.button-form:hover {
    color: #f2f2f2;
}

.button-phone {
    background: #0365f0;
    width: 100%;
    height: 46px;
    padding: 12px 0px;
    border-radius: 8px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    margin: 0 auto;
}

.button-phone>img,
.button-zalo>img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.button-phone>a {
    color: #fff;
    font-size: 16px;
    font-weight: 500 !important;
    text-align: center;
}

.button-zalo {
    background: #fff;
    border: 1px solid #eee;
    width: 100%;
    height: 46px;
    padding: 12px 0px;
    border-radius: 8px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    white-space: nowrap;
    margin: 0 auto;
}

.button-zalo>a {
    color: #0365f0;
    font-size: 16px;
    font-weight: 500 !important;
    text-align: center;
}

.button-formmail {
    background: #e2f1ff;
    border: 1px solid #fff;
    padding: 12px 0;
    border-radius: 6px;
    font-size: 14px;
    height: 48px;
    white-space: nowrap;
}

.button-formmail .mess_user {
    background-color: transparent;
    color: #222325;
    font-weight: 500;
}

.box-cate {
    padding-top: 1rem;
}

.fixed-bottom {
    background-color: #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}

.button_mobile a {
    width: 100%;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center
}

.button_mobile a.btn {
    color: #606060;
    font-size: 14px;
    border-radius: 0!important;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.button_mobile a svg {
    width: 26px;
    height: 26px;
    margin-bottom: 2px;
}

.button_mobile a span.post-animation {
    box-shadow: none;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #fd0f02;
    border: 5px solid white;
    display: inline-block;
}

.button_mobile a span.post-animation>svg {
    width: 33px;
    height: 33px;
    fill: #fd0f02;
}

.button_mobile a span.post-animation>i {
    display: block;
    font-style: normal;
    color: #fff;
}

a.button_defaul {
    background-color: #19a463;
    border-radius: 0!important
}

.contact-form-send {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}


/* vbpl */

.document-box {
    width: 100%;
    background: #FFFFFF;
    margin: 1em 0em;
    border: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: none;
    border-radius: 0.28571429rem;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
    border-collapse: separate;
    border-spacing: 0px;
}

.document-box .summary-vbpl {
    font-size: 14px;
    padding: 10px;
}

.row-dcm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-dcm {
    font-size: 14px;
}

#list-vbpl .summary {
    font-size: 14px;
}

#list-vbpl .flex-fill {
    padding-bottom: 0;
}

.document-list .row-dcm>div {
    display: flex;
    align-items: center;
    padding: 0 6px;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: none;
    border-left: none;
}

.document-list .row-dcm>div.col-md-7,
.document-list .row-dcm>div.col-lg-7 {
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.document-list .row-dcm .title-vb {
    display: block;
    padding: 5px;
}

.document-list .row-dcm .title-vb a {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.document-list .row-dcm .title-vb a:hover {
    text-decoration: none;
    color: #0069d9;
}

.vbpl-search {
    background-color: #fff;
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.vbpl-search {
    font-size: 14px;
}

.btn-search-vbpl {
    position: absolute;
    top: 30px;
    right: 15px;
    background-color: #0069d9;
    height: 46px;
    font-size: 14px;
    color: #fff;
    border-radius: 0 8px 8px 0px;
}

.btn-search-vbpl:hover {
    color: #f2f2f2;
}

.vbpl-strong {
    display: flex;
    width: 100%;
    height: 46px;
    align-items: center;
}

.document-detail h1.docm-h1 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.docm-table {
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #dedede;
}

.docm-table .td-heder {
    background-color: #f9fafb;
    width: 30%;
    font-weight: bold;
}

.document-content-vb {
    background-color: #fff;
    font-size: 14px;
    text-align: justify;
    border: 1px solid #dedede;
    border-radius: 6px;
    padding: 15px;
}

.tool-vbpl {
    border: 1px solid #dedede;
    border-radius: 6px;
    background-color: #f9fafb;
    margin-bottom: 15px;
    padding: 10px;
}

.tool-vbpl a.vbpl-down {
    background-color: #0069d9;
    color: #FFFFFF;
    text-shadow: none;
    width: 100%;
    display: flex;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.tool-vbpl a.vbpl-print {
    background-color: #198f35;
    color: #FFFFFF;
    text-shadow: none;
    width: 100%;
    display: flex;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.tool-vbpl a.vbpl-down i,
.tool-vbpl a.vbpl-print i {
    margin-left: 10px;
}

.tool-vbpl a.vbpl-down:hover,
.tool-vbpl a.vbpl-print:hover {
    text-decoration: none;
}

.document-hot {
    background-color: #fff;
    border: 1px solid #e2e7e8;
    border-radius: 6px;
    padding: 10px 15px;
}

.document-hot span {
    font-weight: bold;
    font-size: 17px;
    display: block;
    border-bottom: 1px solid #e2e7e8;
    padding-bottom: 5px;
}

.document-hot ul li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #e2e7e8;
}

.document-hot ul li:last-child {
    border-bottom: none;
}

.document-hot ul li a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: block;
    line-height: 20px;
}

.document-hot ul li a:hover {
    color: #0069d9;
    text-decoration: none;
}

.document-content-vb table tr td {
    padding: 5px;
    border: 1px solid #eaeaea;
}


/* moi gioi */

.infos-mogioi {
    display: block;
    width: 100%;
}

.field-mogioi-image {
    background-color: #ebfff1;
    padding: 10px;
    border-radius: 10px;
}

.listall-mogioi {
    padding: 10px 0px;
    border-radius: 10px;
}

.thumnail-mogioi-detail {
    display: block;
    width: 110px;
    height: 110px;
    margin-right: 20px;
}

.thumnail-mogioi-detail img {
    width: 110px;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    overflow: hidden;
}

.thumnail-mogioi {
    display: block;
    width: 140px;
    height: 140px;
    margin-right: 15px;
}

.thumnail-mogioi img {
    width: 140px;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-top: unset;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

.box-info-mogioi {
    background-color: #fff;
    padding: 15px;
    font-size: 14px;
    border-radius: 12px;
    margin-bottom: 15px;
    border: 1px solid #e2e7e8;
    list-style: none;
    -webkit-transition: .55s;
    -moz-transition: .55s;
    -o-transition: .55s;
    transition: .55s;
}

.box-info-mogioi:hover {
    background-color: #fef9fd;
}

.infos-mogioi a strong {
    font-size: 20px;
    font-weight: bold;
}

.infos-mogioi a:hover {
    text-decoration: none;
}

.cty-moigioi {
    display: block;
    color: #5c5c5c;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.row-aremg,
.row-prmg,
.row-edumg,
.row-lgmg {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
}

.row-aremg svg,
.row-prmg svg,
.row-edumg svg,
.row-lgmg svg {
    display: block;
    width: 24px;
    height: 18px;
    margin-right: 5px;
}

.row-aremg span,
.row-prmg span,
.row-edumg span,
.row-lgmg span {
    display: block;
    color: #2c2c22;
    font-size: 14px;
    line-height: 20px;
}

.btn-xemmg {
    background-color: #fff;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 13px;
    margin: 5px 0;
    align-items: center;
    font-weight: normal;
    max-width: 100%;
    text-transform: uppercase;
}

.btn-xemmg:hover {
    background-color: #f2f2f2;
    color: #000;
}

.btn-callmg {
    background-color: #0365f0;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 5px 0;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-callmg>svg {
    margin-right: 3px;
}

.btn-callmg:hover {
    color: #f2f2f2;
}

.view-content-moigioi {
    background-color: #fff;
    padding: 15px;
    font-size: 14px;
    border-radius: 12px;
    margin-bottom: 15px;
    border: 1px solid #e2e7e8;
    list-style: none;
    -webkit-transition: .55s;
    -moz-transition: .55s;
    -o-transition: .55s;
    transition: .55s;
}

.thumnail-moigioi-detail {
    display: block;
    width: 160px;
    height: 170px;
    margin-right: 15px;
}

.thumnail-moigioi-detail img {
    width: 160px;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    margin-top: unset;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

.moigioi-show-detail>h1 {
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.about-mg {
    position: relative;
    margin-top: 15px;
}

.about-mg span {
    font-size: 20px;
    width: 100%;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e2e7e8;
}

.contact-us-form {
    margin-top: 33px;
}

.faq-section {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.faq-section .size-title-box {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.faq-section .card {
    border: none;
}

.faq-section .card-header {
    border: none;
    border-bottom: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 10px 0 10px 0;
}

.faq-section .card-header:last-child {
    border-bottom: none !important;
}

.faq-section .card-body,
.faq-section .card-body p {
    font-size: 14px;
}

.faq-section .mb-0>a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
}

.faq-section .mb-0>a:hover {
    color: #0365f0;
}

.faq-section .mb-0>a::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    font-weight: 600;
    color: #E03C31;
    margin-right: 8px;
    vertical-align: middle;
    font-size: 14px;
}

.faq-section .mb-0>a[aria-expanded="true"]::before {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}