.bg-dash-blog {
    background: url('../images_v2/bg-banner-blog.jpg') no-repeat;
    padding: 55px 0 45px;
    text-align: center;
    color: #fff;
}

.sec-ebook{
    border-top: 2px dotted #ccc;
    margin-top: 40px;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) {
    #modalEbookContact .modal-dialog{
        max-width: 70%
    }
    #form-contact-ebook{
        padding: 40px;
    }
}

.ebook_button{
    width: 100%;
    padding: 0;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}

.header{
    padding: 20px 0
}

.header .header-container{
    margin-bottom: 0;
}

.logo-blog{
    width: 170px;
    margin-right: 15px;
    margin-top: -10px;
}

.banner-header h1, .banner-header .title {
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #fff;
    display: flex;
    align-items: center;
}

.banner-header p {
    font-size: 15px;
    margin-bottom: 15px;
}

.post-title {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #3e3d3c;
    margin-bottom: 20px;
    max-height: 84px;
    line-height: 28px;
    overflow: hidden;
}

.no-white-background{
    background-color: #eff0f2;
}

.slider-blog .swiper-button-prev{
    width: 25px;
    height: 25px;
    background: url("../images/icons/index-slide-prev.png");
    background-size: 100%;
    bottom: 20px;
    right: 59px;
    left: auto;
    top: auto;
}

.slider-blog .swiper-button-prev:hover{
    background: url("../images/icons/index-slide-prev-hv.png");
    background-size: 100%;
}

.slider-blog .swiper-button-next{
    width: 25px;
    height: 25px;
    background: url("../images/icons/index-slide-next.png");
    background-size: 100%;
    bottom: 20px;
    right: 24px;
    left: auto;
    top: auto;
}
.slider-blog .swiper-button-next:hover{
    background: url("../images/icons/index-slide-next-hv.png");
    background-size: 100%;
}
.slider-blog .swiper-button-prev:focus, .slider-blog .swiper-button-next:focus{
    outline: unset;
}
.box-item-blog img{
    transition: transform .5s ease;
    height: 100%;
    object-fit: cover;
}
.box-item-blog:hover img{
    transform: scale(1.2);
}

.view {
    height: 300px;
    background-image: url(../img/img-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -2px;
    background-position: center;
}

/*-- menu ky nang blog --*/

.navbar {
    padding: 0;
    box-shadow: none;
}

.navbar {
    padding: 0;
    box-shadow: none;
}

.dropdown-list {
    display: block;
    padding: 0 15px;
}

.dropdown-item {
    padding: 10px 0 !important;
    width: auto;
    color: #989797 !important;
    /*border-bottom: 0.5px solid #CCCCCC;*/
    border-bottom: unset;
}

.dropdown-item:hover{
    color: black !important;
    background: transparent !important;
}

.navbar-collapse {
    flex-grow: initial;
    flex-basis: auto;
    margin-right: 40px;
}


.nav-link.dropdown-toggle{
    text-decoration: none;
    color: #222222;
    margin-right: 10px;
}

.nav-link.dropdown-toggle:hover {
    color: #195cc5;
    /*border-bottom: 4px solid #1a75ac;*/
}

.dropdown-toggle::after {
    border: none;
}

.menu-search {
    display: flex;
    flex: 1 0 auto;
    justify-content: end;
    flex-direction: row-reverse;
}
#menu-item-46941 {
    font-size: 25px;
    margin-right: 20px;
}
.dropdown-menu {
    border: none;
}

.blog-menu {
    /*border-bottom: 1px solid #dedede;*/
    display: inline-block;
    width: 100%;
}
.blog-menu .main-menu {
    float: left;
}
.blog-menu ul {
    padding: 0 0;
    margin: 0 0;
    list-style: none;
}
.blog-menu .main-menu > li {
    float: left;
    list-style: none;
    position: relative;
}
.blog-menu .main-menu > li:first-child > a {
    margin-left: 0;
    font-size: 25px;
    color: #0b5394;
    padding: 10px 0;
}
.blog-menu .main-menu > li > a {
    font-size: 15px;
    color: #2d2d2d;
    display: inline-block;
    padding: 10px 5px;
}
.blog-menu .main-menu > li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 999;
    /*width: 215px;*/
}
.blog-menu .main-menu > li ul li {
    margin: 0 25px;
    border-bottom: 1px solid #ebebeb;
}
.blog-menu .main-menu > li ul li a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #989797;
}
.blog-menu .main-menu > li:hover ul {
    display: block;
}
.blog-menu .main-menu > li:hover > a {
    /*border-bottom: 4px solid #1a75ac;*/
    text-decoration: none;
    color: #195cc5;
}

.search-form {    position: relative;    float: right;}
.search-form i { font-size: 20px; }
.search-form .form-input {    display: none;    position: absolute;    height: 48px;    border: 1px solid #d7d7d7;    z-index: 9;    width: 360px;    right: 0;    top: 60px;    background: #fff;    font-size: 14px;}
.search-form .form-input input {    border: none;    width: 90%;    height: 46px;    line-height: 46px;    padding-left: 15px;    outline: none;}
.search-form .form-input button {    border: none;    background: transparent;    font-size: 18px;}
.search-form .icon-search-post {    display: block;    width: 70px;    background: url(../images/blog/icon-search-post.png) no-repeat center center;    height: 60px;    cursor: pointer;}

/*-- end menu --*/

.u-blog-new-content { background: #eff0f2; padding: 20px 0;    margin-top: -6px; }
.box-slider-blog {position: relative;max-height: 360px;overflow: hidden;}
.box-slider-blog img{width: 100%;}
.box-slider-info { position: absolute;    z-index: 9;    left: 0;    right: 0;    bottom: 0;    background-color: rgba(0, 0, 0, 0.5);    padding: 15px 100px 10px 30px; }
.box-slider-info .title {     font-size: 24px;    color: #fff;    display: inline-block;    margin-bottom: 8px;    font-weight: 700;}
.box-slider-info p {    color: #d9d9d9;    font-size: 12px;    margin-bottom: 0; margin-right: 5px;display: inline-block}
.box-slider-info a { color: #fff; font-size: 24px; display: inline-block; margin-bottom: 8px; font-weight: 700}
.box-slider-info a:hover { text-decoration: underline; }
.box-slider-info p > a { font-size: 12px; font-weight: normal;}
.box-slider-info i {   width: 15px; text-align: center; margin-right: 5px;}

.sub-blog { background: #fff;    border: 1px solid #e6e5e5;    position: relative;    margin-top: 24px;  border-radius: 5px;}
.sub-blog .thumb-image {    border-radius: 5px;    display: block;    position: relative;    overflow: hidden;    margin: 0 0 10px;}
.sub-blog .view {    position: absolute;    z-index: 9;    background: rgba(0,0,0,0.72);    left: 0;    bottom: 0;    right: 0;    height: 40px;    line-height: 40px;    font-size: 12px;    color: #fff;    padding: 0 15px;}
.view i { color: #f23276; }
.sub-blog-title { font-size: 22px;    font-weight: bold;    color: #333;    padding: 22px 20px 20px 0; }
.sub-blog-title i { color: #f23276; margin-right: 10px; }
.interested-post {      margin-left: 30px !important;    padding-bottom: 27px !important; }
.sub-blog span { margin-right: 5px; }
.sub-blog .swiper-pagination-bullet-active { background: #f23276; }

.news-today {     background: #fff;    border-radius: 5px;    border: 1px solid #e6e5e5; }
.news-today .title {    font-size: 22px;    font-weight: bold;    color: #333333;        padding: 18px 29px;    line-height: 24px;}
.news-today .title i { color: #f23276; }
.news-today .list-post {    padding: 0 20px 5px;    overflow-y: scroll;    max-height: 680px;}
.news-today .item {    border-top: 1px solid #ebebeb;    padding: 15px 0;    font-size: 0;}
.news-today .item .thumb-image {    width: 80px;    height: 80px;    display: inline-block;    vertical-align: top;    margin-right: 15px;    border-radius: 6px;    overflow: hidden;}
.news-today .item .thumb-info {    display: inline-block;    vertical-align: top;    width: calc(100% - 95px);    font-size: 14px; }
.news-today .item .thumb-info a {    display: block;    font-size: 15px;    line-height: 22px;    font-weight: bold;    color: #333333;    margin: 0 0 7px;}
.news-today .item .thumb-info a:hover { text-decoration: underline; }
.news-today .item .thumb-info span {    display: block;    font-size: 13px;   color: #9e9e9e;    line-height: 22px;}
.news-today .list-post::-webkit-scrollbar-track {  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  background-color: #F5F5F5;  border-radius: 3px;}
.news-today .list-post::-webkit-scrollbar {  width: 6px;  background-color: #F5F5F5; }
.news-today .list-post::-webkit-scrollbar-thumb {   background-color: #cacaca;   border-radius: 3px; }
.news-today .view{height: 0!important;background-image: none}

.box-item-blog:hover {     box-shadow: 0 0 50px #dfe0e2;  }
.box-item-blog .post-item {    margin-bottom: 35px;    background: #fff;   border: 1px solid #e6e5e5;    border-radius: 5px;    min-height: 445px;    overflow: hidden;  min-height: 460px;}
.box-item-blog .post-item .post-thumb {    position: relative;    border-bottom: 2px solid #f23276;}
.box-item-blog .post-item .post-thumb a.img-thumb {    height: 209px;    overflow: hidden;    display: block; }
.box-item-blog .post-item .post-thumb .cate-post {    display: inline-block;    position: absolute;    bottom: -11px;    left: 25px;}
.box-item-blog .post-item .post-thumb .cate-post ul {    margin: 0 0;    padding: 0 0;    list-style: none;}
.box-item-blog .post-item .post-thumb .cate-post ul li {    margin: 0 0;    padding: 0 0;}
.box-item-blog .post-item .post-thumb .cate-post a {line-height: 1.5;display: inline-block;    font-size: 13px;    color: #fff;    background: #f23276;    padding: 2px 15px;    border-radius: 4px;}
.box-item-blog .post-item .post-thumb .cate-post a:hover { text-decoration: underline; }
.box-item-blog .post-item .post-info {    font-size: 13px;    color: #aaa;    padding: 0 25px;}

.box-item-blog .post-item a.title {    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;    font-size: 20px;    font-weight: 700;    color: #3e3d3c;    padding: 0 25px;    background: #fff;    margin: 20px 0 0;}
.box-item-blog .post-item a.title:hover { text-decoration: underline; }
.box-item-blog .post-item .desc {    padding: 0 25px;}
.box-item-blog .post-item .desc .excerpt-read-more {    display: none;}

.box-item-blog .post-item .desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;font-size: 13px;     text-align: justify;color: #333;}
.topic-hot {  background: #057bd2;  border-radius: 5px;  margin-bottom: 30px;  position: relative;}
.topic-hot .swiper-pagination {  top: 30px;  right: 15px;}
.topic-hot .swiper-pagination .swiper-pagination-bullet {  background: #fff;  margin-right: 5px;  opacity: 1;  }
.topic-hot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {  opacity: 1;  background: #f23276;}
.topic-hot .title {    font-size: 22px;    font-weight: bold;    color: #fff;    padding: 22px 20px 0 30px;}
.topic-hot .title i { color: #f23276; margin-right: 10px; }
.topic-hot .swiper-container {    padding: 25px 0 30px 30px;}
.topic-hot .topic-item .thumb-image {  display: block;  position: relative;  border-radius: 4px;  overflow: hidden;  box-shadow: 0 0 10px 5px #141414;}
.topic-hot .topic-item .thumb-image img {  max-width: 100%;}
.topic-hot .topic-item .thumb-image:hover .topic-info {  display: block;}
.topic-hot .topic-item .thumb-image:hover img {  opacity: 0.3;}
.topic-hot .topic-item .topic-info {  position: absolute;  right: 0;  left: 0;  text-align: center;  top: 50%;  transform: translateY(-50%);  z-index: 1;  display: none;}
.topic-hot .topic-item .topic-info .type {  display: block;  font-size: 16px;  font-weight: 700;  color: #fff;}
.topic-hot .topic-item .topic-info .title {  display: block;  font-size: 16px;  text-transform: uppercase;  color: #fff;  border-bottom: 1px solid #fff;  margin: 10px 60px 0;  padding: 0 0 10px;  font-weight: 300;}
.topic-hot .swiper-button-prev, .topic-hot .swiper-button-next {    width: 33px;    height: 68px;    background: #fff;    top: 50%;    margin-top: -34px;}
.topic-hot .swiper-button-prev {    background: url(../images/blog/long-arrow-left.png) no-repeat center center;    left: 30px;}
.topic-hot .swiper-button-prev:hover {    background: url(../images/blog/long-arrow-left-hv.png) no-repeat center center;    left: 30px;}
.topic-hot .swiper-button-next {    background: url(../images/blog/long-arrow-right.png) no-repeat center center;  right: 0;}
.topic-hot .swiper-button-next:hover {    background: url(../images/blog/long-arrow-right-hv.png) no-repeat center center;}
.topic-hot .swiper-button-prev.swiper-button-disabled, .topic-hot .swiper-button-next.swiper-button-disabled {    opacity: 1;    cursor: pointer;    pointer-events: auto;}

.container.box-content-blog {
    margin-bottom: 30px;
}

/*.container {*/
/*    max-width: 1170px;*/
/*}*/

@media (max-width: 575px) {
    .blog-menu {
        display: none;
    }
}
