@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700&display=swap');


body {

    font-family: 'Roboto', sans-serif;

    font-size: 15px;

    line-height: 23px;

}


.container-fluid {

    padding-right: 30px;

    padding-left: 30px;

    width: 100%;

}


.owl-prev {

    position: absolute;

    top: 50%;

    left: 0;

    transform: translateY(-50%);

}


.owl-next {


    position: absolute;


    top: 50%;

    right: 0;


    transform: translateY(-50%);

}


.slider-home .owl-prev {

    left: 20px;

}


.slider-home .owl-next {

    right: 20px;

}


.owl-nav > div {

    background-color: #fff;

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #333;

    font-size: 20px;

    border-radius: 50%;

    border: 1px solid #1e3d37;


    padding: 0;

}


img {

    -webkit-transition: all 0.7s ease;

    transition: all 0.7s ease;

}


.support-online {

    position: fixed;

    z-index: 999;

    left: 15px;

    bottom: 30px;

    top: auto !important

}


.support-online a {

    position: relative;

    margin: 20px 10px;

    text-align: left;

    width: 40px;

    height: 40px

}


.support-online 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-online a {

    display: block

}


.support-online a span {

    border-radius: 2px;

    text-align: center;

    background: #fb2644;

    padding: 9px;

    display: none;

    width: 180px;

    margin-left: 10px;

    position: absolute;

    color: #ffffff;

    z-index: 999;

    top: 0px;

    left: 40px;

    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

}


.support-online a span::before {

    content: "";

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 10px 10px 10px 0;

    border-color: transparent #fb2644 transparent transparent;

    position: absolute;

    left: -10px;

    top: 10px

}


.accept-payment ul li img {

    width: 50px;

}


.product-home .content-product .item .nav-img .title-2.text-f15 {

    line-height: 20px !important;
    -webkit-line-clamp: 2 !important;
    height: 39px !important;

}

.content-product .content-product-right .item .nav-img .title-2.text-f15 {

    line-height: 20px !important;
    -webkit-line-clamp: 2 !important;
    height: 39px !important;

}


.other-product .slider-raleted-product .item .title-2.text-f15 {
    line-height: 20px !important;
    -webkit-line-clamp: 2 !important;
    height: 39px !important;

}


#primary-nav.mobile {

    background: #262a6a !important;

}

#primary-nav.mobile li {

    border-bottom: 1px solid #393d86 !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 transparent;

    -webkit-transition: all .1s;

    -moz-transition: all .1s;

    -o-transition: all .1s;

    transition: all .1s;

    background-color: rgba(0, 175, 242, 0.5);

    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: #0089B9;

    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)

    }

}


#scrollUp {background: #fff;color: #333;border: 1px solid #333;bottom: 40px;right: 40px;border-radius: 100px;height: 47px;width: 47px;font-size: 25px;text-align: center;line-height: 45px;box-shadow: 0 0 15px 0px rgb(50 50 50 / 20%);transition: 0.3s;display: inline-block;position: fixed;bottom: 50px;right: 25px;cursor: pointer;z-index: 99999;}


#scrollUp:hover {

    background-color: #333;

    color: #fff;

}


.btn-active-view {


    color: #fff;

    padding: 7px 20px;

    border-radius: 20px;

}


.hover-zoom:hover img {

    transform: scale(1.05);

}


.hover-zoom {

    overflow: hidden;

}


.item-product .img img {

    height: 270px;

    object-fit: cover;

}


/* css review */

.add-review textarea {

    width: 100%;

    height: 150px;

    font-size: 15px;

    margin-top: 10px;

    border: 1px solid #ddd;

    margin-bottom: 10px;

}


.add-review input[type=text] {

    width: 100%;

    height: 50px;

    border: 1px solid #ddd;

    font-size: 15px;

}


.add-review .write-review__button {

    padding: 0;

    padding: 0 36px;


}


.aside-category ul li::before {

    content: '';

    position: absolute;

    top: 8px;

    left: 0;

    width: 6px;

    height: 6px;

    background: #8d3e20;

}


aside .section-title {

    padding: 10px 4px;

    background-size: 60% 100%;

}


.map iframe {

    width: 100%;

    height: 500px;

}


.section-title {

    background-size: 35% 54%;

}


header .nav-item form input[type=text] {

    border: 1px solid #249045;

}


header .nav-item form input[type=text]::-webkit-input-placeholder {

    /* Edge */

    color: #249045;

}


header .nav-item form input[type=text]:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #249045;

}


header .nav-item form input[type=text]::placeholder {

    color: #249045;

}


.why-section .item .img img {

    border-radius: 50%;

}


.oder-home select {

    width: 100%;

    height: 40px;

    padding: 0;

    font-size: 15px;

    padding-left: 10px;

    margin-bottom: 10px;

    border: 1px solid #ddd;


}


.oder-home p {

    width: 100%;

}


.sort-1 {

    float: right;

}


.sort-1 select {


    width: 250px;

    height: 40px;

    font-size: 15px;

    border: 1px solid #249045;

    background: none;

    margin-left: 10px;

    appearance: auto !important;


}


.category-home .text span {

    background: #f1ec3c;

    border: 1px solid #249045;

    color: #249045;

    font-weight: bold;

}


.item-product .box-pro-buy {

    z-index: 9;

    position: relative;

    width: 80%;

    margin: 10px auto 0;

}


.item-product .box-pro-buy .btn {

    text-transform: none;

    font-size: 14px;

    background: #1E3D37;

    border-color: #1E3D37;

    border-radius: 40px;

    padding: 7px 10px;

    cursor: pointer;

    border-width: 1px;

    font-weight: 500;

    -webkit-box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);

    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);

    box-shadow: 0px 10px 20px -6px rgb(0 0 0 / 12%);

    overflow: hidden;

    position: relative;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    transition: all 0.3s ease;

    width: 100%;

}


.item-product .box-pro-buy .btn span {

    margin-left: -20px;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    transition: all 0.3s ease;

}


.item-product .box-pro-buy .btn .icon {

    position: absolute;

    top: 0;

    right: 0;

    width: 35px;

    bottom: 0;

    background: #fff;

    border-radius: 50%;

    color: #1E3D37;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    transition: all 0.3s ease;

    line-height: 38px;

}


.item-product .box-pro-buy .btn:hover {

    background: #2f5f56;

    border-color: #2f5f56;

}


.item-product .box-pro-buy .btn:hover .icon {

    background: #2f5f56;

    color: #fff;

}


.item-product .box-pro-buy .btn:hover span {

    margin-left: -10px;

}


.btn {

    border-radius: 0px;

    text-transform: uppercase;

    background: #1E3D37;

    border-color: #1E3D37;

    color: #fff;

    display: inline-block;

    font-weight: 500;

    position: relative;

    overflow: hidden;

}


.btn:hover {

    color: #fff;

    background: #0d1b18;

    border-color: #0d1b18;

}


.btn:hover:after {

    -webkit-animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);

    animation: shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);

}


.btn:after {

    content: '';

    position: absolute;

    top: 0;

    left: 150%;

    width: 200%;

    height: 100%;

    -webkit-transform: skewX(-20deg);

    transform: skewX(-20deg);

    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.25), transparent);

}


.tab-detail button.active {

    background-color: #262a6a;

    color: #fff;

}


.main-new .content-new .item .img img {

    height: 200px;

    object-fit: cover;

}


.service-internet .slider-internet .owl-prev {

    left: -52px;

}


.service-internet .slider-internet .owl-next {

    right: -52px;

}


.service-internet .slider-internet .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.content-data-package p {

    margin-bottom: 10px;

}


.main-data-detail .slider-services .owl-prev {

    left: 0px;

}


.main-data-detail .slider-services .owl-next {

    right: 0px;

}


.main-data-detail .slider-services .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.high-package .slider-high-package .owl-prev {

    left: -52px;

}


.high-package .slider-high-package .owl-next {

    right: -52px;

}


.high-package .slider-high-package .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.list-internet {

    position: relative;

}


.list-internet::before {

    background: url('../img/bg-combo-it-1.png') 0 0 no-repeat;

    background-size: cover;

    content: "";

    height: 535px;

    left: 0;

    position: absolute;

    top: 0;

    width: 412px;

}


.list-internet:after {

    background: url('../img/bg-combo-it-2.png') 0 0 no-repeat;

    background-size: cover;

    content: "";

    height: 535px;

    position: absolute;

    right: 0;

    top: 0;

    width: 338px;

}


.list-internet .slider-high-package .owl-prev {

    left: -52px;

}


.list-internet .slider-high-package .owl-next {

    right: -52px;

}


.list-internet .slider-high-package .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.main-internet-detail .slider-services .owl-prev {

    left: 0;

}


.main-internet-detail .slider-services .owl-next {

    right: 0;

}


.main-internet-detail .slider-services .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.slider-high-package-2 .owl-prev {

    left: -52px;

}


.slider-high-package-2 .owl-next {

    right: -52px;

}


.slider-high-package-2 .owl-nav > div {

    width: 40px;

    height: 40px;

    line-height: 40px;

}


.content-question ul.tabs li {

    padding: 10px 20px;

}


/* Accordion

================================================== */


.acc__card {


    position: relative;

}


.acc p {

    margin-bottom: 10px;

}


.acc__title {

    background: #fff;

    color: #212121;

    cursor: pointer;

    display: block;

    position: relative;

    text-align: left;

}


.acc__title::after {

    width: 8px;

    height: 8px;

    border-right: 1px solid #4a6e78;

    border-bottom: 1px solid #4a6e78;

    position: absolute;

    right: 10px;

    content: " ";

    top: 9px;

    transform: rotate(-45deg);

    transition: all 0.2s ease-in-out;

}


.acc__title.active::after {

    transform: rotate(45deg);

    transition: all 0.2s ease-in-out;

}


.acc__panel {

    margin: 0;

    display: none;

    padding-top: 15px;

    text-align: left;


    border-top: 0;

}


.content-content p {

    margin-bottom: 10px;

}


#primary-nav.mobile li a {

    padding: 10px !important;

}


footer {

    background: #F5F5F7;

}


.main-category-product .category-home .item {

    background: #f5f5f7;

    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);

    border-radius: 20px;

}


/* .title-title span {

    background: linear-gradient(45deg, #aa812d, #edda7c);

    width: 88px;

    line-height: 53px;

    display: block;

    position: relative;

    padding: 0px 10px;

} */


/* .title-title span:before {

    content: '';

    position: absolute;

    top: 0px;

    right: 0;

    width: 0;

    height: 0;

    border-left: 37px solid transparent;

    border-top: 53px solid white;

} */
.title-title .title-title-2{
    display: inline-flex;
    background: linear-gradient(45deg, #aa812d, #edda7c);
    padding: 9px 30px;
    border-radius: 12px 12px 0 0;
/*    background: #004aad;*/
}
.title-title .title-title-2 a{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 15px;
}
.zalo-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    right: 0;
    bottom: 90px;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}
.zalo-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #0789cd;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.zalo-btn .pulse {
    width: 60px;
    height: 60px;
    background: #0789cd;
    opacity: .75;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.zalo-btn .tada {
    background: #0789cd;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.zalo-btn a {
    display: block;
    width: 40px;
}
.call-btn {
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 110px;
    height: 110px;
    z-index: 1000;
}
.call-btn .zoomIn {
    width: 80px;
    height: 80px;
    border: 2px solid #db0005;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
}
.call-btn .pulse {
    width: 60px;
    height: 60px;
    background: rgba(219,0,5,0.6);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.call-btn .tada {
    background: #db0005;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation-name: tadaa;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.call-btn .tel {
    position: absolute;
    top: 50%;
    left: 45px;
    color: #fff;
    font-size: 17px;
    width: 170px;
    text-align: center;
    padding-left: 30px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    line-height: 36px;
    border: 1px solid #fb0309;
    border-radius: 20px;
    background: #fb0309;
    z-index: -1;
    font-weight: 700;
    font-family: Arial;
    text-shadow: 1px 1px 2px #5f5f5f;
}
.call-btn .tada a:before {
    content: "\f095";
    font-size: 22px;
    font-family: FontAwesome;
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.header-pc {

    z-index: 9999 !important;
    background: #3b3b3b;

}


.sidebar .acc__card ul li a {

    font-size: 15px;

    text-transform: capitalize;

}


.sidebar {

    background: #fff;

    color: #212121;

    cursor: pointer;

    display: block;


    position: relative;

    text-align: left;

    font-size: 13px;

    text-transform: uppercase;

}


.sidebar .acc__title::after {

    width: 5px;

    height: 5px;

    border-right: 1px solid #4a6e78;

    border-bottom: 1px solid #4a6e78;

    position: absolute;

    right: 10px;

    content: " ";

    top: 8px;

    transform: rotate(45deg);

    transition: all 0.2s ease-in-out;
    display: none;

}


.sidebar .acc__title {

    text-transform: capitalize;

}


.sidebar .acc__title.active::after {

    transform: rotate(-135deg);

    transition: all 0.2s ease-in-out;

}


.sidebar .acc__panel {

    margin: 0;

    display: none;


    text-align: left;


    border-top: 0;

    padding-top: 10px;

}


.content-content p {

    margin-bottom: 10px;

}


.tab-content {

    display: none;

}


.tab-content.active {

    display: block;

}


.tab-detail button.active {

    background-color: linear-gradient(45deg, #aa812d, #edda7c);

    color: #fff;

}


.form-search-mobile input[type=text]::placeholder {

    /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #fff;

    opacity: 1;

    /* Firefox */

}


.form-search-mobile input[type=text]:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #fff;

}


.form-search-mobile input[type=text]::-ms-input-placeholder {

    /* Microsoft Edge */

    color: #fff;

}


.top-category .item {

    /*width: calc(100% / 8);*/

}


@media only screen and (max-width: 1024px) {

    .dropdown-languages .selected img {
        height: 20px!important;
    }
    .dropdown-languages .select-clicked {
        box-shadow: unset;
    }

    .dropdown-languages .select .caret{
        display: none;
    }

    .dropdown-languages {
        margin: 0 0 0 10px!important;
    }

    .dropdown-languages {
        float: right;
    }

    .dropdown-languages .select {
        margin: 6px 0!important;
        box-shadow: unset!important;
        border: unset;
    }
    .header-mobile .logo img {
        height: 50px;
        object-fit: contain;
    }

    .service-mobile .slider-services .owl-prev {

        left: 0px;

    }


    .md-full {

        width: 100%;

    }


    .service-mobile .slider-services .owl-next {

        right: 0px;

    }


    .service-internet .slider-internet .owl-next {

        right: 0px;

    }


    .service-internet .slider-internet .owl-prev {

        left: 0px;

    }


    #main {

        width: 100%;

        overflow: hidden;

    }


    .top-category .item {

        /*width: calc(100% / 5);*/

    }


}


@media only screen and (max-width: 768px) {

    .item-product .img img {

        height: 200px;

    }


    .content-content iframe, .content-content img {

        max-width: 100%;

        height: auto !important;

    }


    .main-logo img {

        width: 80px !important;

    }


    .banner {

        margin-bottom: 0;

    }


    .customer-support .item .img img {

        height: 195px !important;

    }


    header {

        display: none !important;

    }


    header.header-mobile {

        display: block !important;

        padding: 5px 0

    }


    .header-mobile .logo img {

        width: 160px;

    }


    .partner-logo .item {

        width: calc(100% / 4);

        border: 1px solid #ddd;

    }


    .partner-logo .content-partner-logo {

        border: 0;

        border-radius: 0;

    }


    .top-category .item {

        /*width: calc(100% / 4);*/

    }


}


@media only screen and (max-width: 736px) {


    .content-product .content-product-right .item .img.hover-zoom img {
        height: 150px !important;
    }

    .product-home .content-product .item {
        padding: 6px;
    }

    .content-product .content-product-right .item {

        padding: 6px;

    }

    .other-product .slider-raleted-product .item {
        padding: 6px;
    }

    /* .other-product .slider-raleted-product .item .img.hover-zoom img {
        height: 150px !important;
    } */

    .product-home .content-product .img .w-full.object-cover {
        height: 150px !important;
    }

    .product-home .content-product .img {
        height: 150px !important;
    }


    .main-product-2 .content-product-right .item .img img {

        height: 160px !important;

    }


    .sitemap {

        margin-top: 0;

    }


    .section-title {

        padding: 13px 7px;

    }


    .banner {

        margin-bottom: 0px;

    }


    .banner .container-fluid {

        padding-left: 0;

        padding-right: 0;

    }


    .owl-next {

        right: 0;

    }


    .owl-prev {

        left: 0;

    }


    .new-home-section .item .img img {

        height: 220px;

    }


    .social-footer {

        margin-bottom: 15px;

    }


    .acc__card {

        margin-left: 0;

        margin-right: 0;

    }


    .title-title span {

        height: 45px;

    }


    .content-product .content-product-right .item .img.hover-zoom img {
        height: 150px !important;
    }
    .content-product .content-product-right .item .img.hover-zoom img.logo_product {
        height:26px !important;
    }


    .accept-payment ul li img {

        width: 50px;

    }

    .product-home .content-product .item {
        padding: 6px;
    }

    .product-home .content-product .item .nav-img .title-2.text-f15 {

        line-height: 20px !important;
        -webkit-line-clamp: 2 !important;
        height: 39px !important;

    }

    .content-product .content-product-right .item .nav-img .title-2.text-f15 {

        line-height: 20px !important;
        -webkit-line-clamp: 2 !important;
        height: 39px !important;

    }

    .content-product .content-product-right .item {

        padding: 6px;

    }

    .other-product .slider-raleted-product .item {
        padding: 6px;
    }

    .other-product .slider-raleted-product .item .title-2.text-f15 {
        line-height: 20px !important;
        -webkit-line-clamp: 2 !important;
        height: 39px !important;

    }

    /* .other-product .slider-raleted-product .item .img.hover-zoom img {
        height: 150px !important;
    } */

    #primary-nav.mobile {

        background: #262a6a !important;

    }

    #primary-nav.mobile li {

        border-bottom: 1px solid #393d86 !important;
    }

    .product-home .content-product .img .w-full.object-cover {
        height: 150px !important;
    }

    .product-home .content-product .img {
        height: 150px !important;
    }


    .main-product-2 .content-product-right .item .img img {

        height: 160px !important;

    }


    .owl-carousel .owl-dot,
    .owl-carousel .owl-nav .owl-next,
    .owl-carousel .owl-nav .owl-prev {

        cursor: pointer;

        cursor: hand;

        -webkit-user-select: none;

        -moz-user-select: none;

        -ms-user-select: none;

        user-select: none;

    }


    .owl-nav > div {


        width: 40px;

        height: 40px;


        line-height: 40px;


    }


    .top-category .item {

        /*width: calc(100% / 2);*/

    }

}


.pagination .page-item a,
.pagination .page-item span {

    width: 40px;

    height: 40px;

    display: inline-block;

    text-align: center;

    line-height: 40px;

    border: 1px solid #ddd;

}


.pagination .page-item.active a,
.pagination .page-item:hover a,
.pagination .page-item.active span,
.pagination .page-item:hover span {

    color: #fff;

    background: #262a6a;

    border-color: #262a6a;

}


.pagination .page-item {

    display: inline-block;

}


.pagination {

    text-align: center;

}

.breadcrumb ul li span:first-child {

    padding: 0 5px;

}

.content-content ul, .content-content ol {

    padding-left: 20px;

    list-style: inherit;

}


.content-content ul li, .content-content ol li {

    margin: 0 0 10px 0;

}

.read-more-content {

    height: 150px;

    overflow: hidden;

    transition: 0.4s;

}

.attr_check_box svg {

    height: 15px;

    width: 15px;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    opacity: 0;

    transition: 0.4s;

}


.js_attr.checked .attr_check_box svg, .js_brand.checked .attr_check_box svg,
.js_attr_price.checked .attr_check_box svg {

    opacity: 1;

}


.attr_check_box {

    position: relative;

}


.js_attr:hover .attr_check_box svg,
.js_attr_price:hover .attr_check_box svg {

    /* opacity: 1; */

    /* transition: 0.4s; */

}

.content-content iframe, .content-content image {

    max-width: 100%;

}


.content-content iframe {

    margin: 0 0 20px 0;

}


.content-content h2 * {

    font-size: 28px;

}


.content-content h2 {

    margin: 20px 0 10px 0;

    font-weight: bold;

}


.content-content h4 {

    font-size: 23px;

    font-weight: bold;

    margin: 15px 0 15px 0;

}


.content-content h3 {

    margin: 15px 0 15px 0;

    font-weight: bold;

    font-size: 26px;

}


.content-content h5 {

    font-size: 22px;

    font-weight: bold;

    margin: 10px 0 10px 0;

}

.sidebar .acc__title span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
.review_images_item {
    width: 80px;
    height: 60px;
}

.review_images_item > div {
    background-size: contain;
}
.product-home .item {
    position: relative;
}
.product-home .item .percent {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
}
.main-product-2 .item {
    position: relative;
}
.main-product-2  .item .percent {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
}
.item-product .img{
    position: relative;
}
.item-product .img .icon{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 20px;
    color: linear-gradient(45deg, #aa812d, #edda7c);
}
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip a {
    color: #f1f1f1;
    text-decoration: underline dotted;
    opacity: .8;
}

.tooltip a:hover {
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
}
.item-product .hover-zoom{
    overflow: inherit;
}
.item-product .img .icon i{
    color: #3b3b3b;
}
.item-product:hover .img .icon {
    display: block;
}
.item-product .img .icon {
    display: none;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.product-home   .readmore{
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.product-home   .readmore a{
    background: linear-gradient(45deg, #aa812d, #edda7c);
    color: #fff;
    padding: 10px 24px;
    border-radius: 20px;
    text-transform: uppercase;
    /* background: #004aad; */
}
.product-home  .readmore a i{
    font-size: 12px;
}
.title-title span a{
    font-size: 18px;
}
.slider-cat-home .owl-dot{
    width: 8px;
    height: 8px;
    background: #ddd;
    display: inline-block;
    float: left;
    margin:2px;
    border-radius: 20px;
}
.slider-cat-home .owl-dot.active{
    background: linear-gradient(45deg, #aa812d, #edda7c);
    width: 15px;
}
.slider-cat-home .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.slider-cat-home {
    padding-bottom: 20px;
}
.footer_title{
    font-weight: bold;
    font-size: 18px;
}
.title-title .category-li  li a:hover,.title-title .category-li  li.active a{
    color: #db1c25;
}
.main-menu >ul>li.group{
    margin-left: 0;
    margin-right: 0;
}
.main-menu >ul>li.group >a {
    padding-left: 20px;
    padding-right: 20px;

}
.main-menu >ul>li>a:hover,.main-menu >ul>li>a.active{
    /* background: linear-gradient(45deg, #aa812d, #edda7c); */
    opacity: 1;
    background: #004aad;
}
.Featured-products .content-Featured-products{
/*    background-image: url('../images/camok.jpg');*/
    background-size: cover;
    padding-bottom: 30px;
}
.Featured-products {
    padding-top: 60px;
}
.Featured-products  .content-Featured-products .readmore a{
    background: url('../images/bg-2.png');
    height: 49px;
    display: inline-block;
    min-width: 266px;
    line-height: 49px;
    color: linear-gradient(45deg, #aa812d, #edda7c);
    font-weight: bold;
    font-size: 16px;
    background-size: 100% 100%;
    text-align: center;
    margin-top: -3px;
}
.Featured-products  .content-Featured-products .readmore a i{
    font-size: 12px;
    margin-left: 3px;
}
.Featured-products  .content-Featured-products  .item-product {
    background: #3b3b3b;
    padding: 0;
    border: 0;
}
.Featured-products  .content-Featured-products .readmore {
    text-align: center;
}
.Featured-products  .content-Featured-products .slider-Featured-products {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.Featured-products  .content-Featured-products  .item-product  .img img{
    height: 270px;
    object-fit: cover;
}
.Featured-products  .content-Featured-products  .item-product  .img{
    overflow: hidden;
}
.Featured-products  .content-Featured-products  .item-product  .nav-img{
    padding:15px;
}
.Featured-products  .content-Featured-products  .item-product  .nav-img .title-2  a{
    color: #fff;
}
.Featured-products  .content-Featured-products  .item-product  .nav-img .price{
    color: #fff;
}
.Featured-products  .content-Featured-products .owl-dot{
    width: 8px;
    height: 8px;
    background: #ddd;
    display: inline-block;
    float: left;
    margin:2px;
    border-radius: 20px;
}
.Featured-products  .content-Featured-products .owl-dot {
    color: #fff;
    opacity: 0.8;
}
.Featured-products  .content-Featured-products .owl-dot.active{
    background: #fff;
    width: 15px;
    opacity: 1;
}
.Featured-products  .content-Featured-products .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.top-category .item img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.product-home .title-title{
    border-bottom: 2px solid #aa812d;
}
@media ( max-width: 992px ) {

    div#main.main-product-2 .sort {

        margin: 15px 0 0 0;

    }

}

@media ( max-width: 767px ) {

    .top-category .item img {
        height: 140px!important;
    }

    .order-1{
        order: 1;
    }
    .order-2{
        order: 2;
    }

    .content-content h2 * {
        font-size: 22px;
    }

    .content-content h3 {
        font-size: 21px;
    }

    .content-content h4 {
        font-size: 20px;
    }

    .mobile-popup-comment {
        width: 97%;
        left: 1.5%;
    }

    .content-product .price, .slider-raleted-product .price {
        height: 47px;
    }

    .slider__thumbs .slider__image img {
        height: 75px!important;
    }

}
@media ( max-width: 736px ) {
    .Featured-products .content-Featured-products .item-product .img img{
        height: 150px;
    }
}

.menuHeaderSub,.menuHeaderSub3{
    position: absolute;top: 0px;left: 100%;width: 200px;background: #Fff;border-radius: 0px;
}
.menuHeaderSub li{
    padding: 0px !important;
}
.menuHeaderSub a{
    padding: 10px 20px !important;

}
.menuHeaderSub a:hover{
    background: linear-gradient(45deg, #aa812d, #edda7c);
    color: #fff;
}
.menuHeaderSub,.menuHeaderSub3{
    display: none
}
.menuHeaderSub > li:hover .menuHeaderSub3,.nav-category > ul > li:hover .menuHeaderSub{
    display: block;
}
.tp_scroll  .flex_.flex-wrap_.gap-4_{
    /*height: 300px;*/
    overflow: auto;
}
.tp_scroll  .flex_.flex-wrap_.gap-4_::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.tp_scroll  .flex_.flex-wrap_.gap-4_::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F5;
}

.tp_scroll  .flex_.flex-wrap_.gap-4_::-webkit-scrollbar-thumb
{
    background-color: linear-gradient(45deg, 2474, #edda7c);
}
.logo_product {
    width: auto!important;
    height: 25px!important;
    object-fit: contain!important;
    position: absolute;
    top: 0;
    transition: 0.4s;
}
.slider-Featured-products .logo_product {
    left: 10px;
    top: 10px;
}

/* dropdown */
.dropdown-languages {
    position: relative;
    margin: 0 0 0 35px;
}

.dropdown-languages * {
    box-sizing: border-box;
}

.dropdown-languages .selected img {height: 25px;object-fit: contain;}

.dropdown-languages .select {
    /* background: #fff; */
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 2px #2a2f3b solid; */
    border-radius: 0.5em;
    padding: 0;
    cursor: pointer;
    transition: background 0.3s;
    margin: 10px 0;
}


.dropdown-languages .select-clicked {
    /* border: 2px #26489a solid; */
    box-shadow: 0 0 0.8em #26489a;
}

.dropdown-languages .select:hover {
    /* background: #323741; */
}

.dropdown-languages .caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: 0.3s;
    margin: 0 0 0 5px;
}


.dropdown-languages .caret-rotate {
    transform: rotate(180deg);
}

.dropdown-languages .menu {
    list-style: none;
    /* padding: 0.2em 0.5em; */
    /* background: #323741; */
    /* border: 1px #363a43 solid; */
    box-shadow: 0 8px 8px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    /* border-radius: 0.5em; */
    color: #9fa5b5;
    position: absolute;
    top: 114%;
    right: 0;
    width: 100%;
    /* transform: translateX(-50%); */
    opacity: 0;
    display: none;
    transition: 0.2s;
    z-index: 1;
    width: 135px;
    background: #fff;
}

.dropdown-languages .menu li {
    padding: 10px 10px;
    /* margin: 0.3em 0; */
    border-radius: 0.5em;
    cursor: pointer;
    width: 100%;
}

.dropdown-languages .menu li a {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 15px;
    color: #000;
}

.dropdown-languages .menu li a img {
    width: 40px;
    margin: 0 10px 0 0;
}

.dropdown-languages .menu li:hover {
    /* background: #2a2d35; */
}


.dropdown-languages .active {
    background: #23242a;
}


.dropdown-languages .menu-open {
    display: block;
    opacity: 1;
    z-index: 99999;
}
footer{
    background: #3b3b3b;
}

.main-logo-cart .header-right  ul li a{
    color: #fff;
}
.content-content table tr td{
    border:1px solid #ddd;
    padding:10px;
}
.content-content table tr td:first-child{
    width: 30%;
}
.content-product-detail  .tab-content .content-content img{
    display: inline-block;
}
.content-product  .content-new .content-content img{
    display: inline-block;
}
.headToc {
    display: inline-block;
    border: 1px solid #5e5c5c;
    padding: 10px;
    margin: 15px 0 10px 0;
    border-radius: 5px;
}

#tocListAncarat {
    border: 1px solid #5e5c5c;
    padding: 10px;
    border-radius: 10px;
}

#tocListAncarat li {
    margin: 0 0 8px 0;
    list-style: disc;
}

#tocListAncarat > ol {
    padding: 0 0 0 20px;
}

#tocListAncarat ol ol {
    margin: 8px 0 0 15px;
}

ol#tocListContent {
    padding: 10px;
    list-style: none;
    border-radius: 5px;
}
.zalo-btn {position: fixed;margin: 0;padding: 0;right: 0;bottom: 109px;background: #fff;background-color: transparent;cursor: pointer;font-size: 0;width: 110px;height: 110px;z-index: 1000;}

.zalo-btn .zoomIn {

    width: 80px;

    height: 80px;

    border: 2px solid #0789cd;

    border-radius: 100px;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -40px;

    margin-left: -40px;

    animation-name: zoomIn;

    animation-duration: 1s;

    animation-iteration-count: infinite;

    animation-timing-function: ease-out;

}

.zalo-btn .pulse {

    width: 60px;

    height: 60px;

    background: #0789cd;

    opacity: .75;

    border-radius: 100px;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -30px;

    margin-left: -30px;

    animation-name: pulse;

    animation-duration: .5s;

    animation-iteration-count: infinite;

    animation-direction: alternate;

    animation-timing-function: ease-in-out;

}

.zalo-btn .tada {
    overflow: hidden;

    background: #0789cd;

    border-radius: 100px;

    width: 40px;

    height: 40px;

    position: absolute;

    left: 50%;

    top: 50%;

    margin-top: -20px;

    margin-left: -20px;

    animation-name: tadaa;

    animation-duration: .5s;

    animation-iteration-count: infinite;

    animation-direction: alternate;

}

.zalo-btn a {

    display: block;

    width: 40px;

}

.call-btn {

    position: fixed;

    margin: 0;

    padding: 0;

    left: 0;

    bottom: 0;

    background: #fff;

    background-color: transparent;

    cursor: pointer;

    font-size: 0;

    width: 110px;

    height: 110px;

    z-index: 1000;

}

.call-btn .zoomIn {

    width: 80px;

    height: 80px;

    border: 2px solid #db0005;

    border-radius: 100px;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -40px;

    margin-left: -40px;

    animation-name: zoomIn;

    animation-duration: 1s;

    animation-iteration-count: infinite;

    animation-timing-function: ease-out;

}

.call-btn .pulse {

    width: 60px;

    height: 60px;

    background: rgba(219,0,5,0.6);

    border-radius: 100px;

    position: absolute;

    top: 50%;

    left: 50%;

    margin-top: -30px;

    margin-left: -30px;

    animation-name: pulse;

    animation-duration: .5s;

    animation-iteration-count: infinite;

    animation-direction: alternate;

    animation-timing-function: ease-in-out;

}

.call-btn .tada {background: #db0005;border-radius: 100px;width: 40px;height: 40px;position: absolute;left: 50%;top: 50%;margin-top: -20px;margin-left: -20px;animation-name: tadaa;animation-duration: .5s;animation-iteration-count: infinite;animation-direction: alternate;line-height: 40px;}

.call-btn .tel {

    position: absolute;

    top: 50%;

    left: 45px;

    color: #fff;

    font-size: 17px;

    width: 170px;

    text-align: center;

    padding-left: 30px;

    -webkit-transform: translate(0,-50%);

    -ms-transform: translate(0,-50%);

    -o-transform: translate(0,-50%);

    transform: translate(0,-50%);

    line-height: 36px;

    border: 1px solid #fb0309;

    border-radius: 20px;

    background: #fb0309;

    z-index: -1;

    font-weight: 700;

    font-family: Arial;

    text-shadow: 1px 1px 2px #5f5f5f;

}

.call-btn .tada a:before {content: "\f095";font-size: 20px;font-family: FontAwesome;text-decoration: none;color: #fff;margin-left: 10px;position: absolute;top: 50%;margin-top: -20px;}

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

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

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

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

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

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.zalo-btn.messender-btn {
    bottom: 205px;
}
.parent-lv2:hover > .submenu {
    visibility: visible;
    display: block;
}
.parent-lv2 .has-child:after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.parent-lv2 a {
    border-bottom: 0.5px solid #dddddd40;
}

.slider-raleted-product .item-product .img img {
    height: 200px;
    object-fit: cover;
}

.slider__thumbs .slider__image img {
    height: 90px;
    width: 100%;
    object-fit: cover;
}

.bg-new{
    background: #85d4f5;
}