/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

#loading-table, #loading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
    background: transparent;
    max-width: 100%;
    max-height: 100%;
}

#loading-table img, #loading-box img {
    width: 30px;
    height: 30px;
}

img.loading-icon {
    width: 15px;
    height: 15px;
}

.badge, i, .copy, label {
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
}

.open-input {
    cursor: pointer;
}

.input-group input.error {
    margin-bottom: 22px;
}

.input-group label.error {
    position: absolute;
    bottom: 0;
    left: 0;
}

.form-element .input-group > .form-control, .form-element .input-group > .form-select {
    line-height: 1.5 !important;
    max-height: 33px;
}

.choose-file, .reset-file {
    cursor: pointer;
}

.has-clone {
    position: relative;
    display: inline-block;
    padding-right: 35px;
}

.comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 10px;
    border-bottom: 1px dotted #ececec;
}

.comment-box .comment-box {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.comment-box .comment-box.has-input {
    padding-left: 0;
    padding-right: 0;
}

.comment-box:not(.comment-box-child) > .comment-box {
    padding-left: 10px;
    padding-right: 0;
    margin-left: 5%;
    border-left: 1px dotted #ececec;
    max-width: 95%;
}

.comment-box.has-edit:not(.comment-box-child) > .comment-box.has-input {
    margin-left: 0;
    max-width: 100%;
    padding-left: 0;
    border-left: none;
}

.comment-box.has-edit > .comment-box.has-input {
    border-bottom: none;
}

.comment-box:last-child, .comment-box-child {
    border-bottom: none;
}

.comment-box.has-input {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.comment-box.has-edit > .comment-box-avatar, .comment-box.has-edit > .comment-box-detail {
    display: none;
}

.comment-box-avatar {

}

.comment-box .comment-box.comment-box-child:nth-child(3) {
    margin-top: 5px;
}

.comment-box-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #bfbfbf;
    border-radius: 30px;
    line-height: 30px;
    height: 30px;
    width: 100%;
    background: #f0f2f5;
    margin-left: 10px;
}

.comment-box-input input[type="text"] {
    border: none !important;
    border-radius: 30px !important;
    line-height: 30px !important;
    padding: 0 10px !important;
    width: 100%;
    background: transparent !important;
}

.comment-box-input i {
    line-height: 30px;
    height: 30px;
    width: 38px;
    text-align: center;
}

.comment-box-input span.count-maxlength {
    top: -22px !important;
    right: 10px !important;
}

.comment-box-detail {
    padding-left: 10px;
}

.comment-box-name {
    display: block;
    font-size: 13px;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
}

.comment-box-content {
    display: block;
    color: #666;
    text-align: justify;
    line-height: 20px;
    font-size: 12px;
}

.comment-box-interactive, .comment-box-reply, .comment-box-like, .comment-box-interactive i {
    font-size: 12px;
    line-height: 15px;
    color: #2c6baa;
    cursor: pointer;
}

.comment-box-interactive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 5px;
}

.comment-box-interactive span, .comment-box-interactive b, .comment-box-interactive i {
    font-size: 12px;
}

.comment-box-interactive i {
    margin-right: 3px;
}

.comment-box-reply, .comment-box-like, .comment-box-edit, .comment-box-delete {
    margin-right: 10px;
}

.comment-box-reply {

}

.comment-box-like {

}

.comment-box-time {
    font-size: 12px;
    color: var(--color-note);
}

.image-comment {
    width: 40px;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-comment img {
    max-width: 100%;
    max-height: 100%;
}

.image-comment-none {
    width: 40px;
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: #edecec;
    color: #9197a3;
}

header {
    background: #202020;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-text-light);
    padding: 5px;
}

.header > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header .header-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.header .header-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header a, .header i, .header ul, .header li {
    color: var(--color-text-light);
    line-height: 25px;
}

.header i {
    font-size: 13px;
}

.header a:hover, .header i:hover {
    color: var(--color-text-light);
}

.header ul, .header form, .header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.header ul li {
    padding: 0 5px;
}

.header ul li:last-child {
    border-right: none;
}

.header ul li a {
    padding: 0;
}

.header ul li a span {
    margin-left: 8px;
    font-size: 12px;
}

.header ul li.header-phone {
    padding: 0;
}

.header ul li.header-phone a.header-hotline {
    border-left: 1px solid #6c6c6c;
    padding: 0 8px;
}

.header ul li.header-phone:first-child a.header-hotline {
    border-left: none;
}

.header ul li.header-phone a.header-hotline {
    display: inline;
    line-height: 15px;
}

.header ul li a.header-hotline, .header ul li a.header-hotline:hover {
    font-weight: 500;
    color: var(--color-text-light);
}

.header ul li a.header-hotline i {
    margin-right: 5px;
}

.header ul li a.header-hotline span {
    color: var(--color-text-light);
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.header form {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    padding-left: 10px;
}

.header form input {
    height: 25px;
    line-height: 18px !important;
    padding: 5px 10px !important;
    border: none !important;
}

.header form button {
    padding: 0 5px;
    background: var(--color-section);
}

.header form button i {
    font-size: 13px;
}

.header form i, .header form i:hover {
    color: var(--color-text);
}

nav {
    height: var(--menu-height);
    max-height: var(--menu-height);
    -webkit-box-shadow: 0px 2px 3px #ccc;
    box-shadow: 0px 2px 3px #ccc;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;

}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    max-height: 100%;
    padding: 10px 0 10px 0px;
}

.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
    max-height: 100%;
}

.logo a img {
    height: 100%;
    max-height: 100%;
}

.logo a.website-logo-text, .logo a.website-logo-text:hover {

}

.logo a.website-logo-text span {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-text);
    max-width: 200px;
    padding-left: 5px;
    text-align: left;
    opacity: 0.9;
}

.menu {
    height: 100%;
    max-height: 100%;
}

.menu > ul {
    padding-left: 0;
}

.menu > ul, .menu > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    max-height: 100%;
    margin: 0;
}

.menu > ul > li {
    height: 50px;
}

.menu > ul > li {
    margin: 0 12px;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

.menu > ul > li.menu-more {
    padding: 0 15px;
}

.menu > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text);
    height: 100%;
    max-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.menu > ul > li > a > span {
    font-size: 14px;
    font-weight: 600;
}

.menu ul li > a > i {
    font-size: 20px;
    margin-right: 5px;
}

.menu ul li.menu-home a, .menu ul li a.active, .menu ul li.active a,
.menu ul li.menu-home a i, .menu ul li a.active i, .menu ul li.active a i {
    color: var(--color-text);
}

.menu ul li.menu-home span {


}

.menu ul li {
    position: relative;
}

.menu ul li ul {
    position: absolute;
    z-index: -1;
}

.menu > ul > li > ul {
    top: 95%;
    left: 0;
}

.menu > ul > li.has-sub:not(.menu-more) {
    padding-right: 20px;
}

.menu > ul > li.has-sub:not(.menu-more):before {
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 5px;
    top: 0;
    color: inherit;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 9px;
    line-height: 100%;
}

.menu > ul > li.has-sub:not(.menu-more) > a {
    position: relative;
}

.menu > ul > li:not(.menu-more) > a:after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0px;
    height: 1px;
    background: var(--color-main);
    width: 0;
    -webkit-transition: width 100ms linear;
    -o-transition: width 100ms linear;
    transition: width 100ms linear;
}

.menu > ul > li:not(.menu-more):hover > a:after {
    width: 100%;
}

.menu > ul > li.has-sub:hover {
}

.menu > ul > li:hover:not(.menu-home) > a, .menu > ul > li.has-sub:hover:before {
    color: var(--color-main);
}

.menu > ul > li ul {
    background: var(--color-section);
    padding: 5px 3px 8px 3px;
    margin: 0;
    -webkit-box-shadow: 0px 8px 20px #b6b6b64d;
    box-shadow: 0px 8px 20px #b6b6b64d;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.menu > ul > li > ul {
    opacity: 0;
}

.menu > ul > li ul.open {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1980;
}

.menu > ul > li ul li {
    display: block;
    padding-left: 14px;
    position: relative;
    padding-left: 0;
}

.menu > ul > li.has-sub.menu-more > ul {
    left: unset !important;
    right: 0 !important;
}

.menu > ul > li ul li:hover {
    background: var(--color-section);
}

.menu > ul > li ul li a {
    color: var(--color-text);
    line-height: 20px;
    padding: 5px 10px;
    display: block;
    max-width: 350px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-weight: 500;
    font-size: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.menu > ul > li > ul > li > a {
    opacity: 0.88;
}

.menu > ul > li ul li a:hover {
    color: var(--color-block);
}

.menu > ul > li > ul.ul-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    padding: 5px 0 10px 0;
}

.menu > ul > li > ul.ul-style.open {
    opacity: 1;
}

.menu > ul > li > ul.ul-style > li {
    color: var(--color-text);
    border: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 5px 0px 5px;
}

.menu > ul > li > ul.ul-style > li:hover {
    background: var(--color-section);
}

.menu > ul > li > ul.ul-style > li:before {
    display: none;
}

.menu > ul > li > ul.ul-style > li a {
    position: relative;
    padding: 5px 10px;
    font-size: 13px;
    color: var(--color-text);
    opacity: 0.88;
}

.menu > ul > li > ul.ul-style > li > h4 > a:hover,
.menu > ul > li > ul.ul-style > li > a:hover {
    color: var(--color-block);
}

.menu > ul > li > ul.ul-style > li > h4 > a:before {
    display: none;
}

.menu > ul > li > ul.ul-style > li > h4 {
    padding: 0 10px;
    margin-bottom: 0;
}

.menu > ul > li > ul.ul-style > li > h4 > a {
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding: 8px 0;
    opacity: 1;
}

.menu > ul > li > ul.ul-style > li > h4 > a > i {
    font-size: 16px;
    margin-right: 5px;
    width: 16px;
    max-width: 16px;
    text-align: center;
}

.social-btn {
    position: fixed;
    left: 10px;
    bottom: 50px;
    opacity: 1;
    display: block;
    overflow: hidden;
    z-index: 10000;
    background: rgb(236 32 40 / 0%);
    padding: 2px;
    border-radius: 0;
}

.button-alway-show {
    left: 0;
    bottom: 0;
    opacity: 1;
    z-index: 100000000000;
    display: none;
    width: 100%;
    padding: 0;
}

.social-btn.button-alway-show div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333333%;
    flex: 0 0 33.3333333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-btn.button-alway-show div:last-child {

}

.social-btn a {
    margin-bottom: 10px;
    display: block;
    width: 35px;
}

.social-btn a {
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.social-btn.button-alway-show a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 35px;
    color: #fff;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-btn.button-alway-show a img {
    width: 30px;
    margin-right: 5px;
    margin-left: 03px;
}

.social-btn-desktop {
    overflow: initial;
}

.social-btn-desktop-item {
    background: #fff0;


    padding: 0;
    width: 38px !important;
    height: 38px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    font-size: 28px;
    position: relative;
    overflow: initial;
}

.social-btn-desktop-item:hover {
    color: #fff;
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
}

.social-btn-desktop-item.social-btn-desktop-item-phone {

    background-color: #bf0000 !important;


    background-image: -o-linear-gradient(#19745b 0%, #75b312 55%, #19745b 100%) !important;


    background-image: -webkit-gradient(linear, left top, left bottom, from(#19745b), color-stop(55%, #75b312), to(#19745b)) !important;


    background-image: linear-gradient(#19745b 0%, #75b312 55%, #19745b 100%) !important;
    transform: rotate(-45deg);
}

.social-btn-desktop-item.social-btn-desktop-item-messenger {


    background-image: -o-linear-gradient(
        #005fff 0%,
        #9200ff 50%,
        #ff19d8 100%
    );


    background-image: -webkit-gradient(
        linear,
        left top, left bottom,
        from(#005fff),
        color-stop(50%, #9200ff),
        to(#ff19d8)
    );


    background-image: linear-gradient(
        #005fff 0%,
        #9200ff 50%,
        #ff19d8 100%
    );
}

.social-btn-desktop-item.social-btn-desktop-item-zalo {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.social-btn-desktop-item i, .social-btn-desktop-item img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: inherit;
    border-radius: 100%;
    margin-bottom: 10px;
}

.social-btn-desktop-item i {
    font-size: 22px;
}

.social-btn-desktop-item img {
    width: 100%;
    height: 100%;
    overflow: initial;
    border-radius: initial;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background: transparent;
}

.social-btn-desktop-item span {
    position: absolute;
    left: 15px;
    background: inherit;
    top: 50%;
    margin-top: -13px;
    font-size: 13px;
    height: 26px;
    line-height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 26px;
    z-index: 2;
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
    white-space: nowrap;
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-btn-desktop-item.social-btn-desktop-item-zalo span {
    margin-top: -15px;
}

.social-btn-desktop-item.social-btn-desktop-item-zalo:hover span {
    background-color: #00a4ff;
    padding-left: 26px !important;
    margin-top: -15px;
    z-index: 2;
}

.social-btn-desktop-item:hover span {
    padding-right: 10px;
    padding-left: 26px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.button-menu-mobile, .button-search-mobile {
    display: none;
    height: 100%;
    max-height: 100%;
    width: 50px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-menu-mobile i, .button-search-mobile i {
    font-size: 25px;
    color: var(--color-main);
}

.button-search-mobile i {
    color: var(--color-text);
    font-size: 18px;
    opacity: 0.8;
}

nav {
    -webkit-transition: position 0.1s linear;
    -o-transition: position 0.1s linear;
    transition: position 0.1s linear;
    width: 100%;
    background: var(--color-section);
}

nav.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    height: var(--menu-height-fixed);
}

nav .button-menu-mobile {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

nav.fixed .logo {
    padding: 3px 0 3px 0px;
}

.menu-mobile {
    max-width: 100%;
    width: 100%;
}

.menu-mobile::-webkit-scrollbar {
    width: 0;
}

.menu-mobile {
    scrollbar-width: none;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.menu-mobile::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.menu-mobile::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.menu-mobile {
    position: fixed;
    left: 0;
    width: 100%;
    background: var(--color-section);
    z-index: 1998;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    display: none;
    overflow-x: hidden;
    overflow-y: hidden;
}

.menu-mobile > ul {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.menu-mobile ul li.menu-home i {
    display: none !important;
}

.menu-mobile ul li.menu-home span {
    display: inline-block;
}

.menu-mobile > ul > li {
}

.menu-mobile > ul > li > a, .menu-mobile > ul > li.menu-more > ul > li > a {
    padding: 10px 25px 10px 12px;
    border-top: 1px solid #ededed;
}

.menu-mobile > ul > li:first-child > a {
    border-top: none;
}

.menu-mobile > ul > li.menu-more > a {
    display: none;
}

.menu-mobile > ul > li.menu-more > ul {
    display: block !important;
}

.menu-mobile > ul > li > a, .menu-mobile > ul > li > a > span, .menu-mobile > ul > li.menu-more > ul > li > a {
    font-size: 16px;
    color: var(--color-text);
    display: block;
    font-weight: 600;
    line-height: 19px;
}

.menu-mobile > ul > li:not(.menu-more).has-sub {
    position: relative;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > i {
    position: absolute;
    right: 0px;
    top: 1px;
    color: inherit;
    width: 45px;
    height: 39px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    background: #f5f5f5;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 14px !important;
    color: var(--color-text);
    font-weight: 600;
    background: #f5f5f5;
    line-height: 25px;
    display: none;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > ul.open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > ul:not(.ul-style) > li > a {
    font-size: 14px;
    color: var(--color-text);
    display: inline-block;
    font-weight: 600;
    line-height: 19px;
    padding: 8px 0 8px 15px;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > ul:not(.ul-style) > li,
.menu-mobile > ul > li:not(.menu-more).has-sub > ul.ul-style > li > a {
    width: 33.3333333333333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333333333%;
    flex: 0 0 33.3333333333333333%;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > ul.ul-style > li > h4,
.menu-mobile > ul > li:not(.menu-more).has-sub > ul.ul-style > li a,
.menu-mobile > ul > li:not(.menu-more).has-sub > ul.ul-style > li > h4 > a {
    font-size: 14px;
    color: var(--color-text);
    display: inline-block;
    font-weight: 600;
    line-height: 19px;
    padding: 8px 0 8px 15px;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > ul.ul-style > li > h4 {
    color: var(--color-main);
    border-bottom: 1px solid #ededed;
    display: block;
    font-size: 16px;
    padding-left: 0;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > ul.ul-style > li > *:first-child {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > ul.ul-style > li > h4 > a {
    font-size: 16px;
    padding: 0;
    color: var(--color-text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.menu-mobile > ul > li:not(.menu-more).has-sub > ul.ul-style > li > h4 > a > i {
    margin-right: 5px;
}

main > section:not(#banner):not(#search) {
    margin-top: 18px;
    margin-bottom: 25px;
}

main > section.breadcrumb-container {
    margin-bottom: 0 !important;
}

main > section.breadcrumb-container > div {
    margin-bottom: 10px;
}

main > section.content-detail {
    margin-top: 0 !important;
}

#banner {
    position: relative;
}

#banner #search {
    width: 100%;
    padding-bottom: 20px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

#banner img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

main > section#ads {
    padding: 20px 0;
    margin-top: 0 !important;
    background: #f2f5f8;
}

.ads {
    overflow: hidden;
}

.ads .slick-list, .images-slide-content .slick-list {
    margin: 0 -5px;
    max-width: 100%;
}

.ads .slick-slide, .images-slide-content .slick-slide {
    margin: 0 5px;
    border-radius: 5px;
    overflow: hidden;
}

.ads .ads-item .ads-img, .images-slide-content .slide-item .slide-item-img {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
}

.ads .ads-item img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

#buttonToTop.show {
    opacity: 1;
    visibility: visible;
}

#buttonToTop {
    background-color: transparent;
    width: 35px;
    text-align: center;
    position: fixed;
    bottom: 90px;
    right: 10px;
    -webkit-transition: background-color .3s, opacity .5s, visibility .5s;
    -o-transition: background-color .3s, opacity .5s, visibility .5s;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-main);
    font-size: 38px;
    cursor: pointer;
    text-shadow: 0px 0px 10px var(--color-section);
}

#buttonToTop:before {
    background: var(--color-section);
    line-height: 38px;
    border-radius: 18px;
}

#buttonToTop:hover {
    text-shadow: 0px 0px 10px var(--color-section);
}

.slide-prev, .slide-next {
    position: absolute;
    background: transparent;
    opacity: 1;
    top: 50%;
    left: 0px;
    height: 36px;
    margin-top: -18px;
    width: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    font-size: 30px;
    color: var(--color-text-light);
    -webkit-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    border-radius: 0;
    text-shadow: 0px 2px 4px #000000;
}

.slide-next {
    left: unset;
    right: 0;
}

.slide-prev:hover, .slide-next:hover {
    opacity: 1;
}

#search {
}

#search * {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.search {
    position: relative;
    /* max-width: 1000px; */
}

.search .search-tab {
    position: absolute;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.search .search-tab .search-tab-item {
    line-height: 38px;
    background: rgb(251 175 20 / 44%);
    color: var(--color-text-light);
    padding: 0 10px;
    font-size: 14px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    max-width: 120px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 1;
}

.search .search-tab .search-tab-item:hover, .search .search-tab .search-tab-item.ok {
    opacity: 1;
    background: rgb(251 175 20);
    color: var(--color-text);
}

.search .search-tab .search-tab-item i {
    font-size: 18px;
    margin-right: 5px;
}

.search .search-tab .search-tab-item:not(:last-child) {
    margin-right: 3px;
}

.search .search-content {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 8px #6a6a6a33;
    box-shadow: 0px 10px 8px #6a6a6a33;
    background: -o-linear-gradient(310deg, #fbaf14, #fbaf14, #f8ad15d4, #fbaf14, #fab22185), url(/_web/images/bg_search_optimize.jpg);
    background: linear-gradient(140deg, #fbaf14, #fbaf14, #f8ad15d4, #fbaf14, #fab22185), url(/_web/images/bg_search_optimize.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.search .search-content .search-content-item {
    color: var(--color-text-light);
    padding: 15px 10px 0px 10px;
    font-size: 14px;
    display: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search .search-content .search-select-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.search .search-content .search-select-tab-item {
    font-size: 14px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    cursor: pointer;
    color: var(--color-text-light);
}

.search .search-content .search-select-tab-item:last-child {
    margin-right: 0;
}

.search .search-content .search-select-tab-item i {
    font-size: 16px;
    margin-right: 5px;
}

.search .search-content .search-select-tab-item.ok {
    color: var(--color-text);
}

.search .search-content .search-select-content {

}

.search .search-content .search-select-content-item {
    margin-top: 5px;
}

.search .search-content .search-select-content .search-select-content-item {
    display: none;
}

.form-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search .search-content .form-content .form-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    width: 15%;
    padding-right: 10px;
    padding-bottom: 10px;
}

.search .search-content .form-content .form-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
}

.search .search-content .form-content .form-item:last-child {
}

.form-content .form-item .select2-container,
.form-content .form-item .select2-container .selection {
    width: 100% !important;
    max-width: 100% !important;
}

.form-content .form-item {
}

.form-content .form-item input,
.form-content .form-item button,
.form-content .form-item .select2-container .select2-selection--single {
    width: 100% !important;
    padding: 0px 10px !important;
    line-height: 35px !important;
    height: 35px !important;
    border: none !important;
    outline: none !important;
    display: block !important;
    border-radius: 5px !important;
    background: var(--color-text-light) !important;
    font-size: 14px !important;
}

.form-content .form-item .input-group {
    border-radius: 5px;
    overflow: hidden;
}

.form-content .form-item .select2-container .select2-selection--single span,
.form-content .form-item .select2-container .select2-selection--single .select2-selection__arrow {
    height: 100%;
    line-height: 35px;
    top: 0;
}

.form-content .form-item button {
    background: var(--color-main) !important;
    color: var(--color-text-light) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 13px;
    font-weight: 600;
}

.form-content .form-item button i {
    font-size: 16px;
    margin-right: 3px;
    font-weight: initial;
}

.form-content .form-item button:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

.form-content .form-item .input-group {
}

.form-content .form-item .input-group .input-group-text {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    line-height: 35px !important;
    height: 35px !important;
    width: 35px !important;
    text-align: center;
    cursor: pointer;
    background: transparent;
    border: none;
}

.form-content .form-item .input-group .input-group-text i {
    font-size: 18px;
}

.form-content .form-item .input-group {
    background: var(--color-text-light) !important;
}

.form-content .form-item .input-group input {
    background: transparent !important;
}

#search.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 85%);
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
}

#search.open .search {
}

#search.open .search .search-tab {
    width: 100%;
    padding: 0 10px;
    left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#search.open .search .search-tab .search-tab-item {
    margin: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    width: 33%;
    overflow: hidden;
    display: block;
    max-width: initial;
}

#search.open .search .search-content {
    background: rgb(251 175 20);
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
}

.section-title {
    margin-bottom: 12px;
    position: relative;
}

.section-title, .section-title * {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-main);
    display: block;
    text-align: center;
    margin-bottom: 25px;
    padding-top: 0px;
}

.section-title h2 a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.section-title h2 a > *:not(:last-child) {
    margin-right: 5px
}

.section-title .note, .section-title .view-more {
    font-size: 13px;
    font-weight: 400;
    text-transform: initial;
    color: var(--color-note);
    text-align: justify;
}

.section-title h2,
.section-title .note {
    padding-right: 86px;
}

.section-title .view-more {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.section-title .view-more i {
    font-size: 9px;
    margin-top: 0px;
    color: var(--color-note);
    margin-left: 3px;
    margin-bottom: 2px;
}

.section-title .view-more:hover, .section-title .view-more:hover i {
    color: var(--color-main);
}

.otis-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.otis-content > * {
    max-width: 100%;
    max-height: 100%;
}

.otis-content.one-column {
    margin-left: 0;
    margin-right: 0;
}

.otis-content .otis-item, .otis-content.four-column .otis-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33% !important;
    flex: 0 0 33% !important;
    max-width: 33% !important;
    padding: 0 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.otis-content.three-column .otis-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.333333333333333333333% !important;
    flex: 0 0 33.333333333333333333333% !important;
    max-width: 33.333333333333333333333% !important;
}

.otis-content.two-column .otis-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.otis-content.one-column .otis-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0;
}

.otis-content .otis-item-content {
    position: relative;
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    cursor: pointer;
    border: 1px solid #30323217;
}

.otis-content .otis-item-content:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 35%;
    height: 1px;
    width: 30%;
    background: var(--color-note);
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    opacity: 0;
}

.otis-content .otis-item-content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 35%;
    height: 1px;
    width: 30%;
    background: var(--color-note);
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    opacity: 0;
}

.otis-content .otis-item-content {
    -webkit-box-shadow: 0px 8px 20px #b6b6b64d;
    box-shadow: 0px 8px 20px #b6b6b64d;
    border-color: #bdbdbd;
    background: #ffffff;
    display: block;
    overflow: hidden;
    color: var(--color-text);
    border-radius: 5px;
}

.otis-content .otis-item-content:hover:before, .otis-content .otis-item-content:hover:after {
    left: 0;
    opacity: 1;
    width: 100%;
    background: var(--color-note);
    display: none;
}

.otis-content .otis-title {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 10px;
    font-size: 16px;
    background: transparent;
    height: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.otis-content .otis-title h3 {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
    margin-bottom: 2px;
    text-transform: initial;
    font-weight: 999;
}

.otis-content .otis-title h3:hover, .otis-content .otis-title h3:hover > span {
    color: var(--color-main);
    text-decoration: underline;
}

.otis-content .otis-title h3:hover, .otis-content .otis-title h3:hover > i {
    text-decoration: none;
}

.otis-content .otis-only-title {
    height: auto;
}

.otis-content .otis-only-title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.otis-content .otis-only-title h3, .otis-content .otis-only-title h3 span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-text);
}

.otis-content .otis-only-title h3 i {
    font-size: 16px;
    margin-right: 5px;
    color: var(--color-text);
    opacity: 0.8;
}

.otis-content .otis-sale {
    position: absolute;
    top: 0;
    left: 0;
}

.otis-content .otis-price {
    background: #f7f7f7;
    color: #fff299;
    padding: 5px;
    line-height: 25px;
    position: initial;
    bottom: 100%;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 600;
    background-color: #0072bf;
    border-radius: 5px;
}

.otis-content .otis-price > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 5px;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;

}

.otis-content .otis-price .otis-price-old {
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 10px 0 0;
}

.otis-content .otis-price .otis-price-old:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border-top: 35px solid transparent;
    border-right: 25px solid #333333;
}

.otis-content .otis-price > span:last-child {
    margin-right: 0;
    font-size: 14px;
}

.otis-content .otis-price *, .otis-content .otis-price span, .otis-content .otis-price i {
    font-size: 18px;
}

.otis-content .otis-price i {
    margin-right: 5px;
    color: var(--color-hover);
    font-size: 16px;
}

.otis-content .otis-price .otis-price-real {
    font-size: 16px;
    font-weight: 400;
    color: #fff700;
}

.otis-content .otis-description > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.otis-content .otis-description > div > div {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

.otis-content .otis-description > div > span {
    opacity: 0.8;
    font-size: 14px;
    color: #fff;
}

.otis-content .otis-item-content:hover .otis-description {
    opacity: 1;
}

.otis-content .otis-image {
    width: 100%;
    height: 0;
    background-color:   #fff;
    padding-bottom: 75%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
}

.otis-content .otis-image img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.otis-content .otis-sold .otis-image img {

    -webkit-filter: grayscale(0.8);

    filter: grayscale(0.8);
}

.otis-content .otis-hotel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.otis-content .otis-hotel i {
    color: #ee731b;
    margin-right: 3px !important;
}

.otis-content .otis-hotel i:first-child {
    margin-left: 5px;
}

.otis-content .otis-info, .otis-content .otis-excerpt {
    padding: 3px 3px 1px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.otis-content .otis-excerpt > div > div {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
}

.otis-content .otis-info > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 25px;
    background: #f0f0f0;
    margin: 1%;
    width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding: 0 5px;
    border-radius: 3px;
}

.otis-content .otis-info > span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.otis-content .otis-info > div > span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-weight: 400;
}

.otis-content .otis-info > div > span:first-child {


}

.otis-content .otis-info > div > span:first-child i {
    opacity: 0.8;
}

.otis-content .otis-info.otis-info-long > div > span:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.otis-content .otis-info.otis-info-long .otis-price-real {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-main);
}

.otis-content .otis-info.otis-info-long .otis-price-old {
    margin-left: 10px;
}

.otis-content .otis-info.otis-info-long .otis-price-old * {
    font-size: 12px;
    color: var(--color-note);
}

.otis-content .otis-info i {
    margin-right: 2px;
    width: 20px;
    font-size: 14px;
    text-align: center;
    color: #787878;
}

.otis-content .otis-sale {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    background: #ee1b22;
    color: white;
    height: 3rem;
    width: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 3rem;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-animation: beat 1s ease infinite alternate;
    animation: beat 1s ease infinite alternate;
}

.otis-content .otis-sale:before, .otis-content .otis-sale:after {
    content: "";
    position: absolute;
    background: inherit;
    height: inherit;
    width: inherit;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.otis-content .otis-sale:after {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

@-webkit-keyframes beat {
    from {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    to {
        -webkit-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }
}

@keyframes beat {
    from {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    to {
        -webkit-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }
}

.otis-content .otis-sale span {
    font-size: 14px;
}

.otis-content .otis-start-from {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(51 51 51 / 79%);
    color: var(--color-text-light);
    padding: 0 10px;
    line-height: 25px;
}

.otis-content .otis-start-from .otis-start-from-1 {
    background: rgb(238 27 34 / 82%);
}

.otis-rating {
    font-size: 13px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.otis-rating > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 5px;
    line-height: 22px;
}

.otis-rating i {
    font-size: 12px !important;
    width: 12px !important;
    margin-right: 3px;
    color: #ffbc00;
}

.otis-rating span {
    font-size: 13px !important;
}

.otis-rating > div:last-child {
    margin-right: 0;
}

.otis-rating > div:last-child strong {
    font-weight: 600;
    color: var(--color-text);
}

.otis-rating > div:last-child > span {
    margin-right: 5px;
}

.otis-rating > div:last-child .ratingValue {
}

.otis-rating > div:last-child .ratingCount {
    margin: 0 5px;
}

.otis-rating > div:last-child .ratingResult {
    margin-left: 5px;
}

#otis_rating {
    margin-bottom: 5px;
}

#otis_rating.otis-rating i {
    font-size: 14px !important;
    width: 14px !important;
    margin-right: 5px;
    color: #ffa600;
}

#otis_rating.otis-rating span {
    font-size: 14px !important;
}

.otis-content .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.otis-content .slick-track .slick-slide {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    max-width: none !important;
}

.otis-content .slide-prev, .otis-content .slide-next {
    color: var(--color-text-light);
    font-size: 36px;
    top: 28%;
}

.otis-content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: #f2f5f894;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    color: var(--color-text);
    border-radius: 5px;
    overflow: hidden;
}

.otis-content-row > img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px;
    height: auto;
}

.otis-content-row.otis-content-row-with-attributes > div.otis-image-box,
.otis-content-row.otis-content-row-with-attributes-long > div.otis-image-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    max-width: 155px;
    height: auto;
}

.otis-content-row.otis-content-row-with-attributes > div.otis-image-box > img,
.otis-content-row.otis-content-row-with-attributes-long > div.otis-image-box > img {

}

.otis-content .otis-content-row.otis-content-row-with-attributes .otis-info span,
.otis-content .otis-content-row.otis-content-row-with-attributes-long .otis-info span {
    font-size: 12px;
}

.otis-content .otis-content-row.otis-content-row-with-attributes .otis-info > div > span:last-child .otis-price-real,
.otis-content .otis-content-row.otis-content-row-with-attributes-long .otis-info > div > span:last-child .otis-price-real {
    margin: 0 5px;
    font-weight: 600;
    color: var(--color-main);
    font-size: 14px;
}

.otis-content .otis-content-row.otis-content-row-with-attributes .otis-info > div > span:last-child .otis-price-old span,
.otis-content .otis-content-row.otis-content-row-with-attributes-long .otis-info > div > span:last-child .otis-price-old span {
    color: var(--color-note);
    font-size: 12px;
}

.otis-content .otis-content-row.otis-content-row-with-attributes .otis-info > div > span:first-child {


}

.otis-content .otis-content-row.otis-content-row-with-attributes-long .otis-info > div > span:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.otis-content .otis-content-row.otis-content-row-with-attributes .otis-info i,
.otis-content .otis-content-row.otis-content-row-with-attributes-long .otis-info i {
    font-size: 14px;
    color: #787878;
}

.otis-content .otis-content-row.otis-content-row-with-attributes .otis-info,
.otis-content .otis-content-row.otis-content-row-with-attributes-long .otis-info {
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.otis-content .otis-content-row.otis-content-row-with-attributes .otis-info > div,
.otis-content .otis-content-row.otis-content-row-with-attributes-long .otis-info > div {
    line-height: 22px;
}

.otis-content-row>div:not(.otis-image-box):not(.otis-status) {
        -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 155px);
    flex: 0 0 calc(100% - 155px);
    width: calc(100% - 155px);
    max-width: calc(100% - 155px);
}

.otis-content-row.otis-content-row-with-attributes,
.otis-content-row.otis-content-row-with-attributes-long {
    border: 1px solid #e7e7e7;
}

.otis-content-row h3 {
    margin-bottom: 0px;
    padding-top: 5px;
}

.otis-content-row h3 a {
    font-size: 16px;
    line-height: 22px;
    color: var(--color-text);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
    margin-bottom: 0;
}

.otis-content-row.otis-content-row-with-attributes h3 a,
.otis-content-row.otis-content-row-with-attributes-long h3 a {
    font-size: 15px;
}

.otis-content-row div.note > div {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 16px;
}

.icon-box, .icon-box:hover {
    background: var(--color-main);
    color: var(--color-text-light);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 5px;
    height: 90px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
}

.icon-box i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    width: 68px;
    text-align: center;
    font-size: 39px;
    color: #ffffff;
}

.icon-box > div > div:first-child {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.icon-box > div > div:last-child {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
}

#form_register_email {
    background: var(--color-block);
    padding: 25px 0;
    color: var(--color-text);
}

#form_register_email .form-register-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#form_register_email .form-register-email .form-register-email-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 20px;
    padding: 0 15px;
    font-weight: 500;
}

#form_register_email .form-register-email .form-register-email-item:last-child {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-right: none;
}

#form_register_email .form-register-email .form-register-email-item input {
    font-size: 14px !important;
    border: none !important;
    outline: none !important;
    width: 300px;
    max-width: 100%;
    line-height: 18px !important;
    padding: 10px !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#form_register_email .form-register-email .form-register-email-item button {
    font-size: 14px !important;
    border: none !important;
    outline: none !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 10px !important;
    line-height: 18px !important;
    background: var(--color-link-hover);
    color: var(--color-text-light);
    opacity: 0.8;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    white-space: nowrap;
}

#form_register_email .form-register-email .form-register-email-item button:hover {
    opacity: 1;
}

footer {
    background: #202020;
    color: #ffffff;
}

.footer-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    text-decoration: underline;
}

.footer-list-link {
}

.footer-list-link ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-list-link ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-list-link ul li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0px;
    color: #dd0000;
    font-weight: 600;
}

.footer-list-link ul li > div > i {
    font-size: 14px;
    margin-right: 5px;
}

.footer-list-link ul li > div div * {
    display: inline;
    font-weight: 400;
}

.footer-list-link ul li a {
    display: inline-block;
    line-height: 22px;
    color: var(--color-text-light);
    font-weight: 400;
    opacity: 0.9;
}

.footer-list-link ul li a:hover {
    color: var(--color-text-light);
    opacity: 1;
}

.footer {
    padding-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #363636;
}

.footer-list-link ul li.connect-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer-list-link ul li.connect-social a {
    background: transparent;
    color: var(--color-text-light);
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 35px;
    height: 35px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.footer-list-link ul li.connect-social a i {
    font-size: 16px;
}

.download-app {
}

.download-app a {
    display: inline-block;

}

.download-app a img {
    width: 105px;
    height: auto;
}

.copyright {

    color: var(--color-note);
    background: #202020;
    font-size: 12px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.form-quick-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cbcbcb;
    padding: 0 10px;
    border-radius: 5px;
}

.form-quick-search form i {
    color: var(--color-text);
}

.form-quick-search form input {
    border: none !important;
    width: 250px;
    max-width: 100%;
}

.form-quick-search form button {
    background: none;
}

.banner-single {
    height: auto;
}

.banner-single .banner-single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    max-height: 268px;
    min-height: 168px;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-single .banner-single-item img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain;
    object-fit: contain
    max-width: 1600px !important;
    max-height: 268px !important;
    min-height: 168px;
}

.seo-tag-h1 {
    font-size: 28px;
    color: var(--color-text);
    margin-bottom: 10px;
}

.object-name {
    font-size: 20px;
    color: var(--color-text);
    margin-bottom: 0px;
}

.object-info {
    padding-right: 10px;
}

.object-element-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    padding: 0;
    margin-bottom: 10px;
}

.object-element {
    margin-bottom: 5px;
}

.object-element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.object-element.object-element-full, .object-element.object-element-full-long {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}

.object-element:last-child {
    margin-bottom: 0;
}

.object-element > * {
    line-height: 23px;
    font-size: 14px;
    color: var(--color-text);
}

.object-element > i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    text-align: center;
    margin: 0 5px 0 0;
    opacity: 0.88;
    font-size: 15px;
}

.object-element > strong {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83px;
    flex: 0 0 83px;
    width: 83px;
    opacity: 0.88;
    font-weight: 600;
    font-size: 14px;
}

.object-element.object-element-full-long > strong {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 138px;
    flex: 0 0 138px;
    width: 138px;
}

.object-element > span, .object-element > b {
    font-size: 14px;
    font-weight: 400;
    background: transparent;
    padding: 0 5px;
    border-radius: 3px;
}

.object-element > b {
    font-weight: bold;
    color: #525252;
}

.object-element > small {
    margin-right: 5px;
    opacity: 0.88;
    font-size: 14px;
}

.object-element > span > i {
    font-size: 16px;
    color: #ee731b;
    margin-right: 3px;
}

.object-price {
    margin-bottom: 10px;
}

.object-info .otis-price-real {
    font-size: 30px;
    font-weight: 600;
    color: var(--color-main);
    margin-right: 5px;
}

.object-info .otis-price-old, .object-info .otis-price-old span {
    font-size: 15px;
    color: var(--color-note);
}

.object-info .otis-percent {
    margin: 0 10px;
    background: #d0011b;
    color: var(--color-text-light);
    font-size: 14px;
    padding: 0 5px;
    border-radius: 3px;
    line-height: 20px;
}

.object-info .object-element .otis-price-real {
    font-size: 20px;
    line-height: 20px;
}

.object-info .object-element .otis-price-old, .object-info .object-element .otis-price-old span {
    font-size: 14px;
    line-height: 20px;
}

.slide {
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 8px 20px #b6b6b64d;
    box-shadow: 0px 8px 20px #b6b6b64d;
    border-color: #bdbdbd;
}

.slide-item {
}

.slide-item-img {
    padding-bottom: 75%;
    height: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
}

.slide-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 5px;
}

.slide-item-img div {
    position: absolute;
    bottom: 0;
    padding: 15px 5px 10px 5px;
    background: -o-linear-gradient(top, transparent, #000);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background: linear-gradient(180deg, transparent, #000);
    font-size: 13px;
    width: 100%;
    color: #ffffff;
    font-weight: 500;
}

.slide-item-img div span {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
}

.slide-nav .slide-item {
    margin: 0 5px;
    cursor: pointer;
}

.slide-nav .slide-item {
    position: relative;
}

.slide-nav .slide-item::after {
    content: '';
    position: absolute;
    top: 3%;
    left: 3%;
    width: 94%;
    height: 94%;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.slide-nav .slide-item.slick-current::after {
    border-color: #e5e900;
}

.slide-nav .slick-list {
    margin: 0 0 0 -5px;
}

.otis-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    opacity: 1;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-text-light);


    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 10px;
    background: #202020a8;
    line-height: 25px;
    font-size: 11px;
    border-radius: 5px;
}

.otis-view i {
    font-size: 11px;
    margin-right: 5px;
}

.otis-view span {
    margin-right: 5px;
}

.object-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.button-book {
    background: #d0011b;
    color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 3px;
    -webkit-filter: brightness(0.98);
    filter: brightness(0.98);
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    line-height: 28px;
    margin-right: 10px;
}

.button-book img {
    height: 28px;
    margin-right: 5px;
}

.button-book i {
    font-size: 16px;
    margin-right: 5px;
}

.button-book strong {
    font-size: 16px;
    text-transform: uppercase;
}

.button-book:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    color: #ffffff;
}

.button-book.button-call-hotline {
    background: green;
}

.button-book:last-child {
    margin-right: 0;
}

.object-free-ship {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    margin-top: 10px;
    color: green;
}

.object-free-ship i {
    margin-right: 5px;
}

.object-free-ship span {
    margin-right: 5px;
}

.object-free-ship strong {
    color: #d0011b;
    font-weight: bold;
}

.rating-and-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.object-info .rating-and-view {
    border: none;
}

.rating-and-view > * {
    margin-right: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.object-info .rating-and-view > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 5px 0;
}

.object-info .rating-and-view > .otis-rating {

}

.rating-and-view > *:last-child {
    margin-right: 0;
}

.object-suporter {
    padding-bottom: 0;
    -webkit-box-shadow: 0px 0px 5px #d5d5d557;
    box-shadow: 0px 0px 5px #d5d5d557;
    margin-bottom: 15px;
    overflow: hidden;
}

.object-suporter-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    padding: 3px 10px;
    background: #fbaf14;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.object-suporter-title i {
    font-size: 14px;
    width: 30px;
    text-align: center;
    margin-right: 0px;
}

.object-suporter-title span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.object-suporter-item {
    padding: 10px 10px 20px 10px;
    background: #ffffff;
    margin-bottom: 10px;
    color: var(--color-text);
    border-bottom: 1px solid #e7e7e7;
}

.object-suporter-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.object-suporter-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.object-suporter-img img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
}

.object-suporter-phone {
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    color: green;
    display: block;
}

.object-suporter-support-to {
    padding: 0 0 5px 0;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: var(--color-note);
}

.object-suporter-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.object-suporter-social a {
    width: 30px;
    height: 30px;
    background: #e5e7e9;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.object-suporter-social a i, .object-suporter-social a img {
    font-size: 20px;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.object-suporter-social a img {
    width: 23px;
    height: 23px;
    border-radius: 100%;
}

.content-html {
    font-size: 14px;
    margin-bottom: 15px;
    background: rgba(221, 221, 221, .5);
    border-radius: 5px;
}

.content-html * {
    font-size: inherit;
}

.content-html p {
    margin-bottom: 8px;
}

.content-html table, .content-html table th, .content-html table td {
    border: 1px solid #e7e7e7;
}

.content-html table th, .content-html table td {
    padding: 5px 10px;
}

.table-price-detail {
    margin-bottom: 15px
}

.otis-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.otis-tab-item {
    padding: 10px;
    background: #e7e7e7;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

.otis-tab-item i {
    font-size: 16px;
    margin-right: 5px;
}

.otis-tab-item.ok {
    background: #fab017;
}

.otis-tab-content {
    border: 1px solid #e7e7e7;
    padding: 15px 10px;
    margin-bottom: 15px;
}

.otis-tab-content-item {
}

.object-list-sidebar {
    padding-bottom: 0;
    -webkit-box-shadow: 0px 0px 5px #d5d5d557;
    box-shadow: 0px 0px 5px #d5d5d557;
    margin-bottom: 15px;
    overflow: hidden;
}

.object-list-sidebar-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    padding: 8px 10px;
    background: #fbaf14;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.object-list-sidebar-title i {
    font-size: 16px;
    width: 30px;
    text-align: center;
    margin-right: 0px;
}

.object-list-sidebar-title span {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.object-list-sidebar-title-normal {
    background: #e7e7e7;
}

.object-list-sidebar-title-normal span {
    text-align: left;
}

.object-list-sidebar-content {
    padding: 5px 10px 10px 10px;
    background: #ffffff;
    color: var(--color-text);
    border-radius: 5px;
}

.object-list-sidebar-item {
    font-size: 14px;
    line-height: 18px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.object-list-sidebar-item i {
    font-size: 8px;
    margin-right: 0px;
    width: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    text-align: left;
}

.object-list-sidebar-item a {
    font-size: 14px;
    color: #212529;
}

.object-list-sidebar:last-child .object-list-sidebar-content {
    border-bottom: none;
}

.otis-sidebar > div:first-child {
    padding-top: 0 !important;
}

.object-list-sidebar-item a:hover {
    text-decoration: underline;
    color: var(--color-main);
}

.content-description {
    margin-bottom: 15px;
}

.download-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.download-file i {
    margin-right: 5px;
}

.download-file * {
    font-size: 14px;
    color: #007d00;
    font-weight: 600;
}

.download-file a:hover {
    text-decoration: underline;
    color: var(--color-main);
}

.otis-panel {
    margin: 15px 0;
}

.otis-panel-item {
    border: 1px solid #e7e7e7;
}

.otis-panel-title {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 35px 8px 35px;
    line-height: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #ffffff;
    position: relative;
    cursor: pointer;
}

.otis-panel-title i, .otis-panel-title:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.otis-panel-title.ok {
    background: #e7e7e7;
}

.otis-panel-title.ok i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.otis-panel-title:before {
    right: initial;
    left: 0;
    content: '\f2fd';
    font-family: "Font Awesome 6 Pro";
    color: var(--color-note);
}

.otis-panel-content {
    font-size: 13px;
    padding: 10px;
    line-height: 18px;
    display: none;
}

.otis-panel-item:not(:last-child) {
    border-bottom: none;
}

.otis-panel-head {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding: 3px 10px;
    background: #fab017;
    line-height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.otis-panel-head i {
    margin-right: 5px;
    font-size: 16px;
}

.otis-panel-head-simple {
    background: #e7e7e7;
}

.content-view-more {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.content-view-more-short {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.content-view-more-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: -o-linear-gradient(top, #ffffff3d, #ffffffeb, #ffffff);
    background: -o-linear-gradient(top, #ffffffc9, #ffffffeb, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffffc9), color-stop(#ffffffeb), to(#ffffff));
    background: linear-gradient(180deg, #ffffffc9, #ffffffeb, #ffffff);
    color: #175493;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
}

.content-view-more-button span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.content-view-more-button i {
    font-size: 12px;
    margin: 5px;
    font-weight: 400;
}

.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding-bottom: 10%;
}

.footer-logo a img {
    max-width: 100%;
    background-color: #fff;
    padding: 5%;
    border-radius: 10%;
}

.content-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px 0;
    padding: 5px 5px 5px 15px;
    background: #f2f5f8;
    position: relative;
}

.content-filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 3px;
}

.content-filter-item:first-child > i {
    font-size: 12px;
    color: #a7a7a7;
}

.content-filter-item:first-child {
    position: absolute;
    top: 50%;
    left: 0;
    background: #f2f5f8;
    width: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -14px 0 0 0;
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    cursor: pointer;
    background-size: cover;
}

.youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ+CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 64px 64px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.media-box-item-content {
    position: relative;
    height: 0;
    padding-bottom: 68%;
    overflow: hidden;
}

.media-box-item-content .youtube,
.media-box-item-content > img,
.media-box-item-content > iframe,
.media-box-item-content > object,
.media-box-item-content > embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sub-title-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f1f1f1;
    padding: 10px;
    color: #202020;
    margin-bottom: 20px;
    border-radius: 5px;
}

.sub-title-page > h5 {
    text-transform: uppercase;
    margin: 0;
}

.sub-title-page > h5 i {
    font-size: 18px;
    margin-right: 5px;
}

.sub-title-page > a {
    color: #d61719;
    font-size: 12px;
}

.sub-title-page i {
    font-size: 10px;
}

.media-box-item > span {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 15px 5px 10px 5px;
    background: -o-linear-gradient(top, transparent, #000);
    background: -o-linear-gradient(top, transparent, #000000);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
    background: linear-gradient(180deg, transparent, #000000);
    font-size: 13px;
    width: 100%;
    color: #ffffff;
    font-weight: 500;
}

.otis-featured {
    background: #bdad6a  !important;
    border-color: #bdad6a !important;
}

.otis-content .otis-featured .otis-title h3 {
    color: #fff;
}

.media-box-title {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}

.media-box .media-box-item {
    border-radius: 5px !important;
    overflow: hidden !important;
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.search-box {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.search-box > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-box #form_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-main-dark);
    padding: 0;
    border-radius: 5px;
    width: 800px;
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 3px #a3a3a3;
    box-shadow: 0px 0px 3px #a3a3a3;
}

.search-box #form_search input {
    border: none !important;
    height: 100%;
    line-height: 100% !important;
    padding: 0px 15px !important;
    width: 100%;
    max-width: 100%;
    font-size: 16px !important;
    background: transparent;
}

.search-box #form_search button {
    display: inline-block;
    padding: 0 18px;
    background: var(--color-main-dark);
    height: 100%;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-box #form_search button:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.search-box #form_search .select2-container {
    height: 100%;
    width: 260px !important;

}

.search-box #form_search .select2-container--default .select2-selection--single {

    border: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    width: 100%;

    background: var(--color-main-dark);
    border-radius: 0;
}

.search-box #form_search .select2-container--default .select2-selection--single .select2-selection__rendered {

    font-size: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff;
}

.search-box #form_search .select2-container--default .select2-selection--single .select2-selection__arrow {

    height: 100%;
    color: #fff;
}

.search-box #form_search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.search-box #form_search button i {
    font-size: 20px;
}

.search-box .button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    margin: 15px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 800px;
    max-width: 800px;
}

.otis-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: transparent;
    padding: 0 5px;
}

.otis-province i {
    margin-right: 6px
}

.otis-province {

    background: #f7f7f7;
    color: #257836;
    padding: 5px;
    margin: 0 5px;
    line-height: 25px;
    position: initial;
    bottom: 100%;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 600;
}
.otis-main .otis-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 max-content;
            flex: 0 0 max-content;
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
}
.otis-main .otis-price b{
    font-size:14px !important;
    font-weight:500 !important;
}
.otis-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 130px;
    height: 130px;
    overflow: hidden;
    background: transparent;
}

/* (OLD CODE) 
.otis-status > span {
    background: #ccc;
    line-height: 30px;
    font-size: 12px;
    display: block;
    width: 200%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 50%;
    right: -50%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    margin-right: 30px;
}
End: OLD CODE*/

/* New Code */
.otis-status > span {
    background: #ccc;
    line-height: 30px;
    font-size: 11px;
    display: block;
    width: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(0deg);
    position: absolute;
    top: 1px;
    left: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 12px;
    border-radius: 2px;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search-box .button-box > .button-box-item {
    margin: 0.5%;
    background: #fff;
    padding: 8px 10px;
    min-width: 130px;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 3px #a3a3a3;
    box-shadow: 0px 0px 3px #a3a3a3;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 600;
    border: 1px solid transparent;
    color: var(--color-text);
    border-radius: 5px;
}

.search-box .button-box > .button-box-item:hover, .search-box .button-box > .button-box-item.button-box-item-active {
    color: var(--color-main-dark);
    border: 1px solid var(--color-main-dark);
}

.otis-status span.otis-status-type-1 {
    background: #00a979;
    color: #fff;
}

.otis-status span.otis-status-type-2 {
    background: #D90000;
    color: #fff;
}

.otis-status span.otis-status-type-3 {
    background: #b28a15;
    color: #fff;
}

.otis-status span.otis-status-type-4 {
    background: #202020;
    color: #fff;
}

.section-slogan {
    text-align: center;
    padding: 20px 0;
    background: #036c68;
    color: #fff;
    font-size: 18px;
}

.section-slogan > span {
    font-size: 18px;
    line-height: 28px;
}

.section-slogan > div {
    margin-top: 15px;
}

.section-slogan > div .btn {
    background: #d61719;
    border: var(--color-main);
    margin: 0 5px
}

.otis-detail {
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 20px #b6b6b64d;
    box-shadow: 0px 8px 20px #b6b6b64d;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.otis-detail-price {
    background: var(--color-main-dark);
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    padding: 6px 5px;
}

.otis-detail-price > span, .otis-detail-price .otis-price span {

    font-size: 16px;
    margin-right: 10px;
    line-height: 27px;
    font-weight: 600;  
    color: #FFF000;
}

.otis-detail-price .otis-price b {

    font-size: 20px;
    margin-right: 0px !important;
    margin-left: 10px;
}

.otis-detail-price .otis-price-note {
    position: relative;
    background: #ffe000;
    font-size: 11px;
    line-height: 22px;
    display: block;
    padding: 0 5px;
    color: #333;
    font-weight: 700;
    margin: 0 0 0 5px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 8px 20px #b6b6b64d;
    box-shadow: 0px 8px 20px #b6b6b64d;
}

.otis-detail-price .otis-price-note:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #f9db00;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.otis-contact {
    padding: 0;

}

.otis-contact-head {

    background: #00a553;
    text-align: center;
    color: var(--color-text-light);
    padding: 3px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.otis-contact-head strong {
    font-size: 16px;
    text-transform: uppercase;
}

.otis-contact-head > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.otis-contact-head > div > i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 100%;
    color: green;
    font-size: 20px;
    margin-right: 5px;
}

.otis-contact-head > div > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.otis-contact-head > div > span span {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
}

.otis-contact-head > div > span small {
    font-size: 11px;
    opacity: 0.8;
}

.otis-contact-body {
    padding: 10px 10px 5px 10px;
    background: #f2f5f8;
    border: 1px solid #ccc;
}

.otis-contact-body .otis-contact-body-content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.otis-contact-body .otis-contact-body-content > div > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #bd1517;
    text-align: center;
    margin: 0 8px 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 5px;
    -webkit-filter: brightness(98%);
    filter: brightness(98%);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.otis-contact-body .otis-contact-body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.otis-contact-body .otis-contact-body-content > div a:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

.otis-contact-body .otis-contact-body-content > div * {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}

.otis-contact-body .otis-contact-body-content > div a i, .otis-contact-body .otis-contact-body-content > div a img {
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
}

.otis-contact-body-hotline {


    margin-bottom: 5px;
}

.otis-contact-body-hotline-call {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
}

.otis-contact-body-hotline-call i {
    margin-right: 5px;
}

.otis-contact-body-messenger {

    background: transparent !important;
}

.otis-contact-body-messenger i {
    font-size: 28px !important;
    color: #0086FE !important;
}

.otis-contact-body-email {

    background: transparent !important;
}

.otis-contact-body-email i {
    font-size: 27px !important;
    color: #5a5a5a !important;
}

.otis-contact-body-hotline-sms {
    background: transparent !important;
}

.otis-contact-body-hotline-sms i {
    font-size: 30px !important;
    color: #00b700 !important;
}

.otis-contact-body-zalo {
    background: transparent !important;
}

.otis-contact-body-zalo img {
    width: 28px !important;
    height: 28px !important;
}

.otis-contact-body-other {
}

.otis-contact-body-other a {
}

.otis-contact-body-other a i {
}

.otis-contact-body-location {
    padding: 3px 0 0 0;
    border-top: 1px solid #ccc;
}

.otis-contact-body-location > div {
}

.otis-contact-body-location > div i {
    color: green;
    font-size: 16px;
    margin-right: 5px;
}

.otis-contact-body-location > div span {
    font-size: 13px;
    font-weight: 400;
    color: #858585;
}

.otis-contact-body-location > p span {
    font-weight: 500;
}

.otis-contact-body-location > p small {
}

.otis-contact-body-location > p a {
    color: green;
}

.otis-list-quality {
    padding: 0;
    margin: 0;
}

.otis-list-quality > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.otis-list-quality > * i {
    font-size: 18px;
    margin-right: 5px;
    color: #ff9900;
}

.otis-list-quality > * span {
    font-size: 14px;
    font-weight: 400;
}

.otis-content-row .otis-status {

    width: 120px;
    height: 120px;
}

.otis-content-row .otis-status > span {

    font-size: 10px;
    line-height: 25px;
    opacity: 0.9;
}

.otis-content-row .otis-main.otis-main-title {
    height: 36px;
}

.otis-content-row .otis-main h3 {
    font-size: 14px;
    background: #ffffff;
    color: var(--color-text);
    padding: 0px 5px;
    line-height: 18px;
    position: initial;
    bottom: 100%;
    left: 0;
    width: 100%;


    border-radius: 3px 0 0 3px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.otis-content-row .otis-main > div {
    padding: 0;
}

.otis-content-row .otis-main.otis-main-title > div {

    background: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.otis-content .otis-content-row .otis-price, .otis-content .otis-content-row .otis-province {

    padding-bottom: 0;
    padding-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 5px;
}

.otis-content .otis-content-row .otis-province {
    padding-left: 10px
}
.otis-content .otis-content-row .otis-main>* {
    width: -webkit-max-content!important;
    width: -moz-max-content!important;
    width: max-content!important;
}
.otis-contact .media-box-item-content {
    padding-bottom: 56%;
}

.otis-parameter {
}

.otis-parameter-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: green;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.otis-parameter-title i {
    font-size: 18px
}

.otis-parameter-content {
}

.otis-parameter-content ul {
    padding: 0;
    margin: 0 0 10px 0;
}

.otis-parameter-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    line-height: 20px;
    padding: 5px 0;
    font-size: 15px;
    color: #787878;
}

.otis-parameter-content ul li small {
}

.otis-parameter-content ul li small i {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 14px;
}

.otis-parameter-content ul li span, .otis-parameter-content ul li a {
    font-size: 13px;
    font-weight: 600;
    color: #074d68;
}

.otis-parameter-content ul li span {
    color: var(--color-text);
    font-weight: 500;
    font-style: italic;
}

.otis-parameter-content ul li a {

    font-weight: 600;
    font-size: 13px;
    color: #D90000;
}

.otis-barcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-bottom: 1px solid #e7e7e7;
    line-height: 20px;
    padding: 5px 0;
    font-size: 15px;
    color: #787878;
}

.otis-barcode i {
    margin-right: 5px;
    font-size: 16px;
}

.otis-why ul.otis-list-quality {
}

.otis-why ul.otis-list-quality li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 14px;
}

.otis-why ul.otis-list-quality li i {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    background: #00a553;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
}

.otis-why ul.otis-list-quality li div p {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--color-text);
}

.otis-why ul.otis-list-quality li div small {
    display: block;
    font-size: 13px;
    position: relative;
}

.otis-why ul.otis-list-quality li div small::before {
    content: "✓";
    margin-right: 8px;
    color: #00a553;
    font-size: .8em;
    font-weight: 600;
}

.otis-why ul.otis-list-quality li div span:first-child {
    margin-top: 15px;
}

.otis-why ul.otis-list-quality li div span {
    display: block;
    margin: 5px 0;
}
.gia {
    color:#000;
    font-size: 13px
}
.dong {
    color: #000;
}