@media (min-width: 1200px) {
    /* .container {
        max-width: 1300px;
    } */
}

.button-green,
.top-review .li-box {
    box-shadow: 0 0 30px -15px rgb(0 0 0 / 40%)
}

.button-green,
.button-green:hover {
    -webkit-animation: 15s infinite bggradient
}

.navbar-toggler:not(:disabled):not(.disabled),
.style-button,
.style-hd {
    cursor: pointer
}

.d-block-float,
.nav>li,
.navbar-brand,
.style-button,
.style-hd {
    position: relative
}

.card-master-title h3,
.card-master-title h4 {
    font-size: 1.8rem;
    font-weight: 700
}

.b-users-img,
.img-choice,
.swiper-slide img {
    object-fit: cover
}

.style-button,
.style-hd,
img {
    vertical-align: middle
}

* {
    margin: 0;
    padding: 0;
    border: none
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    background-color: #f8f9f8;
}

body,
button,
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
input,
label,
legend,
option,
textarea {
    outline: 0;
    zoom: 1;
    color: #000
}

li,
ol,
ul {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 20px;
    margin: 0
}

.top-menu a {
    color: #ec3237;
    font-weight: 700;
}

.hotline-no a:hover {
    text-decoration: none;
}


/* .down-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
} */

.dropdown-menu li>a>i {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 5px
}

.dropdown-menu li.nav-item>a>i {
    font-size: 1rem;
    color: #0069ff;
    padding-right: 5px
}

.button-green {
    background-color: #fff;
    color: red!important;
    -webkit-box-shadow: 0 0 30px -15px rgb(0 0 0 / 40%);
    animation: 15s infinite bggradient;
    border: none
}

.button-green:hover {
    background-color: #ff1717;
    background-size: 400% 400%;
    animation: 15s infinite bggradient
}

.pure-button {
    margin: 2px 0 0 10px;
    padding: 6px 15px!important;
    text-shadow: none;
    font-size: 1rem!important;
    font-weight: 400!important;
    text-decoration: none!important;
    border-radius: 5px!important
}

.b-users-reg,
.style-hd {
    font-weight: 600!important
}

.pure-button:hover {
    background: -webkit-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #06f992);
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #06f992);
    background-size: 400% 400%;
    -webkit-animation: 15s infinite bggradient;
    animation: 15s infinite bggradient
}

.navbar-toggler-icon {
    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")
}

.bg-invers .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-brand>img {
    max-width: 150px;
    -webkit-transition: max-height .1s linear;
    -moz-transition: max-height .1s linear;
    -ms-transition: max-height .1s linear;
    -o-transition: max-height .1s linear;
    transition: max-height .1s linear
}

.my-logo a:after,
.my-logo a:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 10px;
    height: 100%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .75)
}

.my-logo a:before {
    left: -5%;
    animation: 3s linear infinite alternate light-left
}

.my-logo a:after {
    right: -5%;
    animation: 3s linear infinite alternate light-right
}

@keyframes light-left {
    from {
        left: 0;
        opacity: 1
    }
    to {
        left: 100%;
        opacity: 0
    }
}

@keyframes light-right {
    from {
        right: 0;
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.top-menu {
    background-color: #f7f8f9;
    height: 35px;
    color: #333;
    font-size: .875rem;
    line-height: 35px
}

.navbar-inverse {
    background-color: #fff;
    border: none;
    min-height: 90px;
    border-radius: 0;
    z-index: 1030;
    padding: 0;
    -webkit-box-shadow: 0 1px 4px rgb(64 87 109/7%);
    box-shadow: 0 1px 4px rgb(64 87 109/7%)
}

.navbar-left {
    float: left!important
}

.nav>li {
    display: block
}

.navbar-inverse .navbar-nav>li>a {
    display: flex;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: .3s ease-in-out;
    white-space: nowrap;
    height: 42px;
    line-height: 28px;
}

.navbar-inverse .navbar-nav>li>a.menuiddown-toggle:after {
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: flex;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 5px;
    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:hover {
    color: #2c2c2c;
    text-decoration: none
}

.navbar-inverse .navbar-nav>li>a.down-toggle::after {
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    display: flex;
    font-size: 12px;
    padding-top: 8px;
    padding-left: 5px;
    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.border-roat {
    display: block;
    padding: 0.5rem 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.bg-li {
    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
}

.navbar-inverse .navbar-nav>li>a>span>svg {
    fill: #0069ff;
    font-size: 1.2rem;
    padding-bottom: 1px
}

.b-users-reg {
    color: #0069ff!important
}

a.nav-link .b-users-img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    position: absolute;
    left: -30px;
    top: 0
}

.navbar-inverse .navbar-nav>li ul.dropdown-menu-right::before {
    background-color: #fff;
    content: "";
    height: 17px;
    left: 20%;
    position: absolute;
    top: -7px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 17px;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.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, .1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    transition: .35s ease-out;
    -webkit-transition: .35s ease-out;
    -moz-transition: .35s ease-out;
    -ms-transition: .35s ease-out
}

.heading-title::after,
.heading-title::before {
    content: "";
    left: 50%;
    bottom: 1px;
    transform: translateX(-50%)
}

span.color-user {
    color: #555;
    font-weight: 700
}

span.color-user:hover {
    color: #666
}

.style-hd:hover {
    background-color: #0069ff!important;
    color: #f2f2f2
}

.style-hd {
    background: #3897f1;
    border: none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    outline: 0;
    padding: 8px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 16px
}

.style-hd>i {
    padding-right: 8px
}

.button-send {
    border: 1px solid #dedede;
    background-color: transparent;
    color: #333
}

.style-button {
    background: #3897f1;
    border: none;
    border-radius: 4px!important;
    color: #fff;
    display: inline-block;
    font-weight: 400!important;
    outline: 0;
    padding: 6px 8px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px
}

.style-button>span {
    padding-right: 5px
}

.style-button:hover {
    background-color: #0043ef!important
}

#content-wrapper #content {
    flex: 1 0 auto;
    overflow: auto;
    min-height: 100%
}

.panel {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.content_support_home {
    color: #333;
    margin-top: 30px;
}

.content_support_home a .btn {
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
}

.slogan_support_home {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.content_support_home a:hover {
    text-decoration: none;
}

.btn-zalo2 {
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 50px !important;
    color: #fff;
    background-color: #003ea1;
}

.form-control,
.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-selection,
.has-success.select2-container--krajee .select2-dropdown {
    border-color: #bbb
}

.has-success .select2-container--krajee.select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #bbb
}

.has-success .form-control {
    visibility: initial !important;
}

.select2-container .select2-choice .select2-arrow {
    display: none;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    border-left: 1px solid #d9dbe4
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear {
    right: 2.5rem;
    line-height: 30px
}

.select2-container--krajee-bs4 .select2-search--dropdown .select2-search__field {
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    border: 1px solid #d9dbe4;
    border-radius: 2px
}

.hint-block {
    color: #909090;
    font-size: 14px;
    padding-top: 5px
}

blockquote {
    border-left: 2px solid #0069ff;
    padding-left: 1rem;
    font-style: italic;
    background-color: #f9fafc;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin: 1rem 0 1rem 1rem
}

blockquote.tip:before {
    content: "!";
    background-color: #f66
}

blockquote.success:before,
blockquote.tip:before {
    position: absolute;
    top: 14px;
    left: -12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    font-family: Dosis, "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px
}

.btn-success,
.btn-success:hover {
    background-color: #3897f1;
    border-color: #3897f1
}

.btn {
    font-weight: 500;
    border-radius: 5px
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    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 .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #dd4b39;
    font-size: 14px
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none
}

.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: 0 0 0 3px
}

.select2-container--krajee-bs4 .select2-selection {
    height: 42px;
    border-radius: 5px;
    border-color: #d9dbe4;
    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 .15s ease-in-out, box-shadow .15s ease-in-out
}

.select2-container--krajee-bs4 .select2-selection--single {
    line-height: 1.8
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
    color: #333;
    font-size: 1rem
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__clear {
    top: .5rem;
    right: 1rem
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
    color: #545454;
    background: #d9dbe4;
    border: none;
    border-radius: 2px;
    line-height: 1.4;
    margin: .4rem 0 0 .4rem
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 1.2
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 42px;
    font-size: 1rem
}

.has-success .select2-container--krajee-bs4 .select2-selection,
.has-success.select2-container--krajee-bs4 .select2-dropdown {
    border-color: #d9dbe4
}

.has-success .select2-container--krajee-bs4.select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
    border-color: #d9dbe4
}

.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;
    overflow: hidden;
    padding-bottom: 5px
}

.d-block-float .hint-block>b {
    color: #f33800
}

#news-flash {
    width: 100%;
    height: 40px;
    background-color: #fff
}

#contents,
.card-margin {
    margin-top: 15px
}

.admin-main {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    background: #fff;
    border: 1px solid #d9dbe4;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    line-height: 26px;
    padding: 10px 5px 20px;
    margin: 15px 0 20px;
    overflow-y: auto
}

.box-ads,
.navicat {
    margin: 0 auto
}

.admin-main li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0
}

.admin-main li:last-child {
    border-bottom: 0
}

.admin-main li a {
    color: #000;
    font-size: 1rem;
    padding-left: 10px
}

.admin-main li a:hover {
    text-decoration: none;
    color: #0069ff;
    font-weight: 600
}

.admin-main li a i {
    font-size: 1.125rem;
    padding-right: 5px;
    color: #0069ff
}

.themeuser-form {
    padding: 15px 30px 30px
}

.box-ads,
.elementor-widget {
    padding: 2rem 0;
    position: relative
}

.navicat {
    position: relative;
    width: 49.333%
}

.top-review .li-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px -15px rgb(0 0 0 / 40%);
    border-radius: 1.2rem
}

.top-review .li-box p svg {
    fill: #ec3237;
    width: 45px;
    height: 45px
}

.top-review .li-box h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2
}

.top-review .li-box h4 {
    font-size: .875rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.6
}

.elementor-widget {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor-widget .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 auto
}

.elementor-widget .gallery-icon {
    height: 120px;
    padding: 15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 30px -15px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0 0 30px -15px rgb(0 0 0 / 40%);
    background-color: #fff
}

.elementor-widget .gallery-icon img {
    height: auto;
    width: auto;
    max-width: 90%;
    max-height: 72px;
    object-fit: contain
}

.elementor-widget .gallery-icon::after {
    height: calc(100% - 20px);
    top: 10px;
    right: 0;
    width: 1px;
    background: #dfdfdf
}

.card-master .li-box {
    background-color: #fff;
    border-radius: 15px;
    margin: 1rem 0
}

.card-master-title {
    padding: 10px 0
}

.card-master-title h3 {
    color: #333;
    line-height: 120%
}

.form-group select,
.selectize-input {
    line-height: 30px;
    margin: 0;
    padding: 7px 20px
}

.card-master-title h4 {
    color: #333;
    padding-top: 10px
}

.card-master .li-box ol,
.card-master .li-box ul {
    padding: 20px 10px 15px 20px
}

.card-master .li-box ol li,
.card-master .li-box ul li {
    position: relative;
    padding-bottom: .7rem;
    padding-left: 1.8rem
}

.card-master .li-box ol li:before,
.card-master .li-box ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    color: #19cc95;
    margin-right: 8px;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0
}

.background-overlay {
    background-color: #f3f7fd;
    background-image: url("../image/background_service.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
    transition: background .3s, border-radius .3s, opacity .3s
}

.partent-us {
    background-color: #fff;
}

.img-service {
    height: 180px!important;
    border-radius: 10px;
    padding-top: 0
}

.img-choice {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 10%
}

.footer-logo {
    position: relative;
    max-width: 220px;
    padding-bottom: 15px
}

.hotline .hotline-no,
ul.social-top-header {
    float: left
}

.hotline .hotline-no p a {
    color: #fff;
}

ul.social-top-header li {
    float: left;
    padding: 0 5px
}

ul.social-top-header>li a {
    background-color: transparent;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 15px;
    height: 28px;
    line-height: 29px;
    padding: 0;
    text-align: center;
    width: 28px;
    border: 1px solid #eee;
}

.card-master .li-box h3 {
    line-height: 120%
}

.btn-add {
    border: 1px solid #dedede;
    padding: 6px 15px;
    border-radius: 50px;
    color: #333;
    font-size: .875rem;
    margin-bottom: 10px
}

.btn-next,
.btn-zalo2 {
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 1rem
}

.btn-add:hover {
    color: #0000fe
}

.btn-next {
    background-image: linear-gradient(to right, #129851, #009790 100%);
    font-weight: 600
}

.btn-next:hover {
    background-color: #0000fe;
    color: #f2f2f2
}

.btn-zalo2 {
    background-image: linear-gradient(to right, #129851, #009790 100%);
    font-weight: 500
}

.next-job span {
    font-size: 12px;
    padding-left: 5px
}

.swiper-banner img {
    border-radius: 20px
}

.form-group>input,
textarea.form-control {
    font-size: 14px;
    border-radius: 6px;
    border-color: #d8d8d8
}

.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.fade.in {
    opacity: 1
}

span.preview img {
    max-width: 60px;
    max-height: 60px
}

.themeuser-main .form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #333
}

.form-control.selectize-control {
    height: 42px
}

.selectize-input {
    height: 42px;
    border-radius: 5px;
    border-color: #d9dbe4;
    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: 0
}

.selectize-control.single .selectize-input:after {
    margin-top: 0!important
}

textarea.form-control {
    margin: 0;
    padding: 7px 20px;
    -webkit-transition: border-color .3s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color .3s, _ .3s;
    -o-transition: border-color .3s, _ .3s;
    transition: border-color .3s, _ .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s
}

.form-group select {
    height: calc(1.7em + 0.75rem + 2px);
    border-radius: 6px;
    border-color: #d8d8d8;
    transition: border-color .3s;
    -o-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -webkit-transition: border-color .3s;
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-transition: color .3s, border .3s, background .3s, opacity .3s;
    -o-transition: color .3s, border .3s, background .3s, opacity .3s;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    color: #888;
    font-size: 14px;
    height: 45px;
    border: 0;
}

.detail-head,
.serach-box {
    background-color: #fafbfc
}

.search-lawer {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: .25rem;
    overflow: hidden
}

.heading-title {
    width: 100%;
    color: #0069ff;
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 32px;
    padding-bottom: 13px;
    letter-spacing: .4px;
    text-transform: uppercase
}

.rounded-circle-100,
img.thumbnail-detail {
    width: 120px;
    height: 120px;
    object-fit: cover
}

.heading-title::before {
    height: 1px;
    width: 230px;
    position: absolute;
    background-color: #ddd
}

.heading-title::after {
    width: 100px;
    height: 2px;
    background: #ef9d07;
    position: absolute
}

.search-lawer .pull-left {
    margin-top: 35px
}

.btn-primary {
    background-color: #0069ff;
    border-color: #0069ff
}

.list-items-lawer .summary {
    display: block;
    padding: 20px 0;
    font-size: 16px
}

.item-right p>a,
.summary b {
    color: #0069ff
}

.list-items-lawer article {
    position: relative;
    overflow: hidden
}

.rounded-circle-100 {
    border-radius: 50%
}

.list-items-lawer .common-box {
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: .25rem
}

.list-items-lawer .common-box h2 {
    font-size: 1.25rem;
    font-weight: 400
}

.list-items-lawer .common-box h2 a {
    color: #0069ff;
    font-size: 1.25rem;
    font-weight: 600
}

.list-items-lawer .common-box h2 a i {
    font-size: 1rem;
    color: #0069ff
}

.d-expe i,
.list-items-lawer .common-box p>i {
    color: #9d9d9d;
    font-size: .825rem
}

.badge-primary {
    background-color: #f5f5f5;
    color: #333;
    font-size: .8125rem;
    font-weight: 400
}

.list-items-lawer .common-box .call-hotline .btn {
    padding: .2rem .5rem!important;
    font-size: .85rem
}

.item-right p>a>i {
    font-size: 10px
}

.list-items-lawer .item-common a.b-user {
    font-size: 16px;
    color: #0069ff;
    font-weight: 600
}

.list-items-lawer .item-common a.b-user:hover {
    text-decoration: none;
    color: #0069d9
}

.list-items-lawer .item-common strong.b-exper {
    font-weight: 400
}

.list-items-lawer p {
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: .875rem
}

img.thumbnail-detail {
    position: relative;
    border-radius: 50%
}

.detail-info-head>h1 {
    padding-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 400
}

.detail-info-head>h1 i {
    color: #0069ff;
    padding-left: 5px
}

.detail-info-head>strong {
    color: #000;
    font-size: 24px
}

.detail-info-head p {
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #454545;
    font-size: .9375rem
}

.detail-info-head p i {
    color: #9a9a9a
}

.detail-info-head a {
    font-size: .875rem
}

.detail-contents {
    margin-bottom: 15px
}

.fix-nav .nav-tabs {
    border-bottom: none
}

.fix-nav .nav-tabs a.nav-link {
    padding: .3rem .5rem;
    font-size: .875rem
}

.detail-contents .card-header {
    padding: 2px 10px;
    background-color: #fff;
    border-bottom: 1px solid #eee
}

.detail-contents .card-header i {
    color: #0069ff;
    font-size: 14px
}

.detail-contents .card-body {
    font-size: 16px;
    line-height: 1.5em
}

.detail-contents .card-body i {
    font-size: 10px;
    color: #777
}

.detail-contents .card-header .btn-link {
    color: #545454
}

.detail-contents .card-header .btn-link:hover {
    color: #0069ff;
    text-decoration: none
}

.pagination {
    width: 100%;
    display: inline-block;
    margin: 20px 0;
    text-align: center
}

.pagination>li {
    display: inline
}

.pagination li.active a {
    background: #e01e26!important;
    border: 2px solid #e01e26;
    color: #fff!important
}

.pagination>li>a,
.pagination>li>span {
    display: inline-block;
    padding: 2px!important;
    text-decoration: none;
    background-color: transparent;
    margin: 2px;
    font-weight: 500;
    border: 2px solid #ddd;
    border-radius: 10%!important;
    height: 35px;
    width: 35px;
    line-height: 28px;
    font-size: 1rem!important;
    color: #444
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #e01e26;
    background-color: #ddd
}

.echbay-sms-messenger div.upform-user {
    background-color: yellow;
}

.echbay-sms-messenger div.upform-user {
    background-image: url(../image/upload-icon5.svg);
}

.echbay-sms-messenger div.phonering-alo-alo,
.echbay-sms-messenger div.phonering-alo-messenger,
.echbay-sms-messenger div.phonering-alo-sms,
.echbay-sms-messenger div.phonering-alo-zalo {
    background-color: red
}

.echbay-sms-messenger.style-for-position-br {
    left: auto;
    right: 10px
}

.echbay-sms-messenger {
    text-align: center;
    width: 45px;
    position: fixed;
    bottom: 100px;
    left: 20px;
    display: block;
    z-index: 999
}

.echbay-sms-messenger div.phonering-alo-alo {
    background-image: url(../image/call.png)
}

.echbay-sms-messenger div {
    margin: 14px 0;
    background: center/70% no-repeat #129851;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888
}

.echbay-sms-messenger div.phonering-alo-sms {
    background-image: url(../image/mail.png);
    background-color: #00b70f;
    background-size: 60%
}

.echbay-sms-messenger div.phonering-alo-zalo {
    background-image: url(../image/zalo.png);
    display: block
}

.echbay-sms-messenger div.phonering-alo-messenger {
    background-image: url(../image/messenger.png);
    background-color: #00b70f
}

.echbay-sms-messenger div.phonering-alo-youtube {
    background-image: url(../image/icon-youtbe.png);
    background-color: #fff
}

.echbay-sms-messenger div.phonering-alo-twiter {
    background-image: url(../image/icon-twiter.png);
    background-color: #00a0ca
}

.echbay-sms-messenger a {
    display: block;
    line-height: 45px;
    text-indent: -9999px
}

.deposit {
    position: fixed;
    left: 50px;
    z-index: 9999999;
    height: 40px;
    width: 145px;
    color: #fff;
    padding: 0 0 0 10px;
    bottom: 100px;
    background: linear-gradient(to bottom, red 0, red 100%, red 100%);
    border-radius: 50px;
    line-height: 40px;
}

.hotline {
    position: fixed;
    left: 50px;
    z-index: 9999999;
    height: 40px;
    width: 145px;
    color: #fff;
    padding: 0 0 0 10px;
    bottom: 40px;
    background: linear-gradient(to bottom, red 0, red 100%, red 100%);
    border-radius: 50px;
    line-height: 40px;
}

.hotline p:first-child,
.deposit p:first-child {
    font-family: utm_avobold, sans-serif;
    font-size: 14px
}

.hotline p,
.deposit p {
    font-size: 11px;
    font-family: utm_avoregular, sans-serif;
    margin: 0;
    text-align: center
}

.hotline img,
.deposit img {
    float: left;
    margin: 8px 10px 0 0
}

img {
    border: 0
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }
    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg)
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg)
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

.faa-parent.animated-hover:hover>.faa-wrench,
.faa-wrench.animated,
.faa-wrench.animated-hover:hover {
    -webkit-animation: 1s infinite wrench;
    animation: 1s infinite wrench;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial
}

.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-wrench.animated.faa-fast {
    -webkit-animation: 1.2s infinite wrench;
    animation: 1.2s infinite wrench
}

.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-wrench.animated.faa-slow {
    -webkit-animation: 3.7s infinite wrench;
    animation: 3.7s infinite wrench
}