/* <=== vnttitle ===> */
.vnttitle{
    margin-bottom: 15px;
}
.vnttitle, .vnttitle h1, .vnttitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
/* <=== vnttitle ===> */









.box-focus {
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.box-focus .row {
    margin-left: -10px;
    margin-right: -10px;
}

.box-focus *[class^=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.box-focus .item-top {}

.gird-item {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.gird-item:after {
    content: '';
    clear: both;
    display: table;
}

.gird-item .item {
    float: left;
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.box-focus .gird-item .item {
    width: 50%;
}

.video .i-image {
    position: relative;
    overflow: hidden;
}

.video .i-image a {
    display: block;
    position: relative;
    padding-top: 66.666667%;
    overflow: hidden;
}

.video .i-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
}

.video .i-image img {
    /*-webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);*/
}

.video .i-desc {
    padding-top: 10px;
}

.video .i-date {
    font-size: 13px;
    line-height: 25px;
    margin-bottom: 5px;
    color: #bbbbbb;
}

.video .i-title {
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    height: 46px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video .i-title h3 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.video .i-title a {
    display: block;
    position: relative;
//padding-right: 25px;
}


/*.video .i-title a::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: '\f03d';
    right: 0;
    font-size: 14px;
    color: #bbbbbb;
}*/

.video .i-title a i {
    margin-left: 2px;
    font-size: 14px;
    color: #bbbbbb;
}

.video .i-content {
    padding-top: 10px;
    color: #666666;
    overflow: hidden;
}

.box-focus .item-top .video .i-title {
    font-size: 20px;
    line-height: 26px;
}

.box-focus .item-top .video .i-desc {
    background: #eeeeee;
    padding: 15px;
}

.box-video {}

.box-video .video-title {
    margin-bottom: 20px;
}

.box-video .video-title:after {
    display: block;
    content: "";
    clear: both;
}

.box-video .video-title h1 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 50px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.box-video .video-title h1::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f03d';
    top: 0;
    left: 0;
    width: 35px;
    height: 30px;
    background: #ed1c24;
    color: #ffffff;
    text-align: center;
}

.box-video .video-content {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.video-content::after {
    content: '';
    clear: both;
    display: table;
}

.video-sidebar {
    float: left;
    width: 20%;
    padding: 0 10px;
}

.video-main {
    float: right;
    width: 80%;
    padding: 0 10px;
}


.menu-category{

}
.menu-category .mc-title{
    display: none;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding: 10px 35px 10px 20px;
    background: #f8f8f8;
    color: #333333;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.menu-category .mc-title span{
    color: #ffffff;
}

.menu-category .mc-title:after{
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 22px;
    line-height: 33px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #333333;
}

.menu-category ul{
    list-style: none;
    background: #f2f2f2;
}
.menu-category ul li{
    border-bottom: 1px solid #ffffff;
    padding: 5px 10px;
}
.menu-category ul li:last-child {

}
.menu-category ul li a{
    font-size: 14px;
    line-height: 25px;
    padding: 5px 5px 5px 20px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-category ul li a:after{
    position: absolute;
    top: 5px;
    left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    color: #c60a09;
}


.menu-category ul li a:hover,
.menu-category ul li a.current{
    color: #c60a09;
}
.menu-category ul li a:hover span,
.menu-category ul li a.current span{

}

.menu-category ul ul {
    display: none;
}

.menu-category .mc-title {
    position: absolute;
    right: 0;
    top: -40px;
    padding: 5px;
    margin: 0;
    border: 0;
    font-size: 18px;
    color: #a7a7a7;
    background: none;
    display: none;
}

.menu-category .mc-title:after {
    content: '';
}


/*Detail*/

.block-detail {
    background: #eeeeee;
    margin-bottom: 20px;
}

.video-detail {
    padding: 20px;
}

.the-title {
    margin-bottom: 10px;
}

.the-title h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
}

.the-date {
    color: #999999;
    font-size: 13px;
    margin-bottom: 10px;
}

.the-video { margin-bottom: 15px}




.video_has_adv .img_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.the_content .video_has_adv .img_video {
    z-index: 11;
    pointer-events: none;
}

.video_has_adv .map_video {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.video_has_adv .slide_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    background: url(../images/loading.svg) no-repeat 50% 50% rgba(255, 255, 255, 0.9);
}

.video_has_adv .load_adv {
    position: absolute;
    background: #000000;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.video_has_adv .bg_black {
    background: #000000;
}

.video_has_adv .load_adv .adv_img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video_has_adv .skip_adv {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-style: 14px;
    line-height: 20px;
    padding: 5px 10px;
}

.video_has_adv .change_video {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-style: 14px;
    line-height: 20px;
    padding: 5px 10px;
    cursor: pointer;
}

.video_has_adv .img_video .icon_video {
    position: absolute;
    z-index: 1;
    display: block;
    margin: 0 auto 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 45px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    background: url(../images/next.png) no-repeat center center;
    border: 2px solid rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.video_has_adv .img_video .icon_video {
    opacity: 1;
}

.video_has_adv:hover .img_video .icon_video:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -o-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.video_has_adv:hover .img_video .icon_video:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -o-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.video_has_adv .adv_in_video {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: 620px;
    transform: translate(-50%, 0);
    z-index: 11;
}

.video_has_adv .adv_in_video .close_adv_in_video {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

@-webkit-keyframes spread-effect {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes spread-effect {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-ms-keyframes spread-effect {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-o-keyframes spread-effect {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes spread-effect {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

.iframe_video {
    position: relative;
    overflow: hidden;
}

.iframe_video:after {
    content: '';
    padding-top: 58%;
    display: block;
    background: #000000;
}

.iframe_video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}

.videomp4 {
    max-width: 720px;
    max-height: 405px;
}

.videomp4 video {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}


/*===================BEGIN: SHARE NEWS TO SOCIAL NETWORK =========================*/
.box-tools {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
}

.box-tools .list-social {
    display: flex;
    align-items:center;
    align-content: center;
}
.box-tools .list-social .txt {
    margin-right: 10px;
}
.box-tools .list-social ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}
.box-tools .list-social .i-social {
    margin-right: 10px;
}
.box-tools .list-social .i-social a {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #333333;

}
.box-tools .list-social .i-social a i, .box-tools .list-social .i-social a img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box-tools .list-social .i-social a i.icon{
    font-weight: bold;
    font-size: 13px;
}
.box-tools .list-social .i-social a:hover{
    border-radius: 0;
}

.box-tools .list-social .i-social .icon-zalo1{
    font-weight: bold;
    font-size: 13px;
}


.box-tools .list-tools  {

}

.box-tools .list-tools a {
    font-size: 13px;
    line-height: 35px;
    padding-left: 10px;
    position: relative;
}
.box-tools .list-tools li a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*Other*/

.block-other {
    border-top: 1px solid #eeeeee;
    padding-top: 15px;
    margin-top: 20px;
}

.other-title {
    margin-bottom: 20px;
}

.other-title h2 {
    font-size: 16px;
    line-height: 25px;
    padding-left: 40px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
}

.other-title h2::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f06d';
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #ed1c24;
    color: #ffffff;
    text-align: center;
}

.other-content {}

.slider_video {
    margin: 0 -5px;
}

.slider_video .item {
    float: left;
    padding: 0 5px;
}

@media screen and (max-width: 1024px) {
    .fixed_adv {
        display: none;
    }
    .fixed_adv_large {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .menu-category .mc-title {
        display: block;
    }
    .menu-category{
        position: relative;
        z-index: 99;
        padding: 0;
        border: none;
    }
    .menu-category .mc-content {
        background: #f2f2f2;
        border: 1px solid #ffffff;
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
    }
    .menu-category.active .mc-content{
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 767px) {
    .video-sidebar {
        width: 100%;
    }
    .video-main {
        width: 100%;
    }
    .box-detail {
        padding: 15px;
    }
}

@media screen and (max-width: 479px) {
    .video-main .gird-item .item {
        width: 100%;
    }
    .video-main .video .i-title {
        height: auto;
    }
    .video_has_adv .adv_in_video .close_adv_in_video {
        width: 15px;
        height: 15px;
        font-size: 12px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 414px) {}

@media only screen and (max-width: 360px) {}


/*Thai Son*/

.menu-category ul li {
    position: relative;
    padding: 5px 0px;
}
.menu-category ul{
    list-style: none;
    background: #f2f2f2;
}
.menu-category ul li a {
    padding: 5px 15px 5px 30px;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 5px 5px 20px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.menu-category ul li a:after {
    left: 5px;
    position: absolute;
    top: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    color: #c60a09;
}

.menu-category li .arr-sub {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 100;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.menu-category li .arr-sub::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f106';
    left: 0;
    width: 20px;
    text-align: center;
}

.menu-category li .arr-sub.collapsed {
    background: none;
    color: #333333;
}

.menu-category li .arr-sub:hover,
.menu-category li .arr-sub {
    background: #0062a7;
    color: #ffffff;
}

.menu-category li .arr-sub.collapsed::before {
    content: '\f107';
}

.menu-category ul li ul li {
    border-top: 1px solid #ffffff;
    border-bottom: none;
}

.menu-category ul li ul li a {
    padding-left: 45px;
}
.menu-category ul li ul li a:after {
    content: '\f054';
    font-size: 9px;
    left: 30px;
}

.video .icon_video {
    position: absolute;
    z-index: 1;
    display: block;
    margin: 0 auto 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 45px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    background: url(../images/next.png) no-repeat center center;
    background-size: 30px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.item-top .video .icon_video {
    width: 60px;
    height: 60px;
    background-size: 50px;
}

.video .icon_video {
    opacity: 1;
}

.video .icon_video:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -o-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.video .icon_video:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -o-box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    animation-name: spread-effect;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}



/* <=== div-ajax-more ===> */
.div-ajax-more {
    text-align: center;
}
.div-ajax-more .view-more {
    display: inline-block;
    background: #eeeeee;
    padding: 6px 25px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 230px;
}
.div-ajax-more.vres .view-more{
    min-width: 160px;
}
.div-ajax-more .view-more:hover {
    background: #d82727;
    color: #ffffff;
}
.div-view-more {}
.div-view-more .view-more {
    display: block;
    background: #eeeeee;
    padding: 6px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}
.view-more:hover {
    background: #d82727;
    color: #ffffff;
}
.view-more span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.view-more span::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f107';
    right: 0;
    font-size: 16px;
}
/* <=== div-ajax-more ===> */