
/*
chuyen muc tin
*/
.blog-archive .row-large > .col:nth-child(1){
    padding-right: 15px;
}
.blog-archive .row-large > .col:nth-child(2){
    padding-left: 15px;
}
.post-sidebar .widget-title{
    font-size: 22px;
}
.sidebar-inner .is-divider,
.post-sidebar .is-divider{
    max-width: 60px;
    background: #2489db;
}
.widget .current-cat>a{
    padding: 0;
    font-size: 15px;
    font-weight: 500 !important;
}
.post_sticky{
    position: sticky;
    top: 90px;
}
.section__width {
    clear: both;
    padding-top: 30px;
}
.box__left__layout {
    padding-left: 20px !important;
}
.box__right__layout {
    padding-right: 0 !important;
}
.box__right__layout .post-item {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom:1px solid #DFDFDF;
}
.box__right__layout .post-item:last-child {
    padding-bottom: 0;
    border-bottom:0;
    margin-bottom: 0;
}
.box__right__layout .post-item  .box  .box-image img {

    width: 100%;
    height: 65px;
    object-fit: cover;
    border-radius: 7px;

}
.box__right__layout .post-item  .box .box-text {
    padding:0 0 0 15px;
}
.box__right__layout .post-item  .box .box-text .post-title {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    line-height: 19px;
}
.box__right__layout .widget_block {
    border:1px solid #DFDFDF;
    border-radius:5px;
    padding:15px;
}
.title__widget  {
    padding:0;
    margin:0 0 10px 0;
}
.title__widget .section-title {
    border:0;
}
.title__widget .section-title .section-title-main {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    border: 0;
    text-transform: uppercase;
    padding: 0;
}
.news-post-news {
    overflow: hidden;
    clear: both;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom:1px solid #DFDFDF;
}
.news-post-news:last-child {
    border-bottom:0;
    margin-bottom:0;
    padding-bottom:0;
}
.news-post-news .box__thumb__img {
    float: left;
    width: 285px;
}
.news-post-news .box__thumb__img img {
    width: 100%;
    height:190px;
    border-radius:10px;
    object-fit: cover;
}
.news-post-news .box__content{
    float: right;
    width: calc(100% - 285px - 15px);
}
.news-post-news .box__content .title__post__ar {
    display: block;
    color: #000000;
    font-size: 16px;
    line-height: 23px;
    height: 46px;
    font-weight: 600;
    overflow: hidden; 
}
.news-post-news .box__content .post__Date{
    padding: 7px 0;
}
.widget_list_posts .list-post-item li{
    padding: 10px 0px;
}
.widget_list_posts .list-post-item li h3{
    font-size: 15px;
    font-weight: 500;
    color: #2222;
    a{
        color: #222;
    }
}
.box__slider .news__slider .box__content .post__Date > .date_tr svg path{
    fill: #fff;
}
.post__Date {
    color:#383838;
    font-size:12px;

}
.news-post-news .box__content .box__des {

    padding-bottom: 16px;

}
.news-post-news .box__content .box__des p {
    margin:0;
    font-size:14px;
    color: #3C3C3C;
    line-height:20px;
    height:40px;
    overflow: hidden;
}
.news-post-news .box__content a.view {
    color: #646464;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #D0D0D0;
    line-height: 30px;
    display: inline-block;
    min-width: 84px;
    text-align: center;
    
}
.box__slider {

    padding-bottom: 25px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 25px;

}
.box__slider .news__slider {
    float: left;
    width: 50%;
    padding:0 10px 20px;
}
.box__slider .news__slider .box__thumb__img {
    height:290px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.box__slider .news__slider .box__thumb__img img {
    width: 100%;
    height: 290px;
    border-radius: 10px;
    object-fit: cover;
}
.box__slider .news__slider  .box__content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px 45px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.85;
    transform: translate3d(0,25px,0);
    transition: transform .35s;
    border-radius: 10px;
}
.box__slider .news__slider  .box__content  .title__post__ar {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    display: block;
    overflow: hidden;
    font-weight: 600;
}
.box__slider .news__slider  .box__content .box__des {
    padding: 10px 0 0 0;
    opacity: 0;
    visibility: hidden;
    display: none;;
}
.box__slider .news__slider  .box__content .box__des p {
    color:#fff;
    font-size:14px;
    line-height:23px;
    height: 46px;
    overflow: hidden;
    margin:0;
}
.box__slider .news__slider  .box__content .post__Date {
    font-size: 12px;
    color: #fff;
    margin: 0 0 8px 0;
}

.box__slider .news__slider .box__thumb__img:hover .box__content  {
    background: linear-gradient(180deg, rgb(18 56 114 / 99%) 0%, #2489db 100%);
    bottom: 0%;
    transform: translateZ(0);
}
.box__slider .news__slider .box__thumb__img:hover  .box__des {
    display:block;
    opacity: 1;
    visibility: visible;
}

.box__slider .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
    margin: -5px;
}
.box__slider .owl-nav button {
width: 32px;
    height: 32px;
    background: #2489db !important;
    text-align: center;
    margin: 0 5px !important;
    line-height: 20px !important;
    min-height: initial;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 26px !important;
}
.box__slider .owl-nav button:hover {
    background:#d31616 !important;
}

.box__right__layout .widget_nav_menu {
    background: url(images/image-menu.png)no-repeat;
    background-size: cover;
    padding: 19px;
    border-radius: 5px;
    position: relative;
}
.box__right__layout .widget_nav_menu:before {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(254 98 30 / 59%);
    border-radius: 5px;
}
.box__right__layout .widget_nav_menu ul  {
    padding-left: 20px;

}
.box__right__layout .widget_nav_menu ul li {
    border: 0;
    list-style: disc;
    color: #fff;
    position: relative;
}
.box__right__layout .widget_nav_menu ul li a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 0;
    line-height: 30px;
}
.box__right__layout .widget_nav_menu ul li:hover,
.box__right__layout .widget_nav_menu ul li:hover a  {
text-decoration: underline;
color:#ffd987;
}

.box__right__layout .widget_nav_menu .widget-title  {
    position: relative;
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px 0 8px 0;
}
/* .box__right__layout .is-divider {
    display:none;
} */
.list__related__post{
    margin: 0 -10px;
    .slick-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        cursor: pointer;
        z-index: 9;
        i{
            font-size: 22px;
        }
        &:hover i{
            color: #2489db;
        }
    }
    .slick-prev{
        left: 10px;
    }
    .slick-next{
        right: 10px;
    }
    &:hover .slick-arrow{
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    &:hover .slick-prev{
        left: -5px;
    }
    &:hover .slick-next{
        right: -5px;
    }
    .item__post{
        padding: 0 10px;
    }
}
.list__related__post   .owl-nav {
    position: absolute;
    right: 0;
    top: -60px;
    margin: -5px;
}
.list__related__post   .owl-nav button {
width: 32px;
    height: 32px;
    background: #2489db !important;
    text-align: center;
    margin: 0 5px !important;
    line-height: 20px !important;
    min-height: initial;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 26px !important;
}
.list__related__post  .owl-nav button:hover {
    background:#d31616 !important;
}
.tacgia__box {
    overflow: hidden;
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 20px;
}
.tacgia__box .tacgia__img {
    float: left;
    width: 100px;
}
.tacgia__box .tacgia__img img {
    width: 100%;
    height: 100px;
    object-fit:cover;
}
.tacgia__box .tacgia_mota {
    float: right;
    width: calc(100% - 100px - 10px);
}
.des__tacgia {
    font-size:14px;
    line-height:20px;
}
.kinhnghiem_tacgia {
    color: #F2A849;
    font-size: 14px;
    padding: 5px 0;
}
.name__tacgia {
    font-size:16px;
    color:#000000; 
}
.box__slog__mt p {
    font-size: 14px;
    color: #333;
}
.heading-title-single {
    font-size: 28px;
    font-weight: 400;

}
.anh_noi_bat {
    margin-bottom: 22px;
}
.blog-share {
    display:flex;
    margin-bottom:16px;
}
.blog-share  .social-icons a ,
.social-icons a {
    width: 25px;
    height: 25px;
    min-width: initial !important;
    min-height: inherit;
    line-height: 25px;
    margin-bottom: 0;
}
.blog-share  .social-icons i ,
.social-icons a  i {
    font-size:12px !important;
}
.date__date span {
    font-size:12px;
    color:#7D7D7D;
    i{
        margin-right: 8px;
    }
}
.chiase__title {
    font-size:14px;
}
.blog-share-footer-content .social-icons a {
    margin:0 5px;
}
.box__content__sl {
    padding:15px 0 0 0;
}
.box__content__sl .title__tt {
    margin: 0 0 8px 0;
    display: block;
    color: #333;
    font-size: 15px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    font-weight: 600;
    &:hover{
        color: #2489db;
    }
}
.box__content__sl .box__des {
    margin-bottom: 10px;
}
.box__content__sl .box__des p {
    margin: 0;
    font-size: 14px;
    color: #3C3C3C;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.box__content__sl .post__Date {
    margin-bottom: 7px;
}
.item__post .box__post__img img {
    width: 100%;
    height: 190px;
    border-radius: 10px;
    object-fit: cover;
}

.box__right__layout .widget_block {
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 15px;
}
.heading-realate {
    color: #2489db;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 20px 0;
}
.heading-title-cate {
    font-size: 30px;
    color: #2489db;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 32px;
}
.form__contact .title__contact {
    font-size: 30px;
    color: #194890;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0 0 25px 0;
}
.contact__grow input {
    font-size: 14px;
    line-height: 40px;
    color: #2D2D2D;
    box-shadow: 0 0 0 0;
    height: initial;
    margin: 0 0 16px 0;
    border-radius: 3px;
}
.colum__grow {
    overflow: hidden;
    clear: both;
    margin:0 0;
}
.colum__grow > div {
    float: left;
    width: 100%;
    padding: 0 0;
}
.contact__grow textarea ,
.uk-grid-small textarea{
    min-height: 135px;
    box-shadow: 0 0 0 0;
    border-radius: 3px;
}
.contact__grow input[type='submit'] {
    width: 100%;
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    line-height: 48px;
}
.contact__grow  {
    position: relative;
}
.contact__grow  .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}