@charset "UTF-8";

@font-face {
    font-display: block;
    font-family: 'OpenSansSemiBold';
    src: url('../fonts/all_font/OpenSansSemiBold.eot');
    src: url('../fonts/all_font/OpenSansSemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/OpenSansSemiBold.woff') format('woff'), url('../fonts/all_font/OpenSansSemiBold.ttf') format('truetype'), url('../fonts/all_font/OpenSansSemiBold.svg#OpenSansSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'OpenSansRegular';
    src: url('../fonts/all_font/OpenSansRegular.eot');
    src: url('../fonts/all_font/OpenSansRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/OpenSansRegular.woff') format('woff'), url('../fonts/all_font/OpenSansRegular.ttf') format('truetype'), url('../fonts/all_font/OpenSansRegular.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'OpenSansCondensedBold';
    src: url('../fonts/all_font/OpenSansCondensedBold.eot');
    src: url('../fonts/all_font/OpenSansCondensedBold.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/OpenSansCondensedBold.woff') format('woff'), url('../fonts/all_font/OpenSansCondensedBold.ttf') format('truetype'), url('../fonts/all_font/OpenSansCondensedBold.svg#OpenSansCondensedBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'PlayfairDisplayRegular';
    src: url('../fonts/all_font/PlayfairDisplayRegular.eot');
    src: url('../fonts/all_font/PlayfairDisplayRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/PlayfairDisplayRegular.woff') format('woff'), url('../fonts/all_font/PlayfairDisplayRegular.ttf') format('truetype'), url('../fonts/all_font/PlayfairDisplayRegular.svg#PlayfairDisplayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'MontserratRegular';
    src: url('../fonts/all_font/MontserratRegular.eot');
    src: url('../fonts/all_font/MontserratRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/MontserratRegular.woff') format('woff'), url('../fonts/all_font/MontserratRegular.ttf') format('truetype'), url('../fonts/all_font/MontserratRegular.svg#MontserratRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font: 'OpenSansRegular';
    --fontB: 'OpenSansSemiBold';
    --fontTitle: 'OpenSansCondensedBold';
    --fontTitle2: 'PlayfairDisplayRegular';
    --fontTitle3: 'MontserratRegular';
    --colormain: #000;
    --colormainhv: #185FAA;
    --bgmain: #D86B1E;
    --bgmainhv: #ff6b03;
    --bgbtntienich: #D86B1E;
    --container: 1200;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

body {
    font-family: var(--font), Arial;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    margin: 0 auto;
    background: url(../images/bgweb.avif);
    background-attachment: fixed;
    background-size: cover;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c3c3c3;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-resizer {
    background-color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

#bandoiframe iframe {
    width: 100% !important;
}

.grecaptcha-badge {
    right: 100% !important;
}

.video_iframe iframe {
    height: 275px !important;
    margin: 0;
    line-height: initial;
    width: 100% !important;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 0px 2px 0px #dc3545;
}

#popup-notify-label {
    text-align: center;
    text-transform: capitalize;
    font: 30px RobotoBold;
    color: #ed1c24;
    padding: 10px 0 0;
}


.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_row {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cut-text1 {
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webk webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cut-text2 {
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webk webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cut-text3 {
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webk webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*header*/

header {
    top: 0;
    z-index: 123;
    width: 100%;
    background: #000;
}

header.header-home {
    position: fixed;
    background: transparent;
}

header.header-home .user-header {
    background: transparent;
    right: 0;
    padding: 0;
}

.topone {
    background: var(--bgmain);
    font-family: RobotoBold;
    font-size: 14px;
    color: #fff;
    padding: 3px 0;
}

.topone_flex {
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.topone_left {
    width: 30%;
    padding: 5px 0 0;
}

.topone_center {
    width: 40%;
    text-align: center;
}

.topone_right {
    width: 30%;
}

.mangxahoi_header {
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.mangxahoi_header a {
    margin: 0 0 0 5px;
}

header .wrap-top {
    padding: 10px 0;
}

.wrap-top-row {
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.logo {
    width: 25%;
    text-align: center;
}

.logo img {
    margin: 0;
    max-height: 80px;
}

.banner {
    width: 50%;
    text-align: center;
}

.banner img {
    margin: 0 auto;
}

.wrap-top-right {
    width: 30%;
}

.lang-header {
    position: relative;
    margin: 0 15px;
}

.lang-header span {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 18px 0 0;
    color: #fff;
    font: 14px var(--font);
}

.lang-header span img {
    max-height: 20px
}

.lang-header span:after {
    position: absolute;
    content: '';
    top: 8px;
    right: 4px;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.lang-header a {
    font: 13px MuliRegular;
    color: #000000;
}

.slideTogglelangheader {
    display: none;
    background: #fff;
    min-width: 130px;
    position: absolute;
    top: 26px;
    left: -10px;
    z-index: 99;
    margin: 0;
    list-style-type: none;
    text-align: left;
    padding: 0;
}

.slideTogglelangheader a {
    display: flex;
    padding: 5px 10px;
    border-bottom: 1px dashed #ccc;
    font: 13px var(--font);
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.slideTogglelangheader a:hover,
.slideTogglelangheader a.lang-check {
    background: var(--bgmainhv);
    color: #fff;
}

.slideTogglelangheader a i {
    padding: 0 0 0 4px;
    font-size: 11px;
    color: var(--colormainhv);
}

.slideTogglelangheader a img {
    margin: 0 5px 0 0;
    max-height: 20px;
}

.slideTogglelangheader a:last-child {
    border: 0;
}

.dangky-dangnhap {
    position: relative;
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.link-user-header {}

.link-user-header a {
    font: 16px var(--font);
    color: #fff;
    padding: 0 0 0 16px;
}

.link-user-header a.adangnhap {}

.link-user-header a.adangky {}

.hotline {
    text-align: right;
}

.hotline p {
    text-align: left;
    display: inline-block;
    padding: 5px 0 5px 55px;
    background: url(../images/hot.png) left top 5px no-repeat;
    font: 14px RobotoRegular;
    color: #000000;
}

.hotline p span {
    display: block;
    color: #da251d;
    font: 16px RobotoBold;
    line-height: 27px;
}


/* Menu */

.menu {
    padding: 10px 0;
    background: rgb(22 102 173 / 60%);
}

.row-menu {
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.menu ul#main-nav {
    width: auto;
    flex-grow: 1;
    justify-content: space-around;
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
    align-items: center;
}

.menu ul li {
    position: relative;
    z-index: 99;
    padding: 0 20px 0 0;
}

/* 
.menu ul#main-nav>li:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, transparent 0%, #fff 50%, transparent 100%);
}

.menu ul#main-nav>li:last-child:after {
    display: none;
} */

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    padding: 8px 0px;
    text-transform: uppercase;
    font-family: var(--fontB);
}

.menu ul li a.active {
    color: yellow;
}

.menu ul li:hover>a {
    color: yellow;
}

.menu ul li ul {
    position: absolute;
    min-width: 200px;
    background: #000;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: capitalize;
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px;
}

.menu ul li ul li a {
    font-size: 14px;
    padding: 10px 15px;
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}


/* Search */

.search {
    position: relative;
    padding: 5px 0;
    flex-grow: 1;
}

.search p {
    width: 40px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    color: var(--bgmain);
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.search input {
    width: 100%;
    height: 35px;
    outline: none;
    padding: 0;
    border: 0px;
    background: #fff;
    text-indent: 14px;
    border-radius: 5px;
    font: 13px RobotoRegular;
    color: #828282;
}

.search input::-webkit-input-placeholder,
.search input:-moz-placeholder,
.search input::-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #828282;
}

.btn-dangtin-header {
    padding: 0 0 0 10px;
}

.btn-dangtin-header a {
    background: var(--bgmainhv);
    color: #fff;
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    font: 14px var(--font);
}

.btn-dangtin-header a i {
    padding: 0 4px 0 0;
}

.menu.fadeInDown {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #1666ad;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


/* Breadcrumb */

.breadCrumbs {
    background-color: #eee;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 10px;
    max-width: 1200px;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: var(--color-gray);
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

.share {
    padding: 15px 10px 10px 10px;
    line-height: normal;
    background: #f1f1f1;
    margin-top: 15px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 15px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 10px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover,
.list-news-other li a:hover span {
    color: #008de1;
}

.list-news-other li a span {
    font-style: italic;
    color: #919191;
    font-size: 12px;
}

.wrap-main {
    padding: 15px 0;
    background: #fff;
}

.wrap-main.wrap-home {
    padding: 0;
    background: rgb(251 249 246 / 90%);
}


/* Toc */

.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

#footer-map {
    position: relative;
    height: 500px;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}


/* Like Share */

.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}


/* Phân Trang  */

.pagination>li>a,
.pagination>li>span {
    float: initial;
    display: inline-block;
    color: var(--colormainhv);
    border-color: var(--bgmainhv);
}

.page-item.active .page-link {
    background-color: var(--bgmainhv);
    border-color: var(--bgmainhv);
}

.page-link {
    color: var(--color-main);
}

.page-link:hover {
    color: var(--color-hv-main);
}

.pagination {
    margin: 10px 0;
    display: block;
    text-align: center;
}

.pagination-home .pagination .page-item .page-link {
    color: var(--colormainhv);
    font-size: 13px;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: var(--bgmainhv);
    border-color: var(--bgmainhv);
}


/* Phân Trang Ajax */

.pagination-ajax {
    text-align: center;
    margin: 10px 0 10px;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: var(--bgmainhv);
    color: #fff;
    border-color: var(--bgmainhv);
}


/* Popup custom */

.modal-custom .modal-footer {
    padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
    font-size: 14px;
}


/* Popup */

#popup .modal-body {
    padding: 0px;
}


/* Hidden Google Captcha */

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}


/* Hidden Check Grammar Coccoc */

coccocgrammar {
    display: none;
}


/* Scroll Top */

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 18px;
    display: none;
    z-index: 99;
    cursor: pointer;
}


/* Transition All */

.transition {
    transition: 0.3s ease-out;
}


/* Scale IMG */

img {
    margin: 0 auto;
    max-width: 100%;
}

.img_ {
    overflow: hidden;
    display: block;
    position: relative;
}

.img_ img {
    transition: 0.3s ease-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.img_:hover>img,
.img_:hover a img {
    transition: 0.3s ease-out;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.padding {
    padding: 30px 0;
}

/*service*/

.dichvu-item {
    margin: 10px 0;
}

.dichvu-item-img {}

.dichvu-item-name {
    padding: 10px 0 0;
}

.dichvu-item-name a {
    color: #333;
    font: 16px var(--fontB);
    display: block;
    line-height: normal;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.dichvu-item-name a:hover {
    color: var(--colormainhv);
}

.dichvu-item-des {
    color: #333333;
    font: 14px var(--font);
    margin-top: 5px;
    line-height: 22px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*service*/
/*post*/

.post-item {
    margin: 10px 0;
}

.post-item-img {
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.post-item-content {}

.post-item-name {}

.post-item-name a {
    color: #333;
    font: 20px var(--fontB);
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.post-item-name a:hover {
    color: var(--colormainhv);
}

.post-item-date {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    font-style: italic;
}

.post-item-des {
    color: #333333;
    font: 14px var(--font);
    margin-top: 5px;
    line-height: 22px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-link-detail {
    margin: 10px 0 0;
}

.post-link-detail>a {
    display: inline-block;
    border: 1px solid var(--bgmainhv);
    border-radius: 25px;
    padding: 8px 30px 10px;
    color: #000;
    text-transform: capitalize;
    font: 15px var(--font);
}

.post-link-detail>a:hover {
    background: var(--bgmainhv);
    color: #fff;
}

/*post*/

/*news*/

.box_news {
    margin: 10px 0;
}

.img_news {
    width: 36%;
}

.content_news {
    width: 64%;
    padding: 0 0 0 14px;
}

.name_news {}

.name_news a {
    color: #333;
    font: 16px 'RobotoBold';
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.name_news a:hover {
    color: var(--colormainhv);
}

.date_news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    font-style: italic;
}

.des_news {
    color: #333333;
    font: 14px RobotoRegular;
    margin-top: 5px;
    line-height: 22px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*news*/



.section-bannerqc {
    margin: 0;
    text-align: center;
}

.section-bannerqc img {
    margin: 0 auto;
}


/*album*/

.section-thuvienanh {
    padding: 40px 0;
}

.tva_img {
    margin: 10px 0;
    border-radius: 10px;
}

.tva_img img {
    border-radius: 10px;
}

.tva_name {
    transition: all 0.5s ease;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font: 15px RobotoBold;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding: 20px 10px 10px;
}

.tva_name a {
    color: #fff;
}

.tva_img:hover .tva_name {
    bottom: 0;
}

.tva_img .tva_name a:hover {
    color: yellow;
}


/*album*/


/*form*/

.section-dangkynhantin {
    padding: 50px 0 60px;
    background: #000 url(../images/bgform.png) no-repeat;
    background-size: cover;
}

.rowdknt {
    padding: 0 15%;
}

.newsletter-row {
    justify-content: space-between;
    margin: 20px 0 10px;
}

.newsletter-col {
    width: 50%;
    padding: 0 8px;
}

.newsletter-col:nth-child(2) .input_ input {}

.input_ {
    margin: 10px 0;
}

.input_ input,
.input_ textarea {
    width: 100%;
    border-radius: 30px;
    background: #00000080;
    color: #fff;
    font-family: var(--font);
    font-size: 13px;
    text-indent: 20px;
    height: 60px;
    border: 1px solid rgb(255 255 255 / 20%);
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.input_ textarea {
    resize: none;
    height: 50px;
    padding: 15px 0 0;
}

.input_ input:focus,
.input_ textarea:focus {
    box-shadow: none;
    outline: 0;
}

.input_ input::-webkit-input-placeholder,
.input_ textarea::-webkit-input-placeholder {
    color: #fff;
}

.newsletter-button {
    text-align: center;
}

.newsletter-button button {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background: var(--bgmain);
    color: #fff;
    text-transform: capitalize;
    font-family: var(--fontB);
    font-size: 16px;
    text-align: center;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0 auto;
}

.newsletter-button input:focus {
    outline: 0;
}

.newsletter-button input:hover {
    color: yellow;
}

/*form*/

.mangxahoi_header a img:hover,
.mangxahoi_footer a img:hover,
.zalo-share-button:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.5s ease;
}


/*footer*/

footer {
    padding: 50px 0 20px;
    color: #fff;
    position: relative;
    background: #000;
}

.row_footer {
    align-items: flex-start;
}

.noidungfooter {
    margin: 40px 0;
}

.footer1 {
    width: 35%;
}

.footer2 {
    width: 20%;
    padding: 0 15px;
}

.footer3 {
    width: 28%;
}

.noidungfooter code {
    padding: 2px 4px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}

.compayname {
    text-transform: uppercase;
    font: 20px var(--fontTitle);
    color: yellow;
    padding: 0 0 15px;
}

.info_footer {
    margin: 20px 0 0;
    font: 14px var(--font);
}

.info_footer p {
    margin-bottom: 10px;
    padding: 10px 0 10px 50px;
    background: url(../images/footer1.png) left center no-repeat;
}

.info_footer p:nth-child(2) {
    background: url(../images/footer2.png) left center no-repeat;
}

.info_footer p:nth-child(3) {
    background: url(../images/footer3.png) left center no-repeat;
}

.info_footer p:nth-child(4) {
    background: url(../images/footer4.png) left center no-repeat;
}

.ttft1 {
    text-transform: capitalize;
    font: 16px var(--fontTitle);
    color: #fff;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    position: relative;
    border-bottom: 2px solid;
}

.ttft1:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 2px;
    background: var(--bgmainhv);
}

.chinhsach {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px 10px;
    margin: 20px 0 0;
}

.chinhsach a {
    font: 14px var(--font);
    text-transform: capitalize;
    color: #Fff;
    display: block;
    position: relative;
}


.chinhsach a:hover {
    color: yellow;
}

.mangxahoi_footer {
    margin: 40px 0;
    justify-content: center;
}

.mangxahoi_footer span {
    margin: 0 5px 0 0;
}

.mangxahoi_footer a {
    margin: 0 5px 0 0;
}

.mangxahoi_footer a img {
    max-width: 25px;
}

.coppyright {
    padding: 15px 0;
    background: var(--bgmainhv);
    font: 14px var(--font);
    color: #fff;
}

.thongke {
    text-align: right;
}

.thongke span {
    padding: 0 5px;
}


/*pro*/

.pro {
    margin: 10px 0;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

.img_pro {
    border-radius: 5px;
}

.img_pro img {
    border-radius: 5px;
}

.name_pro {
    padding: 14px 0 0;
}

.name_pro a {
    text-transform: capitalize;
    font: 15px 'RobotoBold';
    color: #333;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.name_pro a:hover {
    color: var(--bgmain);
}

.price_pro {
    font: 14px RobotoRegular;
    color: #333;
}

.price_pro span.giamoi,
.price_pro a {
    color: red;
}

.price_pro span.giacu {
    font: 13px RobotoRegular;
    color: #ccc;
    text-decoration: line-through;
}

.ab_pro {
    position: absolute;
    width: 100%;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgb(255 255 255 / 80%);
    color: #fff;
    font-size: 14px;
    font-family: QuickSandRegular;
    height: 35px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    text-align: center;
    padding: 5px 0;
    justify-content: center;
}

.pro:hover .ab_pro {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    bottom: 0;
}

.pro .ab_pro span.cart-add,
.pro .ab_pro a.view_product,
.pro .ab_pro a.like_product {
    color: #000;
    font-size: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: block;
    margin: 0 5px;
}

.pro .ab_pro a.like_product {
    border: 0;
    color: #000;
}

.pro .ab_pro a.like_product:hover,
.pro .ab_pro a.like_product.liked {
    color: pink;
}

.pro .ab_pro span.cart-add:hover,
.pro .ab_pro a.view_product:hover {
    color: var(--bgmainhv);
    border-color: var(--bgmainhv);
}

.thongbaolike {
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0;
    background: rgb(228 159 2);
    color: #fff;
    padding: 10px;
    font: 14px MuliRegular;
}


/*pro*/


/*media*/

.section-media {}

.title_media {
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid #ff6600;
    padding: 0 0 5px 13px;
    margin: 0px 0 25px 0;
    font: 25px RobotoBold;
    color: #333333;
}

.media_left {
    padding-right: 8px;
    width: 65%;
}

.media_right {
    width: 35%;
}

.row_news_index {
    margin: 0 -10px;
}

.news_index_left {
    width: 50%;
    padding: 0 10px;
}

.news_index_right {
    width: 50%;
    padding: 0 10px;
}

.newshome-scroll {
    height: 380px;
    overflow: hidden;
}

.news_index_box {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.news_index_img {
    width: 35%;
}

.news_index_content {
    width: 65%;
    padding: 0 0 0 10px;
}

.news_index_name {}

.news_index_name a {
    font-family: 14px RobotoBold;
    color: #333333;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_index_describe {
    font: 13px RobotoRegular;
    color: #333333;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_first_name {
    padding: 14px 0 0;
}

.news_first_name a {
    font: 14px RobotoBold;
    color: #333333;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_first_describe {
    font: 13px RobotoRegular;
    color: #333333;
    display: -webkit-box;
    margin: 0 0 15px 0;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_first_sm a {
    display: inline-block;
    padding: 10px 20px;
    background: var(--bgmain);
    color: #fff;
    font: 15px RobotoRegular;
}

.news_first_sm a:hover {
    color: yellow;
}

.news_first_name a:hover,
.news_index_name a:hover,
.ul_mn>ul li a:hover,
.menu .ul_mn li ul li a:hover {
    color: var(--colormainhv);
}


/*media*/
.video_row {}

.video_left {
    width: 78%;
    padding: 0 10px 0 0;
}

.video_right {
    width: 22%;
}

.video_slick_it {
    padding: 0 0 8px 0;
    cursor: pointer;
}

.video-main iframe {
    width: 100% !important;
    height: 360px !important;
    display: block;
}

#video-select .listvideos {
    width: 100%;
    border-radius: 0;
    height: 34px;
    padding: 0 10px;
}

.video_img {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.video_name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 20px 20px 70px;
    background: rgba(0, 0, 0, 0.64) url(../images/play.png) left 20px center no-repeat;
    color: #fff;
    font: 15px RobotoRegular;
}

.video_name:hover {
    color: yellow;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}

#loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader-wrapper.show1 #wrap {
    background: transparent
}

#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
}

#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
    opacity: 0;
}

@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

.wrap-top.on-show .logo {
    -webkit-animation: aiv_slide_left 1.2s;
    animation: aiv_slide_left 1.2s;
}

.wrap-top.on-show .banner {
    -webkit-animation: aiv_slide_down 1.2s;
    animation: aiv_slide_down 1.2s;
}

.wrap-top.on-show .hotline {
    -webkit-animation: aiv_slide_right 1.2s;
    animation: aiv_slide_right 1.2s;
}

.menu.on-show ul#main-nav li:nth-child(1) {
    -webkit-animation: aiv_slide_right 0.65s;
    animation: aiv_slide_right 0.65s;
}

.menu.on-show ul#main-nav li:nth-child(2) {
    -webkit-animation: aiv_slide_right 0.7s;
    animation: aiv_slide_right 0.7s;
}

.menu.on-show ul#main-nav li:nth-child(3) {
    -webkit-animation: aiv_slide_right 0.75s;
    animation: aiv_slide_right 0.75s;
}

.menu.on-show ul#main-nav li:nth-child(4) {
    -webkit-animation: aiv_slide_right 0.8s;
    animation: aiv_slide_right 0.8s;
}

.menu.on-show ul#main-nav li:nth-child(5) {
    -webkit-animation: aiv_slide_right 0.85s;
    animation: aiv_slide_right 0.85s;
}

.menu.on-show ul#main-nav li:nth-child(6) {
    -webkit-animation: aiv_slide_right 0.9s;
    animation: aiv_slide_right 0.9s;
}

.menu.on-show ul#main-nav li:nth-child(7) {
    -webkit-animation: aiv_slide_right 0.95s;
    animation: aiv_slide_right 0.95s;
}

.menu.on-show ul#main-nav li:nth-child(8) {
    -webkit-animation: aiv_slide_right 1.0s;
    animation: aiv_slide_right 1.0s;
}

.menu.on-show ul#main-nav li:nth-child(9) {
    -webkit-animation: aiv_slide_right 1.1s;
    animation: aiv_slide_right 1.1s;
}

.menu.on-show ul#main-nav li:nth-child(10) {
    -webkit-animation: aiv_slide_right 1.2s;
    animation: aiv_slide_right 1.2s;
}

@-webkit-keyframes aiv_slide_left {
    from {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes aiv_slide_left {
    from {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes aiv_slide_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes aiv_slide_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes aiv_slide_up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes aiv_slide_up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes aiv_slide_down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes aiv_slide_down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.effect-run {}

.effect-run a {
    display: block;
}

.effect-run canvas {
    top: -2px;
    left: -2px;
}

.effect-run img {
    margin: 0 !important;
}

.album_itema {
    margin: 10px;
    display: block;
}

.name-album {
    font: 16px RobotoBold;
    line-height: 18px;
    color: var(--colormain);
    text-transform: uppercase;
    padding: 10px 0 0;
    text-align: center;
}

.img_album {
    margin: 10px 0;
}

.tags-pro-detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tags-pro-detail a {
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin: 2px;
    background-color: var(--color-red);
    border-radius: 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    float: left;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    background: #eee;
    padding: 10px 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: var(--bgmain);
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

.title-main {
    text-align: center;
    margin: 10px 0 20px;
    font: 30px var(--fontTitle);
    color: var(--colormainhv);
}

.title-main span {}

.title-main p {}

/* tieuchi */
.section-tieuchi {}

.col-tieuchi {
    padding: 0 10px;
}

.tieuchi-item {
    text-align: center;
    margin: 10px 0;
}

.tieuchi-name {
    padding: 10px 0 0;
}

.tieuchi-name span,
.tieuchi-name a {
    text-transform: uppercase;
    font-family: var(--fontSB);
}

.tieuchi-name p {
    font-family: var(--font);
    font-size: 14px;
    color: #333;
    padding: 8px 0 0;
}

.tieuchi-img {}

.tieuchi-img img {
    max-height: 100px;
}

/* tieuchi */

/*about*/

.section-about {
    padding: 50px 0;
    background: url(../images/bg_about.png) center no-repeat;
    background-size: cover;
}

.title-about {
    text-align: center;
    font-family: var(--fontB);
    font-size: 30px;
    margin: 0 0 20px 0;
}

.title-about p {
    font-family: var(--fontSB);
    text-transform: capitalize;
    font-size: 20px;
}

.title-about span {
    color: var(--colormain);
}

.row_about {}

.about_left {}

.about_img {
    position: relative;
    padding: 30px;
}

.about_img img {
    position: relative;
    z-index: 9;
}

.about_img::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 35%;
    height: 30%;
    border-left: 15px solid var(--bgmain);
    border-top: 15px solid var(--bgmain);
}

.about_img::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 90%;
    height: 85%;
    border: 2px solid var(--bgmain);
}

.about_right {}


.about_des {
    font: 15px RobotoRegular;
    color: #293034;
    line-height: 28px;
    margin: 24px 0 25px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 6;
    -moz-webkit-line-clamp: 6;
    -ms-webkit-line-clamp: 6;
    -o-webkit-line-clamp: 6;
    -webkit-line-clamp: 6;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.about_seemore a {
    display: inline-block;
    font-family: var(--font);
    font-size: 17px;
    color: var(--colormain);
    background: #fff;
    padding: 7px 20px;
    border: 1px solid var(--bgmain);
    text-transform: capitalize;
}

.about_seemore a:nth-child(2) {
    color: #fff;
    background: var(--bgmain);
    margin-left: 10px;
}

.about_seemore a:hover {}

.section-number {
    /* background-image: url(../images/h1_bg-2.jpg); */
    background-position: top center;
    background-size: cover;
    position: relative;
    padding: 10% 0 0 0;
}

.section-number:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #2E2A2700 0%, #2E2A27 100%);
}

.number {
    position: relative;
}

.content-tunhap {
    position: relative;
    color: #fff;
    padding: 20% 0 5%;
}

.number-item {
    padding: 5%;
    background-color: #0000004D;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 10px;
    color: #fff;
}

.number-run {
    font: 16px var(--fontB);
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0px 0px 10px 10px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.number-run:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: var(--bgmain);
}

.number-des {
    font: 14px var(--font);
    color: #000;
}

.number-numb {
    font: 96px var(--font);
}

.number-numb span {}

/*about*/
.title-duandangban {
    text-align: center;
    margin: 0 0 20px 0;
    font: 30px var(--fontTitle3);
    color: var(--colormainhv);
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.choose_list {
    text-align: center;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px 15px;
}

.choose_list>span {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid var(--bgmain);
    margin: 2px;
    border-radius: 5px;
    font-family: var(--fontSB);
    text-transform: capitalize;
    color: #000;
    transition: 0.2s all;
    font-size: 16px;
}

.choose_list>span.choosed,
.choose_list>span:hover {
    background: var(--bgmain);
    color: #fff;
}

.choose_list .choose_list_item {
    cursor: pointer;
    /* display: flex; */
    margin: 2px;
    border-radius: 5px;
    font-family: var(--fontB);
    text-transform: capitalize;
    color: #1D3B44;
    transition: 0.2s all;
    font-size: 15px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.choose_list .choose_list_item.choosed,
.choose_list .choose_list_item:hover {
    color: #E7C172;
}

.choose_list .choose_list_item img {
    margin: 0 auto;
    /* max-width: 30px; */
    height: 30px;
}

.choose_list .choose_list_item span {
    width: 100%;
    margin: 8px 0 0;
    display: block;
}

.title-list {
    text-align: center;
    margin: 0 0 20px 0;
}

.title-list span {
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid var(--bgmain);
    margin: 2px;
    border-radius: 5px;
    font-family: var(--fontSB);
    text-transform: capitalize;
    color: #000;
    transition: 0.2s all;
    font-size: 16px;
}

.title-list span.active,
.title-list span:hover {
    background: var(--bgmain);
    color: #fff;
}

/* camnhan */
.section-camnhan {}

.box-camnhan {
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.camnhan_img {
    margin: 42px 0;
}

.camnhan_img img {
    border-radius: 50%;
    border: 4px solid transparent;
    -moz-transform: scale(0.70);
    -ms-transform: scale(0.70);
    -o-transform: scale(0.70);
    -webkit-transform: scale(0.70);
    transform: scale(0.70);
    transition: all 300ms ease;
}

.ten_camnhan {
    margin: 35px 0 10px;
    text-align: center;
}

.ten_camnhan span {
    text-transform: uppercase;
    font: 21px var(--fontB);
    color: #000000;
}

.ten_camnhan p {
    font: 14px MontserratRegular;
    color: #000000;
    font-style: italic;
}

.mota_camnhan {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    max-width: 600px;
}

.mota_camnhan:before,
.mota_camnhan:after {
    line-height: 48px;
    display: block;
    content: "“";
    left: auto;
    margin-left: -30px;
    margin-top: -5px;
}

.mota_camnhan:before {
    font-style: normal;
    font-size: 54px;
    color: #6d6d6d;
    position: absolute;
    top: auto;
    font-family: Source Sans Pro, sans-serif;
}

.mota_camnhan:after {
    line-height: 28px;
    content: "”";
    height: 32px;
    margin-right: -10px;
    vertical-align: middle;
    right: 0;
    margin-top: 15px;
    font-style: normal;
    font-size: 54px;
    color: #6d6d6d;
    position: absolute;
    top: auto;
    font-family: Source Sans Pro, sans-serif;
}

.mota_camnhan p {
    font: 14px var(--font);
    font-style: italic;
    color: #000000;
    line-height: 24px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-slick_camnhan_img {
    padding: 0 10%;
}

.slick-slide.slick-center .camnhan_img img {
    border-color: var(--bgmain);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    position: relative;
    z-index: 999;
}

.slick_camnhan_img .slick-prev:before,
.slick_camnhan_img .slick-next:before {
    content: '';
}

.slick_camnhan_img .slick-prev,
.slick_camnhan_img .slick-next {
    width: 52px;
    height: 52px;
    background: url(../images/l.png) center no-repeat;
    position: absolute;
    left: -45px;
}

.slick_camnhan_img .slick-next {
    background: url(../images/r.png) center no-repeat;
    right: -45px;
    left: initial;
}

.slick_camnhan_content .slick-slide .camnhan-content {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    transition: 0.8s all;
}

.slick_camnhan_content .slick-slide.slick-current.slick-active .camnhan-content {
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}

/* camnhan */


/* layout-right */
.box-danhmucsp {}

.danhmucsp-item {
    width: calc(100% / 6);
    border: 1px solid #fff
}

.danhmucsp-name {}

.danhmucsp-name a {
    font-size: 15px;
    color: #333;
    text-align: center;
    padding: 10px;
    display: block;
}

.title-danhmucsap {
    margin: 0 0 10px 0;
}

.left-detail {
    position: relative;
    float: left;
    width: calc(100% - 300px);
    background: white;
    text-align: inherit;
    padding-right: 20px;
}

.right-detail {
    width: 280px;
    float: right;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}

.title-right {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    background: var(--bgmainhv);
    padding: 10px;
    font-family: var(--fontB);
    color: #fff;
}

.menu-right,
.menu-right ul {
    padding: 0px;
}

.menu-right li {
    list-style: none;
    padding: 10px 0px;
    background: url(../images/icondm-lur.png) no-repeat left 17px;
    padding-left: 20px;
}

.menu-right li a {
    color: #333;
    font-family: var(--fontB);
}

.menu-right ul li {
    border-bottom: 1px solid var(--bgmainhv);
    padding: 10px 0px;
    background: none;
}

.menu-right ul li a {
    font-family: var(--font);
}

.post-right-slick-item {
    margin: 5px 0;
}

.post-right-slick-img {
    width: 30%;
}

.post-right-slick-content {
    width: 70%;
    padding: 0 0 0 10px;
}

.post-right-slick-name {}

.post-right-slick-name a {
    font: 15px var(--fontB);
    text-transform: capitalize;
    color: #151515;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-right-slick-name a:hover {
    color: var(--colormainhv);
}

.post-right-slick-des {
    font: 13px var(--font);
    color: #0d0d0d;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-slide * {
    outline: none;
}

/* layout-right */



/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(143 143 143 / 20%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--bgmainhv);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::after {
    opacity: 0;
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--bgmain), var(--bgmainhv));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--bgmainhv);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

body.light .progress-wrap {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

body.light .progress-wrap::after {
    color: var(--black-blue);
}

body.light .progress-wrap svg.progress-circle path {
    stroke: var(--black-blue);
}

.switch,
.circle {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.switch {
    width: 80px;
    height: 4px;
    border-radius: 27px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    position: fixed;
    right: 50px;
    top: 75px;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    z-index: 33333;
    transition: all 300ms linear;
}

.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--black-blue-light-3);
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    animation: border-transform 10s linear infinite alternate forwards;
}

.circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.circle:before {
    position: absolute;
    font-family: 'unicons';
    content: '\eac1';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    opacity: 1;
    color: var(--grey);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.circle:after {
    position: absolute;
    font-family: 'unicons';
    content: '\eb8f';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    color: var(--yellow);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.switched {}

.switched .circle {
    left: 45px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: var(--black-blue);
}

.switched .circle:hover {
    box-shadow: 0 8px 8px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
}

.switched .circle:before {
    opacity: 0;
}

.switched .circle:after {
    opacity: 1;
}

.bds-item1 {
    color: #000;
    /* padding: 15px; */
    /* background: #fff; */
    /* border-radius: 5px; */
}

.bds-item1-img {
    border-radius: 10px;
}

.bds-item1-img img {
    border-radius: 10px;
    width: -webkit-fill-available;
}

.bds-item1-price {
    color: #998247;
    font: 16px var(--fontB);
    margin: 10px 0 0;
}

.bds-item1-rent {
    color: var(--colormainhv);
    padding: 10px 0 5px;
    margin: 0;
    font: 13px var(--fontB);
}

.bds-item1-name {
    /* padding: 0 0 15px; */
}

.bds-item1-name a {
    color: #1D3B44;
    font: 14px var(--fontB);
}

.bds-item1-name a span {
    display: block;
    font: 12px var(--font);
    color: #4d4c4c;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-ngmoigioi {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 5px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    color: #fff;
    width: 100%;
    background: linear-gradient(to bottom, hsl(0deg 0% 0% / 0%), hsl(0deg 0% 0% / 33%));
}

.info-ngmoigioi img {
    max-width: 40px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.info-ngmoigioi span {}

.bds-item1-info-phong {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    width: 90%;
    padding: 10px;
    color: #fff;
    font: 16px var(--fontB);
    background: hsl(0deg 0% 0% / 60%);
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.bds-item1-info-phong span {
    font: 13px var(--font);
    padding-right: 10px;
}

.bds-item1-info-phong span i {
    font-size: 14px;
}

.section-bdshot {
    position: relative;
    /* margin-top: -250px; */
    z-index: 99;
}

.section-bdshot:before {
    height: 50%;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background-position: 50%;
    background: linear-gradient(0deg, #ebebeb, #ebebeb 30%, hsla(0, 0%, 100%, 0) 70%);
}

.title-index {
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 20px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.title-index span {
    font: 25px var(--fontB);
    text-transform: capitalize;
    color: #000;
}

.title-index a {
    color: #000;
    font: 13px var(--font);
}


.bds-item {
    color: #000;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.bds-item-img {
    border-radius: 5px;
    transition: .5s ease;
}

.bds-item-img img {
    border-radius: 5px;
}

.bds-item-price {
    padding: 5px 10px;
    color: #fff;
    font: 12px var(--font);
    background: var(--bgmain);
    border-radius: 5px;
    display: inline-block;
}

.bds-item-rent {
    color: var(--colormainhv);
    padding: 10px 0 5px;
    margin: 0;
    font: 13px var(--fontB);
}

.bds-item-name {
    padding: 0 0 15px;
}

.bds-item-name a {
    color: #fff;
    font: 14px var(--fontB);
}

.bds-item-name a span {
    font: 12px var(--font);
    color: #fff;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bds-item-info-phong {
    /* height: 30px; */
    list-style-type: none;
    width: 100%;
    background: #34495e;
    color: #fff;
    display: table;
    vertical-align: middle;
    padding: 10px 15px;
    margin: 0;
    transition: .5s ease;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.bds-item-min .bds-item-info-phong {
    padding: 10px 5px;
}

.bds-item-min .bds-item-info-phong span i {
    font-size: 9px;
}

.bds-item-info-phong span {
    font: 13px var(--fontB);
    flex-grow: 1;
    padding: 0 2px;
    width: 25%;
}

.bds-item-info-phong span i {
    display: block;
    font-style: unset;
    font-size: 10px;
    font-family: var(--font);
    color: #95a5a6;
}

.bds-item-info {
    padding: 10px 15px;
    color: #fff;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .75));
}

.bds-item:hover .bds-item-info {
    bottom: 0;
}

.bds-item-min .bds-item-info {
    padding: 10px 10px
}

.bds-item:hover .bds-item-img {
    transform: translateY(-20px);
}

.bds-item:hover .bds-item-info-phong {}

.bds-item-info-ab {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    transition: .5s ease;
}

.bds-item-min .bds-item-info-ab {
    bottom: -70px;
}

.bds-item:hover .bds-item-info-ab,
.bds-item-min.bds-item:hover .bds-item-info-ab {
    bottom: 0;
}

.property-featured {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 80px;
    height: 80px;
}

.additional-urgent {
    color: #f32806;
    position: absolute;
    z-index: 9;
    padding: 5px;
    top: 5px;
    left: 5px;
    background: #fff;
    border-radius: 5px;
    font-weight: 700;
    opacity: .9;
}

.box-title-formdangky {
    background: var(--bgmain);
    color: #fff;
    display: flex;
    padding: 25px 10px;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.box-title-formdangky h3 {
    text-transform: uppercase;
    font: 20px var(--fontB);
    width: 67%;
    text-align: right;
    padding-right: 30px;
}

.box-title-formdangky h3 span {
    display: block;
    text-transform: none;
    font: 18px var(--fontB);
    padding: 5px 0 0;
}

.box-title-formdangky a {
    display: block;
    font: 14px var(--fontB);
    border: 1px solid;
    color: #fff;
    padding: 15px 10px;
    text-transform: capitalize;
    min-width: 14%;
    text-align: center;
}

.box-title-formdangky a:hover {
    background: #fff;
    color: var(--colormainhv);
}

.iconbank {}

.iconbank a {}

.iconbank img {
    max-height: 35px;
}

.dangky-dangnhaprp {
    display: none;
}

.ngaytrong {
    margin: 0 0 10px 0;
}

.ngaytrong span {
    font: 14px var(--font);
    background: var(--bgmainhv);
    color: #fff;
    padding: 5px 16px;
    border-radius: 5px;
    display: inline-block;
}

.title-pro-detail {
    font: 20px var(--fontB);
    color: #000;
}

.price {}

.price-detail {
    font: 14px var(--fontB);
    font-size: 28px;
    color: #ff6b14;
}

.text-right {
    text-align: right;
}

.detail-bds-1 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 21px 0;
}

.detail-bds-2 {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.detail-bds-nam-list {
    font: 14px var(--fontB);
}

.detail-bds-btn-lienhe {
    font: 14px var(--font);
    background: var(--bgmainhv);
    color: #fff;
    padding: 5px 16px;
    border-radius: 5px;
    display: inline-block;
}

.detail-bds-btn-lienhe:hover,
.detail-bds-btn-lienhe:focus {
    color: #fff;
    cursor: pointer;
}

.detail-bds-span-adress {
    font: 13px var(--font);
}

.detail-bds-2 .wrap_share {
    display: flex;
    align-content: center;
    align-items: center;
}

.box-album-anh-bds {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 20px 0;
    align-content: flex-start;
}

.col-hinhanhsp1 {
    width: 50%;
}

.col-hinhanhsp2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.col-hinhanhsp1 a {
    display: block;
    position: relative;
}

.col-hinhanhsp1 a::after {}

.col-hinhanhsp1 a:hover {
    cursor: pointer;
    opacity: .8;
}

.col-album-anh-bds-3 {}

.col-album-anh-bds-3 span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: hsl(0deg 0% 0% / 40%);
}

.tongquan-bds {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 30px;
}

.tongquang-bds-left {
    width: 50%;
    padding: 0 10px;
}

.tongquang-bds-right {
    width: 50%;
    padding: 0 10px;
}

h3.title-tongquan {
    font: 18px var(--fontB);
    color: #000;
}

.ngaydang-lienhe-luotxem {
    padding: 20px 0;
    margin: 10px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ngaydang-lienhe-luotxem p {
    font: 13px var(--fontB);
    color: #0C0C0C;
    text-align: center;
    flex-grow: 1;
}

.ngaydang-lienhe-luotxem span {
    display: block;
    text-transform: uppercase;
    font: 13px var(--font);
    color: #555555;
}

.tongquan-bds-ul {}

.tongquan-bds-ul li {
    display: flex;
    border-bottom: 1px dashed #ececec;
    font: 13px var(--font);
    color: #555555;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}

.tongquan-bds-ul li span {
    width: 50%;
}

.tongquan-bds-ul li span:last-child {
    text-align: right;
}

.tongquang-bds-right iframe {
    height: 330px;
    width: 100%;
}

.checkbox-dangtin-2 i {
    color: rgba(216, 216, 217, .6)
}

.checkbox-dangtin-2 i.checked {
    color: #ff4903;
}

.checkbox-dangtin-2-detail,
.checkbox-dangtin-2-detail span {
    font: 12px var(--font);
}

.box-tienich-detail {
    margin: 0 0 30px 0;
}

.border-item .bds-item1 {
    background: #fff;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0;
}

.bds-item1-imgs a {
    display: block;
}

.border-item .bds-item1-price {
    position: relative;
    color: var(--colormainhv);
    padding: 0;
    margin: 0 0 5px;
    font-size: 13px;
}

.border-item-content {
    padding: 0px 10px 10px;
}

.title-bdstuongtu {
    color: #0c0c0c;
    font: 22px var(--fontB);
    border-bottom: 1px solid rgba(206, 206, 206, 0.25);
    padding-bottom: 10px;
    margin: 10px 0 20px 0;
}

.info-moigioi-bds {
    text-align: left;
}

.info-moigioi-bds p {
    font: 13px var(--font);
    color: #0C0C0C;
    margin: 2px 0;
}

.info-moigioi-bds p i {
    color: #000;
    padding-right: 5px;
}

.info-moigioi-bds p a {
    color: #000;
}

.info-moigioi-bds a:hover {
    color: var(--bgmainhv)
}

#popup-lienhebds .modal-body {
    text-align: left;
}

.title-lichthamquanbds {
    padding: 5px 10px;
    color: #fff;
    font: 12px var(--font);
    background: var(--bgmainhv);
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0 10px;
}

.lienhebds-button {
    text-align: center;
    margin: 20px 0 10px;
}

.lienhebds-button button {
    border: 0;
    background: var(--bgmain);
    color: #fff;
    height: 40px;
    width: 160px;
    border-radius: 5px;
    font-size: 16px;
}

.lienhebds-button button:hover {
    background-color: var(--bgmainhv);
}

.lienhebds-button button i {
    padding: 0 10px 0 0;
    font-size: 20px;
    ;
}

#popup-lienhebds-label {
    font: 17px var(--fontB);
}

.row-banggia {}

.banggia-item {
    border: 1px solid #ff9a3b;
    margin: 10px 0 40px;
}

.banggia-item-name {
    font: 20px var(--fontB);
    padding: 15px 0;
    text-align: center;
    background: linear-gradient(90deg, #ffd3b4, #fd6900);
    color: #fff;
}

.banggia-item-info {
    padding: 15px 15px;

}

.banggia-item-price {
    font: 20px var(--fontB);
    color: var(--colormainhv);
    text-align: center;
}

.banggia-item-date {
    font: 13px var(--font);
    text-align: center;
    color: #555555;
    margin: 10px 0 0;
}

.banggia-item-des {
    padding: 10px 10px;
    margin: 10px 0 0;
    border-top: 1px solid #e9ecef;
    font: 13px var(--font);
    min-height: 350px;
    max-height: 100%;
    transition: max-height 1.15s ease-out;
}

.title-banggia {
    font: 20px var(--fontB);
    border-bottom: 1px solid #ededed;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

.banggia-item-des ul,
.banggia-item-des li {
    list-style: disc;
    padding: 0 0 0 10px;
    margin: 4px 0;
}

.height-20px {
    height: 20px;
}

.banggia-item-taotindang {
    padding: 15px;
    border: 1px solid #0fbfbf;
    text-transform: uppercase;
    font-weight: 700;
    color: #0fbfbf;
    background: #fff;
    display: block;
    position: relative;
    bottom: -25px;
    opacity: 1;
    margin: 0 auto;
    width: 90%;
    border-radius: 5px;
    text-align: center;
}

.banggia-item-taotindang:hover,
.banggia-item-taotindang.active {
    background: linear-gradient(90deg, #ff8b1d 29.17%, #ffd91c);
    border-radius: 6px;
    color: #fff;
}

.section-product-list-nb {
    padding: 50px 0;
    /* background: rgb(251 249 246 / 90%); */
}

.xemtatcabdshangdau {
    text-align: center;
    margin: 20px 0 0;
}

.xemtatcabdshangdau a {
    padding: 10px 20px;
    color: #fff;
    font: 14px var(--font);
    background: var(--bgmain);
    border-radius: 25px;
    display: inline-block;
}

.section-duannoibathot {
    background: rgb(46 42 39 / 60%);
    padding: 50px 0;
}

.duannoibathot-item {
    margin-top: 60px;
}

.duannoibathot-item-stt-name {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #DDDDDD;
    padding: 60px 0;
    gap: 0 20px;
    color: #fff;
}

.duannoibathot-item-stt-name.active {
    color: #E7C172;
}

.duannoibathot-item:first-child {
    margin-top: 0px;
}

.duannoibathot-item:first-child .duannoibathot-item-stt-name {
    border-top: 0;
}

.duannoibathot-item-stt-name-text {
    font-size: 24px;

}

.duannoibathot-item-title {
    font: 50px var(--fontB);
    margin: 0;
}

.duannoibathot-item-stt-name-icon {
    color: #E7C172;
    transform: rotateZ(135deg);
    font-size: clamp(18px, 3.5vmax, 36px);
    margin-left: auto;
    font-size: 30px
}

.duannoibathot-row {
    display: none;
}

.duannoibathot-item:first-child .duannoibathot-row {
    display: block;
}

.duannoibathot-row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.duannoibathot-info {
    width: 43%;
    background: rgb(1 69 142 / 84%);
    border-radius: 10px;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.duannoibathot-item-img {
    width: calc(57% - 10px);
}

.duannoibathot-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.duannoibathot-diachi {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    gap: 5px 5px;
    width: 100%;
    flex-wrap: wrap;
}

.duannoibathot-diachi i {
    color: #C0FF70;
}

.duannoibathot-diachi-text {
    font: 14px var(--font);
    color: #fff;
    flex-grow: 1;
}

.duannoibathot-item-desc {
    font: 14px var(--font);
    color: #fff;
    margin: 10px 0 0 0;
    width: 100%;
}

.duannoibathot-diemnoibat {
    padding: 30px 0;
    width: 100%;
}

.duannoibathot-diemnoibat-title {
    color: #fff;
    font: 20px var(--font);
    margin: 0 0 20px 0;
    display: block;
}

.duannoibathot-diemnoibat ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.duannoibathot-diemnoibat li {}

.duannoibathot-diemnoibat-text {
    font: 14px var(--font);
    color: #fff;
    padding: 0 0 0 10px;
    position: relative;
}

.duannoibathot-diemnoibat-text:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: var(--bgmain);
    border-radius: 50%;
}


.duannoibathot-gia {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DDDDDD;
    padding: 20px 0;
    width: 100%;
}

.duannoibathot-gia-text {
    font: 32px var(--font);
    color: #fff;
}

.duannoibathot-gia a {
    color: #Fff;
}

.duannoibathot-gia a i {
    color: #C0FF70;
    transform: rotateZ(-45deg);
    margin-left: 5px;
}

.linkyoutubevideo {
    height: 70vh;
    min-height: 550px;
}

.linkyoutubevideo iframe {}

.section-ourteam {
    padding: 50px 0;
    background: #248eff3b;
}

.ourteam-slick {}

.ourteam-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.ourteam-item:after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    z-index: 1;
    height: 120px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    mask-image: linear-gradient(to top, #000 0%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 80%, transparent 100%);
}

.ourteam-item-img {}

.ourteam-item-img img {
    border-radius: 20px;
}

.ourteam-item-content {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
    color: #fff;
}

.ourteam-item-title {
    font: 20px var(--fontB);
    margin: 0;
}

.ourteam-item-chucvu {
    font: 14px var(--font);
    color: #fff;
    margin: 0;
}

.title-ourteam {
    font: 30px var(--fontTitle2);
    color: var(--colormainhv);
    margin: 0 0 30px 0;
    margin: 0 0 20px 0;
    font: 30px var(--fontTitle3);
    color: var(--colormainhv);
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.section-contact-home {
    background: rgb(36 142 255 / 13%);
    padding: 50px 0;
}

.contact-home-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.contact-home-left {
    color: #fff;
    width: 55%;
}

.contact-home-title {
    font: 30px var(--fontTitle2);
    color: var(--colormainhv);
    margin: 0 0 30px 0;
}

.contact-home-row-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contact-home-item-content {
    font: 14px var(--font);
    margin: 0 0 10px 0;
    color: var(--colormainhv);
}

.contact-home-item-content span {
    font: 14px var(--font);
    margin: 0 0 10px 0;
    display: block;
}

.contact-home-item-content span:last-child {
    font: 20px var(--font);
    margin: 0 0 10px 0;
}

.contact-home-right {
    padding: 3%;
    background: rgb(1 69 142 / 84%);
    width: 45%;
    border-radius: 20px;
}

.contact-home-item-title {
    font: 30px var(--fontTitle2);
    color: #fff;
    margin: 0 0 30px 0;
}

.logo-footer {
    text-align: center
}

.logo-footer img {
    max-width: 170px
}

.contact-footer {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    gap: 20px 10px;
    font: 18px var(--font);
}

.contact-footer p {
    margin: 0;
}

.contact-footer span {}

.duannoibat-item1-name {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    z-index: 2;
    color: #fff;
}

.duannoibat-item1 {
    position: relative;
    overflow: hidden;
}

.duannoibat-item1:after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    z-index: 1;
    height: 120px;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    mask-image: linear-gradient(to top, #000 0%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to top, #000 0%, #000 80%, transparent 100%);
}

.duannoibathot-detail-diachi-text {}

.duannoibathot-detail-diachi-text i {
    color: var(--bgmain);
}

.duannoibathot-detail-diachi-text span {}


.duannoibathot-detail-diemnoibat {
    padding: 30px 0;
    width: 100%;
}

.duannoibathot-detail-diemnoibat-title {
    color: #000;
    font: 20px var(--font);
    margin: 0 0 20px 0;
    display: block;
}

.duannoibathot-detail-diemnoibat ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.duannoibathot-detail-diemnoibat li {}

.duannoibathot-detail-diemnoibat-text {
    font: 14px var(--font);
    color: #000;
    padding: 0 0 0 10px;
    position: relative;
}

.duannoibathot-detail-diemnoibat-text:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: var(--bgmain);
    border-radius: 50%;
}

.ab-slider {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ab-slider-content {
    width: 100%;
    max-width: 300px;
}

.text-slider-1 {
    text-align: center;
    margin: 0 0 20px 0;
    font: 30px var(--fontTitle2);
    color: #fff;
}

.text-slider-2 {
    text-align: center;
    margin: 0 0 20px 0;
    font: 30px var(--fontTitle2);
    color: #fff;
}

.ab-slider-content .search {}

.ab-slider-content .search input {
    border-radius: 30px;
}

.res_none-phoneright {
    width: 80px;
    height: 80px;
    display: block;
    position: fixed;
    right: 0;
    -webkit-animation-name: zoomInOutnew;
    animation-name: zoomInOutnew;
    -webkit-animation: zoomInOutnew 2.5s ease-in-out infinite;
    animation: zoomInOutnew 3.5s ease-in-out infinite;
}

.res_none-phone {
    bottom: 120px;
}

.res_none-zalo {
    bottom: 200px;
}

@-webkit-keyframes zoomInOutnew {
    0% {
        transform: scale(0.75);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.75);
    }
}