/*#region Custom Menu */
.sf-menu > .current-menu-item > a,
.sf-menu > .current-menu-ancestor > a,
.sf-menu > .current-category-ancestor > a {
    color: var(--color-main) !important;
}

    .sf-menu > .current-menu-item > a:after,
    .sf-menu > .current-menu-ancestor > a:after,
    .sf-menu > .current-category-ancestor > a:after {
        background-color: var(--color-main);
        width: 50%;
        border-radius: 2px;
    }

.sf-menu > .current-menu-item:hover > a:after,
.sf-menu > .current-menu-ancestor:hover > a:after,
.sf-menu > .current-category-ancestor:hover > a:after {
    background-color: var(--color-main);
    width: 50%;
    border-radius: 2px;
}

.sf-menu > li:hover > a:after,
.sf-menu > .sfHover > a:after {
    background-color: unset;
}

.td-header-style-7 .sf-menu > li > a:hover {
    color: var(--color-main);
}

.sf-menu .td-icon-menu-down {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    padding-left: 2px;
    font-size: 8px;
}

.sf-menu ul .td-menu-item > a {
    color: #333333;
    font-size: 15px;
    font-family: GoogleSans, Arial, sans-serif;
    font-weight: normal;
}

    .sf-menu ul .td-menu-item > a:hover {
        color: #00A8F3;
    }

.sf-menu ul .current-menu-item > a {
    color: #00A8F3;
}

.td-mobile-content li a {
    font-weight: normal;
    text-transform: initial;
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
}

    .td-mobile-content li a:hover {
        opacity: 1;
        color: #0085ad;
    }

.td-mobile-content .sub-menu a {
    font-size: 17px;
    font-weight: normal;
    font-family: GoogleSans, Arial, sans-serif;
    text-decoration: none;
}

.td-mobile-content .current-menu-item > a, .td-mobile-content .current-menu-ancestor > a, .td-mobile-content .current-category-ancestor > a {
    color: #0085ad;
}

.header-search-wrap .td-icon-search {
    display: none;
}

.td-header-style-7 .sf-menu a.sf-with-ul {
    padding-right: 15px;
}

.sf-menu .sub-menu a {
    display: block !important;
    position: relative !important;
}

.td-icon-mobile:before {
    color: #00A8F3;
    line-height: unset;
}

.sf-menu > li:last-child > a {
    line-height: 40px;
    background-image: linear-gradient(180deg, #8bde74 0%, #33bb71 100%);
    border-radius: 20px;
    height: 40px;
    overflow: hidden;
    color: #FFF;
    padding: 0 20px;
    margin: 10px 0 10px 15px;
}

    .sf-menu > li:last-child > a:hover {
        color: #FFF;
    }

/*#region Responsive */
@media (max-width: 767px) {
    #td-top-mobile-toggle {
        padding-right: 15px;
    }
}
/*#endregion*/
/*#endregion*/

/*#region Custom Heading */
h1.td-header-sp-logo {
    margin: 0;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    margin: 0;
}
/*#endregion*/

/*#region Common */
.no-padding {
    padding: 0;
}

a, a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus, a:active {
        opacity: 0.85;
    }

.clear {
    clear: both;
}

ul, ul li {
    line-height: 1.42857143;
}

.nowrap-item {
    white-space: nowrap;
}

.loader-item {
    z-index: 9999;
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255, 0.7);
}

    .loader-item span {
        border: 10px solid #F3F3F3;
        border-radius: 50%;
        border-top: 10px solid #0a72ba;
        width: 60px;
        height: 60px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*#endregion*/

/*#region Custom Theme */
.page-template-default .td-crumb-container {
    display: none;
}

.td-page-content .no-padding {
    padding: 0;
}

.td-page-content p {
    display: none;
}

.td-page-content a, .td-page-content a:hover, .td-page-content a:focus, .td-page-content a:active,
.td-post-content a, .td-post-content a:hover, .td-post-content a:focus, .td-post-content a:active {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

    .td-page-content a:hover, .td-page-content a:focus, .td-page-content a:active,
    .td-post-content a:hover, .td-post-content a:focus, .td-post-content a:active {
        opacity: 0.85;
    }

.tdc-content-wrap {
    width: 100%;
}

.td-page-content ul, .td-page-content ul li {
    line-height: 1.42857143;
}

/*region Responsive*/
@media (max-width: 979px) {
    .archive.tag .td-main-content-wrap {
        padding-top: 125px;
    }
    
}

/*#endregion*/
/*#endregion*/

/*region Custom News */
.archive.category .td-category-header {
    padding-bottom: 0;
}

.archive.category .td-main-content-wrap {
    padding-top: 124px;
}

    .archive.category .td-main-content-wrap .entry-title {
        font-family: GoogleSans Medium, Arial, sans-serif;
        line-height: 1.42857143;
    }

    .archive.category .td-main-content-wrap .td-excerpt {
        font-size: 16px;
    }

.single.single-post .td-main-content-wrap {
    padding-top: 124px;
}

.single.single-post .td-main-content .td-crumb-container {
    margin: 0;
    padding: 0;
}

.single.single-post .td-main-content .entry-crumbs a {
    font-size: 16px;
    line-height: 1.42857143;
    color: #7e90a2;
    padding: 0;
}

.single.single-post .td-main-content .td-bred-no-url-last {
    display: none;
}

.single.single-post .td-ss-main-content .td-post-title .entry-title {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.42857143;
}

.single.single-post .td-ss-main-content .td-module-meta-info {
    font-size: 14px;
}

.single.single-post .td-ss-main-content .td-post-content {
    font-size: 16px;
}

    .single.single-post .td-ss-main-content .td-post-content h1 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 33px;
        margin-bottom: 23px;
    }

    .single.single-post .td-ss-main-content .td-post-content h2 {
        font-size: 27px;
        line-height: 38px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .single.single-post .td-ss-main-content .td-post-content h3 {
        font-size: 22px;
        line-height: 30px;
        margin-top: 27px;
        margin-bottom: 17px;
    }

    .single.single-post .td-ss-main-content .td-post-content h4 {
        font-size: 19px;
        line-height: 29px;
        margin-top: 24px;
        margin-bottom: 14px;
    }

    .single.single-post .td-ss-main-content .td-post-content h5 {
        font-size: 17px;
        line-height: 25px;
        margin-top: 21px;
        margin-bottom: 11px;
    }

    .single.single-post .td-ss-main-content .td-post-content h6 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 21px;
        margin-bottom: 11px;
    }

        .single.single-post .td-ss-main-content .td-post-content h1 > a,
        .single.single-post .td-ss-main-content .td-post-content h2 > a,
        .single.single-post .td-ss-main-content .td-post-content h3 > a,
        .single.single-post .td-ss-main-content .td-post-content h4 > a,
        .single.single-post .td-ss-main-content .td-post-content h5 > a,
        .single.single-post .td-ss-main-content .td-post-content h6 > a {
            color: #111111;
        }


    .single.single-post .td-ss-main-content .td-post-content b,
    .single.single-post .td-ss-main-content .td-post-content strong {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-weight: normal;
    }

    .single.single-post .td-ss-main-content .td-post-content p {
        font-size: 16px;
    }

    .single.single-post .td-ss-main-content .td-post-content ul li {
        font-size: 16px;
    }

    .single.single-post .td-ss-main-content .td-post-content .td-post-featured-image {
        display: none;
    }

.single.single-post .td-ss-main-sidebar .block-title {
    font-size: 16px;
    border-color: #4db2ec;
}

    .single.single-post .td-ss-main-sidebar .block-title > span {
        background-color: #4db2ec;
    }

.single.single-post .td-ss-main-sidebar .entry-title {
    font-size: 15px;
    line-height: 1.42857143;
    text-align: justify;
}

.single.single-post .td-ss-main-content .td-related-title a {
    font-size: 16px;
}

.single.single-post .td-ss-main-content .td_block_related_posts .entry-title {
    font-size: 15px;
    line-height: 1.42857143;
    text-align: justify;
}

.single.single-post .td-ss-main-content .td-post-source-tags span {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.single.single-post .td-ss-main-content .td-post-source-tags a {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

.archive.tag .td-main-content-wrap {
    padding-top: 124px;
}

.archive.tag .td-main-content .td-crumb-container {
    margin: 0;
    padding: 0;
}

.archive.tag .td-main-content .entry-crumbs {
    font-size: 16px;
    line-height: 1.42857143;
    color: #7e90a2;
    padding: 0;
}

.archive.tag .td-main-content-wrap .td-ss-main-content .entry-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    line-height: 1.42857143;
}

.archive.tag .td-main-content-wrap .td-excerpt {
    font-size: 16px;
}

.archive.tag .td-ss-main-sidebar .block-title {
    font-size: 16px;
    border-color: #4db2ec;
}

    .archive.tag .td-ss-main-sidebar .block-title > span {
        background-color: #4db2ec;
    }

.archive.tag .td-ss-main-sidebar .entry-title {
    font-size: 15px;
    line-height: 1.42857143;
    text-align: justify;
}

/*#region Responsive*/
@media (max-width: 1140px) and (min-width: 1019px) {
    .archive.category .td-main-content-wrap {
        padding-top: 120px;
    }

    .single.single-post .td-main-content-wrap {
        padding-top: 120px;
    }

    .archive.tag .td-main-content-wrap {
        padding-top: 120px;
    }
    
}

@media (max-width: 1018px) and (min-width: 768px) {
    .archive.category .td-main-content-wrap {
        padding-top: 114px;
    }

    .single.single-post .td-main-content-wrap {
        padding-top: 114px;
    }

    .archive.tag .td-main-content-wrap {
        padding-top: 114px;
    }
    
}

@media (max-width: 767px) {
    .archive.category .td-main-content-wrap {
        padding-top: 120px;
    }

    .single.single-post .td-main-content-wrap {
        padding-top: 120px;
    }

    .archive.tag .td-main-content-wrap {
        padding-top: 120px;
    }
}
/*#endregion*/
/*#endregion*/
:root {
    --color-main: #c00;
}

/*footer*/

.footer-widget p {
    margin-bottom: 27px;
}


.animate-border {
    position: relative;
    display: block;
    width: 145px;
    height: 3px;
    background: var(--color-main);
}

    .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: 75px 0 0;
    background-color: #151414;
    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(--color-main);
    }

.dk-footer-box-info {
    position: absolute;
    top: -72px;
    background: #202020;
    padding: 40px;
    z-index: 2;
}
.footer-social-link ul li{
    margin-left:0px;
}
.img-fluid{
    width:80%;
    height:80%;
}
.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;
}

.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(--color-main);
    }

.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(--color-main);
        }

.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;
    }
}
@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;
    }
}