.absolute-footer {
    padding: 15px;
}
.copyright-footer {
    color: #000;
    font-size: 13px;
}
.social-icons a {
    color: #fff;
    border-radius: 5px !important;
    border: solid 1px #fff !important;
    margin-bottom: 0 !important;
}
.social-icons a i {
    position: relative;
    top: 1px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: 0;
    padding-bottom: 0;
}
.ux-menu-link__link {
    min-height: auto;
    font-size: 15px;
    padding: 0;
}
.ux-menu-link__link:hover {
    text-decoration: underline;
    color: var(--primary-color) !important;
}
.ux-menu>div+div>a {
    padding-top: 5px;
}
input, input:focus {
    box-shadow: none !important;
}
#masthead .header-search-form-wrapper input {
    height: 45px;
}
#masthead .header-search-form-wrapper button {
    height: 45px;
    width: 50px;
}
#masthead .flex-left ul.header-nav > li > a {
    font-size: 15px;
}
#masthead .flex-left ul.header-nav {
    justify-content: center;
}
#skHotNews {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-left: 35px;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
}
#skDot {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    margin-left: 12px;
}
.skPing {
    border: 1px solid #ffffff;
    background-color: hsla(60,100%,50%,.2);
}
.skPing {
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: sonar;
    animation-name: sonar;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: block;
}
@keyframes sonar{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(4);transform:scale(4);opacity:0}}
.breadcrumb {
    padding: 10px 0;
    border-bottom: solid 1px #d5d5d5;
}
.breadcrumb * {
    font-size: 13px;
    margin-bottom: 0;
}
.blog-wrapper .large-9 article {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .055);
}
.entry-content.single-page {
    padding-top: 0;
    padding-bottom: 0;
}
.entry-title {
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.meta-post {
    color: #575757;
    font-size: 13px;
}
.meta-post span {
    position: relative;
}
.meta-post .date:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: -1px 10px 0;
    border-radius: 100%;
    background-color: #e15d14;
    opacity: 0.8;
    vertical-align: middle;
}
.entry-header-text-top {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.stuck #masthead {
    background: #fff;
}
.post-item .box {
    background: #fff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .055);
    padding: 5px;
    border-radius: 5px;
    transition: all .3s;
}
.post-item .box:hover {
    transform: translateY(-3px);
}
.post-item .box img {
    border-radius: 5px;
}
.post-item .box .box-text {
    padding: 15px;
} 
.box-blog-post .is-divider {
    display: none;
}
.post-item .box .box-text .post-title a {
    color: var(--primary-color);
    margin-bottom: 8px;
}
.post-item .box .box-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #6d6d6d;
}
.xemchitiet {
    margin-top: 10px;
    border-top: solid 1px #ededed;
    padding-top: 10px;
}
.xemchitiet a {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.xemchitiet a:hover {
    color: var(--primary-color);
}
.xemchitiet svg {
    width: 8px !important;
} 
.widget {
    background: #fff;
    padding: 20px 0;
    border-radius: 5px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .055);
    border: solid 1px #f1f1f1;
}
span.widget-title {
    display: block;
    text-transform: inherit;
    font-size: 18px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}
.widget .is-divider {
    max-width: 100%;
    height: 1px;
    background: #e7e7e7;
    margin-bottom: 10px;
}
.widget>ul>li+li, ul>li+li {
    border: 0;
}
.widget ul>li>a {
    color: #000;
    font-size: 15px;
    display: block;
    padding: 10px 0;
    position: relative;
}
.widget ul>li+li>a {
    border-top: dashed 1px #ccc;
}
.widget ul>li>a:hover {
    color: #e15d14;
}
.widget ul>li{
    padding-left: 15px;
    padding-right: 15px;
}
.widget>ul>li+li, ul.menu>li+li {
    border: 0;
}
.widget_recent_entries ul>li{
    counter-increment: thutu;
}
.widget_recent_entries ul>li>a:before {
    position: absolute;
    content: counter(thutu);
    top: 10px;
    left: 0;
    border: 2px solid #fffaf3;
    height: 25px;
    width: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    counter-increment: post-ranking;
    z-index: 1;
}
.widget_recent_entries ul>li>a {
    padding-left: 40px;
}
header.archive-page-header h1 {
    text-align: center;
    background: #e15d14;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.box1 .box-image, .box1 img {
    border-radius: 10px;
}
.box1 .box-text {
    text-shadow: none !important;
}
.box1 .box-text .box-text-inner *:first-child {
    font-size: 22px;
    font-weight: bold;
}
.box1 .button * {
    font-size: 14px !important;
}
.box1 .button {
    border-radius: 5px;
}
.section-title-center b {
    background: transparent;
}
.section-title-normal:not(footer .section-title-normal):before {
    content: '';
    width: 100%;
    height: 1px;
    background: var(--primary-color);
    opacity: .5;
    position: absolute;
}
.section-title-normal:not(footer .section-title-normal) {
    position: relative;
}
.section-title-normal:not(footer .section-title-normal) span {
    position: relative;
    background: #fffaf3;
    padding-right: 30px;
    color: var(--primary-color);
    font-size: 28px;
}
.home .post-item .box {
    box-shadow: none;
    border: solid 1px #efefef;
}
.flickity-button svg {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 10px;
}
.flickity-button svg path {
    fill: #fff !important;
}
.slider-show-nav .flickity-prev-next-button, .slider:hover .flickity-prev-next-button{
    opacity: 1;
}
.section-title-center span {
    font-size: 28px;
}
.btn {
    border-radius: 5px;
    font-weight: 100;
    padding: 5px 30px;
}
.new .post-item .box-text {
    padding: 20px 0;
}
.new .post-item .box .box-text .post-title a {
    font-size: 25px;
}
.new .post-item .box .box-text p {
    font-size: 15px;
}
.new .xemchitiet {
    border: 0;
}
.new .xemchitiet a {
    font-size: 16px;
}
.new .post-item .box {
    box-shadow: none !important;
    border: 0;
    background: transparent;
    padding: 0;
}
.new .post-item .box:hover{
    transform: none;
}
.new2 .post-item {
    padding-bottom: 20px;
}
.new2 .post-item .xemchitiet {
    display: none;
}
.new2 .post-item .box .box-text .post-title a {
    font-size: 18px;
}
.box2 {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 14px 38px rgba(15, 23, 42, .055);
}
.box2 .icon-box-text * {
    margin-bottom: 0;
}
.box2 .icon-box-text *:first-child {
    text-transform: uppercase;
    font-weight: bold;
}
@media (min-width: 992px){
    .nopad{
        padding-bottom: 0 !important;
    }
    #masthead .flex-right {
        width: 25%;
    }
}
@media (max-width: 991px){
    .mfp-content {
        background: #fff !important;
    }
    .off-canvas .nav-vertical>li>a {
        color: #000;
        font-size: 16px;
    }
}
@media (max-width: 549px){
    .nopadm{
        padding-bottom: 0 !important;
    }
    .new2 .post-item .box {
        display: table;
        width: 100%;
    }
    .new2 .post-item .box .box-image {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
        width: 40% !important;
    }
    .new2 .post-item .box .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: middle;
    }
    .new2 .post-item .box {
        display: table;
        width: 100%;
    }
    .box1 .box-text * {
        font-size: 20px;
    }
    .box1 .box-text {
        padding: 12px;
    }
}