.conntact-mxh {
    padding-left: 0;
    padding-top: 0 !important
}

.conntact-mxh li {
    display: inline-block;
    margin-right: 5px
}

.conntact-mxh li img {
    height: 30px !important
}

.line-clamp {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important
}

.line-clamp:after {
    content: '';
    text-align: right;
    bottom: 0;
    right: 0;
    width: 25%;
    display: block;
    position: absolute;
    height: calc(1em * 1.4);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 75%)
}

@supports (-webkit-line-clamp: 1) {
    .line-clamp:after {
        display: none !important
    }
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    height: calc(1em * 1.4 * 1)
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    height: calc(1em * 1.4 * 2)
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    height: calc(1em * 1.4 * 3)
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    height: calc(1em * 1.4 * 4)
}

.line-clamp-5 {
    -webkit-line-clamp: 5;
    height: calc(1em * 1.4 * 5)
}

.grecaptcha-badge {
    display: none
}

.support-online {
    position: fixed;
    z-index: 99999;
    right: 4px;
    bottom: 130px;
    top: auto !important
}

@media (max-width: 991px) {
    .support-online {
        bottom: 160px
    }
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #c50000;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 999
}

.support-online a {
    display: block
}

.support-online a span {
    border-radius: 50px;
    text-align: left;
    background: #c50000;
    display: block;
    width: 230px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    right: -5px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1
}

.support-online a:hover span {
    display: block !important
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #c50000;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: rgba(220, 0, 0, 0.3);
    opacity: .75;
    right: -10px
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #df0000;
    opacity: .5
}

.support-online .btn-support {
    cursor: pointer
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    50% {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

.support-online .support-content {
    overflow: inherit
}

.support-zl {
    position: fixed;
    z-index: 999;
    right: 4px;
    bottom: 200px;
    top: auto !important
}

@media (max-width: 991px) {
    .support-zl {
        bottom: 230px
    }
}

.support-zl a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support-zl i {
    width: 30px;
    height: 30px;
    background: #0065f7;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 999
}

.support-zl i img {
    width: 30px;
    margin-left: 6px
}

.support-zl a {
    display: block
}

.support-zl a span {
    border-radius: 50px;
    text-align: left;
    background: #0065f7;
    display: block;
    width: 220px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    right: -5px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1
}

.support-zl a:hover span {
    display: block !important
}

.btn-support-zl i img {
    margin-left: 0px;
    width: 40px
}

.btn-support-zl .kenit-alo-circle {
    border: 2px solid #0065f7
}

.btn-support-zl .kenit-alo-circle-fill {
    border: 2px solid #0065f7;
    background-color: rgba(0, 101, 247, 0.3)
}

.support-mess {
    position: fixed;
    z-index: 99;
    right: 4px;
    bottom: 270px;
    top: auto !important
}

@media (max-width: 991px) {
    .support-mess {
        bottom: 300px
    }
}

.support-mess a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support-mess i {
    width: 30px;
    height: 30px;
    background: #0065f7;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 999
}

.support-mess i img {
    width: 30px;
    margin-left: 6px
}

.support-mess a {
    display: block
}

.support-mess a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 50px;
    text-align: left;
    background: #0065f7;
    display: block;
    width: 260px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    right: -5px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1
}

.support-mess a:hover span {
    display: block !important
}

.btn-support-mess i img {
    margin-left: 0px;
    width: 40px
}

.btn-support-mess .kenit-alo-circle {
    border: 2px solid #0065f7
}

.btn-support-mess .kenit-alo-circle-fill {
    border: 2px solid #0065f7;
    background-color: rgba(0, 101, 247, 0.3)
}

@media (max-width: 991px) {
    .template_ads_button {
        bottom: 62px !important
    }
}

.section_tab_blog {
    padding: 0px 0 30px
}

@media (max-width: 767px) {
    .section_tab_blog {
        margin-top: 20px
    }

    .section_tab_blog .blogs_mobile_base {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        flex-direction: unset;
        -webkit-flex-flow: unset;
        flex-flow: unset;
        -webkit-justify-content: unset;
        justify-content: unset;
        -webkit-align-items: unset;
        align-items: unset
    }
}

.section_tab_blog .row {
    margin-left: 0;
    margin-right: 0
}

.section_tab_blog .item_blog_base .content_blog {
    padding: 10px 0px 0
}

.section_tab_blog .item_blog_base .thumb {
    display: block;
    position: relative;
    overflow: hidden
}

.section_tab_blog .item_blog_base .thumb img {
    height: 200px;
    width: 100%;
    transition: all 0.5s
}

.section_tab_blog .item_blog_base .thumb img.loaded {
    height: unset;
    width: auto
}

.section_tab_blog .item_blog_base .thumb .thead {
    position: absolute;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background: red;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0
}

.section_tab_blog .item_blog_base h3 {
    margin-bottom: 0;
    height: 42px;
    overflow: hidden;
    word-break: break-word
}

.section_tab_blog .item_blog_base h3 .a-title {
    display: block;
    margin: 0;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
    font-size: 16px
}

.section_tab_blog .item_blog_base h3 .a-title:hover, .section_tab_blog .item_blog_base h3 .a-title:focus {
    color: #ffb416
}

@media (max-width: 991px) {
    .section_tab_blog .item_blog_base h3 {
        height: 40px
    }

    .section_tab_blog .item_blog_base h3 a {
        font-size: 14px
    }
}

.section_tab_blog .item_blog_base p {
    margin: 10px 0 0;
    color: #8b8b8b;
    display: block;
    height: 37px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis
}

.section_tab_blog .item_blog_base:hover .thumb img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.section_tab_blog .nav-tab {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background: #eaedf1;
    padding: 0;
    display: flex;
    margin-bottom: 0
}

.section_tab_blog .nav-tab li {
    margin: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
    display: block;
    text-transform: capitalize;
    border: none;
    color: #666;
    background: transparent;
    margin: 0;
    padding: 6px 10px;
    border-radius: 8px 8px 0 0
}

.section_tab_blog .nav-tab li.current {
    background: attr(data-color)
}

.section_tab_blog .nav-tab li.current h4, .section_tab_blog .nav-tab li.current p {
    color: #fff
}

.section_tab_blog .nav-tab li:nth-child(1).current {
    background: #05133e
}

.section_tab_blog .nav-tab li:nth-child(2).current {
    background: #05133e
}

.section_tab_blog .nav-tab li:nth-child(3).current {
    background: #05133e
}

.section_tab_blog .nav-tab li h4 {
    font-size: 18px;
    color: #98a5b9;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0;
    line-height: 28px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}

.section_tab_blog .nav-tab li p {
    font-size: 12px;
    color: #98a5b9;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
    margin: 0
}

@media (max-width: 991px) {
    .section_tab_blog .nav-tab li h4 {
        font-size: 14px;
        line-height: 20px
    }

    .section_tab_blog .nav-tab li p {
        font-size: 10px
    }
}

@media (max-width: 767px) {
    .section_tab_blog .nav-tab {
        margin-bottom: 0;
        display: flex;
        height: 50px;
        overflow: hidden;
        width: 100%;
        max-width: unset
    }

    .section_tab_blog .nav-tab li {
        width: auto;
        width: 210px;
        min-width: 210px
    }
}

.section_tab_blog .tab-container .tab-content {
    display: none;
    position: relative
}

.section_tab_blog .tab-container .tab-content .error-text {
    display: block;
    text-align: center;
    color: #fff
}

.section_tab_blog .tab-container .tab-content.current {
    display: block;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (max-width: 767px) {
    .section_tab_blog .tab-container .tab-content.current {
        height: auto;
        min-height: unset
    }
}

.section_tab_blog .tab-container .tab-content:nth-child(1).current {
    border: 1px solid  #05133e;
    border-top: none
}

.section_tab_blog .tab-container .tab-content:nth-child(2).current {
    border: 1px solid #05133e;
    border-top: none
}

.section_tab_blog .tab-container .tab-content:nth-child(3).current {
    border: 1px solid #05133e;
    border-top: none
}

.section_tab_blog .tab-container .tab-content .banner-left {
    width: 285px;
    float: left;
    transform: translateY(-50%);
    position: absolute;
    top: 50%
}

@media (max-width: 767px) {
    .section_tab_blog .tab-container .tab-content .banner-left {
        display: none
    }
}

.section_tab_blog .tab-container .tab-content .banner-left img {
    max-width: 100%;
    height: 100%
}

.section_tab_blog .tab-container .tab-content .contentfill {
    padding: 20px 0 20px 0;
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(100% - 300px);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.section_tab_blog .tab-container .tab-content .contentfill .swiper-tab-top {
    width: calc(100% - 300px);
    height: 100%
}

@media (min-width: 768px) and (max-width: 991px) {
    .section_tab_blog .tab-container .tab-content .contentfill .swiper-tab-top {
        width: 100%
    }
}

.section_tab_blog .tab-container .tab-content .item_product_main {
    margin-bottom: 0;
    clear: both
}

.section_tab_blog .tab-container .tab-content .item_product_main .image_thumb {
    height: 163px
}

@media (max-width: 767px) {
    .section_tab_blog .tab-container .tab-content .item_product_main .image_thumb {
        height: 381px
    }
}

.item_blog_base .thumb {
    overflow: hidden;
    height: 200px;
    display: block;
    position: relative
}

.item_blog_base .thumb img {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.quickview-close {
    position: absolute;
    top: 0;
    right: 10px
}

.section-related-product .item_product_main .image_thumb img {
    min-height: auto !important
}

.modal-km {
    top: 5% !important;
    z-index: 9999999999999999
}

.modal-km.show {
    display: block;
    padding: 0 30px 0px !important
}

.modal-km .checkbox {
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center
}

.modal-km .button {
    text-align: center
}

.modal-km .button .xacnhan {
    background: #20c1ff;
    color: #fff;
    border: 1px solid #20c1ff;
    border-radius: 5px
}

.modal-km .button .boqua {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 5px 10px
}

.modal-km span {
    display: block
}

.modal-km .modal-content {
    background-color: red !important
}

.modal-km .modal-content .modal-body {
    padding: 10px !important;
    margin: 1rem;
    background: #fff
}

.modal-km .modal-content .modal-body form {
    margin: 10px 0 !important
}

.modal-km .modal-content .modal-body .hello {
    text-align: center;
    font-size: 23px;
    color: #fff;
    background: #f00;
    font-weight: 600
}

.modal-km .modal-content .modal-body .title {
    font-size: 20px;
    text-align: center
}

.modal-km .modal-content .modal-body .content {
    text-align: center;
    margin-bottom: 30px
}

.modal-km .jsPopupNewsletterclose {
    top: -18px;
    position: absolute;
    right: -11px;
    color: #fff;
    z-index: 999999
}

@media (max-width: 991px) {
    .modal-km {
        top: 0% !important
    }

    .modal-km .modal-dialog {
        margin: 20px
    }

    .modal-km .jsPopupNewsletterclose {
        display: none
    }
}

@media (max-width: 991px) {
    .page_tamnhin .collum1 {
        order: 2;
        margin-top: 15px
    }

    .page_tamnhin .collum2 {
        order: 1
    }
}

.page_tamnhin .tamnhin {
    padding: 80px 10px
}

.page_tamnhin .tamnhin span {
    display: block
}

.page_tamnhin .tamnhin .title_tamnhin {
    color: #424d54;
    font-size: 54px;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-top: 10px
}

@media (max-width: 767px) {
    .page_tamnhin .tamnhin .title_tamnhin {
        font-size: 40px;
        padding-bottom: 20px;
        line-height: 45px
    }
}

.page_tamnhin .tamnhin .title_tamnhin_2 {
    font-size: 18px;
    color: #d13138;
    font-weight: 700;
    margin-bottom: 20px
}

.page_tamnhin .tamnhin .title_tamnhin_3 {
    font-size: 30px;
    width: 70%;
    position: relative;
    line-height: 1.4;
    padding-top: 20px;
    font-style: italic;
    padding-right: 30px;
    padding-bottom: 0 !important;
    color: #424d54;
    padding-top: 20px;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .page_tamnhin .tamnhin .title_tamnhin_3 {
        width: 63%;
        font-size: 20px
    }
}

.page_tamnhin .tamnhin .title_tamnhin_3:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(//bizweb.dktcdn.net/100/433/731/themes/833720/assets/quote-1.png?1671940154263) 0 0/100% no-repeat
}

.page_tamnhin .tamnhin .title_tamnhin_3:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 3px;
    right: 0;
    background: url(//bizweb.dktcdn.net/100/433/731/themes/833720/assets/quote-2.png?1671940154263) 0 0/100% no-repeat
}

.page_tamnhin .tamnhin .title_tamnhin_4 {
    padding-bottom: 25px;
    font-size: 18px
}

.page_tamnhin .sumenh {
    padding: 80px 10px
}

.page_tamnhin .sumenh span {
    display: block
}

.page_tamnhin .sumenh .title_sumenh_1 {
    font-size: 18px;
    color: #d13138;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .page_tamnhin .sumenh .title_sumenh_1 {
        margin-top: 15px
    }
}

.page_tamnhin .sumenh .title_sumenh_2 {
    font-size: 30px;
    width: 100%;
    position: relative;
    line-height: 1.4;
    padding-top: 20px;
    font-style: italic;
    padding-right: 30px;
    padding-bottom: 0 !important;
    color: #424d54;
    padding-top: 20px;
    margin-bottom: 25px
}

@media (max-width: 767px) {
    .page_tamnhin .sumenh .title_sumenh_2 {
        font-size: 20px
    }
}

.page_tamnhin .sumenh .title_sumenh_2:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(//bizweb.dktcdn.net/100/433/731/themes/833720/assets/quote-1.png?1671940154263) 0 0/100% no-repeat
}

.page_tamnhin .sumenh .title_sumenh_2:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 3px;
    right: 0;
    background: url(//bizweb.dktcdn.net/100/433/731/themes/833720/assets/quote-2.png?1671940154263) 0 0/100% no-repeat
}

.page_tamnhin .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin-left: 33px;
    margin-top: 18px;
    list-style: none;
    text-align: left
}

.page_tamnhin .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 2px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.page_tamnhin .slick-dots li button {
    width: 20px;
    height: 2px;
    background: #a7a7a7;
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    border-radius: 100px;
    padding: 0
}

.page_tamnhin .slick-dots li.slick-active button {
    background: red
}

.page_tamnhin .counter1 {
    font-size: 24px;
    color: #a7a7a7;
    position: absolute;
    bottom: 9px
}

.page_tamnhin .counter2 {
    font-size: 24px;
    color: #a7a7a7;
    position: absolute;
    bottom: 9px;
    left: 170px
}

.page_tamnhin .sec_slider .collum1 {
    padding-right: 70px
}

@media (max-width: 991px) {
    .page_tamnhin .sec_slider .collum1 {
        padding-right: 10px;
        margin-bottom: 20px
    }
}

.page_tamnhin .sec_slider .giatri {
    font-size: 18px;
    color: #d13138;
    font-weight: 700;
    margin-bottom: 20px;
    display: block
}

.page_tamnhin .sec_slider .giatri1 {
    display: block;
    font-size: 25px;
    width: 100%;
    position: relative;
    line-height: 1.4;
    padding-top: 20px;
    font-style: italic;
    padding-right: 30px;
    padding-bottom: 0 !important;
    color: #424d54;
    padding-top: 20px;
    margin-bottom: 25px
}

.page_tamnhin .sec_slider .giatri1>span {
    color: red
}

@media (max-width: 767px) {
    .page_tamnhin .sec_slider .giatri1 {
        width: 100%;
        font-size: 16px
    }
}

.page_tamnhin .sec_slider .giatri1:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(//bizweb.dktcdn.net/100/433/731/themes/833720/assets/quote-1.png?1671940154263) 0 0/100% no-repeat
}

.page_tamnhin .sec_slider .giatri1:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 3px;
    right: 0;
    background: url(//bizweb.dktcdn.net/100/433/731/themes/833720/assets/quote-2.png?1671940154263) 0 0/100% no-repeat
}

.page_tamnhin .sec_slider .giatri2 {
    display: block
}

.page_tamnhin .slick-prev {
    position: absolute;
    top: -50px;
    right: 48px;
    left: auto;
    display: block;
    background: url(//bizweb.dktcdn.net/100/433/731/themes/833720/assets/btn-prev.png?1671940154263) center left/32px no-repeat;
    border-right: 1px solid #f4f4f4;
    padding-right: 16px;
    transition: .3s;
    border: none;
    z-index: 2;
    width: 48px;
    height: 23px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    font-size: 0
}

.page_tamnhin .slick-next {
    top: -50px;
    right: 0;
    left: auto;
    background: url(//bizweb.dktcdn.net/100/433/731/themes/833720/assets/btn-next.png?1671940154263) center right/32px no-repeat;
    border-left: 1px solid #f4f4f4;
    padding-left: 16px;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    z-index: 2;
    width: 48px;
    height: 23px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none
}

#jsPopupNewsletter .modal-dialog {
    top: 20% !important
}

@media (max-width: 991px) {
    #jsPopupNewsletter .modal-dialog {
        top: 50% !important;
        transform: translate(0, -50%) !important
    }
}

#jsPopupNewsletter .modal-content {
    background-color: transparent;
    border-radius: 0;
    border: none
}

#jsPopupNewsletter .modal-content .modal-body {
    padding: 0
}

#jsPopupNewsletter .modal-content button.close {
    background-color: #5a5a5a;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    text-align: center;
    line-height: 24px;
    top: -33px;
    right: 5px;
    color: #fff;
    font-size: 25px;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    padding: 0;
    float: none
}

#jsPopupNewsletter .modal-content button.close span {
    position: relative;
    top: 0px
}

.jas-sale-pop {
    background: #fff;
    bottom: -100%;
    left: 20px;
    top: auto !important;
    right: auto;
    padding: 10px 30px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    transition: all 2s;
    z-index: 100;
    position: fixed;
    z-index: 9999999
}

@media (max-width: 480px) {
    .jas-sale-pop {
        left: 10px;
        right: 10px;
        max-width: 300px
    }

    .jas-sale-pop .jas-sale-pop-content {
        max-width: 180px
    }
}

.jas-sale-pop .jas-sale-pop-img {
    margin-right: 10px;
    width: 70px;
    float: left
}

.jas-sale-pop .jas-sale-pop-img img {
    max-height: 70px !important
}

.jas-sale-pop .jas-sale-pop-content {
    width: calc(100% - 80px);
    float: left;
    display: block
}

.jas-sale-pop h4 {
    color: #151B8D;
    margin: 0;
    font-size: em(14px);
    font-weight: normal;
    margin-bottom: 5px
}

.jas-sale-pop h3 {
    margin: 0;
    font-size: 1em;
    max-width: 255px;
    font-weight: 700
}

.jas-sale-pop h3 a {
    color: #151B8D;
    margin: 0;
    font-size: em(14px)
}

.jas-sale-pop .jas-sale-pop-timeago {
    color: #878787;
    font-size: em(12px)
}

.jas-sale-pop .pe-7s-close {
    right: 5px;
    top: 0px;
    cursor: pointer;
    position: absolute;
    font-family: FontAwesome
}

.jas-sale-pop.slideUp {
    opacity: 1;
    visibility: visible
}

@media (min-width: 992px) {
    .jas-sale-pop.slideUp {
        bottom: 20px
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .jas-sale-pop.slideUp {
        bottom: 80px
    }
}

.jas-sale-pop.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center
}

.jas-sale-pop.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.support {
    position: fixed;
    z-index: 999;
    right: 5px;
    bottom: 60px;
    top: auto !important
}

@media (max-width: 991px) {
    .support {
        bottom: 100px
    }
}

.support>a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support>a>i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999
}

.support>a {
    display: block
}

.support>a>span {
    border-radius: 2px;
    text-align: center;
    background: red;
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    right: 60px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1
}

.support>a:hover span {
    display: block
}

.support>a span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #167edf transparent transparent;
    position: absolute;
    right: -10px;
    top: 10px;
    transform: rotate(180deg)
}

.support .content-support {
    overflow: inherit
}

.blog_content .tab-container {
    margin-bottom: 30px
}

.blog_content .nav-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding-left: 0
}

@media (max-width: 767px) {
    .blog_content .nav-tab {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.blog_content .nav-tab li {
    position: relative;
    display: block;
    width: 25%;
    border: 1px solid red;
    cursor: pointer
}

@media (max-width: 767px) {
    .blog_content .nav-tab li {
        width: 100%;
        line-height: 30px;
        margin-left: 2%;
        margin-right: 2%;
        border-radius: 2.5rem;
        margin-top: 10px
    }
}

.blog_content .nav-tab li::before {
    content: "";
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid red;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.blog_content .nav-tab li span {
    display: block;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: red;
    -webkit-transition: .3s;
    transition: .3s
}

@media (max-width: 767px) {
    .blog_content .nav-tab li span {
        font-size: 16px
    }
}

.blog_content .nav-tab li.current {
    background-color: red
}

.blog_content .nav-tab li.current:before {
    display: block
}

@media (max-width: 767px) {
    .blog_content .nav-tab li.current:before {
        display: none
    }
}

.blog_content .nav-tab li.current span {
    color: #ffffff
}

@media (min-width: 991px) {
    .blog_content .img-frames1 {
        position: relative;
        height: 280px
    }
}

@media (min-width: 991px) and (max-width: 991px) {
    .blog_content .img-frames1 {
        height: 180px
    }
}

@media (min-width: 991px) {
    .blog_content .img-frames1 img {
        width: auto !important;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

    .blog_content .img-frames2 {
        position: relative;
        height: 180px
    }

    .blog_content .img-frames2 img {
        width: auto !important;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }
}

@media (max-width: 991px) {
    .section_tab_product .item_product_main .product-info .action-cart {
        bottom: 1px !important
    }
}

.footer #pagelogin {
    margin: 15px 0
}

.footer #pagelogin input, .footer #pagelogin textarea {
    color: #EAEBF3;
    background: transparent
}

@media (min-width: 1200px) {
    #tab-all .col-xl-4:first-child, #tab-all .col-xl-4:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important
    }

    #tab-all .col-xl-4:first-child .img-frames2, #tab-all .col-xl-4:nth-child(2) .img-frames2 {
        position: relative !important;
        height: 280px !important
    }
}