body.home {
    background: #fff;
}

.logo-section img {
    height: 83px;
}

.slogan {
    font-size: 18px;
    text-align: center;
    color: var(--white);
    font-weight: 700;
}

.rounded-10 {
    border-radius: 10px;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
    z-index: -1;
}

.bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}

.item-feedback .img-feedback {
    flex: 0 0 70px;
}

.item-feedback .img-feedback {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    position: revert;
    z-index: 1;
}

.text-feedback {
    padding: 15px 15px 15px 30px;
    margin-left: -15px;
    background: #f9f7ff;
}

.description-feedback {
    height: 120px;
}

.title-slogan {
    font-size: 17px;
    position: relative;
    z-index: 2;
}

.post-date_small {
    width: 40px;
    position: absolute;
    top: 10px;
    background: var(--color-main);
    display: flex;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
    left: 5px;
    flex-direction: column;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
}

.post-date_small > span {
    display: block;
    color: var(--white);
    text-align: center;
    line-height: 1;
}

.bg-gray {
    background: #e6e9f2;
}

.content-ytb iframe {
    width: 100%;
    aspect-ratio: 7/4;
}

.form-get-more-deals .form-group span {
    background: var(--white);
    color: var(--color-main);
}

.map iframe {
    width: 100%;
    height: 170px;
}

.social-footer-section iframe {
    width: 100% !important;
    height: 150px;
}

.toolbar-item.category-tool .before {
    position: absolute;
    bottom: 50px;
    text-align: center;
    left: calc(50% - 35px);
    width: 70px;
    height: 19px;
    z-index: -1;
}

.call-now {
    position: fixed;
    left: 0;
    bottom: 0;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}

.img-phone {
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: 40px;
    left: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: #d24b44;
}

@media (max-width: 576px) {
    .slick-slide {
        margin: 0 5px;
    }

    .slick-list {
        margin: 0 -5px;
    }

    .article-item .article-title a {
        font-size: 13px;
    }

    .article-item .article-description {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .entire-action-header .btn-action-header {
        color: var(--color-main);
    }

    header .items-number {
        color: var(--color-main);
        border: 2px solid var(--color-main);
    }

    header .items-number:after {
        border: 2px solid var(--color-main);
    }
}

.rti-abs-50 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all .4s;
    cursor: pointer;
}

.article-video:hover .rti-abs-50 {
    transform: translate(-50%, -50%) scale(.8);
}

.video-light .wrp-effect-album .effect-video::before {
    display: none !important;
}

.video-content .inner-image {
    border-radius: 20px;
    padding-top: 50%;
}

.product-content img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/*hieutx*/
.header-link-top>ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-link-top>ul>li {
    padding: 0;
    list-style: none;
}

.header-link-top>ul>li>a {
    color: var(--white);
    padding-right: 20px;
    font-size: 15px;
}

.header-link-top>ul>li>a>i {
    padding-right: 5px;
    position: relative;
    top: -2px;
}

.setting-menu>.container>.row>div:nth-child(2) {
    display: flex;
    align-items: center;
}

.setting-menu>.container>.row>div:nth-child(2)>div:nth-child(1) {
    flex: 1 1;
}

.section-list-fancy>.container {
    max-width: 1600px;
}

.section-policy>.row>div {
    flex: 0 0 20%;
    max-width: 20%;
}

a.policy-list-item .icon {
    width: 64px !important;
    height: 64px !important;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 7px 0 rgb(0 0 0 / 8%);
    box-shadow: inset 0 0 7px 0 rgb(0 0 0 / 8%);
    margin: 0 auto;
    border-width: 8px;
    border-style: solid;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border-color: #fff;
    flex: 0 0 64px;
}

.section-list-fancy {
    border-top: solid 5px #faed96;
    border-bottom: solid 5px #e9ca69;
    position: relative;
}

.section-list-fancy:after {
    border-right: solid 5px #e9ca69;
    border-bottom: solid 5px #e9ca69;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    background-color: inherit;
    z-index: 1;
    content: '';
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -28px;
}

.section-category-home {
    padding: 60px 0 50px;
}

.section-category-home .item-category {
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 5px;
    background-color: transparent;
    background-image: linear-gradient(to right,#fff,#f2f2f2,#fff);
    border: 5px solid #fff;
}

.section-counter-home .item-counter .icon img {
    object-fit: contain;
}

.section-counter-home .title-section {
    color: var(--white) !important;
    margin-bottom: 15px;
}

.section-counter-home .item-counter {
    width: 160px;
    padding: 10px;
    border: solid 2px #fff;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
    text-align: center;
    margin: 0 auto;
}

.section-counter-home .counter-value {
    font-size: 28px;
    color: #fff;
    margin-bottom: 5px;
}

.section-counter-home .item-counter .description {
    margin-top: 10px;
    font-size: 17px;
    color: var(--white);
}

.icon-top {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 2;
    margin: 0 auto 15px;
}

.section-video-home .inner-content .article-title {
    font-weight: 400;
}

.section-video-home .inner-content .article-title a {
    font-size: 16px;
}

.section-list-news-home {
    background: url(/templates/besefood02/assets/media/template/banner_02.png);
}

.section-news-home {
    margin: 35px 0 0px;
    border: solid 2px #fff;
    border-radius: 6px;
    position: relative;
}

.section-news-home .title-section {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 16px;
    height: 3rem;
}

.section-news-home .icon-top {
    margin-top: -35px;
}

.section-news-home .article-item .article-title a {
    color: var(--white);
    font-size: 16px;
}

.section-news-home .article-item .inner-content .article-description {
    color: var(--white);
    font-size: 16px;
}

.icon-top img {
    width: 70px;
    height: 70px;
}

.color-hover {
    color: var(--color-highlight);
}

.footer-menu-section ul li>a {
    color: #fff;
    font-size: 14px;
}

.content-sub-add p {
    color: var(--white);
    font-size: 15px;
    margin-bottom: 5px;
}

.content-sub-add {
    margin-bottom: 15px;
}

.phone-fix-bottom {
    background: var(--color-main);
    width: 768px;
    margin: 0 auto;
    padding: 3px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-left: solid 3px #fcea93;
    border-top: solid 3px #fcea93;
    border-right: solid 3px #fcea93;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999;
    padding-top: 0;
    height: 55px;
    padding-top: 5px;
}

.phone-fix-bottom .title {
    color: #fff;
    font-size: 10pt;
    padding: 10px 0;
}

.phone-fix-bottom span.icon {
    height: 35px;
    display: inline-block;
    padding-right: 10px;
}

.phone-fix-bottom a.linkcall {
    color: var(--color-highlight);
    font-size: 16pt;
    text-decoration: none;
    font-weight: 700;
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.phone-fix-bottom a.linkdk {
    color: #fff;
    font-size: 10pt;
    padding: 5px 10px;
    background: #ea232a;
    border-radius: 10px;
    border: solid 3px #fffdfe;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    transition: all .3s ease 0s;
}

.phone-fix-bottom span.icon img {
    width: 35px;
    height: 35px;
    display: inline-block;
}

.section-category-home .item-category .name {
    height: 45px;
    overflow: hidden;
}

footer input[type=text] {
    height: 30px;
}

footer textarea {
    min-height: 60px;
}

.description-khoahoc {
    line-height: 1;
}
.description-khoahoc h1,
.description-khoahoc h2,
.description-khoahoc h3, 
.description-khoahoc h4,
.description-khoahoc h5 {
    margin-bottom: 15px;
}
.description-khoahoc p {
    margin-bottom:10px;
}
.hr-custom {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right,rgba(0,0,0,0),var(--color-green3),rgba(0,0,0,0));
    background-color: transparent;
    margin: 0 0 15px;
    opacity: 9;
}
.title-section-4 {
    color: var(--color-main);
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--white);
}

.title-section-4::before {
    content: '';
    
}
.object-contain {
    object-fit:contain !important;
}
.bg-form {
    background-image: linear-gradient(90deg, #f47421, #faa41a, #faa41a, #f47421);
}
.product-item-1 {
    -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    background: #fff;
}
.product-item-1 .inner-image{
    margin-bottom: 0;
}
.product-item-1 .inner-content{
    padding: 10px 10px 20px;
}
.btn-style {
    background: var(--color-main);
    color: #fff;
}
.product-item-1 .inner-content .product-title{
    height: 48px;
    overflow: hidden;
}
.product-item-1 .inner-content .product-title a {
    font-weight: normal;
}
.product-item-1 .inner-content .price {
    padding: 10px;
    height: 44px;
}
.product-title-detail {
    font-weight: 700;
    color: var(--color-main);
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.product-title-detail::before {
    content: '';
    background: url(http://cdn0272.cdn4s.com/media/icon/heading-line.png);
    width: 225px;
    height: 49px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -40px;
}
.attr-product {
    border-bottom: 2px solid var(--color-highlight);
    box-shadow: 2px 2px 10px #595959a3;
    margin-bottom: 10px;
    border-radius: 5px;
}
.attr-product .inner-title{
    padding: 13px 45px;
    cursor:pointer;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.attr-product .inner-title::before{
    content: '-';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    height: 28px;
    width: 25px;
    line-height: 25px;
    background: var(--color-highlight);
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.attr-product .inner-content{
    padding: 10px 15px;
}
.attr-product .inner-title.collapsed::before{
    content: '+';
}
.giaovien {
    text-align:center;
}
.attr-product img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
}
.attr-product iframe{
    aspect-ratio: 16/9;
    max-width: 100%;
}
.swiper-slider-guongthanhcong .inner-image img{
    object-fit:cover;
    border-radius: 50%;
}
.swiper-slider-guongthanhcong .inner-image {
    /* flex: 1 1 500px; */
    /* margin-right: 15px; */
    margin-bottom: 15px;
}
.swiper-slider-guongthanhcong {
    /* display: flex; */
}
.slide--tile {
    color: var(--color-green3);
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}
.slide--description {
    color: var(--color-main);
}
.slide--tile {
    color: var(--color-green3);
    font-size: 18px;
    font-style: italic;
    margin-bottom: 10px;
}
.slide--description {
    color: var(--color-main);
}
.title-section-1 span{
    border-bottom: 2px solid var(--color-highlight);
    padding-bottom: 5px;
    font-size: 24px;
}
.title-section-1 {
    margin-bottom: 30px;
    color: var(--color-highlight);
}
.title-section-2 {
    color: var(--color-highlight);
    position: relative;
    border-bottom: 1px dashed #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.title-section-2::after {
    content: '';
    position: absolute;
    background: var(--color-highlight);
    height: 6px;
    width: 68px;
    bottom: -3px;
    left: 0;
}
.title-section-3 {
    background: var(--color-main);
    color: #fff;
    padding: 10px 0;
    text-align:center;
    border-radius: 5px;
    margin-bottom: 15px;
}
.view-small .product-item .inner-content {
    margin-left: 90px;
}
.view-small .product-item .inner-content{
    text-align:left;
}
.view-small .product-item .inner-content .product-title a {
    font-weight:normal;
    font-size: 16px;
    line-height: 1.2;
}
.wrapper-danhmuc a{
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.danhmuc--wrap {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
    line-height: 1.3;
    color: #fff;
}
.item-sukien {
    position: relative;
    margin-bottom: 20px;
}
.item-sukien .post-date{
    position:absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    background: var(--color-highlight);
    color: #fff;
    padding: 6px 10px;
    pointer-events: none;
}
.item-sukien .post-date span {
    display: block;
    margin: 0;
    color:  #fff;
    font-size: 1.8rem;
    line-height: 1;
}
.item-sukien .article-title{
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    padding: 7px 15px;
    margin-bottom: 0;
    height: auto;
}
.item-sukien .article-title a {
    color: #fff;
    font-weight: normal;
    display: block;
    position: relative;
}
@media(min-width: 1200px) {
    .title-section-4 span {border-bottom: 5px solid var(--color-main);padding-bottom: 7px;}
}
@media (min-width: 768px) {
    .section-counter>.row>div {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1024px) {
    .section-video-home>.container>.row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .section-video-home>.container>.row>div {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 576px) {
    .section-category-home .item-category {
        margin-bottom: 10px;
    }

    .section-category-home {
        padding: 50px 0 30px;
    }

    .section-counter-home .item-counter {
        margin-bottom: 30px;
    }

    .section-news-home {
        margin-bottom: 50px;
    }

    .header-link-top>ul {
        justify-content: center;
    }

    .policy-list-label {
        font-size: 15px !important;
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .copyright {
        padding: 15px 0 15px;
    }

    .logo-section img {
        height: 60px;
    }
    
}

@media (min-width:767px) and (max-width:992px){
    .section-counter-home .item-counter {
        width: 100%;
    }
}
.title-newletter .title-section {
    text-transform: none;
    font-size: 50px;
    letter-spacing: 3px;
}
.box-newletter .form-group {
    position: relative;
}
.box-newletter input[type=text] {
    height: 50px;
}
.box-newletter .btn-submit {
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px !important;
    padding: 0 20px !important;
}
.title-footer {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}
.footer-menu-section ul {
    margin-bottom: 0;
}
.footer-menu-section ul li {
    margin-bottom: 15px;
}

.footer-menu-section iframe {
    width: 100%;
    height: 150px;
}

.zalo-official img {
    width: 100%;
    width: 150px;
}

.pd-title {
    text-align: left !important;
}

.pd-title::before {
    content: none !important;
}