section .home_two{
    padding: 50px 0;
}
.home_two .title{
    padding: 35px 0;
}
.home_two h2{
    color: #E99A00;
    font-family: Lora;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 46px;
}
.sec_icon:before, .sec_icon:after{
    content: " ";
    position: relative;
    transform: translateY(-50%);
    bottom: 10px;
    width: 20px;
    height: 1px;
    background-color: #E99A00;
    display: inline-block;
}

.home_two .list_news .item{
    margin: 0 5px;
    width: calc(100% - 10px) !important;
}
.home_two .list_news .item .box_img{
    height: 260px;
}
.home_two .list_news .item .box_img:hover{
    background-color: #ffffff;
    opacity: 0.8;
    box-shadow: -10px 12px 26px 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.home_two .list_news .item .box_img:hover img{
    transform: scale(1.2);
    transition: 1s;
}
.home_two .list_news .item .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_two .list_news .item .box_content{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 2px 78px 0px 40px;
}
.home_two .date_post{
    color: #666666;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
}
.home_two .list_news .item .box_content h3{
    color: #333333;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: left;
    padding: 0 0 35px 0;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    box-shadow: 0 0 57px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.81);
    text-align: center;
    line-height: 50px;
    color: rgba(153, 153, 153, 0.51);
    font-size: 10px;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
}
.home_two .list_news .item a{
    color: #E99A00;
    margin-left: 25px;
}
.home_two .list_news .item .box_content a:after{
    content: "|";
    position: relative;
    transform: translateY(-100%);
    bottom: 9px;
    width: 2px;
    height: 19px;
    margin-left: -35px;
    margin-right: -66px;
    background-color: #E99A00;
    display: inline-block;
}
.slick-arrow.slick_all{
    background: transparent;
    border: 1px solid white;
    color: white;
}
.slick-arrow.slick_all.slick-prev{
    left: -55px;
    border: 1px solid #E99A00;
    border-radius:  0 23px;
    transition: all 0.2s ease-in-out;
}
.slick-arrow.slick_all.slick-prev:hover{
    box-shadow: 1px 1px #E99A00, 2px 2px #E99A00, 3px 3px #E99A00;
    margin-left: -1px;
}
.slick-arrow.slick_all.slick-next:hover{
    box-shadow: 1px 1px #E99A00, 2px 2px #E99A00, 3px 3px #E99A00;
    margin-bottom: -1px;
}
.slick-arrow.slick_all.slick-next{
    right: -55px;
    border: 1px solid #E99A00;
    border-radius: 23px 0;
    transition: all 0.2s ease-in-out;
}
.slick-next.slick-arrow{
    right: 200px;
}
.slick-prev.slick-arrow{
    left: 200px;
}
.text_center{
    text-align: center;
}

/*section.home_one{*/
/*    padding: 50px 0;*/
/*    background-image: url('https://senspa.canhcam.asia/wp-content/uploads/2020/10/asasasas.png');*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-attachment: fixed;*/
/*    background-position: center right;*/
/*}*/
.home_one h2{
    color: #E99A00;
    font-family: Lora;
    font-size: 50px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 46px;
}
.home_one p{
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
}
.list_product{
    padding: 25px 0;
}
.list_product .item{
    position: relative;
    width: calc(100% - 45px)!important;
    /*height: 385px;*/
    margin: 20px;
    position: relative;
}
.list_product .item img{
    width: 100%;
    height: auto;
}

.list_product .slick-center img{
    /*transform: scale(1.2);*/

}
.list_product .slick-center  .over_tim{
    /*transform: scale(1.2);*/
    bottom: 0px;
}
.list_product .slick-slide{
    transform: scale(1);
    transition: .3s all;
    position: relative;
    z-index: 1;
}
.list_product:not(.no_active) .slick-slide.slick-center{
    transform: scale(1.15);
    z-index: 3;
}
.list_product.no_active .slick-slide:nth-child(2){
    transform: scale(1.15);
}
.over_tim {
    position: absolute;
    /*height: 73px;*/
    background-color: #E99A00;
    opacity: 0.9;
    bottom: 0px;
    transition: 0.2s;
    z-index: 1;
    width: 100%;
}
.home_one .item .content{
    display: flex;
}
.home_one .content_left{
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    padding: 9px;
    text-align: center;
}
.home_one .content_right{
    width: 50%;
    float: right;
    padding: 21px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    font-family: "Montserrat-Bold";
}

section.home_spa{
    background-image: url('https://senspa.canhcam.asia/wp-content/uploads/2020/10/bbbbbb.jpg');
    width: 1358px;
    height: 474px;
    background-size: cover;
}
.home_spa .image{
    position: absolute;
    width: 50%;
    float: left;
}
.home_spa .image img{
    height: 474px;
    background-size: cover;
}
.home_spa .content{
    width: 50%;
    position: absolute;
    float: right;
}


/* BLOG PAGE */

section.blog_page{
    padding: 50px 0 0;
    background-image: url('https://senspa.canhcam.asia/wp-content/uploads/2020/10/veccc.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center right;
    position: relative;
}
.blog_page ul.list_cat_post{
    margin: 0;
    list-style: none;
    padding: 20px;
}
.blog_page ul.list_cat_post li{
    display: inline-block;
}
.blog_page ul.list_cat_post li a:hover{
    background-color: #E99A00;
    color: #FFFFFF;
}
.blog_page .list_cat_post i{
    color: #E99A00;
}
.blog_page ul.list_cat_post li:hover a i{
    color: #fff;
}
.blog_page ul.list_cat_post li a{
    height: 40px;
    border-radius: 0 23px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    font-size: 14px;
    color: #999999;
    display: inline-block;
    line-height: 40px;
    margin: 0 5px;
    padding: 0 30px;
}
.blog_page .box_news {
    display: inline-block
}

.blog_page .box_news .item {
    width: calc(25% - 20px);
    margin: 0 10px;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    float: left
}

.blog_page .box_news .item>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.blog_page .box_news .item .box_img,
.box_news .item .box_img a {
    width: 100%;
    height: 200px;
    overflow: hidden
}
.blog_page .box_news .item .box_img{
    background-color: #ffffff;
    box-shadow: -10px 12px 26px 1px rgba(0, 0, 0, 0.08);
}
.blog_page .box_news .item .box_img img {
    width: 100%;
    height: 100%;
    transition: 1s;
    object-fit: cover;
    transform: scale(1)
}

.blog_page .box_news .item:hover img {
    transition: 1s;
    transform: scale(1.2)
}

.blog_page .box_news .item .box_content {
    padding: 20px;
    background-color: #f5f5f5
}

.blog_page .box_news .item .box_content .date_post {
    color: #999;
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%
}
.blog_page .date_post strong{
    color: #ffffff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
}
.blog_page .box_news .item .box_content h3 {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 72px;
    line-height: 1.5;
}

.blog_page .box_news .item .box_content a.view_more {
    color: #0b90d3;
    font-size: 14px;
    display: block;
    background: 0 0;
    padding: 0;
    font-family: "SegoeUI-Bold";
    text-transform: unset
}

.blog_page .box_news .item .box_content a.view_more i {
    float: right;
    font-size: 12px
}

.blog_page .box_news .item:nth-child(1) a.view_more,
.box_news .item:nth-child(2) a.view_more,
.box_news .item:nth-child(3) a.view_more {
    display: none
}

.blog_page .box_news .item:nth-child(1) {
    height: 539px;
    margin-bottom: 45px;
    width: calc(60% - 20px)
}

.blog_page .box_news .item:nth-child(2) {
    margin-bottom: 20px
}

.blog_page .box_news .item:nth-child(3) {
    margin-bottom: 45px
}

.blog_page .box_news .item:nth-child(2),
.box_news .item:nth-child(3) {
    height: 260px;
    width: calc(40% - 20px)
}

.blog_page .box_news .item:nth-child(1) .box_content,
.box_news .item:nth-child(2) .box_content,
.box_news .item:nth-child(3) .box_content {
    position: absolute;
    left: 30px;
    bottom: 10px;
    right: 30px;
    background: 0 0;
    padding: 0;
    z-index: 2
}

.blog_page .box_news .item:nth-child(1) .box_content {
    left: 40px;
    bottom: -15px;
    right: 50px
}

.blog_page .box_news .item:nth-child(1) .box_content h3,
.box_news .item:nth-child(2) .box_content h3,
.box_news .item:nth-child(3) .box_content h3,
.box_news .item:nth-child(1) .box_content .date_post,
.box_news .item:nth-child(2) .box_content .date_post,
.box_news .item:nth-child(3) .box_content .date_post {
    color: #fff
}

.blog_page .box_news .item:nth-child(1) .box_content h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;

}

.blog_page .box_news .item:nth-child(2) .box_content h3,
.box_news .item:nth-child(3) .box_content h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
}

.blog_page .box_news .item:nth-child(1) .box_img,
.box_news .item:nth-child(1) .box_img a,
.box_news .item:nth-child(2) .box_img,
.box_news .item:nth-child(2) .box_img a,
.box_news .item:nth-child(3) .box_img,
.box_news .item:nth-child(3) .box_img a {
    height: 100%;
    border-radius: 5px;

}

.blog_page .box_news .item:nth-child(1):before,
.box_news .item:nth-child(2):before,
.box_news .item:nth-child(3):before {
    height: 158px;
    background-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
    border-radius: 5px;
}





section.blog_page_site{
    background-image: url('https://senspa.canhcam.asia/wp-content/uploads/2020/10/veccc.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center right;
    position: relative;
    bottom: 30px;
    padding-left: 10px;
}

.blog_page_site .list_blog .item{
    width: 31.9%;
    float: left;
    padding: 0 15px 0 0;
}
.blog_page_site .list_blog .item .box_img{
    height: 260px;
}
.blog_page_site .list_blog .item .box_img:hover{
    background-color: #ffffff;
    opacity: 0.8;
    box-shadow: -10px 12px 26px 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 5px;
}
.blog_page_site .list_blog .item .box_img:hover img{
    transform: scale(1.2);
    transition: 1s;
}
.blog_page_site .list_blog .item .box_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.blog_page_site .list_blog .item .box_content{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #ffffff;
    padding: 2px 78px 0px 40px;
}
.blog_page_site .date_post{
    color: #666666;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
}
.blog_page_site .list_blog .item .box_content h3{
    color: #333333;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: left;
    padding: 0 0 35px 0;
}

.blog_page_site .list_blog .item a{
    color: #E99A00;
    margin-left: 25px;
}
.blog_page_site .list_blog .item .box_content a:after{
    content: "|";
    position: relative;
    transform: translateY(-100%);
    bottom: 9px;
    width: 2px;
    height: 19px;
    margin-left: -35px;
    margin-right: -66px;
    background-color: #E99A00;
    display: inline-block;
}







ul.thenativePagination{
    list-style: none;

    margin-top: 40px;
}
ul.thenativePagination li{
    display: inline-block;
    margin-top: 25px;
}
ul.thenativePagination li a{
    width: 35px;
    height: 35px;
    background-color: #dedede;
    border-radius: 50%;
    margin: 0 6px;
    display: inline-block;
    line-height: 35px;
    color: #666666;
    font-size: 16px;
    border-radius: 15px 0;
}
li.thenativePaginationPrev,
li.thenativePaginationStart,
li.thenativePaginationNext,
li.thenativePaginationEnd{
    display: none !important;
}
ul.thenativePagination li.active a{
    background-color: #E99A00;
    color: white;
    border-radius: 15px 0;
}



/* BLOG_DETAIL */

section.blog_detail{
    padding: 50px 0;
}
.blog_detail .title_news {
    font-family: Lora;
    border-bottom: 1px solid rgba(112, 112, 112, 0.31);
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 35px;
    font-weight: 700;
    color: #8f378b;
}
.blog_detail .content{
    color: #333333;
    font-size: 16px;
}
.blog_detail p{
    margin-bottom: 1.5em;
}
.blog_detail strong{
    font-family: Montserrat;
    font-weight: 700;
}
.blog_detail img{
    width: 100%;
    height: 615px;
}