.py-40 {
    padding: 40px 0;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-60{
    padding-top: 60px;
}

.box-invest-01 {
    padding: 40px 0;
}

.color-orange {
    color: var(--orange) !important;
}


footer {
    background: #ddd;
    position: relative;
}

footer .logo-section img {
    height: 11rem;
}

.title-footer {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.title-footer:after {
    content: '';
    height: 2px;
    width: 30px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.header-menu-home {
    /* position: fixed; */
    /* z-index: 11; */
    /* width: 100%; */
    padding: 10px 0;
    background: var(--color-black);
}
.home .header-menu-home {
    /*position: fixed;*/
    /*z-index: 11;*/
    /*width: 100%;*/
    /*padding: 10px 0;*/
    /*background: #fff0;*/
}

.menu-header ul > li {
    margin-right: 10px;
    padding-right: 10px;
    float: left;
    position: relative;
}
.menu-header ul > li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background-color: var(--white);
}
.menu-header ul > li:last-child:before {
    content: none;
}
.menu-header ul > li > a {
    color: var(--white);
}

/*Search header*/
.box-search {
    border: 1px solid var(--white);
    border-radius: 3px;
}
.box-search input {
    background-color: transparent;
    border: 1px solid transparent;
}
.box-search .btn-submit {
    background-color: transparent;
    border: 1px solid transparent;
    padding-right: 0;
}
/*Search header*/

/*Text run*/
.text-run {
    font-size: 18px;
    font-weight: 600;
	background: linear-gradient(to right, #30CFD0 0%, #330867 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*Text run*/

/*Chatbox trang chu*/
.position-sticky {
    position: sticky;
    top: 0;
}
.section-chatbox {
    border-radius: 5px;
}
.section-chatbox .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
    background-image: -webkit-linear-gradient(top, #819fb3, #7495a2);
    border-radius: 5px 5px 0 0;
}
.section-chatbox .head .title {
    font-size: 20px;
    color: var(--white);
}
.btn-close {
    background-image: -webkit-linear-gradient(top, #e7f2ff, #b7d2f3);
    padding: 0 5px;
    border: 1px solid var(--black);
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.chatbox-editor {
    border-radius: 0 0 10px 10px;
}
.section-chatbox .btn-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-chatbox .bootstrap-select {
    width: auto !important;
}
.section-chatbox .bootstrap-select > button {
    font-size: 13px;
    border-radius: 4px;
    padding: 0 7px;
}

.wrap-chatbox .content-top,
.wrap-chatbox .chatbox-editor {
    padding: 5px 15px;
}
.wrap-chatbox .content-top,
.wrap-chatbox .chatbox-editor {
    background-color: var(--light);
}

.wrap-chatbox .chatbox {
    padding: 10px 15px;
    border-left: 5px solid var(--light);
    /*border-right: 15px solid var(--light);*/
    max-height: 170px;
    overflow-y: auto;
}

.color-red {
    color: var(--red);
}

.search-message .input-group {
    justify-content: flex-end;
}
.search-message input {
    height: 32px;
    max-width: 200px;
    box-shadow: inset .5px 0 1px var(--color-black);
    border-color: var(--color-black);
}
.search-message .input-group-append {
    margin-left: 5px;
}
.search-message .btn-submit {
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    background-color: var(--white);
    color: var(--color-black);
    font-weight: 600;
    border-color: var(--color-black);
    box-shadow: inset 0 0 1px var(--color-black);
    transition: all .4s;
}
.search-message .btn-submit:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: var(--white);
}

.chatbox .item-message {
    margin-bottom: 2px;
}
.chatbox .item-message > * {
    margin-right: 10px;
}
.chatbox .item-message > i {
    color: var(--yellow);
}
.chatbox .item-message .account {
    color: var(--red);
}

.chatbox-editor {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.box-edit {
    display: flex;
    align-items: center;
}
.clr-field button {
    width: 55px;
    border-radius: 3px;
    height: 24px;
    left: 50%;
    transform: translate(-50%,-50%);
}
input.coloris {
    width: 60px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    box-sizing: border-box;
}

.btn-edit ,
.btn-pause {
    height: 28px;
    border: 1px solid var(--gray);
    background-color: var(--white);
    margin-left: 5px;
    border-radius: 3px;
    box-shadow: inset 0 0 3px var(--light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 0 10px;
    min-width: 45px;
}

.message > input {
    border-radius: 3px;
    margin-right: 5px;
}

.message {
    width: 75%;
    display: flex;
    align-items: flex-start;
}
.emoji-picker-container {
    position: relative;
    width: calc(100% - 110px);
    margin-right: 11px;
}
.emoji-picker-container:focus-visible {
    outline: none !important;
}
.emoji-wysiwyg-editor {
    min-height: 36px;
    background-color: var(--white);
}
.emoji-picker-icon:before {
    content: "\f118";
}
/*Chatbox trang chu*/

/*Module san pham trang chu*/
.product-home {
    border-radius: 10px;
    background-color: var(--white);
    padding: 30px;
}
.product-home > .row {
    margin-right: -10px;
    margin-left: -10px;
}
.product-home > .row > div {
    padding-right: 10px;
    padding-left: 10px;
}
.product-home .pagination {
    margin-bottom: 0 !important;
}
.fa-solid.fa-star {
    color: var(--yellow);
    font-size: 11px;
}
/*Module san pham trang chu*/

.box-footer-banner>.row>div {
    position: inherit;
}

.banner-footer img {
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.footer-mid {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.footer-mid .title-footer {
    color: #fff;
    font-size: 20px;
}

.footer-mid .title-footer:after {
    background: #fff;
}

.footer-mid address p {
    color: #fff;
    font-size: 16px;

}

.footer-mid address p i {
    display: inline-block;
    background-color: #fff;
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    flex: 0 0 45px;
    color: var(--color-main-home);
    margin-right: 14px;
}


.hotline-top a {
    color: #2c2c2c;
    display: flex;
    padding: 5px 10px;
    border-radius: 8px;
    background: #fff;
    border: solid 1px #ccc;
    margin-left: 15px;
    font-weight: 500;
    align-items: center;
    justify-content: flex-end;
    width: auto;
}
.hotline-top .icon img {
    height: 32px;
    width: 32px;
}
.hotline-top .icon {
    margin-right: 15px;
}

.align-row-center > .container > .row > div, .align-row-center>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important;
}


.dps-footer {
    color: #fff;
    font-size: 16px;
    font-style: italic;
}

.footer-mid .container {
    border-bottom: 1px solid #FFFFFF3B;
    padding-bottom: 40px;
}

.contact-right {
    position: fixed;
    left: 20px;
    bottom: 22px;
    z-index: 999;
}
.contact-right li.entry-content {
    list-style: none;
    margin-top: 20px;
    position: relative;
}

.contact-right li.entry-content img {
    width: 47px;
    height: 47px;
}

.contact-right li.entry-content .phone-number {
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    padding: 6px 10px 6px 20px;
    background-color: #ed5228;
    border-radius: 0 10px 10px 0;
    color: var(--white);
    font-weight: 500;
    z-index: -1;
    font-size: 15px;
}

.article-item-small {
    display: flex;
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
}

.article-item-small .inner-image {
    flex: 0 0 120px;
    max-width: 120px;
}

.article-item-small .inner-content {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.article-item-small .inner-image .img {
    border-radius: 5px;
    overflow: hidden;
}

.article-item-small .inner-content .article-title a {
    color: #000;
}

.article-item-small .inner-content .article-title {
    font-weight: 700;
    max-height: 66px;
    overflow: hidden;
}
.article-item-small:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}


.footer-mid.footer-mid-mbc .logo-section {
    text-align: center;
    margin-bottom: 20px;
}

.footer-mid.footer-mid-mbc .container {
    border-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}

/*page tin tuc*/
.section-page-article {
    border-radius: 10px;
    background-color: var(--white);
    padding: 30px;
}

.article-detail {
    padding: 15px;
    background-color: var(--white);
    border-radius: 10px;
}
/*page tin tuc*/

.affiliate-info .swiper-slide img {
    aspect-ratio: unset
}


.is-mobile .footer-mid {
    padding-bottom: 20px;
}
.is-mobile .footer-mid .container {
    padding-bottom: 0;
}
.is-mobile .dps-footer,
.is-mobile .entire-info-website {
    margin-bottom: 3.5rem;
}

.is-mobile .swiper-button-prev, 
.is-mobile .swiper-button-next {
    width: 25px;
    height: 25px;
}

@media(max-width: 768px){
    .search-message {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .search-message input {
        max-width: 100%;
    }
    
    .wrap-chatbox .chatbox {
        border-right: 3px solid var(--light);
    }
}

@media(min-width: 1200px){
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1621px;
    }
    
    .product-home > .row > .col-lg-2 {
        flex: 0 0 calc(100%/7);
        max-width: calc(100%/7);
    }
}

@media(max-width: 576px){
    .wrap-chatbox .chatbox {
        border-left: 15px solid var(--light);
        border-right: 15px solid var(--light) !important;
    }
    
    .btn-edit, .btn-pause {
        padding: 0 7px;
        min-width: 35px;
        height: 28px;
    }
    
    .emoji-button.btn-edit {
        min-width: 60px;
        margin-left: 0;
    }
    
    .chatbox-editor {
        flex-direction: column;
        align-items: self-start;
        padding-bottom: 15px !important;
    }
    input.coloris {
        width: 40px;
        height: 28px;
    }
    .clr-field button {
        width: 36px;
        border-radius: 3px;
        height: 24px;
    }
    .box-edit{
        margin-bottom: 5px;
    }
    
    .message {
        width: 100%;
        justify-content: space-between;
    }
    .emoji-picker-container {
        width: calc(100% - 100px);
    }
    .emoji-picker-container input{
        width: 100%;
    }
}

.box-statistical ul li.m-10 {
    display: inline-block;
    margin: 10px;
}

.project-item {
    padding: 1rem;
    border-radius: .5rem;
    box-shadow: 1px 2px 5px #dee2e6;
/*    margin-bottom: 2rem;*/
    border: 1px solid #dee2e6 !important;
    background-color: var(--white);
    height: 100%;
}
.project-item .title ,
.project-item .hotline {
    font-weight: 700;
}
.project-item .description {
    /*display: -webkit-box;*/
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    margin-bottom: 10px;
    line-height: 1.4;
    /*height: 2.8em;*/
}
.project-item .info {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.project-item .title {
    margin-bottom: 10px;
}
.project-item .hotline {
    margin-top: auto;
}

.project-item .img img{
    width: auto;
}




