
.box-section-article-detail-02 {
    margin-bottom: 40px;
}
.box-stiky-top>.container>.row>div {
    position: sticky;
    top: 0;
}
.box-stiky-top>.container>.row {
    display: flex;
    align-items: flex-start;
}
.article-detail-page, .box-detail-tags {
    border-radius: 8px;
}
.article-detail .title-detail {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}
.article-entry-info {
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article-detail .date-view {
    display: flex;
    align-items: center;
}
.article-detail .date-view .view {
    color: #747474;
}
.article-detail .date-view span.seperate {
    display: inline-block;
    margin: 0 10px;
    line-height: 1;
    height: 15px;
    overflow: hidden;
    color: #747474;
}
.article-detail .date-view .post-date {
    color: #747474;
}
.article-entry-info .action-item {
    position: relative;
}
.action-share--content {
    position: absolute;
    width: 235px;
    background: #e1e1e1 !important;
    right: 0;
    padding: 1rem 1.5rem;
    border-radius: 0.8rem;
    z-index: 1;
}
.article-entry-info .action-item--title {
    color: #000;
    font-size: 16px;
    margin-bottom: 1rem;
}
.box-section-home-02 .img-before {
    position: absolute;
    top: 0;
    left: -50px;
    width: 200px;
}

.box-about-home {
    position: relative;
    padding-top: 109px;
}
.article-entry-info .list-social .btn-social {
    margin: 0 4px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.article-entry-info .list-social .btn-social a {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    color: #000000;
}
.article-entry-info .list-social {
    -ms-flex-pack: distribute;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.author-view-detail {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #898989;
    padding-bottom: 2rem;
}
.author-view-detail .author {
    display: flex;
    align-items: center;
}
.author-view-detail .author .img-author {
    margin-right: 15px;
}
.author-view-detail .author .img-author img {
    width: 54px;
    height: 54px;
    border: 2px solid var(--color-main);
    border-radius: 50%;
    object-fit: cover;
}
.created-by-user a {
    color: #000;
}
.logo-section {
    text-align: center;
}
.video-wrapper {
    position: relative;
    width: 100%;
    max-height: 100vh;
    height: 56vw;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    object-position: top;
    object-fit: cover;
}

.header-main .menu-container .menu-section>ul {
    display: flex;
    justify-content: space-between;
}
.home .header-main {
    position: absolute;
    width: 100%;
    z-index: 11;
}

.box-section-home-02 {
    padding: 0 40px;
    background: #e5f4fc;
    position: relative;
    padding-bottom: 40px;
}


.box-about-home .info-left .title {
    font-size: 60px;
    font-weight: 700;
    color: var(--color-highlight);
    margin-bottom: 5px;
}

.box-about-home .info-left .dsc {
    font-size: 20px;
    max-width: 608px;
    margin-bottom: 30px;
    font-weight: 500;
}

.box-about-home .info-left .list-option {
    max-width: 600px;
}

.box-about-home .info-left .list-option .item-count {
    background: #fff;
    padding: 30px;
    max-width: 240px;
    border: 10px solid #bcdad2;
    border-radius: 28px;
    height: 100%;
}

.box-about-home .info-left .list-option>.row>div {
    margin-bottom: 30px;
}

.box-about-home .info-left .list-option .item-count .name {
    font-size: 47px;
    font-weight: 700;
    color: var(--color-highlight);
}

.box-about-home .info-left .list-option .item-count .description {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
}

.box-section-home-03 {
    background: #e5f4fc;
    padding: 50px 0;
}

.item-img-brand .img-brand {
    padding-top: 35%;
}

.section-brand .swiper-button-next-02, .section-brand .swiper-button-prev-02  {
    visibility: inherit;
    height: 100%;
    border-radius: 5px;
    background: var(--color-highlight);
}

.section-brand .swiper {
    /* padding-left: 80px; */
    /* padding-right: 80px; */
    position: static;
}
.item-img-brand .img-brand img {
    object-fit: contain;
}

.box-section-home-06 {
    background: #e5f4fc;
    margin-bottom: 50px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.box-small-home .view-small .article-item {
    background: #ddd;
    margin-bottom: 15px;
    border-radius: 0;
}

.box-small-home .view-small .article-item .inner-image {
    flex: 0 0 180px;
    max-width: 180px;
    margin-right: 0;
}

.box-small-home .view-small .article-item  .inner-content {
    padding: 15px;
}

.box-small-home .view-small .article-item .inner-content .article-title {
    height: auto;
    min-height: auto;
    font-size: 18px;
    margin-bottom: 5px;
}

.box-small-home .view-small .article-item .inner-content .article-description {
    font-size: 14px;
}
.box-video-bottom-home .inter-video .video {
    margin-bottom: 20px;
}

.box-video-bottom-home .inter-video .title {
    font-size: 20px;
    font-weight: 700;
}
.box-section-home-07 {
    padding-bottom: 50px;
}

.title-tab .block-tab {
    display: flex;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}
.swiper-button-prev-02 {
    left: 0;
}
.title-tab .block-tab li.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.title-tab .block-tab li.nav-item a.nav-link {
    background: #edebeb;
    border-radius: 25px;
    color: #000;
    border: 1px solid #edebeb;
    margin-bottom: 0;
}

.title-tab .block-tab li.nav-item a.nav-link.active {
    color: var(--color-highlight);
    background: #fff;
    border-color: var(--color-highlight);
}

.border-bottom-footer-01 > .container > .row>div:nth-child(2) {
    display: flex;
    justify-content: space-evenly;
}

.footer-rmenu-right {
    margin-top: 39px;
}
footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    background-image: url('../images/home_1.png');
    width: 200px;
    height: 200px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
.fanpage iframe {
    height: 200px;
}

.box-section-home-04 {
    background: #e5f4fc;
    padding-bottom: 50px;
}

.swiper.swiper-slider-brand {
    /* padding-bottom: 40px; */
}

.swiper.swiper-slider-brand .swiper-pagination {
    bottom: 0;
}

.swiper.swiper-slider-brand .img {
    padding-top: 45%;
}


.language-section .language-switch {
    position: relative;
}

.language-section .language-switch a.language-picker {
    display: flex;
    align-items: center;
    color: #000;
}

.language-section .language-switch a.language-picker img {
    margin-right: 5px;
}

.language-section .list-unstyled {
    position: absolute;
    margin-bottom: 0;
    background: #fff;
    width: 110px;
    top: 100%;
    opacity: 0;
    right: 0;
    z-index: 1;
}

.language-section .list-unstyled>li>a {
    display: block;
    padding: 5px;
    color: #000;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.language-section .list-unstyled>li:last-child {
    margin-bottom: 0;
}

.language-section .language-switch:hover .list-unstyled {
    opacity: 1;
}
.header-main>.container>.row>div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-main>.container>.row>div:nth-child(3),.header-main>.container>.row>div:nth-child(1) {
    max-width: calc(50% - 125px);
    flex-basis: calc(50% - 125px);
}

.header-main>.container>.row>div:nth-child(2) {
    flex: 0 0 250px;
    max-width: 250px;
}
.language-section .list-unstyled>li>a:hover {
    color: var(--color-highlight);
}
.product-item .inner-content .product-category {
    margin-bottom: 10px;
}

.product-item .inner-content .product-category a {
    color: #000;
}
.section-brand .inter-brand .swiper-slide-thumb-active {
    border: 0;
}
.section-brand .inter-brand {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 30px;
}

.swiper-button-next-02 {
    right: 0;
}
.box-section-chuyen-gia {
    background: #e5f4fc;
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 50px;
}
.box-chuyen-gia .content-chuyen-gia .item .img img {
    object-fit: contain;
}
.section-brand-02.section-doi-tac {
    padding: 30px 0 50px;
}

.section-brand-02.section-doi-tac .item-img-brand .img-brand {
    padding-top: 30%;
}
.box-chuyen-gia .content-chuyen-gia .item .img {
    padding-top: 107%;
}
.box-chuyen-gia .content-chuyen-gia:before {
    background: var(--color-highlight);
    border-radius: 8px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 110px);
    z-index: 0;
}
.box-about-home .img-fluid.img-after {
    position: absolute;
    right: -40px;
    bottom: -8px;
    z-index: 0;
}

.box-chuyen-gia .content-chuyen-gia {
    position: relative;
    padding: 15px;
}

.box-chuyen-gia .content-chuyen-gia .item .intert-content {
    text-align: center;
}

.box-chuyen-gia .content-chuyen-gia .item .intert-content .name {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.box-chuyen-gia .content-chuyen-gia .item .intert-content .description {
    color: #fff;
    font-size: 14px;
}
footer:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../images/home_2.png');
    width: 233px;
    height: 305px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.section-brand-02 .item-img-brand .img-brand {
    padding-top: 105%;
}
.section-brand-02 .swiper-slide .swiper-slide-shadow-left, .section-brand-02 .swiper-slide .swiper-slide-shadow-right {
    display: none;
}

.inter-brand-bottom .img {
    padding-top: 46.25%;
}

.item-brand .name {
    text-align: center;
    margin-top: 15px;
}

.item-brand .name a {
    color: #000;
}

.box-form-gia-nhap {
    background: #f4f4f4;
    padding: 25px;
    border-radius: 12px;
}

.box-form-gia-nhap .title-section {
    font-size: 30px;
    margin-bottom: 15px;
}
@media (min-width:1200px){
    .box-about-home .info-left {
        padding-top: 66px;
    }
    
    .box-about-home .info-left .title {
        margin-left: 15px;
    }
    
    .box-about-home .info-left .dsc {
        margin-left: 20px;
    }
}
@media (min-width:1400px) and (max-width:1600px){
    .box-about-home .info-left .dsc {
        font-size: 18px;
        font-weight: 500;
    }

}

@media (min-width:1200px) and (max-width:1400px){
    .box-about-home .info-left .dsc {
        font-size: 17px;
        font-weight: 500;
    }

}
@media (min-width:1200px){
    .menu-section > ul > li:first-child {
        margin-left: 0;
    }
    .header-main>.container>.row>div:nth-child(3)>div:nth-child(1) {
        flex-basis: calc(100% - 85px);
        max-width: calc(100% - 85px);
    }
}
@media (max-width:1200px){
    .header-menu-mb>.container>.row>div:nth-child(3) {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .logo-section img {
        height: 4rem;
    }
    
    .box-section-home-02 {
        padding: 0 15px;
    }
    
    .box-about-home .info-left .title {
        font-size: 31px;
        margin-bottom: 0;
    }
    
    .box-about-home {
        padding-top: 40px;
    }
    
    .box-about-home .info-left .list-option .item-count {
        padding: 15px;
        border-width: 4px;
        border-radius: 15px;
    }
    
    .box-about-home .info-left .list-option .item-count .description {
        font-size: 14px;
    }
    
    .box-about-home .info-left .list-option .item-count .name {
        font-size: 32px;
    }
    
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .box-about-home .info-left .list-option>.row>div {
        margin-bottom: 5px;
    }
    
    .box-about-home .info-left .dsc {
        font-size: 16px;
    }
    
    .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .title-section {
        font-size: 25px;
        margin-bottom: 20px;
    }
    
    .section-brand .inter-brand {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .box-section-home-04 {
        padding-bottom: 30px;
    }
    
    .title-tab .block-tab {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
    }
    
    .title-tab .block-tab li.nav-item a.nav-link {
        white-space: nowrap;
        padding: 7px 2.5rem;
        font-size: 14px;
    }
        
    .title-tab .block-tab::-webkit-scrollbar {
       display:none;
    } 
        
    .title-tab .block-tab::-webkit-scrollbar {
       display:none;
    } 
    
    
    .product-title {
        margin-bottom: 5px;
        font-size: 14px;
        min-height: auto;
    }
    
    .product-item .price {
        font-size: 13px;
    }
    .box-section-home-06 {
        padding: 30px 0 30px;
        margin-bottom: 30px;
    }
    .box-video-bottom-home .inter-video .title {
        font-size: 16px;
    }
    .box-section-home-07 {
        padding-bottom: 0;
    }
    
    .box-small-home .view-small .article-item .inner-image {
        flex: 0 0 140px;
        max-width: 140px;
    }
    
    .box-small-home .view-small .article-item .inner-content .article-description {font-size: 12px;margin-bottom: 0;}
    
    .box-small-home .view-small .article-item .inner-content .article-title {
        font-size: 14px;
    }
    
    .box-small-home .view-small .article-item .inner-content {
        padding: 6px 15px;
    }
    a.btn-filter-mobile {
        display: inline-flex;
        background: #ddd;
        border-radius: 5px;
        padding: 6px 15px;
        align-items: center;
    }
}

@media (max-width:992px){
    .box-section-home-07>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .box-section-home-07 {
        padding-bottom: 0;
    }
        
    .footer-mid-mobile>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    footer {
        font-size: 14px;
    }
    
    .footer-rmenu-right {
        margin-top: 0;
    }
    .content-text {
        font-size: 14px;
    }
    .article-detail .title-detail {
        font-size: 20px;
    }
    
    .content-text h3 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .content-text h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .content-text h2 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .box-article-top .article-item .inner-content .article-title {
        font-size: 16px;
    }
    
    .box-article-bottom .article-item .inner-image {
        margin-bottom: 15px;
    }
    
    .box-article-bottom .article-item .inner-content .article-title {
        font-size: 16px;
    }
    .product-item {
        padding: 7px;
    }
    
    span.price-amount.old-price {
        font-size: 12px;
    }
    .box-section-home-05 {
        padding: 40px 0 0;
    }
    
    .box-section-chuyen-gia {
        margin-bottom: 0;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .box-chuyen-gia .content-chuyen-gia .item .intert-content .name {
        font-size: 14px;
    }
    
    .box-chuyen-gia .content-chuyen-gia .item .intert-content .description {
        font-size: 12px;
    }
    .section-brand-02.section-doi-tac {
        padding: 30px 0;
    }
}
.box-data-the-manh .item {
    border: 1px solid #ddd;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.box-data-the-manh .item .img {
    padding-top: 72.66%;
}

.box-data-the-manh .item .content {
    padding: 15px;
}

.box-data-the-manh .item .content .logo img {
    height: 60px;
    width: 60px;
}

.box-data-the-manh .item .content .logo {
    margin-bottom: 15px;
}

.box-data-the-manh .item .content .title {
    font-size: 14px;
    margin-bottom: 5px;
}

.box-data-the-manh .item .content  .slogan {
    margin-bottom: 5px;
    color: var(--color-highlight);
    font-weight: 700;
}

.box-data-the-manh .item .content .dsc {
    font-size: 14px;
}