
/* body , .block-product-home .woocommerce-loop-product__title a{
    font-weight: 600;
}
body , .block-product-home .woocommerce-loop-product__title a, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{
    font-family: arial !important;
} */
.color-global{
    background: #cca25e;
    background: #613612;
}
body .sticky-add-to-cart--active, body #wrapper, body #main, body #main.dark {
    
}
.row.row-small{
    max-width: 1140px;
}
.center-all {
    display: -moz-box;
    display: -webkit-box;
    -moz-box-align: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center
}
.height100{
    height: 100%;
}
.height100 .elementor-widget-container{
    height: 100%;
}
.text-center {
    text-align: center;
}
.scrollCustiom::-webkit-scrollbar-corner{ display: none; height: 0px; width: 0px; }
.scrollCustiom::-webkit-scrollbar{ width: 6px;background-color: #F5F5F5;height: 2px;height: 5px;border-radius: 35px; }
.scrollCustiom::-webkit-scrollbar-thumb{ background-color: #cca25e;border-radius: 8px; }
.scrollCustiom::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #F5F5F5; }
/* Style */
body{
    background: #fff;
}
body .td-page-title {
    color: #ff6a6a;
}
.box-right-heart{
	position: relative;
}
.box-right-heart{
	
}
body .pdt-0{
	padding-top: 0px;
}
.box-xem-boi-home{
    background-image: url(images/527-d-20230407031857-n7gqe.png);
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 30px;
    padding-top: 75px;
    padding-bottom: 0px;
}
.box-xem-boi-home .search{
    background: none;
}
.home-widget-area{
    background-color: #fef0f3;
}
body .td-main-content-wrap{
    padding-bottom: 0px;
}
/* Animation*/
.pulse {
    animation-name: pulse;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
        transform: scale(0.3);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    70% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
/* End Animation */
/** POST */
.widget-post-by-category-wrap{

}
.list-post-by-category{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-post-by-category .item-post-by-category{
    width: 30.5%;
    padding-top: 5px;
    /* background-color: #fff; */
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.list-post-by-category .item-post-by-category .container-image{
    padding: 0px 5px 10px 5px;
    overflow: hidden;
}
.list-post-by-category .item-post-by-category .container-image a{
    
}
.list-post-by-category .item-post-by-category .container-image img{
    width: 100%;
    transition: transform 5s !important;
    /* box-shadow: rgb(0, 0, 0) 2px 1px 10px -2px; */
    border-radius: 40px 0px;
}
.list-post-by-category .item-post-by-category .container-image img:hover{
    transform: scale(1.3);
}
.list-post-by-category .item-post-by-category .container-content{
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em;
}
.list-post-by-category .item-post-by-category .container-content .article-title{
    font-size: 1.15em;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}
.list-post-by-category .item-post-by-category .container-content .article-description{
    margin-top: .4em;
    font-size: .9em;
}
.list-post-by-category .item-post-by-category .container-footer{
    position: absolute;
    width: 100%;
    padding: 10px;
    height: 45px;
    background: #3c434a57;
    bottom: 0px;
    left: 0px;
}
.list-post-by-category .item-post-by-category .container-footer .link-a{
    color: #fff;
    background: #613612;
    color: #fff;
    border: none;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    line-height: 1;
    padding: 8px 20px;
    border-left: 5px solid #cca25e;
}
.widget-post-by-category-wrap{

}
.article-aside-highlight .head{
    text-align: center;
}
.title-category-nice{
    border-bottom: 0;
    bottom: 0;
    padding: 0 15px;
    line-height: 34px;
    background: #613612;
    color: #fff;
    font-size: 39px;
    border-top-right-radius: 5px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;

    background-image: linear-gradient(rgb(164, 18, 35), rgb(236, 134, 139));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.title-category-nice a{
    color: #fff;
}
.devvn_box_title {
    font-size: 66px;
    font-weight: 700;
    line-height: 1.6;
    position: relative;
}

.devvn_box_title strong:not(:last-child) {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.devvn_box_title strong {
    display: block;
}

.devvn_box_title strong:nth-child(1) {
    -webkit-text-stroke-width: 12px;
    -webkit-text-stroke-color: rgb(255, 210, 199);
}

.devvn_box_title strong:nth-child(2) {
    -webkit-text-stroke-width: 12px;
    -webkit-text-stroke-color: rgb(237, 100, 100);
}

.devvn_box_title strong:nth-child(3) {
    -webkit-text-stroke-width: 10px;
    background-image: linear-gradient(rgb(177, 41, 57), rgb(236, 134, 139));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: text;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    -webkit-text-fill-color: transparent;
}

.devvn_box_title strong:nth-child(4) {
    background-image: linear-gradient(rgb(164, 18, 35), rgb(236, 134, 139));
    background-color: initial;
    background-size: initial;
    background-origin: initial;
    background-position: initial;
    background-repeat: initial;
    background-attachment: initial;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.list-post-by-category{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-post-by-category .item-post-by-category{
    width: 30.5%;
    padding-top: 5px;
    /* background-color: #fff; */
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.list-post-by-category .item-post-by-category .container-image{
    padding: 0px 5px 10px 5px;
    overflow: hidden;
}
.list-post-by-category .item-post-by-category .container-image a{
    
}
.list-post-by-category .item-post-by-category .container-image img{
    width: 100%;
    transition: transform 5s !important;
    /* box-shadow: rgb(0, 0, 0) 2px 1px 10px -2px; */
    border-radius: 40px 0px;
}
.list-post-by-category .item-post-by-category .container-image img:hover{
    transform: scale(1.3);
}
.list-post-by-category .item-post-by-category .container-content{
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: .7em;
    padding-bottom: 1.4em;
    position: relative;
    width: 100%;
    font-size: .9em;
}
.list-post-by-category .item-post-by-category .container-content .article-title{
    font-size: 1.15em;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
    color: #f84594;
    line-height: 30px;
    height: 60px;
    text-align: center;
}
.list-post-by-category .item-post-by-category .container-content a.button{
    font-size: 21px;
    letter-spacing: unset;
    font-weight: 700;
    border: 2px solid rgb(229 0 85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    max-width: 285px;
    width: 100%;
    background-color: #b12939;
    color: #fff;
    border-radius: 99px;
}
.list-post-by-category .item-post-by-category .container-content .article-description{
    margin-top: .4em;
    font-size: .9em;
}
.list-post-by-category .item-post-by-category .container-footer{
    position: absolute;
    width: 100%;
    padding: 10px;
    height: 45px;
    background: #3c434a57;
    bottom: 0px;
    left: 0px;
}
.list-post-by-category .item-post-by-category .container-footer .link-a{
    color: #fff;
    background: #613612;
    color: #fff;
    border: none;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    line-height: 1;
    padding: 8px 20px;
    border-left: 5px solid #cca25e;
}
.list-post-by-category-sidebar.list-post-by-category .item-post-by-category .container-image img{
    border-radius: 30px;
}
.list-post-by-category-sidebar.list-post-by-category .item-post-by-category .container-content .article-title{
    font-size: 16px;
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    color: #000;
    text-align: center;
}
.list-post-by-category-sidebar.list-post-by-category .item-post-by-category .container-content .article-title a{
    color: #000;
}
.list-post-by-category-sidebar.list-post-by-category .item-post-by-category .container-content{
    padding-top: 0px;
}
body.td-animation-stack-type0 .td-animation-stack .entry-thumb, body.td-animation-stack-type0 .post img{
    opacity: 1 !important;
}
/* End Style */
/* Footer */
body .td-footer-wrapper{
    background-color: #e50055;
    padding-top: 0px;
}
.td-footer-wrapper{
    padding-top: 0px;
}
.td-footer-wrapper .wp-block-heading{
    color: #fff;
    padding-left: 22px;
    background-image: url(../asset/images/right-vetor.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 0px 0px;
    font-size: 17px;
    white-space: nowrap;
    padding-bottom: 7.5px;
    border-bottom: 2px solid #fff;
    font-weight: bold;
}
.td-footer-wrapper .menu-footer{
    
}
.td-footer-wrapper .widget{
    margin-bottom: 0px;
}
.td-footer-wrapper .menu-footer{
    padding-left: 0px;
}
.td-footer-wrapper .menu-footer li{
    padding-left: 20px;
    position: relative;
}
.td-footer-wrapper .menu-footer a{
    text-decoration: none;
}
.td-footer-wrapper .menu-footer li::marker{
    display: none;
    content: '';
}
.td-footer-wrapper .menu-footer li::before{
    position: absolute;
    content: " ";
    width: 5px;
    height: 5px;
    border-radius: 90px;
    left: 0px;
    top: 38%;
    background: #fff;
}
/* End Footer */
/* Common */
.cs-landingpage-fullpage{

}
/* .page .cs-landingpage-fullpage .entry-content{
    max-width: 100%;
} */
.cs-footer{
    background-color: #e50055;
    padding-top: 0px;
    color: #fff;
}
.cs-footer .cs-footer__copyright{
    background-color: #e50055;
    padding-top: 0px;
    color: #fff;
}
.cs-footer .cs-logo{
    background-color: #e50055;
    padding-top: 0px;
    color: #fff;
    text-align: center;
}
.cs-footer .cs-logo img{
    width: 60%;
    height: auto;
    max-height: 100%
}
.td-footer-wrapper a {
    color: #fff;
}
.cs-site-primary-landingpage .cs-site-content{
    margin-top: 0px;
}
.my-tab{

}
.my-tab h2, .my-tab h3, .my-tab h4, .my-tab h5, .my-tab h6{
    font-weight: 600;
    color: #fff;
}
.my-tab{
    
}
.cs-main-content strong{
    font-weight: 600;
}
/* End Common */
/* Responsive */
@media only screen and (max-width: 1200px) {
    
}

@media only screen and (max-width: 1024px) {
	
}
 
/*Ipad dọc(768 x 1024)*/
@media only screen and (max-width: 768px) {
	.box-xem-boi-home{
        padding: 0px;
        padding-top: 75px;
        padding-bottom: 0px;
    }
}
 
@media only screen and (max-width: 640px) {
    .list-post-by-category .item-post-by-category{
        width: 50%;
        padding: 10px;
    }
    .list-post-by-category .item-post-by-category .container-content .article-title{
        height: auto;
    }
    .head-highlights .mini-box .title-category-nice{
        font-size: 16px;
    }
    .head-highlights .mini-box .title-category-nice a{
        white-space: nowrap;
    }
    .head-highlights{
        overflow: hidden;
    }
}
 
@media only screen and (max-width: 568px) {
	
}

/*Tablet nhỏ(480 x 640)*/
@media only screen and (max-width: 480px) {
	
}

/*Iphone(480 x 640)*/
@media only screen and (max-width: 425px) {
	
}

/*Iphone(480 x 640)*/
@media only screen and (max-width: 411px) {
	
}

/*Iphone6(480 x 640)*/
@media only screen and (max-width: 375px) {
	
}

@media only screen and (max-width: 360px) {
	
}