@charset "UTF-8";
/**/
header .whb-top-bar .whb-col-right .zalo-share-button svg {
    height: 15px;
    width: 15px;
}
header .whb-top-bar .whb-col-right .zalo-share-button .zalo__path1 {
    fill: #767676;
}
header .whb-top-bar .whb-col-right .zalo-share-button .zalo__path4 {
    fill: #767676;
}
header .whb-top-bar .whb-col-right .zalo-share-button .zalo__path5 {
    fill: #767676;
}
header .whb-top-bar .whb-col-right .zalo-share-button .zalo__path6 {
    fill: #767676;
}
header .whb-top-bar .whb-col-right .zalo-share-button .zalo__path7 {
    fill: #767676;
}
header .whb-top-bar .whb-col-right .zalo-share-button:hover .wd-icon {
    opacity: 0.8;
}
header .wd-header-cats {
    height: auto !important;
    margin-left: 0 !important;
}
header .wd-header-cats .menu-opener {
    padding: 0 !important;
}

/* Xử lý nút icon mạng xã hội ở header và ở thanh scroll */
.wd-social-icons {
    padding-inline: 0 !important;
    gap: 0 !important;
}
.wd-social-icons .wd-icon {
    cursor: pointer;
}
.wd-social-icons a {
    width: 30px !important;
}
.wd-social-icons.wd-sticky-social a {
    border-radius: 0 !important;
    color: white !important;
    width: unset !important;
}
.wd-social-icons.wd-sticky-social .social-facebook {
    background: #365493;
}
.wd-social-icons.wd-sticky-social .social-youtube {
    background: #cb2027;
}
.wd-social-icons.wd-sticky-social .social-linkedin {
    background: #0274b3;
}
.wd-social-icons.wd-sticky-social .social-whatsapp {
    background: #1ebea5;
}
.wd-social-icons .social-zalo {
    background-color: #0068ff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.wd-social-icons .social-zalo .wd-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/**/
footer .wd-social-icons {
    padding-inline: 0 !important;
    gap: 0 !important;
}
footer .wd-social-icons .wd-icon {
    cursor: pointer;
}
footer .wd-social-icons a {
    width: 30px !important;
    color: white !important;
    border-radius: 100% !important;
    margin-right: 10px;
    height: 30px;
}
footer .wd-social-icons .social-facebook {
    background: #365493 !important;
}
footer .wd-social-icons .social-youtube {
    background: #cb2027 !important;
}
footer .wd-social-icons .social-linkedin {
    background: #0274b3 !important;
}
footer .wd-social-icons .social-whatsapp {
    background: #1ebea5 !important;
}
footer .wd-social-icons .social-zalo {
    background-color: #0068ff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
footer .wd-social-icons .social-zalo .wd-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Xử lý nút icon mạng xã hội ở header và ở thanh scroll */
.single-post .single-post-social .zalo-share-button {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: #0068ff;
    cursor: pointer;
}
.single-post .single-post-social .zalo-share-button:hover {
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.15);
}
.single-post .single-post-social .zalo-share-button .wd-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* */
.archive .cat-item.cat-item-1518 {
    display: none !important;
}


/**/
.page-title {
    background: transparent !important;
    margin-bottom: 0 !important;
}
@media (max-width: 1025px) and (min-width: 991px) {
    .page-title {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.page-title .entry-title {
    display: none;
}
.page-title .yoast-breadcrumb {
    text-transform: inherit !important;
    line-height: 1;
}
.page-title .yoast-breadcrumb a {
    color: #777;
    font-weight: normal;
    font-size: 14px;
    text-transform: initial;
}
.page-title .yoast-breadcrumb span {
    text-transform: inherit !important;
}
.page-title .yoast-breadcrumb > span {
    color: transparent;
}
.page-title .yoast-breadcrumb > span > span {
    position: relative;
    margin-right: 10px;
}
.page-title .yoast-breadcrumb > span > span::after {
    position: absolute;
    right: -20px;
    content: "\f129";
    color: black;
    font-family: "woodmart-font", serif;
    transform: rotate(-90deg);
    top: 4px;
    font-size: 11px;
}
.page-title .yoast-breadcrumb .breadcrumb_last {
    color: #333;
}
.page-title .yoast-breadcrumb .breadcrumb_last::after {
    display: none;
}
.page-title .yoast-breadcrumb > span > span:last-child {
    font-weight: bold;
    font-size: 14px;
    text-transform: inherit !important;
    color: black;
}
.page-title .yoast-breadcrumb > span > span:last-child a {
    color: #333;
    font-weight: bold;
}
@media (min-width: 991px) {
    .page-title .container {
        padding-left: 0;
    }
}