@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: 62px;

    right: 10px;

    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: #0c50a3;

    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;

}


.header-pc {

    z-index: 9999 !important;

}


.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: #0c50a3;

    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) {

    .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: 105px;

    }


    .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;
    }


    .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: #0076bc !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;
}
 .line{font-size: 20px;color: #006dc4;position: relative;width: 100%;height: auto;float: left;}
.line:before{content:'';width: 50px;height: 1px;position: absolute;background: #006dc4;margin: auto;left: 0;right: 80px;top: 12px;}
 .line:after{content:'';width: 50px;height: 1px;position: absolute;background: #006dc4;margin: auto;left: 80px;right: 0;top: 12px;}
.title-title{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.title-title .title-primary {
    font-size: 28px;
    margin-bottom: 10px;
}
.top-content{
    padding-top: 50px;
}
.title-title .desc-1{
    padding-top: 35px;
}

.top-content .nav-top-content  .item .img img{
    width: 200px;
    height: 200px;
    display: inline-block;
    object-fit: cover;
    border-radius: 50%;
}
.title-title-1 .title-2{
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
    font-weight: bold;
    font-size: 25px;
    position: relative;
}
.title-title-1 .title-2:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #0076bc;
    left: 0;
    bottom: -1px;
}
.services-box  .content-services-box .item{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.services-box  .content-services-box .item .icon img{
    width: 95px;
    display: inline-block;
}
.services-box  .content-services-box {
    margin-top: 30px;
}
.services-box .title-title .title-primary{
    color: #fff;
}
.bx-feedback{padding: 30px 0;}
.bx-feedback .list-feedback{overflow: hidden;padding-top: 30px;}
.bx-feedback .content{width: 100%;height: auto;float: left;background: #f5f5f5;padding: 10px;border-radius: 5px;}
.bx-feedback .content .info{width: 150px;height: auto;float: left;position: relative;top: -20px;}
.bx-feedback .content .info .avatar{width: 110px;height: 130px;float: left;}
.bx-feedback .content .info .avatar:before{content:'';width: 110px;height: 130px;position: absolute;border: #262a6a solid 4px;top: 17px;left: 20px;}
.bx-feedback .content .info .avatar img{width: 100%;height: 100%;object-fit: cover;position: relative;z-index: 999;}
.bx-feedback .content .info .customer{width: 100%;height: auto;float: left;text-align: center;margin-top: 30px;}
.bx-feedback .content .info .customer strong{text-transform: uppercase;color: #262a6a;font-size: 18px;padding-bottom: 5px;display: block;}
.bx-feedback .content .info .customer p{font-style: italic;font-size: 15px;}
.bx-feedback .content .ctn{width: calc(100% - 185px);height: auto;float: right;font-size: 17px;line-height: 22px;text-align: justify;padding-top: 30px;}
.bx-feedback .content .ctn i{color: #CCC;font-size: 20px;position: relative;}
.bx-feedback .content .ctn i.fa-quote-left{left: -10px;top: -7px;}.screen-reader-response{padding-bottom: 10px;}
.bx-feedback .content .ctn i.fa-quote-left{left: -10px;top: -7px;}.screen-reader-response p{color: #40ac9a;text-align: center;}
.bx-feedback .content .ctn i.fa-quote-right{top: 9px;left: 10px;}
.bx-feedback .content .view-video{width: 100%;height: auto;float: left;padding-top: 10px;}
.bx-feedback .content .view-video span{background: #ba160c;color: #FFF;font-size: 14px;padding: 5px 10px;border-radius: 5px;}
.bx-feedback .content .view-video span i{font-size: 15px;color: #FFF;}
.bx-feedback   .slider-logo  .owl-stage-outer{
    padding-top: 15px;
}

@media ( max-width: 992px ) {

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

        margin: 15px 0 0 0;

    }

}

@media ( max-width: 767px ) {

    .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;
    }



}

@media ( max-width: 736px ) {
    .title-title .title-primary{
        font-size: 23px;
    }
    .top-content {
        padding-top: 35px;
    }
    .top-content .nav-top-content .item .img img{
        width: 130px;
        height: 130px;
    }
    .title-title-1 .title-2{
        font-size: 23px;
    }
}