@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --main-color:#f78da7;
    --font-family:'Lora', sans-serif;
    --main-color2:#fcb14c;
    --main-color3:#f71524;
    --black:#000;
    --light-color:#666;
    --box-shadow:0 .5rem 1.5rem rgba(0,0,0,.1);
    --border:.2rem solid rgba(0,0,0,.1);
    --outline:.1rem solid rgba(0,0,0,.1);
    --outline-hover:.2rem solid var(--black);
    --content:1200px;
}
@font-face{
    font-family:"Line Awesome Free";
    font-style:normal;
    font-weight:900;
    font-display:auto;
    src:url(../fonts/la-solid-900.eot);
    src:url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"),
    url(../fonts/la-solid-900.woff) format("woff"),
    url(../fonts/la-solid-900.ttf) format("truetype"),
    url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}
.la, .las {
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-style: normal;
}
.la-star:before {
    content: "\f005";
}
.la-star-half-alt:before {
    content: "\f5c0";
}
.la-arrow-left:before {
    content: "\f060";
}
.la-info-circle:before {
    content: "\f05a";
}
.la-plus:before {
    content: "\f067";
}
.la-minus:before {
    content: "\f068";
}
.la-bookmark:before {
    content: "\f02e";
}
.la-adjust:before {
    content: "\f042";
}
*{
    font-family: 'Arial', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    font-weight: 400;
}
a{
    text-decoration: none;
    color:#333333;
}
a:hover{
    color:#eb3349;
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}
html{
    border: 0;
    background-color: #fff;
    padding-top: 0 !important;
    margin: 0;
    overflow-x: hidden;
}
body{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 1920px;
    color:#444;
    margin:auto;
    font-family: "Arial", sans-serif;
    font-size: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: var(--font-family);
}
body.light{
    background-color: #262626;
    color:#fff;
}
.fw-600{
    font-weight: 600 !important;
}
.color-black{
    color:#000 !important;
}
.owl-dots{
    margin-top:-30px;
    position: relative;
    z-index: 99;
}
.btn-default{
    background-color: var(--main-color2);
    color: #fff;
}
.border-main{
    border: 1px solid var(--main-color);
}
.owl-dots .owl-dot{
    width:12px;
    height:12px;
    border-radius: 6px;
    background-color: rgba(0,0,0,0.4);
    margin: 0 5px;
    display: inline-block;
}
.owl-dots .owl-dot.active{
    background-color: var(--main-color2);
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
.banner{
    width: 100%;
    position: relative;
}
img{
    max-width: 100%;
}
p{
    margin: 0 0 10px 0;
    line-height: 1.5;
}
@media (min-width: 1920px){
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1140px;
    }
}
header{
    z-index: 10;
    position: relative;
    width: 100%;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}
.header-center{
    background-color: var(--main-color);
    align-content: center;
    align-items: center;
    display: flex;
    height: 90px;
}
.f-nav{
    position:fixed;
    box-shadow: 0px 0px 10px #ccc;
    width: 100%;
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
}
.f-nav .header-center{
    background-color: #41261F;
}
.header-center-content{
    align-items: center;
}
.banner-home img{
    width: 100%;
}
.logo{
    position: relative;
    height: 75px;
    display: block;
}
.logo img{
    display: block;
    height: 100%;
}
.box-alert{
    font-size:14px !important;
}
.menu-top{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0px;
    margin-left: 20px;
}
.menu-top li{
    list-style: none;
    position: static;
}
.menu-top li a{
    font-size: 14px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    color: #fff;
    position: relative;
}
.menu-top li a:before{
    content: "";
    height: 2px;
    width: 0%;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-top li:hover a:before{
    width: 50%;
}
.slider-section img{
    width: 100%;
}
.entry-content{
    font-size: 15px;
}
.entry-content p{
    font-size: 15px;
    text-align: justify;
    margin-bottom: 1.3em !important;
}
.entry-content ul{
    list-style: disc;
}
.entry-content li{
    margin-left: 1.3em;
    margin-bottom: .6em;
    list-style: initial;
}
.item-nav ul{
    padding-left: 17px;
}
.item-nav ul li a{
    color: #fff;
    display: block;
    margin-bottom:15px;
}
.item-nav ul li{
    list-style:circle ;
}
.social a{
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    height: 17px;
    text-align: center;
}
.social a svg {
    fill: #fff;
    height: 100%;
}
.header-action_dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: auto;
    right: -15px;
    z-index: 2000;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    width: 420px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
}
.show-search > .header-action_dropdown {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.header-action_dropdown .box-arrow {
    left: auto;
    right: 15px;
    position: absolute;
    bottom: calc(100% - 5px);
    margin: 0 auto;
    width: 22px;
    height: 20px;
}
.header-action_dropdown .box-arrow svg {
    -webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}
.header-action_dropdown .header-dropdown_content {
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 10px 20px;
}
.header-action_dropdown .header-dropdown_content .title-search {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
    font-weight: 500;
    padding: 6px 10px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}
.header-action_dropdown .header-dropdown_content .site_search form{
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}
.header-action_dropdown .header-dropdown_content .site_search .searchinput {
    background: #f5f5f5;
    border: 1px solid #ececec;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    width: 100%;
    height: 45px;
    padding: 0 55px 0 20px;
    margin: 0;
    display: inline-block;
    border-radius: 0;
    transition: all 150ms linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.header-action_dropdown .header-dropdown_content .site_search .btn-search {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    padding: 0;
    top: 0px;
    right: 0px;
    background: transparent;
    transition: opacity 150ms linear;
    border: none;
    min-width: auto;
    outline: none;
    box-shadow: none;
    opacity:.5;
}
.submenu{
    background-color: #fff;
    position: absolute;
    border-width: 0;
    border-style: solid;
    padding: 0;
    display: none;
    width:100%;
    left:0;
    padding:20px;
}
ul.box-submenu{
    width:100%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
}
ul.box-submenu li{
    display: block;
    padding: 0;
    position: relative;
}
ul.box-submenu li.level-1{
    width:25%;
    float:left;
}
/* ul.box-submenu li.level-1:nth-child(4n+1) {
    clear: left;
} */
.item_product .box_image{
    height:225px;
    overflow: hidden;
}
.item_product .box_image img{
    width:100%;
    height:100%;
    object-fit: cover;
}
ul.box-submenu li.level-1>a{
    font-weight: 700;
    text-transform: uppercase;
    color:#000;
    font-size:16px;
}
ul.box-submenu li.level-1>ul>li>a{
    text-transform: initial;
    font-size:14px;
    font-weight: 400;
}
ul.box-submenu li.level-1>ul>li>ul{
    margin-left:10px;
}
ul.box-submenu li.level-1>ul>li>ul a{
    text-transform: initial;
}
ul.box-submenu li a{
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 5px;
    white-space: nowrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    font-size: 14px;
    color: #000;
}
.menu-top li:hover .submenu{
    display: block;
}
.submenu.style-0{
    width: 250px;
    left: inherit;
    padding:0px;
}
.submenu.style-0 ul.box-submenu{
    padding:0px;
}
.submenu.style-0 ul.box-submenu li.level-1{
    width:100%;
}
.submenu.style-0 ul.box-submenu li.level-1>a{
    font-weight: normal;
    text-transform: initial;
    font-size: 14px;
    padding-top:5px;
}
.submenu.style-0 ul.box-submenu li.level-1>a:hover{
    background-color: var(--main-color);
    color:#fff;
}
.btn-menu-mb{
    display: none;
}
.hidden-pc{
    display: none;
}
.header-top{
    background-color:#fff;
    color: #000;
    height: 50px;
    display: none;
}
.header-top-content span{
    padding: 8px 0px;
    display: block;
}
.header-top a{
    color: #fff;
}
.header-top .link_cart{
    position: relative;
}
.header-top .link_cart span.total-cart{
    width: 13px;
    height: 13px;
    border-radius: 7.5px;
    background-color: #ff0000!important;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 30%);
    font-size: 10px;
    text-align: center;
    display: inline-block;
    line-height: 13px;
    position: absolute;
    top: -3px;
}
.header-top .link_cart span.d-md-block{
    display: inline-block !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: #000;
    visibility: hidden;
}
.modal-backdrop.show {
    opacity: .8;
    visibility: visible;
    z-index: 999;
}
.bg_black{
    background-color: #000000;
    overflow: hidden;
}
.bg_blow{
    background-color: #41261F;
    overflow: hidden;
}
.breadcrumbs{
    width: 100%;
    border-bottom: 1px solid #fff;
}
.breadcrumbs a{
    display: inline-block;
    padding: 7px 20px 7px 20px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
}
.breadcrumbs .title{
    display: inline-block;
    padding: 7px 20px 7px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    background-color: #B88D58;
    margin: 0px;
    line-height: 1.5;
    margin-left: -5px;
}
.item-blog{
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    position:relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 25px;
}
.item-blog:hover{
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.item-blog .box_image{
    display: block;
    height:220px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.item-blog .box_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-blog h2 {
    font-size: 16px;
    max-height: 50px !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.date_time{
    opacity: 0.8;
    font-style: italic;
    margin-bottom: .1em;
    margin-top: .1em;
    font-size:14px;
}
.date_time i {
    padding-right: 5px;
}
.item-blog .description {
    padding: 15px;
}
.item-blog h2 a {
    color: #061538;
    line-height: 1.5 !important;
    margin-bottom: .1em;
    margin-top: .1em;
    display: inline-block;
    font-weight: 700;
}
.is-xsmall {
    font-size: .7em;
}
.ml-5{
    margin-left: -5px !important;
}
.title_icon{
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #333333;
    font-family: var(--font-family);
}
.title_icon>*{
    display: inline-block;
    vertical-align: middle;
}
.title_icon .h4{
    font-size:18px;
    margin-bottom: 4px;
}
.title_icon i{
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--main-color);
    position: relative;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    font-size: 18px;
    display: inline-block;
}
.title_icon i:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f45c43;
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-left-color:var(--main-color) !important;
    border-right-color: var(--main-color) !important;
}
.c-nav-tabs{
    float:right;
}
.c-nav-tabs span{
    font-size:14px;
    color:#888888;
    font-family: var(--font-family);
    text-transform: initial;
}
.c-nav-tabs > * {
    display: inline-block;
    vertical-align: middle;
}
.c-nav-tabs ul.c-tabs-content {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.c-nav-tabs ul.c-tabs-content li {
    float: left;
    position: relative;
    display: block;
}
.c-nav-tabs ul.c-tabs-content li a {
    padding: 8px 10px 9px;
    position: relative;
    text-transform: none;
    color: #888888;
    display: block;
    font-size:14px;
    font-family: var(--font-family);
}
.c-nav-tabs ul.c-tabs-content li.active a,.c-nav-tabs ul.c-tabs-content li a:hover{
    color:var(--main-color);
}
.c-nav-tabs ul.c-tabs-content li a:after {
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
}
.c-nav-tabs ul.c-tabs-content li.active a::after,.c-nav-tabs ul.c-tabs-content li a:hover::after{
    background: linear-gradient(to right, #f78da7 40%, #f78da7);
    opacity: 1;
}
.item-chapter{
    border-bottom:1px solid #ebebeb;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.item-chapter:last-child{
    border:none;
}
.item-chapter a{
    font-weight: 600;
    color:#333;
    font-size:14px;
}
.item-chapter a:hover{
    color:var(--main-color);
}
.item-chapter span{
    font-size: 0.8em;
    line-height: 1em;
    font-style: italic;
    color:#888888;
}
.entry-content h1 {
    font-size: 28px;
}
.entry-content h2 {
    font-size: 24px;
}
.entry-content h3 {
    font-size: 20px;
}
.entry-content h4 {
    font-size: 18px;
}
.entry-content img,.entry-content figure{
    max-width: 100% !important;
    height: inherit !important;
}
.select_chapter{
    width:120px;
    background-color: #ebebeb;
    font-size:14px;
    color:#333333;
}
.btn_default{
    background-color: var(--main-color);
    color:#fff;
    padding: 5px 15px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    display: inline-flex;
    align-items: center;
    min-height: 41px;
}
.btn_default:hover{
    color:#fff;
}
.list_button .btn_default i{
    font-size:21px;
}
.title_detail{
    font-size: 24px;
    font-weight: 600;
    font-family: var(--font-family);
}
.custombread {
    background: #f2f2f2;
    padding: 10px 0;
}

.color-white{
    color:#fff !important;
}
.breadcrumb{
    margin-bottom: 10px;
    overflow: hidden;
}
.breadcrumb ol{
    padding-left: 0px;
    margin-bottom: 0px;
}
.breadcrumb ol li{
    list-style: none;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    color: #888888;
    font-size: 12px;
}
.breadcrumb ol li:after{
    content: "/";
    position: absolute;
    left: calc(100% - -5px);
    top: 0;
    color: #888888;
    font-size:12px;
}
.breadcrumb ol li:last-child:after{
    display: none;
}
.breadcrumb ol li a{
    display: block;
    color: #888888;
    font-size: 12px;
}
.owl-prev {
     font-size: 20px;
    position: absolute;
    left: 10px;
    top: calc(50% - 20px);
    filter: alpha(opacity=30);
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    line-height: 30px;
}
.owl-next {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: calc(50% - 20px);
    filter: alpha(opacity=30);
     width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    line-height: 30px;
}

.title_home{
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
}

.item_blog .box_image{
    height: 175px;
    overflow: hidden;
    display: block;
    padding:0px;
}
.item_blog .box_image img{
    width: 100%;
}
.item_blog h3{
    line-height: 1.3;
}
.item_blog h3 a{
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    color:#000;
}
.item_blog  p{
    text-align: center;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
label.error{
    color: red;
    font-size: 14px;
    margin-top:5px;
}
.entry-content img{
    max-width: 100% !important;
    height: inherit !important;
}
.support_fix{
    position: fixed;
    bottom: 5px;
    z-index: 99;
    height: 50px;
    text-align: center;
    width: 100%;
}
.item_blog .box_des{
    padding: 15px 0px;
}
.page-item:first-child .page-link{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item.active .page-link,.page-item .page-link:hover{
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}
.page-link{
    margin-right:3px;
    color: #000;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
input[type='number']{
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
table {
    width: 100%;
    margin-bottom: 1em;
    border-color: #ececec;
    border-spacing: 0;
}
th, td {
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: .9em;
}
th:first-child, td:first-child {
    padding-left: 0;
}
.uppercase, h6, th, span.widget-title {
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.border-radius-5{
    border-radius: 5px !important;
    overflow: hidden;
}
.form-search{
    position: relative;
    width: 200px;
    height: 30px;
    margin-top: 10px;
    float: right;
}
.form-search input{
    width: 100%;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: 15px;
    padding: 0px 15px;
    font-size: 13px;
    background-color: rgba(0, 0, 0, .03);
}
.form-search button{
    background-color: initial;
    border:none;
    height:30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top:0px;
    right: 0px;
    color: #444;
}
.list_action button{
    font-size: 20px;
    width: 30px;
    height: 30px;
    color: var(--main-color);
    text-align: center;
    background-color: #ebebeb;
    position: relative;
    border-radius: 50%;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    margin-left: 5px;
}
.list_action button:hover{
    color:#fff;
    background-color: var(--main-color);
}
.la-arrow-right:before {
    content: "\f061";
}
.item_related{
    overflow: hidden;
    margin-bottom: 20px;
}
.item_related .box_image{
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    display: block;
    float:left;
}
.related-reading-content{
    float:left;
    width:calc(100% - 80px);
}
.related-reading-content a{
    font-weight: 600;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.9em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(5.7em);
    color:#333333;
    margin-bottom: 10px;
    font-family: var(--font-family);
}
.related-reading-content a:hover{
    color:var(--main-color);
}
.related-reading-content span{
    display: block;
    font-size: 11px;
    line-height: 1.5;
    color:#888888;
}
.banner{
    background-image: url('../images/petals-gradient-white-banner.jpg');
    background-repeat: inherit;
    margin-bottom: 50px;
    padding-top:15px;
}
.box_img{
    height: 165px;
    display: block;
}
.box_img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.title-badges.custom {
    background-color: #eb3349;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    width: auto;
    height: auto;
    border-radius: 2px;
    padding: 10px 8px 10px 8px;
    text-transform: uppercase;
    line-height: 5px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin-right: 7px;
    color: #fff;
    float:left;
}
.post-title h1 {
    margin-bottom:0px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    font-family: 'Lora', serif;
}
.tab-summary {
    padding: 15px 0 50px;
    display: table;
    width: 100%;
}
.tab-summary .summary_image {
    width: 225px;
    padding: 15px;
    background: #fff;
    display: table-cell;
    vertical-align: middle;
    border-radius: 15px;
}
.tab-summary .summary_content_wrap {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    position: relative;
}
.tab-summary .summary_content_wrap .summary_content {
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    bottom: 0;
    left: 30px;
    right: 0;
    padding: 20px 30px 30px;
    min-height: 318px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.tab-summary .summary_content_wrap .summary_content .post-content {
    width: 70%;
    position: relative;
    font-size: 14px;
}
.tab-summary .loader-inner {
    display: none;
    position: absolute;
    left: 45px;
    top: 15px;
    z-index: 99;
}
.tab-summary .post-rating {
    margin-bottom: 12px;
    position: relative;
    transition: opacity ease-in 0.5s;
}
.tab-summary .post-content_item{
    font-size: 0;
    margin-bottom: 3px;
}
.tab-summary .post-content_item > *{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    width: 106px;
}
.tab-summary .post-content_item .summary-heading h5{
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: Lora, serif;
}
.tab-summary .post-content_item .summary-content{
    width: calc(100% - 106px);
    word-break: break-word;
    color:#888888;
}
.sidebar{
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 0 1px 5px rgb(75 70 70 / 31%);
}
.widget-heading{
    background: linear-gradient(to right, #f78da7 40%, #f78da7);
    display: inline-block;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 26px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: Lora, serif;
}
.widget-heading>*{
    color: #fff;
    font-size: 14px;
    margin: 7px 0;
}
.widget-heading:after{
    border-top-color: #f78da7 !important;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eb3349;
    position: absolute;
    top: 100%;
    left: 15px;
}
.btn_viewmore{
    width: 100%;
    background-color: var(--main-color);
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: Arial, sans-serif;
}
.list_button .btn_default{
    font-size: 15px;
}
.popular-item-wrap {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.popular-item-wrap:last-child{
    border-bottom: none;
    padding-bottom: 0px;
}
.popular-item-wrap .popular-img {
    width: 25%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    max-width: 65px;
}
.popular-item-wrap .popular-content {
    overflow: hidden;
}
.popular-item-wrap .popular-content .widget-title {
    font-weight: 600;
    margin-top: 0;
    font-size: 12px;
    font-family: 'Lora', serif;
}
.popular-item-wrap .popular-content .widget-title a{
    font-family: 'Lora', serif;
    font-weight: 600;
}
.popular-item-wrap .popular-content .chapter-item {
    margin-bottom: 10px;
}
.popular-item-wrap .popular-content .chapter-item .chapter {
    background-color: #ebebeb;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 600;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    display: inline-block;
    margin-right: 15px;
    font-size: 11px;
    line-height: 1.5;
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.popular-item-wrap .popular-content .chapter-item .chapter:hover{
    background-color: var(--main-color);
}
.popular-item-wrap .popular-content .chapter-item .chapter:hover a{
    color:#fff;
}
.font-meta {
    font-size: 11px;
    line-height: 1.5;
    display: inline-block;
    margin-right: 0;
    color:#888888;
}
.title_cate{
    color: #333333;
    font-size: 18px;
}
.page-listing-item .page-item-detail:after {
    display: table;
    content: '';
    clear: both;
}
.page-listing-item .page-item-detail .item-thumb {
    width: 100px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}
.page-listing-item .page-item-detail .item-summary {
    overflow: hidden;
}
.page-listing-item .post-title h3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.font-title a {
    font-weight: 600 !important;
    color: #333;
    font-family: var(--font-family);
    font-size: 16px;
}
.page-listing-item .page-item-detail .item-summary .rating .score {
    font-weight: 600;
    margin-left: 8px;
    font-size: 12px;
    color: #333333;
}
.meta-item.rating i {
    color: #d2d2d2;
}
.meta-item.rating .rating_current{
    color: #ffd900;
}
.page-listing-item .page-item-detail .item-summary .rating {
    margin-bottom: 7px;
}
.page-listing-item .page-item-detail .item-summary .rating .ratings_stars {
    margin: 0 1px;
    font-size: 18px;
}
.page-listing-item .page-item-detail .item-summary .list-chapter .chapter-item .chapter {
    background-color: #ebebeb;
    padding: 4px 10px;
    border-radius: 10px;
    font-weight: 600;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    display: inline-block;
    margin-right: 26px;
    vertical-align: middle;
}

.page-listing-item .page-item-detail .item-summary .list-chapter .chapter-item {
    margin-bottom: 10px;
}
.page-listing-item .page-item-detail .item-summary .list-chapter .chapter-item .chapter a {
    color: #666666;
    font-weight: 600;
}
.page-listing-item .page-item-detail .item-summary .list-chapter .chapter-item .chapter:hover{
    background-color: var(--main-color);
}
.page-listing-item .page-item-detail .item-summary .list-chapter .chapter-item .chapter:hover a{
    color:#fff;
}
.pagination{
    justify-content: center;
}
.page-link{
    border:none;
    color: #888888 !important;
    font-size: 14px;
    font-weight: 600;
}
.page-item.active .page-link, .page-item .page-link:hover{
    color:#fff !important;
}
.font-meta .c-new-tag{
    display: inline-block;
    width: 30px;
    height: 16px;
    background: url('../images/new.gif') center center no-repeat;
}
.tagcloud{
    margin:-5px;
    overflow: hidden;
}
.tag-cloud-link {
    font-size: 12px !important;
    font-weight: 600;
    padding: 5px 15px;
    background-color: #f3f3f3;
    border-radius: 15px;
    display: inline-block;
    margin: 5px;
    float: left;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}
.tag-cloud-link:hover{
    background-color: var(--main-color);
    color:#fff !important;
}
.box_slider{
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 0 1px 5px rgb(75 70 70 / 31%);
}
.item__wrap {
    background-color: #FFFFFF;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.item__wrap:after {
    display: table;
    content: "";
    clear: both;
}
.slider__thumb {
    width: 126px;
    float: left;
    overflow: hidden;
}
.c-image-hover {
    overflow: hidden;
}
.slider__thumb_item .title-badges{
    position: absolute;
    z-index: 100;
}
.slider__content {
    width: calc(100% - 126px);
    overflow: hidden;
    padding: 15px 15px;
}
.slider__content_item h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-top: 3px;
    line-height: 17px;
}
.slider__content .slider__content_item .post-title h4 a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size:14px;
    max-height: calc(2.4em);
}
.slider__content .slider__content_item .font-meta {
    margin-bottom: 18px;
}
.slider__content .slider__content_item .chapter-item .chapter a {
    border: 1px solid #ebebeb;
    border-radius: 15px;
    padding: 0 10px;
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1.5em;
    transition: border-color 200ms ease;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#333;
    text-align: center;
    max-height: calc(1.7em);
}
.slider__content .slider__content_item .chapter-item .chapter a:hover{
    background-color: var(--main-color);
    color:#fff;
}
.c-image-hover img {
    -webkit-transition: transform 0.5s, filter 0.5s;
    -moz-transition: transform 0.5s, filter 0.5s;
    -o-transition: transform 0.5s, filter 0.5s;
    transition: transform 0.5s, filter 0.5s;
  }
.c-image-hover:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    zoom: 1;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}
.slider__item:hover .item__wrap {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.slider__item{
    margin-bottom: 10px;
}
.header-bottom{
    padding:5px 0px;
}
.header-bottom button{
    border: 2px solid #666;
    border-radius: 17.5px;
    height: 35px;
    color: #666;
    font-weight: 600;
    line-height: 1;
    padding: 0px 15px;
    font-size: 15px;
}
.header-bottom button:hover{
    color:#fff;
    border:2px solid #333;
    background-color: #333;
}
.header-bottom a{
    font-size:14px;
}
.header-bottom a:hover{
    color:var(--main-color);
}
.modal-open{
    padding-right: 0px !important;
}
.form-account .modal-dialog{
    width: 600px;
    max-width: 600px;
}
.form-account .modal-dialog .modal-content{
    background-image:url('../images/bg_login.png');
    padding-top: 20px;
    padding-bottom: 20px;
}
.modal-content{
    border:none !important;
    background-color: initial !important;
}
.form-account form{
    padding: 0 125px;
}
.form-account form label{
    font-weight:600;
    color:#333;
    font-size: 15px;
}
.form-account form h3{
    font-size: 18px;
}
.form-account .close{
    background-color: initial;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: -15px;
    color: #333;
    width: initial
}
.btn_forgot{
    font-size:15px;
}
.form-account button{
    width: 134px;
    height:40px;
    background-color: var(--main-color);
    color:#fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-dialog-centered {
    --bs-modal-margin: 1.75rem;
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin)* 2);
}
.summary_content_wrap .post-total-rating{
    font-size:30px;
    margin-bottom: 15px;
    color:#888888;
}
.summary_content_wrap .post-total-rating i.rating_current{
    color:#ffd900;
}
.summary_content_wrap .total_votes{
    font-size:30px;
    color:#333;
    margin-left: 10px;
    font-weight: 600;
}
.la-check:before {
    content: "\f00c";
}
.summary_content .post-status {
    width: 30%;
    text-align: center;
}
.summary_content .post-status a i{
    font-size: 40px;
    color: var(--main-color);
}
.summary_content .post-status .action_detail{
    font-size:14px;
}
#comments{
    margin: 50px auto;
    color: #333333;
    font-style: normal;
}
.my-history .my-history-item-wrap {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 14px;
    margin-bottom: 13px;
    font-size: 0;
}
.my-history .my-history-item-wrap > * {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.my-history .my-history-item-wrap:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.la-user::before {
    content: "";
}
.la-globe-americas::before {
    content: "";
}
.la-at::before {
    content: "";
}
.la-sign-in-alt::before {
    content: "";
}
.la-clock::before {
    content: "";
}
.la-sign-out-alt::before {
    content: "";
}
.la-lock::before {
    content: "";
}
.account form>*{
    font-size:14px;
}
.item-title{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    font-size: 24px;
    padding-bottom: 10px;
}
.la-trash-alt::before {
    content: "";
}
.btn-delete{
    min-height: 20px;
    padding: 5px 10px !important;
}
.la-search::before {
    content: "";
}
.search-form{
    position: relative;
}
.search-form input{
    width: 100%;
    height: 38px;
    border: 1px solid rgba(45, 45, 45, 0.3);
    border-radius: 5px;
    padding: 0 45px 0 15px;
    font-size:14px;
}
.search-form button{
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    padding: 0px 10px;
    border-left: 1px solid rgba(45, 45, 45, 0.3);
    font-size: 18px;
}
.search-form button i{
    transform: rotate(270deg);
    position: relative;
    display: block;
}
.la-angle-left::before {
    content: "";
}
.la-angle-right::before {
    content: "";
}
.slider_product .owl-prev,.slider_product .owl-next{
    border-radius: initial;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.slider_product .owl-prev{
    top: -40px;
    right: 40px;
    left: inherit;
}
.slider_product .owl-next{
    top: -40px;
    right: 0px;
    left: inherit;
}
.slider_product .owl-prev:hover,.slider_product .owl-next:hover{
    background-color: var(--main-color);
}
.owl-dots{
    display: none !important;
}
.box_image_adv{
    display: block;
}
.box_image_adv img{
    max-width: 300px !important;
}
.block_content{
    display: none;
}
.la-bars::before {
    content: "";
}
.input_captcha{
    padding:0px !important;
    width:0.1px !important;
    height:0.1px !important;
    line-height: 0px !important;
}
.g-recaptcha{
    float:right;
    margin-bottom: 10px;
}
@media (min-width: 1920px){
    .container {
        max-width: 1600px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 992px){
    .header-center-content{
        justify-content: space-between;
    }
    .btn-menu-mb {
        font-size: 30px;
        border: none;
        background: none;
        position: relative;
        z-index: 99;
        display: block;
        color:#fff;
    }
    .fa-bars-menu {
        height: 3px;
        background: var(--main-color);
        width: 26px;
        display: block;
        margin: 4px 0;
    }
    #menu-mobile {
        display: block;
        width: 320px;
        position: fixed;
        height: 100vh;
        left: 0;
        right: auto;
        top: 0;
        background: #fff;
        z-index: 6000;
        overflow-y: auto;
        -ms-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .menu-active #menu-mobile {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .site-overlay {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 4000;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms linear;
    }
    .menu-active #site-overlay {
        opacity: 1;
        visibility: visible;
    }
    body.menu-active {
        left: 320px;
        overflow: hidden;
    }
    #menu-mobile .mn-mb-header {
        background:var(--main-color);
    }
    #menu-mobile .mn-mb-header a {
        display: block;
    }
    #menu-mobile .mn-mb-header .drawer-header--auth {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px 16px;
        margin-top: 0;
        padding: 10px 0;
    }
    #menu-mobile .mn-mb-header .drawer-header--auth ._object {
        width: 40px;
        height: 40px;
        margin-right: 16px;
        border-radius: 50%;
        overflow: hidden;
    }
    #menu-mobile .mn-mb-header .drawer-header--auth ._body {
        color: #fff;
        font-size: 18px;
    }
    .close-handle {
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        z-index: 999;
        background: transparent;
        border: none;
        box-shadow: none;
        cursor: pointer;
        -ms-transition: transform 150ms linear;
        -webkit-transition: transform 150ms linear;
        transition: transform 150ms linear;
        font-size: 0;
    }
    .close-handle .mb-menu-cls {
        width: 35px;
        height: 35px;
        cursor: pointer;
        display: inline-block;
        position: relative;
        margin-top:5px;
    }
    .close-handle .mb-menu-cls .bar {
        position: relative;
        top: 18px;
        right: 7px;
        background: #000;
        display: block;
        margin: auto;
        -ms-transition: all 0ms 100ms, width 150ms linear;
        -webkit-transition: all 0ms 100ms, width 150ms linear;
        transition: all 0ms 100ms, width 150ms linear;
    }
    .close-handle .mb-menu-cls .bar:before {
        content: "";
        position: absolute;
        right: 0;
        background: #fff;
        bottom: -2px;
        width: 20px;
        height: 2px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .close-handle .mb-menu-cls .bar:after {
        content: "";
        position: absolute;
        right: 0;
        background: #fff;
        top: 0;
        width: 20px;
        height: 2px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 100ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    #menu-mobile .mb-menu li {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        position: relative;
        overflow: hidden;
    }
    #menu-mobile .mb-menu li a {
        display: inline-block;
        color: #000000;
        font-size: 16px;
        padding: 10px 20px 10px 10px;
        position: relative;
    }
    #menu-mobile .mb-menu li .cl-open {
        font-size: 0;
        background: none;
        border: none;
        position: absolute;
        right: 0;
        width: 38px;
        height: 38px;
        top: 0;
        color:#41261F;
    }
    #menu-mobile .mb-menu li .cl-open.plus-menu:after {
        content: "+";
        font-size: 25px;
        font-weight: 500;
    }
    #menu-mobile .mb-menu li .cl-open.minus-menu:after {
        content: "–";
        font-size: 25px;
        font-weight: 500;
    }
    #menu-mobile .mb-menu li .menu-childrent {
        padding-left: 10px;
        display: none;
    }
}
@media(max-width:568px){
    .tab-summary{
        display: block;
    }
    .tab-summary .summary_image{
        width: 100%;
        display: block;
    }
    .tab-summary .summary_image img{
        width:100%;
    }
    .tab-summary .summary_content_wrap{
        padding-left:0px;
        margin-top:20px;
        display: block;
    }
    .banner{
        background-size: auto 100%;
    }
    .tab-summary .summary_content_wrap .summary_content{
        display: block;
    }
    .tab-summary .summary_content_wrap .summary_content .post-content{
        width: 100%;
    }
    .form-account .modal-dialog{
        width: 100%;
        max-width: 100%;
        margin:0px;
    }
    .form-account form {
        padding: 0 10px;
    }
    .logo_mobile{
        width:40%;
    }
}