.fs-ctetit {
    text-align: center;
}

.title.title_cate h1 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.fs-ctetit h1 span {
    text-transform: uppercase;
    color: #da251c;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 2px solid #da251c;
    padding-bottom: 10PX;
    padding: 15px 50px;
}

.product-detail .img img {
    width: 100%;
}

.product-detail .pro1 {
    background: white;
    float: left;
    margin-bottom: 10px;
    transition: 0.5s;
}

    .product-detail .pro1:hover {
        overflow: hidden;
        -moz-box-shadow: 0px 0px 20px #999;
        -webkit-box-shadow: 0px 0px 20px #999;
        box-shadow: 0px 0px 20px #999;
        transition: 0.5s
    }

.product-detail .name1 {
    margin-top: 10px;
}

    .product-detail .name1 .name h3 {
        font-size: 14px;
        margin: auto;
        padding: 0 10px;
        color: #222;
    }

.phukien .product-detail .price {
    text-align: center
}

.product-detail .price {
    color: #eb1f28;
    font-weight: bold;
    font-size: 16px;
    padding: 0 10px 10px;
}

    .product-detail .price .price-old {
        color: #8c8a8a;
        padding-left: 20px;
        text-decoration: line-through;
    }

.product-detail .info {
    transition: 0.5s;
    padding: 15px;
    position: absolute;
    top: 500px;
    background: #fff;
    z-index: 999;
    width: 100%;
    height: 100%
}

    .product-detail .info .name2 .n {
        color: #0578b1;
        font-size: 15px;
        font-weight: bold;
        float: left;
    }

    .product-detail .info .name2 .pr {
        color: #eb1f28;
        font-size: 15px;
        font-weight: bold;
        float: right;
    }

    .product-detail .info .cauhinh {
        clear: both;
    }

.box-content .product-detail:hover .info {
    top: 0
}

.product-detail .info .km {
    margin-top: 20px;
}

    .product-detail .info .km img {
        margin-right: 10px;
    }

    .product-detail .info .km p {
        margin: 0 0 5px;
    }

.banner_adv img {
    width: 100%;
    box-shadow: 0 0 5px #ccc;
}

.phukien .product-detail .name {
    min-height: 30px;
}

.phukien .product-detail .img img {
    transition: 0.3s
}

.phukien .product-detail .img {
    height: 180px;
    overflow: hidden;
}

    .phukien .product-detail .img:hover img {
        transform: scale(1.1);
    }

.phukien .product-detail h3 {
    font-weight: 400;
    color: #055194;
    font-size: 13px;
    text-align: center
}

.phukien .product-detail .price {
    font-size: 15px;
}

.phukien .product-detail:hover h3 {
    color: #eb1f28
}

.phukien.category .product-detail h3 {
    color: #222
}

.phukien.category .product-detail:hover h3 {
    color: #eb1f28
}

.phukien.category .product-detail .price {
    font-size: 16px;
}

.product-detail .add-cart {
    border: 1px solid #0061a9;
    border-radius: 3px;
    float: right;
    padding: 5px 7px;
    font-weight: 400;
    color: #0061a9;
    transition: 0.3s;
    line-height: 20px;
}

    .product-detail .add-cart i {
        color: #0061a9;
    }

    .product-detail .add-cart:hover {
        color: #fff;
        background: #0061a9
    }

        .product-detail .add-cart:hover i {
            color: #fff;
        }

.contact {
    padding: 0 10px;
}

.infomation ul li a {
    color: #808080;
    line-height: 28px;
}

.infomation ul li:HOVER a {
    color: #ccc
}

.product {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 5px;
}

.xyz {
    display: none;
}

.img-des {
    margin: 0 10px 15px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    max-width: 60px;
    float: left
}

.name_product {
    border-bottom: 1px solid #ccc;
    margin: 0;
    font-size: 24px;
    color: #222;
    padding: 5px 5px 10px;
    margin-bottom: 15px;
}

.title_color ul li a {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
}

.product_info .nav-tabs {
    border: none
}

    .product_info .nav-tabs li {
        border: none;
        height: 20px;
        margin-left: 11px;
        width: 20px;
    }

    .product_info .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid #2d2d2d;
        border-radius: 0;
        height: 20px;
        width: 20px;
        padding: 0;
        border-radius: 50%;
    }

    .product_info .nav-tabs > li.active > a,
    .product_info .nav-tabs > li.active > a:focus,
    .product_info .nav-tabs > li.active > a:hover {
        color: #555;
        cursor: default;
        box-shadow: 0 0 14px #a70404;
        border: 2px solid #fff;
    }

.product_info .nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background: none;
}

.product_info {
    padding: 0 20px 20px 20px;
}

    .product_info .price {
        color: #db1e24;
        font-size: 22px;
        font-weight: bold;
        clear: both;
        padding: 20px 0;
        line-height: 16px;
    }

        .product_info .price i {
            color: #666;
            font-size: 12px;
            font-weight: normal;
            clear: both;
        }

    .product_info .add-cart > div {
        background: #345ea8;
        border: 1px solid #1a4082;
        text-align: center;
        padding: 10px 0;
        border-radius: 4px;
        color: #fff;
        max-width: 200px;
    }

        .product_info .add-cart > div span {
            font-weight: bold;
            font-size: 16px;
            color: #fff
        }

    .product_info .khuyenmai {
        margin-top: 15px;
    }

        .product_info .khuyenmai ul {
            border-top: 1px solid #ccc;
            margin-top: 5px;
            padding-top: 5px;
        }

            .product_info .khuyenmai ul li p {
                margin: 0
            }

            .product_info .khuyenmai ul li {
                line-height: 28px;
            }

                .product_info .khuyenmai ul li img {
                    margin: 5px 10px 0 0;
                }

                .product_info .khuyenmai ul li:nth-child(even) {
                    background: rgba(204, 204, 204, 0.2);
                }

    .product_info .stock span {
        font-weight: bold
    }

    .product_info .stock {
        margin-top: 20px;
    }

.des_product {
    padding: 20px 10px;
}

    .des_product .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        color: #597abd
    }

        .des_product .nav-tabs > li.active > a span,
        .nav-tabs > li.active > a:focus span,
        .nav-tabs > li.active > a:hover span {
            color: #597abd
        }

    .des_product .nav-tabs > li > a {
        color: #555
    }

        .des_product .nav-tabs > li > a span {
            padding-right: 5px;
        }

    .des_product .tab-content {
        padding: 15px 0;
        clear: both;
    }

.specificationheader {
    color: #2d2d2d;
    background-color: #eaeaea;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.des_product .tab-content .tskt li {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

    .des_product .tab-content .tskt li div {
        font-weight: 400;
        padding: 8px 0;
    }

    .des_product .tab-content .tskt li .colleft {
        text-align: right;
        margin: 0;
        padding-right: 20px;
    }

    .des_product .tab-content .tskt li .colright {
        margin: 0;
        padding-left: 20px;
        border-left: 1px solid #ebebeb;
    }

.pro_detail {
    background: #fff;
    border: 1px solid #Ccc;
}

    .pro_detail .name {
        line-height: 18px;
        min-height: 45px;
    }

        .pro_detail .name a {
            color: #2d2d2d;
            font-size: 14px;
        }

.box_bottom {
    height: 41px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
}

    .box_bottom a {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 7px 22px;
        width: 100px;
        font-size: 14px;
        color: #2d2d2d;
    }

    .box_bottom > div {
        height: 45px;
        line-height: 50px;
        padding: 0;
    }

    .box_bottom .add-cart {
        background: #e2b025;
        color: #fff;
        border: 1px solid #e2ad25;
        transition: 0.3s;
    }

        .box_bottom .add-cart:hover {
            background: #fff;
            color: #2d2d2d;
            border: 1px solid #2d2d2d;
        }

    .box_bottom .tell {
        transition: 0.3s
    }

        .box_bottom .tell:hover {
            color: #2d2d2d;
            border: 1px solid #2d2d2d;
        }

@keyframes animateleft {
    from {
        left: 100px;
        opacity: 0
    }

    to {
        left: 292px;
        opacity: 1
    }
}

@media (max-width: 1900px) {
}

@media (min-width: 1900px) {
    body {
    }

    .mobi-no1 {
        display: none;
    }

    .hinhanh_to {
        width: 100%;
        height: 406px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .service .pro_detail .name {
        min-height: 88px;
    }

    .mobi-no1 {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

.mobi-no1 {
    display: none;
}

}

@media screen and (min-width: 1200px) {
    .container {
        width: 1200px;
        margin: auto;
    }

    .hinhanh_to {
        width: 100%;
        height: 406px;
    }

    .mobi-no1 {
        display: none;
    }

    .slideshow222 {
        margin-top: -4px;
    }
}


.page_review {
    background: #fff;
    padding: 30px
}

    .page_review .pav {
        text-align: center;
        margin-top: 30px;
    }

    .page_review .nav-link {
        background: #3a8ace;
        color: #fff;
        text-transform: uppercase;
        padding: 8px 10px;
        border-radius: 5px;
        margin: 5px;
        cursor: pointer;
        transition: 0.3s;
    }

    .page_review .back {
        padding: 8px 10px;
    }

    .page_review .nav-link:hover {
        transition: 0.3s;
        background: #18568a;
    }

    .page_review .fn {
        background: #41b971;
    }

.title_bophan {
    text-align: center;
    color: #f97c10;
    font-size: 25px;
}

#content_prv {
    max-width: 600px;
    margin: auto;
    min-height: 300px;
}

.next1, .next2, .next3, .next4, .next5, .next6 {
    pointer-events: none;
    opacity: 0.5
}

.page_review .tab-pane li {
    background: none;
    border: none
}

.page_review .cauhoi {
    margin: 20px 0 5px 0;
    FONT-SIZE: 18px;
    color: #2292c7;
}

.gopy {
    display: none
}

/*@media screen and (min-width: 1200px){*/

/*.container {*/

/*width: 1200px;*/

/*}*/

/*}*/
@media screen and (min-width: 991px) {
    .menutop.f-nav.main {
        padding-top: 84px;
    }

    .col-md-5c {
        width: 20%;
    }

    .col-lg-5c {
        width: 20%;
    }

    .mobi-no1 {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .mobi-no1 {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .lienket_main > div {
        padding: 5px;
    }

    #search-site {
    }

    .desctiption .menu_tab li {
        width: 50%;
        float: left;
        margin: 0
    }

    .likeshare,
    .fs-dttrate,
    .fs-newsdt-key {
        padding: 0 15px;
    }

    .pro_detail .fs-dttrate {
        padding: 0;
    }

    .vpisocert {
        margin-bottom: 0px
    }

    .fs-ftbott {
        display: none;
    }

    .boxTour {
        padding: 15px;
    }

        .boxTour .title h3 {
            margin: 0;
            margin-bottom: 20px;
        }

            .boxTour .title h3 span {
                font-size: 17px !important;
                padding: 15px 15px 6px 0;
            }

    .related .pro_feature {
        width: 100%;
        padding: 2px 15px;
    }

    .related .pro_detail img {
        max-width: 80px;
    }

    .related .pro_detail {
        width: 100%;
    }

        .related .pro_detail .name {
            height: auto !important
        }

            .related .pro_detail .name a {
                color: #263591
            }

    .title_cate h1 {
        border-bottom: 2px solid #ff9e37;
        padding-bottom: 10px;
        text-align: left;
    }

        .title_cate h1 span {
            text-transform: capitalize;
            color: #2d2d2d;
            font-weight: bold;
            font-size: 20px;
            border: none;
            padding-bottom: 10PX;
            padding: 15px;
        }

    .tintuc_main .name h3,
    .tintuc_main .name h3 font {
        color: #1a1a1a;
        font-family: arial;
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
    }

    .about_home {
        margin-top: 0
    }

    .anhgt {
        text-align: center;
    }

        .anhgt img {
            max-width: 300px !important;
            margin: auto;
            margin-bottom: 30px;
        }

    .accordion {
        padding: 15px;
    }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }

    .card-header {
        padding: .75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, .03);
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }

    .card-body {
        padding: 10px;
    }

    .card-header span {
        color: #c1c1c1;
        margin-left: 6px;
    }

    .cate_pro_home .pro_feature .name {
        height: 62px;
    }

    .col-8 {
        width: 25%;
        float: left
    }

    .order {
        margin-bottom: 30px;
        margin-top: 100px;
    }

    .tab-news a {
        font-size: 13px;
    }

    .pageabout .nav-tabs {
        padding: 0 15px;
        border: none
    }

    .tab-content.about {
        margin: 20px 15px;
    }

    .list_cate {
        padding: 20px;
    }

    .title_name_news {
        clear: both;
    }

    .col4 {
        width: 50%;
        float: left;
        margin-bottom: 15px;
    }

    .fs-ctetit h1 span {
        font-size: 16px;
    }

    .col-left_n {
        padding: 20px;
    }

    .col-right_n {
        padding: 20px;
    }

    .desctiption {
        padding: 10px;
    }

    .pro_feature {
        display: inline-block;
    }

    .pro_detail .name {
    }

    .image_pro {
        padding: 20px;
    }

    .conten_info_pro {
        padding: 20px;
    }

    .title_name {
        font-size: 18px;
    }

    body {
    }

    .product_info {
        clear: both !important;
        border-top: 1px solid rgba(210, 208, 208, 0.35);
        ;
        padding-top: 20px;
    }

    .nav-tabs li {
        float: left;
    }

    .product_info .nav-tabs li {
        float: left;
        margin: 0 10px 0 0
    }

    .category_news .des {
        padding: 0 10px
    }

    .category_news h2 {
        font-size: 14px;
    }

    .news_related {
        margin-top: 50px;
    }

    .content_ab {
        padding: 20px;
    }

    .desktop-no1 {
        display: none;
    }

    .title h3 {
        font-size: 20px;
        margin: 0 20px;
    }

    .service,
    .email_regis {
        padding-bottom: 30px;
    }

    .email_regis {
        margin-top: 30px;
    }

        .service .title,
        .email_regis .title {
            margin: 30px;
        }

    .title h3 span {
        font-size: 15px !important;
        padding: 15px;
    }

    .vpisocert ul li {
        padding-left: 20px
    }

    footer {
        padding: 30px 20px;
    }

    footer {
        padding-bottom: 50px;
    }
}

@media (max-width: 568px) {

    .title_bophan {
        font-size: 18px;
    }

    .pd015.rv {
        padding: 0 !important
    }

    .breadcrumb > li,
    .breadcrumb > li a {
        font-size: 11px;
    }

    .menu_tab ul li a {
        font-size: 13px;
    }

    .vpisocert .title {
        text-align: center;
        margin: 20px;
    }

    iframe#launcher {
        margin: 1px 15px !important;
    }

    .related .pro_detail img {
        max-width: 70px;
    }

    .title_cate h3 {
        border-bottom: 2px solid #ff9e37;
        padding-bottom: 10px;
    }

        .title_cate h3 span {
            text-transform: capitalize;
            color: #2d2d2d;
            font-weight: bold;
            font-size: 20px;
            border: none;
            padding-bottom: 10PX;
            padding: 15px;
        }

    .title_cate h1 {
        border-bottom: 2px solid #ff9e37;
        padding-bottom: 10px;
        text-align: left;
    }

        .title_cate h1 span {
            text-transform: capitalize;
            color: #2d2d2d;
            font-weight: bold;
            font-size: 20px;
            border: none;
            padding-bottom: 10PX;
            padding: 15px;
        }

    .col-8 {
        width: 33.3333333333%;
        float: left
    }

    .tab-news {
        width: 50%;
        float: left;
    }

    .title-box1 {
        font-size: 20px;
    }

    .fs-ne2-tit {
        font-size: 18px
    }

    .title_name_news {
        font-size: 23px;
    }

    .anhgt {
        text-align: center;
    }

        .anhgt img {
            max-width: 200px !important;
            margin: auto;
            margin-bottom: 30px;
        }

    .about_home .title h3 {
        font-size: 16px;
    }

    .about_home .content_ab {
        font-size: 13px;
    }

    .pro_detail .name {
        height: 88px;
        overflow: hidden;
    }

    .related .pro_detail .name {
        height: auto !important
    }

    .fs-ctetit h1 {
        margin-top: 15px;
        font-size: 13px;
    }
}

.hotrodv .pro_detail .name {
    height: 45px;
    overflow: hidden;
    padding: 5px;
}

@media screen and (max-width: 479px) {
    .pro_feature {
        padding: 7px;
    }

    .related .pro_detail img {
        max-width: 60px;
    }

    .fs-ctetit h1 span {
        font-size: 13px;
    }

    .img-des {
        margin: 15px 5px;
    }

    #tragop {
        padding: 20px;
    }

        #tragop td input {
            width: 100%;
        }

    .noel_r,
    .noel_l {
        display: none !important;
    }

    .desktop-no1 {
        display: none;
    }
}

@media (max-width: 480px) {
    .title_name {
        font-size: 15px;
    }

    #header-1 .dkcatba {
        display: none;
    }
    /* Menu-Mobile-style*/

    #header-style-1 .navbar {
        margin-bottom: 0;
        background-color: #ebebeb;
    }

    #header-style-1 .navbar-nav > li > a {
    }

    .desktop-no1 {
        display: none;
    }

    .hotrodv .pro_detail .name {
        min-height: 60px
    }
}

@media screen and (max-width: 360px) {
    .related .pro_detail img {
        max-width: 60px;
    }

    .desktop-no1 {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    .desktop-no1 {
        display: none;
    }
}
