:root {
    --primary-color: #2579ff;
    --secondary-color: linear-gradient(42.22deg, #2850A7 0%, #00A8F3 100%);
}
.support-ctn {
      background-color: var(--primary-color) !important;
}
.hkb_widget_exit__btn{
    background: var(--secondary-color) !important;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(122,153,217);
}

@media (max-width: 992px) {

}

/*custom trang chu*/
#baivietsearch-list {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    background: #fff;
    padding-inline-start: unset;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    max-height: 400px;
    overflow-y: scroll;
    z-index: 9;
}

#baivietsearch-list .baivietsearch-item {
    /*padding: 10px 0;*/
    border-top: 1px solid #dfdfdf;
}

    #baivietsearch-list .baivietsearch-item a {
        padding: 10px 15px;
        width: 100%;
        color: black;
        display: -webkit-box;
        line-height: 22px;
    }

    #baivietsearch-list .baivietsearch-item:hover {
        background-color: #f5f5f5;
    }
.baivietsearch-item {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
    .baivietsearch-item a {
        display: flex !important;
        justify-content:space-between;
    }
    .baivietsearch-item span {
        padding: 5px;
        border-radius: 20px;
        padding: 5px 10px;
        min-width: 100px;
        color: white;
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .baivietsearch-item span.primary {
       background: var(--primary-color);
    }
        .baivietsearch-item span.second {
            background: #5fe79f;
        }


@media screen and (min-width: 768px) {
    .ht-page {
        padding: 30px 0 !important;
    }
}

.container-btn-more {
    display: flex;
    align-items: center;
    margin-top: 5px;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.container-btn-more .btn-more {
    padding: 7px 18px;
    border-radius: 20px;
    background: var(--primary-color);
    color: white;
}

.btn-more-doituong {
    min-width: 100px;
    max-width: fit-content;
    padding: 7px 10px;
    background: var(--primary-color);
    border-radius: 20px;
    color: white !important;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
}
.nav-header {
    justify-content: flex-start;
    position: relative;
}

@media screen and (max-width: 947px) {
    .nav-header {
        justify-content: flex-end;
        position:unset;
    }
    .nav-header__menuwrapper .btn-link {
        position: relative !important;
        right: 0px !important;
    }
    ul#menu-menu-chinh > li > a {
        color: black !important;
    }
}
.nav-header__menuwrapper .btn-link a {
    background-color: #5f9ee7 !important ;
    border-radius: 20px;
    margin: auto;
    text-align: center;
    width: fit-content;
    color: white !important;
    text-decoration: none !important;
    padding: 10px 15px !important;
}

@media screen and (max-width: 768px) {
    .footer-head {
        grid-gap: 20px 0;
        flex-direction: column;
    }
    .f-logo {
        display:flex;
        justify-content:center;
        margin-bottom: 10px;
    }
    .feature-list {
        flex-direction: column;
        grid-gap: 20px 0 !important;
    }
}

@media screen and (max-width: 468px) {
    .f-menu-item {
        grid-gap: 20px 0;
        flex-direction: column;
        padding-inline-start: 0;
        text-align:center;
    }
    .f-social ul {
        text-align: center;
        padding-inline-start: 0;
    }
    .f-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .feature-header {
        flex-direction: column;
    }
    .feature-header a{
        margin-left: auto;
    }
    .chanel-list {
        grid-gap: 20px 0 !important;
    }
    .chanel-list .chanel-item {
        width: 90% !important;
    }
}

@media (min-width: 980px) {
    .f-menu {
        display: flex;
        align-items: center;
        grid-gap: 0 10px;
    }
}
.f-menu-item, .f-social ul {
    display: flex;
    gap: 25px;
    align-items: center;
    padding-inline-start: 0;
}
.f-logo .img-logo-footer {
    width: 100px;
}
.f-social {
    display: flex;
    justify-content: flex-end;
}

/*.primary-shadow {
    display:flex;
    align-items:center;
    grid-gap: 0 30px;
}
.img-hotro{
    width: 120px;
}*/
.img-hotro{
    position: relative;
    width: 100px;
}
.container-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(122,153,217,0.4);
    width: 140px;
    height: 140px;
    border-radius: 100%;
}

.feature-list {
    display:flex;
    grid-gap: 0 30px;
    width: 100%;
}
.feature-item {
    /*display: flex;
    justify-content: space-between;
    grid-gap: 0 20px;*/
    align-items: center;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 100%;
}
.feature-item .b-title {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.btn-viewmore {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 12px;
    text-align: center;
    width: 140px;
    color: #fff;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    font-family: Roboto Medium, Arial, sans-serif;
}
.img-hotro {
    width: 50px;
}
.feature-item {
    display: flex;
    flex-direction: column;
    grid-gap: 10px 0;
}

.feature-header, .feature-item-header {
    display: flex;
    grid-gap: 0 10px;
    align-items: center;
    width: 100%;
}
.feature-footer {
    padding-inline-start: 0;
    width: 100%;
}
.feature-footer li{
    margin-bottom: 13px;
    display:flex;
    align-items:center;
    grid-gap:0 10px;
}
    .feature-footer li img{
       width: 20px;
       height:20px;
    }
    .feature-footer li a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        color: black;
    }
.feature-item img {
    width: 40px;
}
.other-benefit {
    padding: 80px 0 !important;
}


.chanel-list {
    grid-gap: 0 30px;
    align-items: center;
}
.chanel-list .chanel-item {
    border: 1px solid #f3f1f1 !important;
    width: 100%;
    padding: 50px 0;
}

.chanel-text {
    color: black !important;
}
.chanel-text a{
    text-align: center;
    color: white !important;
    background: var(--primary-color);
    padding: 10px 15px;
    border-radius: 20px;
}
.support-ctn {
    background-color: white !important;
    background: unset;
}
.title-support {
    color: black;
}

.footer {
    background: aliceblue;
}
.support-ctn {
    padding-bottom: 60px !important;
}



/*custom logo*/
.site-logo .logo-link {
    display:flex !important;
    align-items:center;
    grid-gap: 0 5px;
}
.logo-img {
   height: 60px !important;
   object-fit:contain;
}
.logo-text{
    display:flex;
    flex-direction: column;
    grid-gap: 5px 0;
}
.logo-text span {
    color: black;
    font-size: 13px;
}


@media screen and (max-width: 767px) {
    #container-content {
        flex-direction: column;
        grid-gap: 30px 0;
    }
    #container-content-chitiet {
        flex-direction: column-reverse;
        grid-gap: 30px 0;
    }
    #Div_Menu_NoiDung, #Div_Menu_NoiDung_Mobile {
        display: none !important;
    }
    #ht-kb-exit-widget-3 {
        display:none;
    }
}
/*footer*/

.footer-widget p {
    margin-bottom: 27px;
}


.animate-border {
    position: relative;
    display: block;
    width: 145px;
    height: 3px;
    background: var(--primary-color);
}

    .animate-border:after {
        position: absolute;
        content: "";
        width: 35px;
        height: 3px;
        left: 0;
        bottom: 0;
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
        -webkit-animation: animborder 2s linear infinite;
        animation: animborder 2s linear infinite;
    }

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #007bff;
    border-left-color: #007bff;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 25px 0 0;
    background-color: #2f2d2d;
    position: relative;
    z-index: 2;
}

    .dk-footer .contact-us {
        margin-top: 0;
        margin-bottom: 30px;
        padding-left: 80px;
    }

        .dk-footer .contact-us .contact-info {
            margin-left: 50px;
        }

        .dk-footer .contact-us.contact-us-last {
            margin-left: -80px;
        }

    .dk-footer .contact-icon i {
        font-size: 24px;
        top: -15px;
        position: relative;
        color: var(--primary-color);
    }

.dk-footer-box-info {
    /*position: absolute;
    top: -72px;*/
    background: #252424;
    padding: 10px;
    z-index: 2;
    margin-bottom: 10px;
}

.footer-social-link ul li {
    margin-left: 0px;
}

.img-fluid {
    width: 80%;
    height: 80%;
    display: block;
    margin: 0 auto;
}

.contact-info h3 {
    margin-top: 0px;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}

    .dk-footer-box-info .footer-social-link a i.fa-youtube {
        background-color: red;
    }

    .dk-footer-box-info .footer-social-link a i.fa-facebook {
        background-color: #3B5998;
    }

    .dk-footer-box-info .footer-social-link a i.fa-twitter {
        background-color: #55ACEE;
    }

    .dk-footer-box-info .footer-social-link a i.fa-google-plus {
        background-color: #DD4B39;
    }

    .dk-footer-box-info .footer-social-link a i.fa-linkedin {
        background-color: #0976B4;
    }

    .dk-footer-box-info .footer-social-link a i.fa-instagram {
        background-color: #B7242A;
    }

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .footer-awarad p {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin-left: 20px;
        padding-top: 15px;
    }

.footer-info-text {
    margin: 26px 0 32px;
    font-size: 15px;
    text-align: center;
    color: var(--primary-color);
}

.footer-left-widget {
    padding-left: 80px;
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.copyright-menu {
    margin-left: 0px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: #878787;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .footer-widget a:hover {
        color: var(--primary-color);
    }

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

    .dk-footer-form input[type=email] {
        padding: 14px 28px;
        border-radius: 50px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
    }

    .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::-webkit-input-placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form input::-webkit-input-placeholder, .dk-footer-form input::-moz-placeholder, .dk-footer-form input:-ms-input-placeholder, .dk-footer-form input::-ms-input-placeholder, .dk-footer-form input::placeholder {
        color: #878787;
        font-size: 14px;
    }

    .dk-footer-form button[type=submit] {
        position: absolute;
        top: 0;
        right: 0;
        padding: 12px 24px 12px 17px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        border: 1px solid #007bff;
        background: #007bff;
        color: #fff;
    }

    .dk-footer-form button:hover {
        cursor: pointer;
    }

/* ==========================

    Contact

=============================*/
.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-icon {
    position: absolute;
}

    .contact-icon i {
        font-size: 36px;
        top: -5px;
        position: relative;
        color: #007bff;
    }

.contact-info {
    margin-left: 75px;
    color: #fff;
}

    .contact-info h3 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 0;
    }

.copyright {
    padding: 20px 0;
    /*margin-top: 55px;*/
    background-color: #202020;
}

    .copyright span,
    .copyright a {
        color: #878787;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .copyright a:hover {
            color: var(--primary-color);
        }

.copyright-menu li {
    text-align: right;
    margin: 0;
}

..contact-info p {
    margin-top: 10px;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

    .back-to-top .btn-dark {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        padding: 0;
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #2e2e2e;
        border-color: #2e2e2e;
        display: none;
        z-index: 999;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

        .back-to-top .btn-dark:hover {
            cursor: pointer;
            background: #FA6742;
            border-color: #FA6742;
        }


@media (max-width:1100px) and (min-width: 981px) {
    .logo-footer {
        width: 35% !important;
    }

    .footer-data {
        width: 65% !important;
    }

    .dk-footer .contact-us {
        padding-left: 26px !important;
    }

    .footer-left-widget {
        padding-left: 26px !important;
    }

    .footer-info-text {
        font-size: 14px;
    }
}

@media (max-width:980px) and (min-width: 601px) {
    .dk-footer-box-info {
        position: unset;
    }

    .logo-footer {
        width: 75% !important;
        margin: 0 auto;
    }

    .item-data-footer {
        display: flex;
        margin-top: 25px;
    }

    .dk-footer .contact-us {
        padding-left: 26px !important;
    }

    .col-md-17 {
        width: 50%;
    }

    .col-md-7, .col-lg-7 {
        padding-left: 15%;
    }

    .col-md-12.col-lg-17 {
        padding-left: 0px;
        width: 50%;
    }

    #BanQuyen, .copyright-menu {
        text-align: center;
    }

    #CacDoiTuong li {
        margin-left: 0px !important;
    }
}

@media (max-width:600px) {
    .item-data-footer {
        margin-top: 25px;
    }

    .row.item-data-footer div {
        display: block;
        margin: 0 auto;
    }

    .contact-icon {
        top: 50%;
    }

    .dk-footer-box-info {
        position: unset;
    }

    .logo-footer {
        width: 95% !important;
        margin: 0 auto;
    }

    .dk-footer .contact-us.contact-us-last {
        margin-left: 0px;
    }

    .dk-footer .contact-us {
        padding-left: 26px !important;
    }

    .col-md-17 {
        width: 80% !important;
    }

    .col-md-7, .col-lg-7 {
        padding-left: 15px;
        width: 80%;
    }


    .col-md-12.col-lg-17 {
        padding-left: 0px;
        width: 80%;
    }

    #BanQuyen, .copyright-menu {
        text-align: center;
        font-size: 9px;
    }

    #CacDoiTuong li {
        margin-left: 0px !important;
    }

    .footer-left-widget {
        padding-left: 49px;
    }

    .footer-right-widget {
        padding-left: 35px;
    }
}
.tr-title {
    padding: 10px 15px 24px;
    font-family: Roboto Medium, Arial, sans-serif;
    border-bottom: 1px dashed rgb(224, 224, 224);
    margin-bottom: 20px;
    font-size: 18px;
    color: #232361;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 18px;
    transition: color 0.2s linear;
}
.tr-title {
    padding: 10px 15px 24px;
    font-family: Roboto Medium, Arial, sans-serif;
    border-bottom: none !important;
    margin-bottom: 20px;
}
.tr-list > div {
    border-radius: 30px !important;
    color: #212121;
    border: 1px solid #e0e0e0 !important;
    background-color: #fff;
    box-shadow: 0 5px 35px rgb(39 72 219 / 10%);
    padding-bottom: 15px;
}
.tr-content > li:before {
    position: absolute !important;
    width: auto !important;
    font-size: 12px !important;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f105" !important;
    display: inline-block !important;
    font-weight: 900 !important;
    position: absolute;
    width: auto;
    color: #4c4cf1 !important;
}
.tr-content li a {
    margin-left:25px;
}
.hkb-category .hkb-category__title {
    color: #232361 !important;
}
#menu-menu-chinh > li > a {
    font-size:15px !important;
}
.title-search {
    font-size: 32px;
}

@media (max-width: 1300px) and (min-width: 1111px) {
    #menu-menu-chinh > li > a {
        font-size: 13px !important;
    }

    .nav-header > ul > li {
        margin: 0 0 0 7px;
    }

        .nav-header > ul > li > a {
            padding: 28px 5px;
        }
}
@media (max-width: 1111px){
    #menu-menu-chinh > li > a {
        font-size: 11px !important;
    }

    .nav-header > ul > li {
        margin: 0 0 0 7px;
    }

        .nav-header > ul > li > a {
            padding: 28px 5px;
        }
}
