/*header*/
@media (min-width: 1300px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1380px;
    }
}

.dowl .btn-submit {
    border: 1px solid #32816B;
    background: #32816B;
}

.box-dnhap {
    display: flex;
    gap: 1rem;
}

.header-main  > .container > .row > div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.search-section .input-group .form-control {
    background: #f6f6f6;
    border-radius: 20px !important;
}

.search-section .input-group .btn-submit {
    position: absolute;
    background: none;
    border: 0;
    right: 0;
    z-index: 4;
    color: #000;
    font-size: 18px;
    padding: 5px 15px;
}

.search-section .btn-action-header {
    background: none;
    border: none;
}

.header-search {
    position: relative;
}

.header-search .form-dropdown {
    position: absolute;
    top: calc(100% + 1rem + 4px);
    left: auto;
    right: 15px;
    z-index: 1034;
    min-width: 280px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    -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;
}

.header-search .dropdown-form-inner {
    width: 100%;
    height: 100%;
    max-height: 100%;
    /* overflow: hidden; */
    padding: 10px 20px;
}

.search-section .box-arrow {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    position: absolute;
    bottom: calc(100% - 0px);
    margin: 0 auto;
    width: 22px;
    height: 15px;
    visibility: hidden;
    transition: visibility 0.25s ease-in-out;
    z-index: 2001;
}

.search-section .btn-action-header.active .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));
    visibility: visible;
}

.header-search .form-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
/*end header*/


/*main*/
.add-cart1 a {
    background: #fbe81f;
    color: black;
    border-color: #fbe81f;
}

.btn-submit-trans {
    border-radius: 6px;
    padding-left: 1rem;
    padding-right: 1rem;
    color: var(--color-highlight-2);
    border: 1px solid var(--color-highlight-2);
    font-size: 14px;
}

a.btn-download-file {
    width: 55%;
    align-items: center !important;
}

.btn-submit-trans:hover {
    color: var(--white);
    background: var(--color-highlight-2);
}

.sec-tab-cate .box-tab-tatca-danhmuc li{
    display: block;
    /*float: left;*/
    position: relative;
}

.sec-tab-cate .box-tab-tatca-danhmuc li a {
    display: block;
    padding:1rem 1.7rem;
    color: #000;
    /*border-top: 3px solid transparent;*/
    /*border-bottom: 3px solid transparent;*/
    font-size: 16px;
    color: white;
    height: 100%;
}

.sec-tab-cate {
    background: var(--color-highlight-2);
}

.sec-tab-cate a.active {
   background:  var(--color-highlight) !important;
}

.sec-tab-cate .menu-section > ul > li {
    margin-left: 0;
    margin-right: 0;
}

.sec-tab-cate .menu-section > ul > li > a {
    padding: 0rem 1.2rem;
}

.sec-tab-cate .btn-action-header {
    color: white;
}

/*.sec-tab-cate li:hover a{*/
/*    background: var(--color-highlight) !important;*/
/*}*/

.sec-tab-cate .menu-section > ul > li:hover > a {
    background-color: var(--color-highlight);
}

.sec-tab-cate > .container > .row > div{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.sec-tab-cate .menu-section > ul > li > a {
    color: white;
}

.box-feature-item {
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;    
}

.feature-item .product-title {
    font-size: 18px;
    font-weight: 700;
}

.product-item {
    border: 1px solid var(--gray);
    padding: 1rem;
    border-radius: 5px;
}

.space-75 > .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.space-75 > .row > div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.btn-submit {
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.product-desc {
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-2bv-trai .article-title {
    font-size: 2.4rem;
}

.list-2bv-trai .article-title a {
    color: var(--color-highlight);
    height: 7rem;
}

.list-2bv-trai .article-description {
    margin-bottom: 25px;
}

.time-url-bai-viet {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.list-2bv-phai .article-description {
    display: none;
}

.slide-kh-danhgia img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
}

.slide-kh-danhgia .swiper-slide--description {
    font-size: 14px;
}

.product-item.feature-item {
    border: 0;
    padding: 0;
}
.lh-form {
    border-radius: 10px;
}

.title-section {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
}

.title-section:after {
    content: "";
    position: absolute;
    width: 170px;
    height: 2px;
    background: var(--color-highlight);
    left: 0;
    right: 0;
    bottom: -1px;
    margin: auto;
    max-width: 100%;
}



/*end main*/



.header-mobile > .container > .row > div {  
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-user-cart {
    display: flex;
    align-items: center;
}


@media (min-width: 992px) {
    .sec-tab-cate .box-tab-tatca-danhmuc{
        display: flex;
    }
}

footer {
    border-top: 3px solid var(--color-highlight-2);
}

footer {
    background: url(https://cdn8511.cdn4s1.com/media/footer-bg.jpg) no-repeat;
}


.is-mobile .swiper-slider-main .swiper-slide img {
    /* min-height: 49.8rem; */
    height: 21.5vh;
}

.effect-laclac {
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.icon-footer {
    color: black;
}

.icon-footer i {
    font-size: 2rem;
    width: 30px;
}

.menu-vertical--title {
    color: white;
    text-transform: uppercase;
    padding: 1.7rem 2rem 1.6rem;
    display: block;
}

.sec-doingu .article-item .article-title a {
    font-size: 20px;
    color: var(--color-highlight-2);
}

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

.header-main > .container > .row > div:nth-child(2){
    display: flex;
}

@media (min-width:767px){
    /* .sec-doingu > .row > div:nth-child(2n+1)  > .article-item > .box-item-doingu{*/
    /*    flex-direction: row-reverse;*/
    /*}*/
    
    ul.menu-vertical--content {
        width: 19rem;
        /* padding: 1rem 1.5rem; */
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
    }
    
    .box-btn-item-prd {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
   
}



.is-mobile .menu-vertical--content {
    margin-top: 6rem;
}

.is-mobile .menu-vertical--content .dropdown .has-child > a {
    height: auto;
}

.is-mobile .sec-tab-cate > .container > .row >div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.is-mobile .header-search {
    background: white;
    border-radius: 5px;
}

.btn-menu-phu-mobile a {
    color: white;
    font-size: 24px;
}

.price-amount.free {
    color: var(--white);
    padding: 4px 10px;
    border-radius: 5px;
    background-color: var(--red);
    font-size: 13px;
}

.youtube-video.btn-video {
    background-color: unset;
}

.youtube-video.btn-video::before {
    height: 4.8rem;
    width: 4.8rem;
}

.abs-play-ytb {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}

.abs-play-exp {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 9;
}

/*CSS by quyettq*/
.title-category {
    font-size: 1.6rem;
    font-weight: bold;
}

.title-category a {
    color: var(--color-main);
}

.item-category {
    border: 1px solid var(--gray);
    padding: 1rem;
    border-radius: 5px;
}

.wrp-effect-scale-img {
    position: relative;
}

.wrp-effect-scale-img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wrp-effect-scale-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
/*End quyettq*/