﻿body {
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    max-width: 100vw;
    min-height: 100vh;
}

.container {
    margin: auto;
   /* width: 58rem;*/
    width: 1200px;
    font-size: 18px;
    max-width: 100%;
}

.qrthanhtoan {
    display: flex;
    justify-content: center;
}

.check_hinhthucthanhtoan {
    display: flex;
    flex-direction: column;
}

.capcha_chung {
    display: flex;
    align-items: center;
}

#imageQR {
    width: 40%;
}

.main .container .mo_ta-sp .mo_ta-hinh-anh .thong_tin_co_ban .thong_tin_tu-van .display_flex {
    justify-content: flex-start;
}


.display_flex {
    display: flex;
    justify-content: space-between;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.noidung_tin h4 {
    padding:6px 0;
}

.header-thanhtoan {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.login-thanh-toan {
    color: #0b53d3;
    margin-right: 10px;
    font-size: 18px;
}

    .login-thanh-toan b {
        font-size: 16px;
    }

.input_price {
    width: 40px;
    text-align: center;
}

p, a, b {
    margin: 0;
    text-decoration: none;
    font-size: 14px;
}

li {
    list-style-type: none;
}

.btn_next-prev-page {
    width: 11rem;
    margin: auto;
}

    .btn_next-prev-page a {
        font-size: 14px;
        border: none;
        padding: 3px 8px;
        margin-top: 2rem;
        border-radius: 3px;
        background-color: #e0e0e0dd;
        color: #000000;
    }

        .btn_next-prev-page a:hover, .btn_next-prev-page li.active:not(.disabled) a {
            background-color: #ffd120;
        }

.wImage {
    overflow: hidden;
    position: relative;
}

    .wImage:before {
        content: "";
        display: block;
        padding-bottom: 66.66%
    }

    .wImage .image {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

        .wImage .image.cover img {
            height: 100%;
            object-fit: cover;
            width: 100%;
        }

        .wImage .image img, .wImage .image img.owl-lazy {
            -moz-transform: translateY(-50%) translateX(-50%);
            -moz-transition: 0.5s all ease-in-out;
            display: block;
            left: 50%;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%) translateX(-50%);
            transition: 0.5s all ease-in-out;
            vertical-align: middle;
        }

/*css trang chủ*/
.rectangle {
    height: 24px;
    background-color: #f7f7f7;
    display: flex;
    /*width: 100%;*/
}

.option-ship {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    font-size: 13px;

}

    .option-ship span {
        display: flex;
        flex-direction: column;
        margin-top: 5px;
        border-radius: 3px;
    }

.input_price {
    width: 40px;
    border: none;
    background: #efefef;
}

.menu_thanh_toan .thong_tin-trai .select2-container--default .select2-selection--single {
    border-radius: 2px !important;
    border: 1px solid #c0c0c0 !important;
}

.option-ship .diachi-vanchuyen {
    width: 100%;
    border-radius: 3px;
    height: 35px;
    margin-top: 10px;
    font-size: 13px;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    display: flex;
    outline: none;
}

.rectangle p {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 13px;
}

.rectangle .rectangle_left {
    display: flex;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
}

.rectangle .rectangle_right {
    justify-content: end;
    display: inline-flex;
    align-items: center;
    width: 40%
}

    .rectangle .rectangle_right a {
        border-left: 1px solid black;
        border-right: 1px solid black;
        color: #000000;
    }

    .rectangle .rectangle_right a {
        border-left: none;
        padding-right: 10px;
        margin-right: 10px;
    }

        .rectangle .rectangle_right a:last-child {
            border-right: none;
            padding-right: 0;
            margin-right: 0;
        }

.rectangle .rectangle_left img {
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

hr {
    color: #f7f7f7a6;
    margin: 0;
}

.banner {
    display: flex;
    padding: 3px 0 6px;
    justify-content: space-between;
}

    .banner .logo img {
        height: 60px;
    }

.banner_content {
    display: flex;
    padding-left: 4rem;
    text-align: center;
    justify-content: end;
    display: inline-flex;
    width: 54%;
}

    .banner_content p {
        font-size: 15px;
        padding: 2px;
        justify-content: center;
        display: flex;
    }

    .banner_content img {
        height: 20px;
        padding-left: 5px;
    }

.banner_content-left,
.banner_content-right,
.giohang {
    padding-left: 12px;
    padding-right: 18px;
    border-left: 1px solid #4e4e4e;
}

    .banner_content-left:first-child {
        border: none;
    }

.giohang {
    display: flex;
    color: black;
    padding-right: 13px;
    align-items: center;
    justify-content: space-evenly;
}

    .giohang .account a,
    .giohang .cart a {
        color: #000;
        font-size: 16px;
    }

    .giohang .cart {
        position: relative;
    }
        

        .giohang .cart span {
            position: absolute;
            background-color: #ffd120;
            right: -12%;
            top: -20%;
            z-index: 1;
            padding: 3px 5px;
            font-size: 10px;
            border-radius: 50%;
        }

    .giohang .language {
        position: relative;
        margin: 0 10px;
    }

        .giohang .language > a > img {
            width: 30px;
            margin-top: -4px;
            vertical-align: middle;
        }

        .giohang .language > a > i {
            color: #b7b7b7;
            margin-left: 4px;
        }

        .giohang .language ul, .giohang .account ul {
            display: none;
        }

            .giohang .language ul li {
                padding: 5px 12px 0;
            }

                .giohang .language ul li img {
                    padding: 0
                }

        .giohang .language:hover > ul, .giohang .account:hover > ul {
            display: block;
            position: absolute;
            top: 100%;
            right: 0;
            z-index: 10;
            padding: 0;
            margin: 0;
        }

    .giohang .account {
        position: relative;
    }

        .giohang .account ul {
            right: auto;
            left: 0;
            text-align: left;
            min-width: 150px;
            background: #fff;
            border: 1px solid #ccc;
            width: 166px;
        }

            .giohang .account ul li {
                padding: 5px 10px;
                border-bottom: 1px solid #ccc;
            }

                .giohang .account ul li:last-child {
                    border: none;
                }

                .giohang .account ul li:hover {
                    background: #f1f1f1;
                }

                .giohang .account ul li a {
                    font-size: 13px;
                }

                .giohang .account ul li:hover a {
                    color: #0b53d3;
                }

        .giohang .account .fa-user-circle-o {
            font-size: 20px;
        }


/*    .giohang img {
        margin-top: 21px;
    }

    .giohang .text {
        padding: 10px 0 10px 10px;
        color: black;
        text-align: left;
        margin-top: 0;
    }*/
.mobile_close {
    display: none;
    position: fixed;
    margin-left: 89%;
    font-size: 30px;
    color: white;
    position: absolute;
    z-index: 10;
    top: 1.9rem;
    transform: translateX(-100%);
}

.nav_overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    animation: fadeIn linear 0.2s;
    z-index: 10;
}

.nav_mobile {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 71%;
    background-color: #0081ce;
    opacity: 0;
    transition: transform linear 0.2s, opacity linear 0.2s;
    z-index: 10;
    transform: rotateY(-90deg);
    transform-origin: center left;
}

.nav_mobile .nav_mobile-list {
    margin-top: 30px;
}

    .nav_mobile .nav_mobile-list .txtbars_mobile {
        list-style-type: none; /* không hiển thị dấu chấm thẻ li */
    }

        .nav_mobile .nav_mobile-list .txtbars_mobile .nav_mobile_link {
            text-decoration: none;
            color: #fff;
            display: block;
            padding: 8px 0;
            font-weight: 500;
            font-size: 1.2rem;
            font-family: Roboto;
        }

.menu {
    background-color: #0b53d3;
    height: 10%;
    display: flex;
}

.menu_root .san_pham {
    position: relative;
    display: inline-block;
}

#san_pham .sub_menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    z-index: 5;
    width: 54rem;
    height: 17rem;
    left: 20%;
    right: 5%;
    top: 11.5rem;
    padding: 21px;
}

#san_pham:hover .sub_menu {
    display: block;
}

#san_pham:hover > .sub_menu > .display_flex {
    background: #fff;
    padding-top: 21px;
    padding-bottom: 25px;
}

#san_pham .sub_menu .menu_title {
    display: flex;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

    #san_pham .sub_menu .menu_title img {
        height: 40px;
    }

    #san_pham .sub_menu .menu_title a {
        color: #000000;
        font-size: 16px;
    }

#san_pham .sub_menu ul li a {
    color: #000000;
    font-size: 14px;
    line-height: 2.5em;
}

.menu .menu_root {
    display: flex;
    padding: 0;
    font-size: 41px;
}

.menu_root .san_pham {
    position: relative;
    display: inline-block;
}


#san_pham:hover .sub_menu {
    display: block;
}

#san_pham .sub_menu .menu_title {
    /* display: flex; */
    text-align: center;
    /* justify-content: center; */
    display: inline-flex;
    align-items: center;
    margin-left: 26px;
    border-bottom: 2px solid #0b53d3;
    width: 88%;
}

#san_pham .sub_menu .menu_g3 .sanpham_sale h4 {
    margin-top: 10px;
}

    #san_pham .sub_menu .menu_g3 .sanpham_sale h4 a {
        font-size: 16px;
        color: #eb2220;
        /*padding-left: 21px;*/
    }

#san_pham .sub_menu .menu_g3 .sanpham_sale .danhmuc_sanpham .left {
    padding-right: 25px
}

#san_pham .sub_menu .menu_title img {
    height: 40px;
}

#san_pham .sub_menu .menu_title a {
    color: #000000;
    font-size: 16px;
}

#san_pham .sub_menu ul li a {
    color: #000000;
    font-size: 14px;
    line-height: 2.5em;
}

.menu .menu_root {
    display: flex;
    padding: 0;
}

    .menu .menu_root li {
        position: relative;
    }

        .menu .menu_root li a {
            padding: 0 10px;
            position: relative;
            display: flex;
            align-items: center;
        }

    .menu .menu_root > li:hover > a::before, .menu .menu_root > li.active > a::before {
        content: "";
        display: block;
        width: 50%;
        height: 3px;
        background: #fff;
        left: 50%;
        bottom: 0;
        position: absolute;
        transform: translateX(-50%);
    }

    .menu .menu_root > li:hover a, .menu .menu_root > li.active a {
        color: #000000;
    }

.info_sanpham a {
    font-size: 14px;
}

.menu .menu_root > li a span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}

.menu .menu_root li li a {
    line-height: 20px;
}

.menu .menu_root li li:hover a span {
    color: #0b53d3
}

.menu .menu_root li li:last-child {
    border: none;
}

.menu_root .san_pham {
    position: relative;
    display: inline-block;
}

#san_pham:hover .sub_menu {
    display: block;
}

#san_pham .sub_menu .menu_title {
    display: flex;
    text-align: center;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

    #san_pham .sub_menu .menu_title img {
        height: 40px;
    }

    #san_pham .sub_menu .menu_title a {
        color: #000000;
        font-size: 16px;
    }

#san_pham .sub_menu ul li a {
    color: #000000;
    font-size: 14px;
    line-height: 2.5em;
}

#san_pham .sub_menu .menu_g2 {
}

.sanpham_sale {
    margin-left: 2rem;
}

    .sanpham_sale .title_sanpham h4 {
        padding: 15px;
        color: #e10f0f;
    }

    .sanpham_sale .danhmuc_sanpham {
        margin: 13px;
        display: flex;
    }

        .sanpham_sale .danhmuc_sanpham img {
            border: 1px solid #bbb9b9;
            border-radius: 3px;
            height: 7rem;
            width: 5rem;
            padding: 1rem 2rem 1rem 2rem;
        }

        .sanpham_sale .danhmuc_sanpham p {
            margin: 0;
            padding: 3px 5px 3px 0;
            font-size: 13px;
            font-family: Helvetica Medium;
        }

.danhmuc_sanpham .mota_sanpham {
    width: 9rem;
}

    .danhmuc_sanpham .mota_sanpham .gia_sale {
        color: #0b53d3;
    }

    .danhmuc_sanpham .mota_sanpham ul, .info_sanpham ul {
        padding: 0;
        margin: 0;
        display: flex;
    }

    .danhmuc_sanpham .mota_sanpham .gia_goc, .info_sanpham .gia_goc, .thong_tin_co_ban .gia_goc {
        text-decoration-line: line-through;
        color: #bebdbd;
        font-size: 13px;
    }

    .danhmuc_sanpham .mota_sanpham .gia_tri, .info_sanpham .gia_tri, .thong_tin_co_ban .gia_tri {
        background-color: #e10f0f;
        color: #ffffff;
        padding: 0 4px;
        text-align: center;
        font-size: 12px;
        margin-left: 5px
    }
/*	.menu a span{
		color: #ffffff;
		text-transform: uppercase;
		padding: 13px 10px 9px 10px;
		font-size: 12px;
		text-align: center;
	}
	.menu a span:hover{
		border-bottom: 3px solid white;
		padding-top: 13px;
		z-index: 5;
	}
	.menu a:after{
		border-bottom: 3px solid white;
	}
		.menu a{
			margin-top: 9px;
		}*/
/* dropdown sản phẩm  */
/*.dropdown_sanpham {
			position: relative;
			display: inline-block;
			margin-top: 6px;
		}
			.dropdown_menu {
				display: none;
				position: absolute;
				background-color: #f9f9f9;
				width: 53.7rem;
				height: 21rem;
				margin: 13px 10px 10px -10.3rem;
				box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
				padding: 12px 16px;
				z-index: 2;
			}
			
				.dropdown_menu .sanpham_lop {
					margin-bottom: 3rem;
				}
			
				.dropdown_menu hr {
					color: #023ea9;
					margin: -6px 0 2rem 30px;
					width: 9rem;
					height: 2px;
					background-color: #023ea9;
					border: none;
				}
			
			.title_sanpham {
				display: flex;
				justify-content: center;
				display: inline-flex;
				align-items: center;
			}
			
				.title_sanpham h4 {
					padding-left: 0.5rem;
					width: 10rem;
				}
			
				.title_sanpham img {
					height: 3rem;
					margin-left: 1rem;
				}
			
			.danhmuc_sanpham {
				margin-left: 17px;
			}
				.danhmuc_sanpham ul{
					padding: 0;
					margin: 0;
				}
					.danhmuc_sanpham ul li {
						font-size: 14px;
						padding: 10px;
					}
						.danhmuc_sanpham ul li i{
							padding-right: 5px;
							color: #7c7b7b;
						}
					.danhmuc_sanpham ul li:hover{
						cursor: pointer;
						color: red;
					}
			
			.dropdown_menu .sanpham_khac {*/
/*margin-left: 2rem;*/
/*}
			
			.sanpham_khac hr {
				width: 15rem;
			}
			
			.sanpham_khac .danhmuc_sanpham {
				display: flex;
			}
			
			.danhmuc_sanpham .right {
				padding-left: 1rem;
			}
			
			.sanpham_sale {
				margin-left: 2rem;
			}
			
				.sanpham_sale .title_sanpham h4 {
					padding: 15px;
					color: #e10f0f;
				}
			
				.sanpham_sale .danhmuc_sanpham {
					margin: 13px;
					display: flex;
				}
			
					.sanpham_sale .danhmuc_sanpham img {
						border: 1px solid #bbb9b9;
						border-radius: 3px;
						height: 7rem;
						width: 5rem;
						padding: 1rem 2rem 1rem 2rem;
					}
			
					.sanpham_sale .danhmuc_sanpham p {
						margin: 0;
						padding: 3px 5px 3px 0;
						font-size: 13px;
						font-family: Helvetica Medium;
					}
			
						.danhmuc_sanpham .mota_sanpham {
							width: 9rem;
						}
						
							.danhmuc_sanpham .mota_sanpham .gia_sale {
								color: #0b53d3;
							}
						
							.danhmuc_sanpham .mota_sanpham ul {
								padding: 0;
								margin: 0;
								display: flex;
							}
						
							.danhmuc_sanpham .mota_sanpham .gia_goc {
								text-decoration-line: line-through;
								color: #bebdbd;
								font-size: 13px;
							}
						
							.danhmuc_sanpham .mota_sanpham .gia_tri {
								background-color: #e10f0f;
								color: #ffffff;
								padding: 0 4px;
								text-align: center;
								font-size: 12px;
							}
			
			.dropdown_sanpham:hover .dropdown_menu {
				display: block;
			}*/
/* hết dropdown sản phẩm */
/*.search {
    margin: 10px 0 10px 7%;
    width: 26%;
    height: 2rem;
    border-radius: 3px;
    background-color: white;
}

    .search #frmsearch {
        text-align: center;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        height: 33px;
    }

        .search #frmsearch .srch {
            border: none;
            outline: none;
            flex: 1;
        }

        .search #frmsearch .btnsearch {
            border: none;
            width: 26px;
            height: 24px;
            color: black;
            border-radius: 3px;
            background-color: white;
            margin-left: 28px;
        }*/


.menu .container .linkAndSearch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
    /*width: 20%;*/
}

    .menu .container .linkAndSearch .rectangle_left,
    .menu .container .linkAndSearch .search {
        padding: 0 6px;
        /*border-right: 1px solid #ccc;*/
    }

        .menu .container .linkAndSearch .rectangle_left a {
            margin: 0 4px;
        }

    .menu .container .linkAndSearch .rectangle_left {
        height: 100%;
    }

        .menu .container .linkAndSearch .rectangle_left a img {
            margin-top: 6px;
            width: 20px;
        }
    .menu .container .linkAndSearch .wrap {
        width: auto;
        position: absolute;
        right: 0;
        top: 100%;
        padding-top: 10px;
    }

    .menu .container .search a {
        color: #fff;
    }

.menu .container .linkAndSearch .search a i {
    margin-top: 4px;
}

.wrap {
    position: relative;
}

    .wrap #frmsearch {
        background: #fff;
        display: none;
        border: 2px solid #ccc;
        border-radius: 3px;
        position: absolute;
        right: 0px;
        top: 100%;
        width:300px;
        padding:4px 0;
    }

        .wrap #frmsearch .ip {
            display: flex;
        }

            .wrap #frmsearch .ip input {
                border: none;
                flex: 1;
                outline: none;
            }

            .wrap #frmsearch .ip .btnsearch {
                border: none;
                color: black;
                border-radius: 3px;
                background-color: #fff;
                line-height: 10px
            }

    .wrap .btnsearch:hover {
        background-color: #fff;
    }

.search_mobile {
    display: none;
}

.banner_sanpham img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}

.banner_sanpham .title img {
    width: 41px;
    height: 20px;
    vertical-align: middle;
}

.banner_sanpham .label_sanpham {
    margin-top: -25rem;
    margin-left: -2rem;
    width: 33.6rem;
    height: 20rem;
    background-color: #ffffff8a;
    position: absolute;
}

    .banner_sanpham .label_sanpham .label_title {
        display: flex;
        width: 33.3rem;
        height: 2rem;
        background-color: #ffd120;
        padding: 5px 0 5px 5px;
    }

        /*.banner_sanpham .label_sanpham .label_title .search_LopTheoHx .lopHx {
            padding: 10px 0px 10px 21px;
            width: 9rem;
        }*/

        .banner_sanpham .label_sanpham .label_title h6 {
            padding: 10px 0px 10px 21px;
            width: 9rem;
        }

        .banner_sanpham .label_sanpham .label_title a:not(.lopHx) {
            /*position: absolute;*/
            width: 7.2rem;
            height: 26px;
            text-align: center;
            justify-content: center;
            display: inline-flex;
            align-items: center;
            padding: 3px 15px 3px 49px;
            margin: 0;
            color: white;
            font-size: 10px;
            font-weight: 700;
            z-index: 1;
        }

        .banner_sanpham .label_sanpham .label_title .hinh_binh_hanh {
            width: 11rem;
            height: 33px;
            transform: skew(30deg);
            background: #4a4a4a;
            margin-left: 11rem;
            position: absolute;
        }

        .banner_sanpham .label_sanpham .label_title .hinh_thang {
            border-top: 33px solid #4a4a4a;
            border-left: 19px solid transparent;
            border-right: 0px solid transparent;
            height: -4px;
            width: 10rem;
            position: absolute;
            margin-left: 22.1rem;
        }

        .banner_sanpham .label_sanpham .label_title a img {
            width: 11.5rem;
            height: 2rem;
            margin-left: 0;
            color: #ffff;
            /* padding: 6px 19px 6px 17px;
    text-align: center;
    border: none;
    
    background-color: #4a4a4a;
    transform: skew(30deg); */
        }

    .banner_sanpham .label_sanpham .label_content {
        margin-top: 30px;
    }

        .banner_sanpham .label_sanpham .label_content a {
            width: 31rem;
            height: 2.3rem;
            margin: 6px 19px 6px 21px;
            padding-left: 10px;
            text-align: left;
            display: inline-flex;
            align-items: center;
            border: 1px solid #939393;
            box-shadow: 10px;
            border-radius: 3px;
            background-color: #f5f5f6;
            color: #000000;
        }

.label_sanpham .label_content a p {
    width: 97%;
    font-size: 13px;
}

.banner_sanpham .label_sanpham .label_content .label_search {
    background-color: #ffd120;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    border: none;
}

.main {
    margin-top: 2rem;
}

    .main .describe {
        display: flex;
    }

    .main .describe_box {
        width: 13rem;
        height: 22rem;
        border: 1px solid #bebdbd;
        margin: 10px;
        border-radius: 4px;
    }

/*    .main .container .mo_ta-sp .mo_ta-hinh-anh .hinh_anh .anh_chinh img{
        position:unset !important;
    }
    .main .container .mo_ta-sp .mo_ta-hinh-anh .hinh_anh .anh_phu .slick-arrow {
        display: none !important;
    }
    .main .container .mo_ta-sp .mo_ta-hinh-anh .hinh_anh .anh_phu{
        width:481px;
    }
    .main .container .mo_ta-sp .mo_ta-hinh-anh .hinh_anh .anh_phu img {
        width: 10%;
    }*/

.describe_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .describe_block .describe_box img {
        width: 100%;
    }

    .describe_block .describe_box .text {
        margin-top: 10px;
        position: absolute;
        text-transform: uppercase;
        padding-left: 4.5rem;
        width: 8.5rem;
    }

        .describe_block .describe_box .text h5,
        .describe_block .describe_box .text h6 {
            margin: 10px;
        }

        .describe_block .describe_box .text h5 {
            color: #ffffff;
            width: 8rem;
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 0;
        }

    .describe_block .describe_box a {
        margin-left: -4.5rem;
        margin-top: 7.5rem;
        position: absolute;
    }

    .describe_block .describe_box .producer img {
        height: 3rem;
        width: 83%;
        padding: 0 1rem 0 1rem;
        margin: -3px;
    }

.category {
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.category_title {
    text-align: center;
    display: inherit;
    padding: 2rem 0;
}

    .category_title p {
        color: #023ea9;
        text-transform: uppercase;
        margin: 10px 2%;
        font-size: 23px;
        font-weight: 600;
    }

    .category_title .category_title-text {
        display: flex;
        margin: auto;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

        .category_title .category_title-text .left {
            border-left: 3rem solid #0b53d3;
            height: 8px;
            padding-right: 1rem;
        }

        .category_title .category_title-text .right {
            border-right: 3rem solid #0b53d3;
            height: 8px;
            padding-left: 1rem;
        }

    .category_title a {
        background-color: #ffd120;
        border: none;
        padding: 5px 9px;
        border-radius: 5px;
        margin-top: 14px;
        color: #000000;
    }

        .category_title a:hover {
            color: white;
        }

    .category_title.titleSPK {
        padding-bottom: 0;
    }

.category .category_product {
    display: flex;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .category .category_product .product_box {
        width: 8rem;
        height: 30%;
        margin: 20px;
        border: 1px solid #f7f7f7;
        border-radius: 3px;
        padding: 3%;
        background-color: white;
    }

.thuong_hieu_lop {
    position: relative
}

.BA_spKhac {
    width: 45%;
}

.BA_spKhac::before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #000;
    right: 50%;
    top: -8%;
}

.category_product .product_box img {
    height: 4rem;
    width: 5rem;
    margin: auto;
}

.category_product .product_box a {
    text-align: center;
    padding-top: 0.5rem;
    font-size: 14px;
    color: #000000;
}

/* tin tức trang index */
.news {
    /*display: flex;*/
    height: 33rem;
    position: relative;
}

    .news .bgr_news {
        width: 100%;
        margin: 0 auto;
        height: 33rem;
        z-index: 1;
    }

    .news .tin_trang-chu {
        position: absolute;
        top: 0;
        left: 0;
        /*z-index: 5;*/
        width: 100%;
        display: flex;
    }

    .news .main_new {
        position: absolute;
        width: 49%;
        height: 26rem;
    }

.site_news .category_title .category_title-text .left {
    border-left: 3rem solid #fff;
    height: 8px;
    padding-right: 1rem;
}
.site_news .category_title .category_title-text .rightt {
    border-right: 3rem solid #fff;
    height: 8px;
    padding-left: 1rem;
}
.site_news .category_title p {
    color: #fff;
    text-transform: uppercase;
    margin: 10px 2%;
    font-size: 23px;
    font-weight: 600;
}

.main_new .main_new-title {
    position: absolute;
    /* left: 0;
    bottom: 0; */
    width: 100%;
    height: 23%;
    color: white;
    background-color: #1e1e1ea8;
    z-index: 5;
    bottom: 0px;
}

    .main_new .main_new-title p,
    .main_new .main_new-title h4,
    .main_new .main_new-title .btn {
        margin: 5px 5px 5px 4%;
    }

        .main_new .main_new-title h4 a,
        .site_news .new_min-title h5 a {
            font-size: 15px;
            color: white;
        }


.news .tin_trang-chu .btn {
    align-items: center;
    justify-content: center;
    display: flex;
    float: right;
    background-color: #ffd120;
    color: #000000;
    border: none;
    width: 5rem;
    height: 1.5rem;
    padding: 4px 8px;
    border-radius: 5px;
  /*  font-weight: 600;*/
}

    .news .tin_trang-chu .btn:hover {
        color: white;
    }

.main_new img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.news .site_news {
    margin: auto;
    max-width: 1200px;
    width:100%;

    /*margin-left: 51%;*/
}
    .news .site_news .news-min-responsive {
        width: 100%;
        display: flex;
        align-items:center;
        justify-content: center;
    }
        .news .site_news .news-min-responsive .slick-track {
            display:flex;
            gap:20px;
        } 

        .news .site_news .news-min-responsive .slick-arrow {
            /*position: absolute;*/
            display: flex;
            color: #fff;
            background-color: #434343;
            justify-content: space-between;
            padding: 12px 15px;
            border-radius: 50%;
            align-items: center;
            top: 50%;
            z-index: 1;
            cursor: pointer;
        }
        .news .site_news .news-min-responsive .fa-chevron-left {
            
            left: 0;
        }
        .news .site_news .title_news {
            display: flex;
            justify-content: center;
            display: inline-flex;
            align-items: center;
        }

    .news .site_news h2 {
        margin: 8px;
        color: #ffffff;
    }

    .news .site_news hr {
        width: 33px;
        height: 4px;
        background-color: #ffffff;
        border: none;
    }

    .news .site_news .news_min {
        /*display: flex;*/
      /*  width: 26rem;*/
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .news .site_news .news_min img {
            object-fit: fill;
            width: 99%;
            height: 16rem;
        }

        .news .site_news .news_min .new_min-title {
            padding-left: 0rem;
            padding-top: 4px;
            color: #ffff;
        }

            .news .site_news .news_min .new_min-title h5 {
                padding: 0.5rem 0 2.5rem 0;
                height: 0rem;
                line-height: 1.5em;
            }

                .news .site_news .news_min .new_min-title h5 a {
                    font-size: 14px;
                    font-weight: 700;
                }

.car_info {
    /*margin-top: 2rem;*/
}

    .car_info ul {
        display: flex;
        width: 58rem;
        margin: auto;
        padding: 0;
    }

        .car_info ul li img {
            margin: 6px;
            border-radius: 5px;
        }

        .car_info ul .car_left img,
        .car_info ul .car_right img {
            width: 13rem;
            height: 9rem;
        }

        .car_info ul .car_center img {
            width: 29rem;
            height: 19rem;
            margin-left: -2px;
        }

.hr_title-left,
.hr_title-right {
    width: 33px;
    height: 4px;
    background-color: #1b51b1;
    border: none;
}

.hr_title-left {
    margin-left: 8rem;
    margin-top: 10px;
    position: absolute;
}

.hr_title-right {
    margin-left: 34rem;
    position: absolute;
    margin-top: 10px;
}
/*hết css trang chủ*/



/*css giới thiệu*/
.title_gioithieu {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
}

    .title_gioithieu h3 {
        padding: 6px;
        border-left: 9px solid #023ea9;
        height: 4px;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        margin-top: 14px;
    }

    .title_gioithieu p {
        font-size: 13px;
    }

.back_gioithieu {
    /*eight: 18rem;*/
    margin-bottom: 1rem;
}

    .back_gioithieu img {
        width: 100%;
        height: 18rem;
        object-fit: cover;
    }

.intro {
    margin-bottom: 2rem;
}

    .intro ul {
        padding: 0;
        margin: 0;
    }

        .intro ul li {
            font-size: 14px;
            /*padding-bottom: 10px;*/
            font-weight: 700;
            line-height: 2em;
        }

    .intro p,
    .intro a,
    .intro b {
        font-size: 14px;
        line-height: 2em;
    }

    .intro .diachi_hanoi,
    .intro .diachi_haiphong,
    .intro .diachi_phuxuyen {
        display: flex;
    }


.tags_gioithieu-right,
.tags_gioithieu-left {
    width: 100%;
    max-height: 30rem;
    justify-content: end;
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    background-color: #f5f5f6; /*màu xám*/
}

    .tags_gioithieu-right .mota_tags {
        width: 62%;
        line-height: 1.5em;
        border-left: 10px solid #ffd120; /*màu vàng*/
        padding-left: 9px;
    }

    .tags_gioithieu-left .mota_tags {
        width: 62%;
        line-height: 1.5em;
        border-right: 10px solid #ffd120; /*màu vàng*/
        padding-left: 9px;
    }

    .tags_gioithieu-right .khoi_hinh,
    .tags_gioithieu-left .khoi_hinh {
        display: flex;
        height: 15.4rem;
    }

        .tags_gioithieu-right .khoi_hinh .hinh_tam-giac {
            justify-content: center;
            display: inline-flex;
            align-items: center;
            border-top: 124px solid transparent;
            border-left: 124px solid #f5f5f6;
            border-bottom: 124px solid transparent;
            position: absolute;
            margin-left: -3px;
        }

        .tags_gioithieu-left .khoi_hinh .hinh_tam-giac {
            justify-content: center;
            display: inline-flex;
            align-items: center;
            border-top: 124px solid transparent;
            border-right: 124px solid #f5f5f6;
            border-bottom: 124px solid transparent;
            position: absolute;
            width: 23rem;
        }

    .tags_gioithieu-right img,
    .tags_gioithieu-left img {
        width: 43%;
        max-height: 30rem;
    }





/*.tags{
			width: 100%;
			max-height: 30rem;
			background-color: #f5f5f6;
			display: flex;
			justify-content: center;
			display: inline-flex;
			align-items: center;
			margin-bottom: 1rem;
		}
			.tags .mota_tags{
				width: 38rem;
			}
	.left .tags .mota_tags{
		border-right: 5px solid #ffd120;
	}
	.right .tags .mota_tags{
		border-left: 5px solid #ffd120;
	}*/
/*.tags .mota_tags hr{
				background-color: #ffd120;
				width:5px;
				height: 8rem;
				border:none;
				position:absolute;
			}*/
/*.tags .mota_tags h3{
				padding-left: 1.5rem;
				line-height: 2em;
			}
			.tags .mota_tags b{
				font-size: 13px;
				line-height: 2em;
			}
			.tags .mota_tags p{
				padding-left: 1.5rem;
				font-size: 13px;
				line-height: 2em;
			}
			.right .tags .p {
				margin-left: 21.5rem;
				justify-content: center;
				display: inline-flex;
				align-items: center;
				border-top: 105px solid transparent;
				border-left: 85px solid #f5f5f6;
				border-bottom: 105px solid transparent;
				position: absolute;
			}
			.tags img {
				max-height: 30rem;
				margin-left: 0rem;
			}
			.left .tags .mota_tags hr {
				margin-top: -8rem;
				margin-left: 36.8rem;
			}
				.left .tags  .p {
					margin-left: -21.5rem;
					justify-content: center;
					display: inline-flex;
					align-items: center;
					border-top: 105px solid transparent;
					border-right: 85px solid #f5f5f6;
					border-bottom: 105px solid transparent;
					position: absolute;
					z-index: 2;
				}*/
.contact_gioithieu {
    display: flex;
    width: 100%;
}

    .contact_gioithieu .thongtin {
        padding-left:12px;
        width: 42%;
        height: 13rem;
    }

        .contact_gioithieu .thongtin h4,
        .contact_gioithieu .thongtin h5,
        .contact_gioithieu .thongtin ul li {
            line-height: 2em;
        }

        .contact_gioithieu .thongtin ul {
            padding: 0;
            margin: 0;
            display: inline-grid;
        }

            .contact_gioithieu .thongtin ul li {
                color: rgba(0,0,0,0.75);
                font-size: 14px;
            }

    .contact_gioithieu .folow_mxh {
        display: flex;
        width: 100%;
    }

        .contact_gioithieu .folow_mxh .youtube_gioithieu {
            width: 64%;
            height: 15rem;
            padding-left: 2%;
        }

            .contact_gioithieu .folow_mxh .youtube_gioithieu iframe {
                width: 100%;
                height: 12rem;
            }

        .contact_gioithieu .folow_mxh .fanpage_gioithieu {
            width: 40%;
            height: 15rem;
            padding-left: 12%;
            justify-content: end;
        }
            .contact_gioithieu .folow_mxh .tieude_gioithieu{
                padding-top:6px;
                padding-bottom: 12px;
            }

            .contact_gioithieu .folow_mxh .fanpage_gioithieu iframe {
                height: 12rem;
                width:100%;
            }
/*hết css giới thiệu*/


/*css trang tin tức*/
.title_tintuc {
    margin-top: -1.5rem;
    margin-bottom: 1rem;
}

    .title_tintuc p {
        font-size: 13px;
    }

.small_title-gioithieu {
    display: flex;
    display: inline-flex;
    align-items: center;
}

    .small_title-gioithieu h3 {
        padding: 6px;
        border-left: 9px solid #023ea9;
        height: 4px;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        margin-top: 14px;
    }

    .small_title-gioithieu p {
        font-size: 18px;
        padding-top: 0.8rem;
    }

.main_tintuc {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

    .main_tintuc .small_news {
        width: calc((100% - 60px)/3);
        margin-bottom: 30px;
        gap: 15px;
        padding: 10px;
    }

        .main_tintuc .small_news img {
            width: 18rem;
            height: 13rem;
            border-radius: 3px;
            object-fit: cover;
        }

        .main_tintuc .small_news p,
        .main_tintuc .small_news a {
            line-height: 1.5em;
        }

        .main_tintuc .small_news a {
            font-weight: 700;
            font-size: 15px;
            color: black;
            text-align: justify;
        }

            .main_tintuc .small_news a:hover {
                color: #0b53d3;
            }
/*hết css tin tức*/


/*css trang tin chi tiết*/
.trang_tin {
    display: flex;
}

    .trang_tin .main_tinchitiet {
        padding: 0 4px;
        margin-top: -1.5rem;
        margin-bottom: 1rem;
        width: 67%
    }

.main_tinchitiet .dau_trang .thoigian {
    display: flex;
    padding-top: 0.3rem;
    width: 57%;
}

    .main_tinchitiet .dau_trang .thoigian p {
        color: #999b97;
    }

.main_tinchitiet .dau_trang p {
    font-size: 13px;
}

.main_tinchitiet .dau_trang h2 {
    color: #0b53d3;
    padding-top: 0.5rem;
    line-height: 1.5em;
    width: 98%;
}

.main_tinchitiet .noidung_tin p {
    font-size: 13px;
    padding: 6px 0;
    line-height: 1.7em;
    width: 99%;
}

.main_tinchitiet .noidung_tin img {
    height: 25%;
    width: 97%;
    padding: 0 1%;
    object-fit: cover;
}

.main_tinchitiet .noidung_tin hr {
    color: #C0C0C0;
}

.main_tinchitiet .noidung_tin .lienket {
    display: flex;
    /*padding: 10px 0 10px 0;*/
    justify-content: center;
    display: inline-flex;
    align-items: center;
}

    .main_tinchitiet .noidung_tin .lienket .btn_like {
        justify-content: center;
        display: inline-flex;
        align-items: center;
        background-color: #286ecf;
        border-radius: 3px;
        border: none;
        color: white;
        width: 5rem;
        height: 25px;
        padding-bottom: 5px;
    }

        .main_tinchitiet .noidung_tin .lienket .btn_like img {
            height: 14px;
            width: 12px;
            padding: 2px;
        }

    .main_tinchitiet .noidung_tin .lienket a img {
        height: 20px;
        width: 20px;
        padding: 5px 3px 5px 3px;
    }

    .main_tinchitiet .noidung_tin .lienket p {
        padding: 0;
        width: 3rem;
    }

.trang_tin .tin_ben_le {
    padding-left: 3rem;
    /*margin-top: -1.5rem;*/
}

.tin_ben_le .tieu_de {
    background-color: #0b53d3;
    color: white;
    padding: 2px 0 2px 10px;
    height: 1.5rem;
    width: 100%;
    font-size: 14px;
    /*justify-content: center;*/
    display: inline-flex;
    align-items: center;
}

.tin_ben_le .tin_phu {
    display: flex;
    padding: 0.5rem 0 0.5rem 0;
}

.bai_lien_quan {
    margin-top: 1rem;
}

.tin_phu p {
    width: 100%;
    padding-left: 0.5rem;
    font-size: 12px;
    line-height: 1.5em;
    color: #000000;
}

.bai_lien_quan .tin_phu img,
.bai_moi_nhat .tin_phu img {
    width: 90px;
}

.tin_ben_le .ke_ngang {
    border-bottom: 2px dotted #C0C0C0;
}
/*hết css tin chi tiết*/


/*css trang giỏ hàng*/
.gio_hang {
    margin-bottom: 4rem;
}

    .gio_hang .sp_giohang {
        border: 1px solid #C0C0C0;
        border-radius: 5px;
        width: 100%;
        max-height: 30rem;
    }

    .gio_hang p,
    .gio_hang button {
        font-size: 13px;
    }

    .gio_hang a {
        font-size: 14px;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        /*text-align: center;*/
        color: black;
    }

    .gio_hang .delete_sp {
        color: red;
    }

.sp_giohang .tieude_sp_giohang {
    background-color: #dbdbdb;
    border-radius: 3px 3px 0 0;
    display: flex;
    justify-content: space-around;
}

    .sp_giohang .tieude_sp_giohang b {
        padding: 10px;
        font-size: 13px;
    }

.sp_giohang .sp {
    width: 50%;
    display: flex;
}

    .sp_giohang .sp .info_sp {
        padding: 1.2rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

.sp_giohang .gia {
    width: 10rem;
    text-align: center;
}

.sp_giohang .soluong {
    width: 10rem;
    text-align: center;
}

.sp_giohang .tong {
    text-align: right;
}

.soluong_sp {
    display: flex;
    width: 15%;
}

.sp_giohang .sanpham_mua {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    padding: 12px 0;
    width: 100%;
}

.container .gio_hang .sp_giohang .sanpham_mua {
    justify-content: space-between;
}

    .container .gio_hang .sp_giohang .sanpham_mua .thanhtien_thanhtoan {
        display: flex;
        gap:45px;
        margin-right: 20px;
        align-items: center;

    }

.sp_giohang img {
    width: 70px;
}

.sp_giohang .soluong_sp {
    width: 10rem;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.soluong_sp button {
    height: 15px;
    border: none;
    background-color: white;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px; /*
    background: #efefef;*/
}

    .soluong_sp button:hover {
        background-color: #ffd120;
        color: #ffffff;
    }

.sp_giohang .sanpham_mua .tong {
    width: 5rem;
    font-weight:600;
}

.gio_hang .nut_quantri {
    display: flex;
    width: 100%;
}

    .gio_hang .nut_quantri .left {
        display: flex;
        width: 61%;
        height: 2rem;
        margin-top: 1.5rem;
        border-radius: 3px;
    }

.nut_quantri .left .btn_left {
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    display: flex;
}

.nut_quantri .btn_left .left form {
    width: 8rem;
}

.nut_quantri .left .btn_left form input {
    margin: 5px;
    font-size: 12px;
    color: #767575;
    border: none;
    outline: none;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    height: 21px;
}

.gio_hang .nut_quantri .left a {
    background-color: #ffd120;
    color: #000000;
    border: none;
    width: 8rem;
    font-size: 12px;
}

.gio_hang .nut_quantri .right {
    display: flex;
    width: 39%;
    max-height: 20rem;
    margin: 1.5rem 0 0;
    justify-content: end;
}

.nut_quantri .right a:hover,
.nut_quantri .left a:hover {
    color: #ffffff;
}

.thanhtoan {
    display: flex;
    width: 100%;
    max-height: 100%;
    margin: 1rem 0;
    justify-content: end;
}

    .thanhtoan .backToCard {
        background-color: #4e4c4c;
        border: none;
        color: #ffffff;
        width: 10rem;
        margin: 0 20px;
        border-radius: 3px;
        padding: 10px;
    }

    .thanhtoan .sendOrder {
        background-color: #ffd120;
        color: #000000;
        border: none;
        width: 10rem;
        margin: 0 -5 0 10px;
        border-radius: 3px;
    }

.nut_quantri .right .tiep_tuc {
    background-color: #4e4c4c;
    border: none;
    color: #ffffff;
    width: 10rem;
    margin: 0 10px 0 10px;
    border-radius: 3px;
}

.nut_quantri .right .thanh_toan {
    background-color: #ffd120;
    color: #000000;
    border: none;
    width: 12rem;
    margin: 0 0 0 10px;
    border-radius: 3px;
}

.sp_tuong_tu {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

    .sp_tuong_tu .feedback {
        font-size: 11px;
        display: inline-flex;
        align-items: center;
    }

        .sp_tuong_tu .feedback p {
            margin-left: 5px;
            color: #818181;
        }

    .sp_tuong_tu .title_sp-tuong-tu {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

.title_sp-tuong-tu h3 {
    padding: 6px;
   /* border-left: 9px solid #023ea9;*/
    height: 4px;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    margin-top: 14px;
    color: #023ea9;
}

.sp_tuong_tu .sp_goi-y {
    display: flex;
    /*margin-top: 2rem;*/
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -10px;
}
.sp_tuong_tu .sp_goi-y table{
    border-collapse:collapse;
    width:100%;
}
    .sp_tuong_tu .sp_goi-y table tr{
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
    }
    .sp_tuong_tu .sp_goi-y table td,
    .sp_tuong_tu .sp_goi-y table th {
        border:1px solid #ccc;
        text-align: center;
        padding: 10px 5px;
        font-size: 15px;
    }
        .sp_tuong_tu .sp_goi-y table td:last-child{text-align:left}
        .sp_goi-y .sanpham {
            width: 13.16rem;
            padding: 10px;
            max-height: 25rem;
            /*display: flex;*/
            /*flex-direction: column;*/
            margin-top: 14px;
        }
.sp_tuong_tu .mgl{
    margin-left: 0rem;
}
.sp_tuong_tu .mgl1 {
    max-width: 100%;
    display: flex;
    width: 1200px;
    justify-content: space-evenly;
}
.sp_goi-y .img-mgl{
    padding: 8px;
    width: 232px;
    height: 240px;

}

.sp_goi-y .mg-mgl {
    font-size: 16px;
    background: #ddd url(http://thegioilop.com.vn/view/images/background/list_treadN.jpg) left no-repeat;
    width: 240px;
    height: 32px;
    float: left;
    margin-top: -10px;
    line-height: 30px;
    text-indent: 0px;
    color: #000;
}

/*.info_sanpham {
    margin-top: 10px;
    height: 100px;
}*/

.sp_goi-y .sanpham .info_sanpham p,
.sp_goi-y .sanpham .info_sanpham h5 {
    padding: 2px 0 2px 0;
    font-size: 15px; font-weight:normal;
}

    .sp_goi-y .sanpham .info_sanpham h5 a {
        font-size: 15px;
        line-height: 20px;
        color: black;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        /*-webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;*/
    }

.sp_goi-y .sanpham .anh_sp {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    /*margin-bottom: 1rem;*/
    margin-left: 1rem;
    justify-content: center;
    display: inline-flex;
    align-items: center;
}
.sp_goi-y .sanpham .ordering {
    
    width: 50%;
    /*padding: 0.375rem 0.75rem;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .sanpham .anh_sp img {
        border: none;
    }

    .sanpham .anh_sp:first-child {
        margin-left: 0;
    }

.sp_goi-y .sanpham .anh_sp img {
    height: 90%;
    max-width: 100%;
}

/* hết css trang giỏ hàng*/

/*css mô tả sản phẩm*/
.mo_ta-sp {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 4rem;
}

    .mo_ta-sp .mo_ta-hinh-anh {
        /*width: 20rem;*/
        max-height: 58rem;
        display: flex;
    }

.mo_ta-hinh-anh .hinh_anh {
    width: 30rem;
}

    .mo_ta-hinh-anh .hinh_anh .anh_chinh {
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        width: 30rem;
        height: 25rem;
        justify-content: center;
        display: inline-flex;
        align-items: center;
    }

        .mo_ta-hinh-anh .hinh_anh .anh_chinh img {
            height: 22rem;
            padding: 1rem;
            max-width: 100%;
        }

    .mo_ta-hinh-anh .hinh_anh .anh_phu {
        display: flex;
        width: 100%;
        position: relative;
        gap: 5px;
        margin-top: 25px
    }

        .mo_ta-hinh-anh .hinh_anh .anh_phu .wImage {
            width: calc((100% - 20px)/4);
            border: 1px solid #c0c0c0;
            border-radius: 3px;
            height: auto;
            margin-top: 0;
            margin-right: 10px;
        }

        .mo_ta-hinh-anh .hinh_anh .anh_phu .slick-arrow {
            z-index: 10;
            color: #c0c0c0;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 43px;
            padding: 0 3px;
            margin-top: 12px;
        }

        .mo_ta-hinh-anh .hinh_anh .anh_phu img:first-child {
            margin-left: 0;
        }


.mo_ta-hinh-anh .thong_tin_co_ban {
    padding-left: 2rem;
    width: 100%;
    line-height: 1em;
}

.thong_tin_co_ban .ttgia_tien,
.thong_tin_co_ban .mota_sp-chi-tiet,
.thong_tin_co_ban .nut_mua_hang {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 10px;
}

    .thong_tin_co_ban .ttgia_tien h2 {
        line-height: 1.5em;
    }

    .thong_tin_co_ban .mota_sp-chi-tiet p {
        color: #727272;
    }

.ttgia_tien .feedback {
    padding: 5px 0;
    display: flex;
}

    .ttgia_tien .feedback a {
        color: #0b53d3;
        padding-left: 10px;
    }

.ttgia_tien ul {
    display: flex;
    padding: 0;
    margin: 0;
}

    .ttgia_tien ul li {
        font-size: 14px;
        color: #0b53d3;
        padding-left: 3px;
        padding-right: 3px;
    }

        .ttgia_tien ul li:first-child {
            padding-left: 0;
        }

.ttgia_tien .gia_tien {
    display: flex;
}

    .ttgia_tien .gia_tien h5 {
        font-size: 19px;
        color: #0b53d3;
    }

.mo_ta-hinh-anh .thong_tin_co_ban .mota_sp-chi-tiet,
.mo_ta-hinh-anh .thong_tin_co_ban .nut_mua_hang,
.mo_ta-hinh-anh .thong_tin_co_ban .thong_tin_tu-van {
    margin-top: 10px;
}

.thong_tin_co_ban .ttgia_tien .gia_tien ul li:first-child {
    padding-left: 5px;
}

.thong_tin_co_ban .nut_mua_hang a {
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

    .thong_tin_co_ban .nut_mua_hang a:hover {
        background-color: #0b53d3;
        color: #ffffff;
    }

.thong_tin_co_ban .nut_mua_hang .mua_hang {
    background-color: #626262;
}

.thong_tin_co_ban .nut_mua_hang .them_vao_gio {
    background-color: #ffd120;
    margin-left: 10px;
    color: black;
}

.thong_tin_co_ban .thong_tin_tu-van .chia_se {
    display: flex;
    display: inline-flex;
    align-items: center;
}

.thong_tin_tu-van .chia_se img {
    padding-left: 3px;
    padding-right: 3px;
    height: 18px
}

.thong_tin_tu-van .display_flex-detail{
    display:flex;
}

.mo_ta-sp .thong_tin_chi_tiet .tieu_de-sp {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    display: flex;
    /*width: 30rem;*/
    margin-top: 3rem;
}

.thong_tin_chi_tiet .tieu_de-sp h3 {
    margin: auto;
    justify-content: center;
    display: inline-flex;
    padding-top: 10px;
    height: 2rem;
}

    .thong_tin_chi_tiet .tieu_de-sp h3 .mota-sp {
        border-bottom: 3px solid #0b53d3;
        top: 5px;
    }

    .thong_tin_chi_tiet .tieu_de-sp h3 a:hover {
        border-bottom: 3px solid #0b53d3;
        transition: width .2s ease,background-color .2s ease;
    }

    .thong_tin_chi_tiet .tieu_de-sp h3 a span {
        margin: 10px 1rem;
        font-size: 17px;
        color: black;
    }

.thong_tin_chi_tiet .thong_so_kt {
    margin-top: 1rem;
}

    .thong_tin_chi_tiet .thong_so_kt .thong_sokt_day_du {
        display: flex;
    }

.thong_so_kt .thong_sokt_day_du ul {
    margin-top: 5px;
}

    .thong_so_kt .thong_sokt_day_du ul:first-child {
        padding-left: 0;
    }

.thong_tin_chi_tiet .thong_so_kt .thong_sokt_day_du ul li,
.thong_tin_chi_tiet .thong_so_kt .thong_sokt_day_du ul li b,
.thong_tin_chi_tiet .xe_tuong_thich p {
    font-size: 15px;
    padding-top: 5px;
    line-height: 1.5em;
    min-height: 24.5px;
}

.thong_tin_chi_tiet .xe_tuong_thich {
    margin-top: 2rem;
}

/*hết css mô tả sản phẩm*/


/*css đánh giá sản phẩmk*/

.thong_tin_chi_tiet .danh_gia-chung {
    margin-top: 2rem;
    border: 1px solid #c0c0c0;
    background-color: #eeeeee;
    display: flex;
    flex-direction: column;
}

.danh_gia-chung .feedback {
    text-align: center;
    font-size: 19px;
}

    .danh_gia-chung .feedback .rating {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .danh_gia-chung .feedback a {
        color: #000000;
        background-color: #ffd120;
        border: 1px solid #ffd120;
        padding: 8px 15px;
    }

        .danh_gia-chung .feedback a:hover {
            color: #ffffff;
            background-color: #0b53d3;
            border: 1px solid #0b53d3;
        }

.rating .checked {
    color: orange;
}

.gio_hang .thanhtoandonhang div {
    display: flex;
    justify-content: space-between;
    margin: 15px;
}

.danh_gia-chung .tat_ca_danh-gia .btn_tat-ca {
    background-color: #ffd120;
    border: 1px solid #ffd120;
    color: #000000;
}

.danh_gia-chung a {
    padding: 10px 14px;
    border-radius: 5px;
    border: 1px solid #acacac;
    color: #868686;
}

    .danh_gia-chung a:hover {
        color: #000000;
        background-color: #ffd120;
        border: 1px solid #ffd120;
    }

.thong_tin_chi_tiet .danh_gia_chi-tiet {
    /*border-bottom: 1px solid #c0c0c0;
		padding-bottom: 4rem;*/
}

.danh_gia_chi-tiet .danh_gia {
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.5em;
    border-bottom: 1px solid #c0c0c0;
}

    .danh_gia_chi-tiet .danh_gia:last-child {
        border: none;
    }

    .danh_gia_chi-tiet .danh_gia .nguoi_danh-gia,
    .danh_gia_chi-tiet .danh_gia .ngay_danh-gia {
        display: flex;
        display: inline-flex;
        align-items: center;
    }

.danh_gia .nguoi_danh-gia .feedback {
    font-size: 14px;
}

.danh_gia_chi-tiet .danh_gia .ngay_danh-gia {
    display: flex;
}

.danh_gia .ngay_danh-gia p {
    color: #858585;
}
/*hết css đánh giá sản phẩmk*/


/*css trang sản phẩm 1*/

.lop_theo_hang {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

    .lop_theo_hang ul {
        padding-left: 4rem;
    }

        .lop_theo_hang ul:first-child {
            padding-left: 0;
        }

        .lop_theo_hang ul li {
            line-height: 2em;
        }

            .lop_theo_hang ul li a {
                color: black;
                font-size: 14px;
            }

                .lop_theo_hang ul li a:hover {
                    color: #0b53d3;
                }

.loai_lop_xe .title_sp-tuong-tu h3,
.thuong_hieu_lop .title_sp-tuong-tu h3 {
    color: black;
}

.loai_lop_xe {
    margin-bottom: 2rem;
}

.lop_theo_loai_xe {
    display: flex;
    width: 100%;
}

    .lop_theo_loai_xe .loai_xe {
        width: 27.5rem;
        margin: 10px 1rem;
        background-color: #c0c0c0;
        /*justify-content: center;*/
        display: inline-flex;
        align-items: center;
    }

        .lop_theo_loai_xe .loai_xe:first-child {
            margin-left: 0;
        }

        .lop_theo_loai_xe .loai_xe:last-child {
            margin-right: 0;
        }

        .lop_theo_loai_xe .loai_xe p {
            font-size: 18px;
            padding-left: 2rem;
            width: 50%;
            color: black;
        }

        .lop_theo_loai_xe .loai_xe img {
            height: 7rem;
            padding: 10px;
        }

.thuong_hieu_lop .thuong_hieu {
    /*width: 100%;*/
    margin: .5rem;
}

    .thuong_hieu_lop .thuong_hieu img {
        /*height: 4.5rem;*/
        width: 10.4rem;
        padding: 6px;
    }

.hang_san_xuat {
    margin-top: 30px;
}

    .hang_san_xuat .title_tintuc {
        margin-bottom: 0;
    }
/*hết css trang sản phẩm 1*/
/*css trang listsp*/
.list_sp {
    display: flex;
}

    .list_sp .bo_loc {
        width: 14rem;
        display:none;
    }

        .list_sp .bo_loc h3 {
            background-color: #0b53d3;
            color: white;
            width: 100%;
            padding: 0 4px;
            font-size: 21px;
            font-weight: 100;
            display: inline-flex;
            align-items: center;
        }

            .list_sp .bo_loc h3 img {
                height: 23px;
                filter: brightness(0) invert(1);
                -webkit-filter: brightness(0) invert(1);
                padding: 2px 8px;
            }
/*.block-filter-sort{display:none;}*/
.dropdown details {
    /*border-bottom: 1px solid #c0c0c0;*/
    width: 14.4rem;
}

    .dropdown details summary {
        border-bottom: 1px solid #c0c0c0;
        list-style-type: none;
        padding: 5px 10px;
        display: flex;
        cursor: pointer;
    }

        .dropdown details summary p {
            width: 13rem;
            font-size: 17px;
        }

        .dropdown details summary:hover p,
        .dropdown details summary:hover i,
        .dropdown details ul li:hover a {
            color: #0b53d3;
        }

        .dropdown details summary i {
            font-size: 18px;
            color: #c0c0c0;
            text-align: right;
        }

    .dropdown details ul {
        max-height: 200px;
        overflow: scroll;
        margin: 0;
        padding: 8px 6px;
        border-bottom: 1px solid #c0c0c0;
    }

        .dropdown details ul li {
            padding-top: 3px;
            padding-bottom: 3px;
            display: flex;
            align-items: baseline;
            gap: 5px;
        }

            .dropdown details ul li:hover {
                cursor: pointer;
            }

            .dropdown details ul li a {
                font-size: 15px;
                color: black;
                cursor: pointer;
                flex: 1;
            }

                .dropdown details ul li a label {
                    display: block;
                }

.list_sp .sp_tuong_tu {
    margin-top: 0;
    margin-left: 1rem;
    width: 100%;
}

    .list_sp .sp_tuong_tu .title_sp-tuong-tu h3 {
        margin: 0;
    }

/*.list_sp .sp_tuong_tu .sp_goi-y .sanpham {
		width: 12.5rem;
		padding: 10px; display: flex; flex-direction: column;
	}*/

.sp_tuong_tu .sp_goi-y .sanpham .mua_hang {
    width: 100%;
    display: flex;
}

    .sp_tuong_tu .sp_goi-y .sanpham .mua_hang a {
        margin-left: 5px;
        border: 1px solid #C0C0C0;
        border-radius: 3px;
        background-color: #ffffff;
    }

        /*.sp_tuong_tu .sp_goi-y .sanpham .mua_hang a:hover ,*/ .sp_tuong_tu .sp_goi-y .sanpham .mua_hang a.active {
            background-color: #f69722ff;
            color: #ffffff;
        }

        .sp_tuong_tu .sp_goi-y .sanpham .mua_hang a:first-child {
            /*margin-left: 0;*/
            margin:auto;
        }

    .sp_tuong_tu .sp_goi-y .sanpham .mua_hang .btn_mua-hang {
        /*width: 7.3rem;*/
        justify-content: center;
        /*background-color: #ffd120;*/
        border: none;
        color: black;
    }

    .sp_tuong_tu .sp_goi-y .sanpham .mua_hang .btn_mua-hang,
    .sp_tuong_tu .sp_goi-y .sanpham .mua_hang .heart,
    .sp_tuong_tu .sp_goi-y .sanpham .mua_hang .cong_khai {
        display: inline-flex;
        align-items: center;
        height: 30px;
        padding: 0 5px;
    }

#txtimgcode {
    width: 200px;
    flex: none;
    display: inline-block
}

#myimg {
    height: 34px;
    margin: 0 10px;
}

#imgChange {
    width: 25px;
    display: inline-block;
    margin-top: 5px
}
/*hết css trang listsp*/
/*css trang thanh toán*/
.menu_thanh_toan {
    display: flex;
    width: 97%;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding: 1rem;
    background-color: #efefef;
}

    .menu_thanh_toan .thong_tin-trai {
        width: 100%;
        padding-right: 1rem;
    }

        .menu_thanh_toan .thong_tin-trai .wrapInput .nut_down-arrow {
            width: 3rem;
            text-align: end;
            padding: 5px 0;
            justify-content: end;
            display: inline-flex;
            align-items: center;
        }

        .menu_thanh_toan .thong_tin-trai .wrapInput i {
            font-size: 20px;
            /*margin-left: -1.5rem;*/
            color: #7a7a7a;
        }

        .menu_thanh_toan .thong_tin-trai .wrapInput img {
            height: 15px;
            padding-right: 9px;
        }

        .menu_thanh_toan .thong_tin-trai .ghichu {
            height: 3rem;
        }

    .menu_thanh_toan .thong_tin-phai {
        width: 100%;
    }

.thong_tin-phai .van_chuyen input {
    margin: 0;
    padding: 11px;
    width: 95%;
    border: none;
    outline: none;
}

.menu_thanh_toan .wrapInput {
    /*width: 2rem;
			display: table-footer-group;*/
    width: 100%;
    border-radius: 3px;
    height: 2rem;
    margin-top: 10px;
    font-size: 13px;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    display: flex;
}

    .menu_thanh_toan .wrapInput input {
        margin: 0;
        padding: 11px;
        width: 79%;
        background-color: #ffffff;
        border: none;
        outline: none;
    }

.menu_thanh_toan .thong_tin-phai .van_chuyen .wrapInput {
    background-color: #c0c0c0;
}

    .menu_thanh_toan .thong_tin-phai .van_chuyen .wrapInput input {
        width: 95%;
        pointer-events: none;
    }

.thong_tin-phai .van_chuyen .wrapInput input {
    background-color: #c0c0c080;
}

.ten-sanphan-thanhtoan {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan {
    width: 100%;
    margin-top: 25px;
}

    .menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput {
        width: 100%;
        height: auto;
        border: 1px solid #c0c0c0;
        background-color: #ffffff;
        border-radius: 3px;
        display: block;
    }

        .menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput div {

            align-items: center;
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
        }

        .menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput > .check_hinhthucthanhtoan {
            border-bottom: 1px solid #ccc;
        }

        .menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput div:last-child {
            border-bottom: none;
        }

        .menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput div input {
            width: 1rem;
            height: 2rem;
            font-size: 15px;
            border-radius: 20px;
        }

        .menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput div p {
            width: 88%;
            padding-left: 10px;
        }

        .menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput div i {
            font-size: 15px;
            color: #0b53d3;
        }

.thong_tin-phai .thong_tin_thanh_toan .wrapInput p {
    font-size: 13px;
    /*display: none;*/
}

.menu_thanh_toan .thong_tin-phai .van_chuyen .wrapInput {
    width: 100%;
    height: auto;
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    border-radius: 3px;
    display: block;
}

    .menu_thanh_toan .thong_tin-phai .van_chuyen .wrapInput div {
        display: inline-flex;
        align-items: center;
        width: 95%;
        padding: 5px 10px;
        border-bottom: 1px solid #c0c0c0;
    }

        .menu_thanh_toan .thong_tin-phai .van_chuyen .wrapInput div:last-child {
            border-bottom: none;
        }

        .menu_thanh_toan .thong_tin-phai .van_chuyen .wrapInput div input {
            width: 1rem;
            height: 2rem;
            font-size: 15px;
            border-radius: 20px;
        }

        .menu_thanh_toan .thong_tin-phai .van_chuyen .wrapInput div p {
            width: 88%;
            padding-left: 10px;
        }

        .menu_thanh_toan .thong_tin-phai .van_chuyen .wrapInput div i {
            font-size: 14px;
            color: #0b53d3;
            font-style: normal;
        }

.thong_tin-phai .van_chuyen .wrapInput p {
    font-size: 13px;
    /*display: none;*/
}

.don_gio-hang {
    margin-top: 1rem;
}

    .don_gio-hang .ten_don_hang {
        width: 97.5%;
        border: 1px solid #c0c0c0;
        height: 17.5rem;
        border-radius: 3px;
    }

    .don_gio-hang .display_flex {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .don_gio-hang p {
        font-size: 14px;
        line-height: 1.5em;
    }

    .don_gio-hang .ten_don_hang .thong_tin_don {
        background-color: #efefef;
        width: 100%;
        display: inline-flex;
        align-items: center;
    }

.ten_don_hang .thong_tin_don .san_pham {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64%;
}

    .ten_don_hang .thong_tin_don .san_pham img {
        height: 6rem;
        padding: 10px 2rem;
    }

    .ten_don_hang .thong_tin_don .san_pham .ten_san_pham {
        font-size: 13px;
        width: 31rem;
    }

.ten_don_hang .thong_tin_don .soluong_sp button {
    background-color: #c0c0c0;
    background: #efefef;
}

    .ten_don_hang .thong_tin_don .soluong_sp button:hover {
        background-color: #ffd120;
    }

.ten_don_hang .thong_tin_don .gia_san_pham {
    width: 18%;
    text-align: right;
}

.don_gio-hang .ten_don_hang .tinh_tien {
    border-bottom: 1px solid #c0c0c0;
}

.don_gio-hang .ten_don_hang .tinh_tien,
.don_gio-hang .ten_don_hang .thanh_tien {
    display: flex;
    padding: 12px;
}

.ten_don_hang .tinh_tien .ten_chi-phi,
.ten_don_hang .tinh_tien .chi-phi,
.ten_don_hang .thanh_tien p {
    width: 27rem;
    line-height: 2em;
}

    .ten_don_hang .tinh_tien .chi-phi p,
    .ten_don_hang .thanh_tien .thanh_tien-sp {
        text-align: right;
    }

.don_gio-hang .btn_dat-hang {
    width: 97.5%;
    text-align: right;
    margin-top: 1rem;
}

.btn_dat-hang a {
    margin-left: 10px;
    padding: 8px 3%;
    border: none;
    border-radius: 3px;
    width: 9rem;
    color: #000000;
}

.btn_dat-hang .back {
    background-color: #575757;
    color: #ffffff;
}

.btn_dat-hang .next {
    background-color: #ffd800;
    padding: 8px 5%;
}

.btn_dat-hang a:hover {
    color: #ffffff;
}

/* hết css trang thanh toán*/
/*css footer*/

.contact {
    /*    display: grid;
    margin-left: 94%;
    margin-top: -2rem; width: 46px;*/
    display: flex;
    flex-direction: column;
    position: fixed;
    /*left: 95%;*/
    /*width: 5%;*/
    z-index: 1;
    bottom: 0;
    right: 0;
}

    .contact a {
        border: none;
        border-radius: 44px;
        padding: 3px;
    }

    .contact #bttop {
        color: #fff;
        font-size: 35px;
    }

        .contact #bttop i {
            background-color: #0b53d3;
            border-radius: 50%;
            width: 46px;
            height: 46px;
            line-height: 46px;
        }

            .contact #bttop i.fa-angle-up:before {
                margin-left: 12px;
            }

    .contact a img {
        height: 46px;
        width: 46px;
    }


.footer {
    margin-top: 2rem;
    position: relative;
}

    .footer img {
        height: 11rem;
        width: 100%;
        margin: auto;
    }

    .footer .page_footer {
        width: 1200px;
        position: absolute;
        top: 1rem;
    }

    .footer .info_footer {
        justify-content: space-between;
        display: flex;
        align-items: center;
    }

        .footer .info_footer h3 {
            color: #ffd120;
        }

        .footer .info_footer p,
        .footer .info_footer b {
            color: white;
            line-height: 2em;
            font-size: 13px;
        }
/*
        .footer .info_footer .info_left {
            width: 35rem;
        }
*/
            .footer .info_footer .info_left hr {
                width: 2.5rem;
            }

            .footer .info_footer .info_left p {
                display: flex;
            }

        .footer .info_footer .info_right {
            display: flex;
        }

            .footer .info_footer .info_right .box_footer {
                width: 11rem;
                border: 1px solid white;
                padding: 3px 10px;
            }

            .footer .info_footer .info_right img {
                height: 4rem;
                width: 10rem;
                margin-left: 3rem;
            }

    .footer .copyright {
        border-top: 1px solid #c0c0c0;
    }

        .footer .copyright p {
            color: white;
            font-size: 13px;
            padding-top: 10px;
            justify-content: center;
            display: inline-flex;
            width: 100%;
        }

/* Login Form*/
/*#loginForm .listLogin {
    display: flex;
    justify-content: center;
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
    margin-top: 10px;
}

#loginForm .wrp {
    display: flex;
    justify-content: center;
}

#loginForm .wrpLogin {
    position: relative;
    display: grid;
    align-items: center;
    padding: 20px 20px;
}

#loginForm .boxLeftLogin {
    width: 490px;
    height: 370px;
    position: relative;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    margin-inline: 24px;
    padding: 15px;
    backdrop-filter: blur(8px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#loginForm .title {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 32px;
    margin-top: 32px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

#loginForm .border-title {
    border-bottom: 2px solid #0b53d3;
    padding: 8px;
}

#loginForm .login-content,
.login-box {
    display: grid
}

#loginForm .login-content {
    row-gap: 15px;
    margin-bottom: 24px;
    justify-content: center;
}

#loginForm .login-box {
    grid-template-columns: max-content 1fr;
    align-items: center;
    border-radius: 8px;
    border: solid 1px #c0c0c0;
    background-color: #f5f5f6;
    padding: 5px;
}

#loginForm .form-group :focus {
    outline: none;
}

#loginForm .login-box-input {
    height: 30px;
    width: 330px;
    padding-left: 20px;
    background-color: #f5f5f6;
    border: none;
    font-size: 14px;
}*/

#loginForm .wrp {
    margin: auto;
    display: flex;
    justify-content: center;
    max-width: 100%;
    align-items: flex-start;
    margin-top: 68px;
}

#loginForm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #loginForm .wrp .wrpLogin {
        margin: 1.875rem 0;
        border-radius: 1.25rem;
        background: #fff;
        box-shadow: 0 0.1875rem 0.625rem rgba(0,0,0,.2);
    }

    #loginForm.listLogin .wrp .wrpLogin #basic-form {
        padding: 3.125rem 4.125rem;
    }

    #loginForm .wrp .wrpLogin #basic-form .boxLeft {
        flex: 1;
        width: 18.75rem;
    }

    #loginForm.listLogin .boxLeftLogin {
        width: 20.3125rem;
        min-width: 20.3125rem;
    }

    #loginForm .wrp .wrpLogin #basic-form .boxLeft .title {
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 32px;
        margin-top: 16px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
    }

    #loginForm .border-title {
        border-bottom: 2px solid #0b53d3;
        padding: 8px;
    }

    #loginForm .wrp .wrpLogin #basic-form .boxLeft .title span {
        padding-bottom: 0.3125rem;
        margin-bottom: 0.625rem;
    }

    #loginForm .wrp .wrpLogin .boxLeftLogin .form-group {
        margin-bottom: 0.9375rem;
    }

    #loginForm .wrp .wrpLogin #basic-form .boxLeft .WrapRegInput {
        margin-top: 0.5rem;
        border: 1ptr solid #e0e0e0;
        position: relative;
    }

        #loginForm .wrp .wrpLogin #basic-form .boxLeft .WrapRegInput input {
            border: 0.0625rem solid #bdbdbd !important;
            border-radius: 0.3125rem;
            overflow: hidden;
            background: #f2f2f2;
            border: none;
            outline: none;
            font-family: Arial;
            font-size: .875rem;
            height: 2.5rem;
            color: #333;
            padding-right: 3.375rem;
        }

        #loginForm .wrp .wrpLogin #basic-form .boxLeft .WrapRegInput .svgRight {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 1.25rem;
            height: 2.5rem;
            top: 0;
        }

    #loginForm .wrp .wrpLogin #basic-form .boxLeft .wrapSubmit {
        padding-top: 0.25rem;
    }

    #loginForm .btnRegSubmit {
        height: 47px;
        width: 100%;
        border: 1px solid #0b53d3;
        border-radius: 8px;
        background-color: #0b53d3;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
    }

    #loginForm .foodlogin {
        display: flex;
        justify-content: flex-end;
        padding: 16px 0 8px 0;
    }

    #loginForm .svgRightPass {
        cursor: pointer;
    }

    #loginForm .forgotPass {
        cursor: pointer;
        font-size: 14px;
        color: #0b53d3;
    }

        #loginForm .forgotPass:hover {
            text-decoration: underline;
        }

    #loginForm .login-register {
        display: flex;
        justify-content: center;
        column-gap: 6px;
        padding-top: 10px;
    }

    #loginForm .login-register-content {
        font-size: 14px;
        color: #333;
    }

    #loginForm .login-register-form {
        color: #0b53d3;
        font-size: 14px;
    }

        #loginForm .login-register-form:hover {
            text-decoration: underline;
        }

    #loginForm input:focus-visible {
        outline: none;
    }

    #loginForm input:-webkit-autofill,
    input:-webkit-autofill:focus {
        transition: background-color 600000s 0s, color 600000s 0s;
    }









/* Register Form*/
#RegisterForm .listLogin {
    display: flex;
    justify-content: center;
    border-top: 1px solid #c0c0c0;
    padding-top: 20px;
    margin-top: 10px;
}

#RegisterForm .wrp {
    display: flex;
    justify-content: center;
}

#RegisterForm .wrpLogin {
    position: relative;
    display: grid;
    align-items: center;
    padding: 20px 20px;
}

#RegisterForm .boxLeft {
    display: grid;
    justify-content: center;
    width: 100%;
    height: 600px;
    position: relative;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    margin-inline: 24px;
    padding: 15px;
    backdrop-filter: blur(8px);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#RegisterForm .title {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-top: 32px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

#RegisterForm .border-title {
    border-bottom: 2px solid #0b53d3;
    padding: 8px;
}

#RegisterForm .register-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 60px;
    justify-content: center;
}

#RegisterForm .form-group :focus {
    outline: none;
}

#RegisterForm .WrapRegInput {
    padding-top: 12px;
}

#RegisterForm .register-box-info {
    display: grid;
}

#RegisterForm .register-box-data {
    line-height: 36px;
    width: 460px;
    padding: 5px 10px;
    font-size: 16px;
    background-color: #f5f5f6;
    border-radius: 8px;
    border: solid 1px #c0c0c0;
    display: block;
    margin-bottom: 6px;
}

#RegisterForm .wrapSubmit {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

#RegisterForm .btnRegSubmit {
    height: 47px;
    width: 382px;
    border: 1px solid #0b53d3;
    border-radius: 8px;
    background-color: #0b53d3;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}



#RegisterForm .loginbtn {
    display: flex;
    justify-content: center;
    column-gap: 6px;
    padding-top: 12px;
}

#RegisterForm .login-content {
    font-size: 14px;
    color: #333;
}

#RegisterForm .login-form {
    color: #0b53d3;
    font-size: 14px;
}

    #RegisterForm .login-form:hover {
        text-decoration: underline;
    }

/* Thongtintaikhoan */
.wrp {
    margin: auto;
    width: 83.5rem;
    max-width: 100%;
}

.wrap {
    width: 1200px;
    margin: auto;
}
/*boxleft*/
.intro-hidden {
    width:84%;
}
.describe .container {
    width:100%;
}
#accBox .wrapAcc {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    margin-top: 1.5625rem;
}

    #accBox .wrapAcc .accLeft {
        width: 16.375rem;
        margin-right: 0.625rem;
    }

        #accBox .wrapAcc .accLeft .accLeftInner {
            background: #fff;
            border-radius: 0.3125rem;
            box-shadow: 0 0.1875rem 0.5rem rgba(0,0,0,.1);
            margin-bottom: 1.875rem;
            padding: 1.25rem;
        }

        #accBox .wrapAcc .accLeft .author {
            align-items: center;
            color: #4f4f4f;
            display: inline-flex;
            font-size: 1.375rem;
            line-height: 1.625rem;
        }

            #accBox .wrapAcc .accLeft .author .info {
                line-height: 1.5625rem;
                text-align: left;
            }


.fs20 {
    font-size: 20px;
}

#accBox .wrapAcc .accLeft .accUl {
    padding: 0;
    margin-top: 0.9375rem;
    margin-bottom: 0;
}

    #accBox .wrapAcc .accLeft .accUl li {
        list-style: none;
    }

        #accBox .wrapAcc .accLeft .accUl li a.active {
            color: #0b53d3;
        }

        #accBox .wrapAcc .accLeft .accUl li:first-child a {
            border-top: 0.0625rem solid #bdbdbd;
        }

        #accBox .wrapAcc .accLeft .accUl li a {
            padding: 0.75rem 0 0.9375rem;
            border-top: 0.0625rem solid #bdbdbd;
            display: flex;
            align-items: center;
            font-size: .875rem;
            line-height: .875rem;
            color: #828282;
        }

            #accBox .wrapAcc .accLeft .accUl li a.active {
                color: #0b53d3;
            }

        #accBox .wrapAcc .accLeft .accUl li:first-child a {
            border-top: 0.0625rem solid #bdbdbd;
        }

        #accBox .wrapAcc .accLeft .accUl li a:hover {
            color: #0b53d3;
        }

a {
    cursor: pointer;
}
/*boxRight*/
#accBox .wrapAcc .accRight {
    flex: 1;
}

    #accBox .wrapAcc .accRight .accRightInner {
        background: #fff;
        box-shadow: 0 0.1875rem 0.5rem rgba(0,0,0,.1);
        border-radius: 0.3125rem;
        padding: 1.875rem 3.75rem 1.6875rem;
        margin-bottom: 0.9375rem;
    }

        #accBox .wrapAcc .accRight .accRightInner .title {
            font-size: 1.5rem;
            color: #4f4f4f;
            line-height: 1.75rem;
            margin-bottom: 3.5625rem;
            display: flex;
            justify-content: center;
        }

.mb {
    display: none !important;
}

#accBox .wrapAcc .accRight .accRightInner .form-group {
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
}

.cred {
    color: #f00;
}

#accBox .wrapAcc .accRight .accRightInner label {
    font-size: 1rem;
    font-family: Arial;
    width: 15.625rem;
}

#accBox .wrapAcc .accRight .accRightInner .WrapRegInput {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: relative;
    margin-top: 0;
}

    #accBox .wrapAcc .accRight .accRightInner .WrapRegInput input, #accBox .wrapAcc .accRight .accRightInner .WrapRegInput select {
        border: 0.0625rem solid #979797 !important;
        border-radius: 0.3125rem;
        overflow: hidden;
        height: 2.8125rem;
        color: #02010e;
        outline: none;
        font-family: Arial;
        font-size: 1rem;
        line-height: 2;
    }


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#accBox .wrapAcc .accRight .accRightInner .wrapSubmit {
    display: flex;
    justify-content: center;
}

#accBox .wrapAcc .accRight .accRightInner .btnRegSubmit {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #0b53d3;
    color: #fff;
    border-radius: 0.3125rem;
    outline: none;
    font-size: .9375rem;
    font-family: Arial;
    text-align: center;
    border: none;
    margin-top: 0.8125rem;
    width: 13.1875rem;
    text-transform: uppercase;
    cursor: pointer;
}

    #accBox .wrapAcc .accRight .accRightInner .btnRegSubmit:hover {
        background-color: #3471df;
    }

#accBox .wrapAcc .accRight .sp_tuong_tu, #accBox .wrapAcc .accRight .sp_tuong_tu .title_sp-tuong-tu h3 {
    margin-top: 0
}


/*reponsive*/
/*reponsive header command footer*/
/*@media (max-width: 945px) {
    .container {
        margin: auto;
        width: 90%;
    }

    .nav_bars-btn {z
        display: block;
        width: 35px;
        height: 35px;
    }

    .nav_input:checked ~ .mobile_close {
        display: block;
        transform: translateX(0);
    }

    .nav_input:checked ~ .nav_overlay {
        display: block;
    }

    .nav_input:checked ~ .nav_mobile {
        transform: translateX(0);
        opacity: 1;
    }

    .menu {
        display: none;
    }

    .dropdown_menu {
        margin: 0;
        width: 368%;
        height: 55rem;
    }

        .dropdown_menu .display_flex {
            display: block;
        }

    .search_mobile {
        display: block;
        margin: 10px auto;
        width: 89%;
        border-radius: 3px;
        border: 1px solid #c0c0c0;
        background-color: white;
    }

        .search_mobile .frmsearch {
            text-align: center;
            justify-content: center;
            display: inline-flex;
            width: 98%;
        }

            .search_mobile .frmsearch .srch {
                border: none;
                outline: none;
                flex: 1;
            }

            .search_mobile .frmsearch .btnsearch {
                border: none;
                width: 26px;
                height: 24px;
                color: black;
                border-radius: 3px;
                background-color: white;
                margin-left: 28px;
            }

        .search_mobile .btnsearch:hover {
            background-color: #005180;
        }

    #banner_mobile label {
        padding: 2rem 0;
    }

    .banner {
        display: block;
        width: 95%;
    }

    .banner_content {
        padding-top: 20px;
        padding-left: 0;
    }

    .car_info ul {
        display: block;
        margin: auto;
        width: 75%;
    }

        .car_info ul .car_left,
        .car_info ul .car_right {
            display: flex;
        }

            .car_info ul .car_left img,
            .car_info ul .car_right img {
                width: 50%;*/
/*height: 1%;*/
/*}

        .car_info ul .car_center img {
            width: 100%
        }

    .news {
        height: 49rem;
    }

        .news .bgr_news {
            display: none;
        }

        .news .main_new {
            width: 100%;
        }

        .news .site_news {
            margin-top: 27rem;
            margin-left: 12%;
            width: 100%
        }

            .news .site_news .news_min {
                width: 100%;
            }

                .news .site_news .news_min .new_min-title,
                .news .site_news h2 {
                    color: black;
                }

            .news .site_news hr {
                background-color: black;
            }

    .category .category_product {
        width: 99%;
        margin-right: 0;
    }

        .category .category_product .product_box:last-child {
            margin-right: 0;
        }*/
/*css trang tin tức*/
/*.main_tintuc {
        display: block;
    }

        .main_tintuc .small_news {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 8rem;
            padding: 0;
        }

            .main_tintuc .small_news img {
                width: 11rem;
                height: 6rem;
            }

            .main_tintuc .small_news div {
                padding: 10px;
            }*/
/*css thanh toán*/
/*.menu_thanh_toan {
        display: block;
    }*/
/*css trang giới thiệu*/
/*.contact_gioithieu {
        display: block;
    }

        .contact_gioithieu .thongtin {
            width: 100%;
        }

        .contact_gioithieu .folow_mxh .youtube_gioithieu {
            padding-left: 0;
        }

        .contact_gioithieu .folow_mxh .fanpage_gioithieu {
            padding-left: 0;
        }

    .tags_gioithieu-right,
    .tags_gioithieu-left {
        display: block;
        text-align: center;
    }

        .tags_gioithieu-right .khoi_hinh,
        .tags_gioithieu-left .khoi_hinh {
            display: none;
        }

        .tags_gioithieu-left .mota_tags,
        .tags_gioithieu-right .mota_tags {
            width: 95%;
            border: none;
            padding-left: 0;
            margin: auto
        }*/
/*css trang sản phẩm*/
/*.thuong_hieu_lop .thuong_hieu img:first-child {
        padding-left: 8px;
    }*/
/*css footer*/
/*.footer .info_footer {
        width: 80%
    }

    .footer .page_footer {
        width: 90%;
    }

    .contact {
        margin-left: 86%
    }*/
/* hết css footer*/
/*}


@media (min-width: 300px) and (max-width: 820px) {*/
/*css trang sản phẩm*/
/*.lop_theo_loai_xe {
        display: block;
    }

        .lop_theo_loai_xe .loai_xe {
            margin: 1rem auto;
            width: 100%;
        }

            .lop_theo_loai_xe .loai_xe p {
                width: 66%;
            }

    .lop_theo_hang {
        display: block;
    }

        .lop_theo_hang ul {
            padding-left: 0;
            width: 100%;
        }

            .lop_theo_hang ul li {
                width: 32%;
                display: -webkit-inline-box;
                line-height: 3em;
            }*/
/*css mô tả sp*/
/*.mo_ta-sp .mo_ta-hinh-anh {
        display: block;
    }

    .mo_ta-hinh-anh .thong_tin_co_ban {
        padding: 0;
    }*/
/*css footer*/
/*.footer .info_footer .info_right {
        display: block;
    }

        .footer .info_footer .info_right img {
            margin: 10px 0;
        }
}

@media (min-width: 300px) and (max-width: 520px) {
    .banner_content {
        display: block;
    }

    .banner_content-left,
    .banner_content-right,
    .giohang {
        margin: 12px auto;
        border: none;
        width: 96%;
        padding: 10px;
        justify-content: center;
        align-items: center;
    }

        .banner_content-left:first-child {
            margin: 12px auto;
            border: none;
            width: 96%;
            padding: 10px;
            justify-content: center;
            align-items: center;
        }

    .banner_sanpham .label_sanpham {
        width: 100%;
        margin-left: -21px;
    }

        .banner_sanpham .label_sanpham .label_title {
            width: 98%;
            height: 3rem;
        }

            .banner_sanpham .label_sanpham .label_title .hinh_binh_hanh {
                width: 34%;
                height: 44px;
                margin-left: 29%;
            }

            .banner_sanpham .label_sanpham .label_title .hinh_thang {
                border-top: 43px solid #4a4a4a;
                border-left: 24px solid transparent;
                border-right: 0px solid transparent;
                width: 30%;
                margin-left: 61%;
            }

            .banner_sanpham .label_sanpham .label_title a {
                padding: 9px 15px 8px 37px;
                width: 9.2rem;
            }

        .banner_sanpham .label_sanpham .label_content a {
            width: 97%;
            margin: 6px auto;
        }*/
/*css trang listsp*/
/*.list_sp {
        display: block;
    }

        .list_sp .sp_tuong_tu {
            margin: 10px 0;
        }

        .list_sp .bo_loc {
            width: 100%;
        }

    .bo_loc .dropdown details {
        width: 100%;
    }

    .dropdown details summary p {
        width: 90%;
    }

    .dropdown details ul {
        display: flex;
        flex-wrap: wrap;
    }

        .dropdown details ul li {
            width: 8rem;
        }*/
/*css giỏ hàng*/
/*.gio_hang .nut_quantri {
        justify-content: center;
        align-items: center;
        width: 94%;
    }

        .gio_hang .nut_quantri .left {
            margin-top: 0;
            height: 36px;
        }

    .nut_quantri .left .btn_left {
        display: block;
        height: 64px;
    }

        .nut_quantri .left .btn_left form input {
            width: 100px
        }

    .gio_hang .nut_quantri .left a {
        height: 31px;
    }

    .gio_hang .nut_quantri .right {
        display: block;
    }

    .nut_quantri .right a {
        height: 31px;
    }*/
/*css thanh toán*/
/*.don_gio-hang .ten_don_hang .thong_tin_don {
        display: block;
    }

    .ten_don_hang .thong_tin_don .san_pham {
        width: 100%;
    }

    .ten_don_hang .thong_tin_don .gia_san_pham {
        width: 98%;
    }

    .soluong_sp {
        width: 30%;
        justify-content: end;
    }
}

@media (min-width: 300px) and (max-width: 420px) {
    .container {
        margin: auto;
        width: 90%;
    }*/
/*css header*/
/*.rectangle .rectangle_left {
        width: 53%;
    }

        .rectangle .rectangle_left img {
            display: none;
        }

    .rectangle .rectangle_right {
    }

    .banner .logo img {
        width: 93%;
        height: 10%;
    }

    .dropdown_menu {
        height: 66rem;
    }

    .sanpham_sale .danhmuc_sanpham {
        display: block;
    }*/
/*css trang chủ*/
/*.news {
        height: 65rem;
    }

        .news .site_news .news_min {
            display: block
        }

            .news .site_news .news_min .new_min-title h5 {
                padding: 4% 0;
            }*/
/*css ListSp*/
/*.sp_giohang .tieude_sp_giohang {
        display: none;
    }

    .sp_giohang .sanpham_mua {
        width: 100%;
        display: block;
    }

    .sp_giohang .sp {
        width: 100%;
    }

    .sp_giohang .gia,
    .sp_giohang .soluong_sp {
        width: 50%;
    }

    .sp_giohang .sanpham_mua .tong {
        width: 100%;
    }*/
/*css mô tả sp*/
/*.mo_ta-hinh-anh .hinh_anh {
        width: 22rem;
    }

        .mo_ta-hinh-anh .hinh_anh .anh_chinh {
            width: 22rem;
        }*/
/*css tin tức*/
/*.main_tintuc .small_news {
        height: 9rem;
    }

        .main_tintuc .small_news a {
            font-size: 14px;
        }*/
/*css trang tin chi tiết*/
/*.trang_tin {
        display: block;
    }

        .trang_tin .main_tinchitiet {*/
/*width: 100%*/
/*width: 80%;
        }

        .trang_tin .tin_ben_le {
            padding-left: 0;
            width: 20%;
        }*/
/*css trang giới thiệu*/
/*.contact_gioithieu .folow_mxh {
        display: block;
    }

        .contact_gioithieu .folow_mxh .fanpage_gioithieu {
            display: block;
        }*/
/*css trang thanh toán*/
/*.menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput div {
        width: 94%;
    }*/
/*css footer*/
/*.footer .info_footer {
        display: block;
    }

    .footer img {
        height: 19rem;
    }

    .footer .info_footer .info_left {
        max-width: 20rem;
    }
}


@media (min-width: 421px) and (max-width: 640px) {
    .container {
        margin: auto;
        width: 90%;
    }*/
/*css header*/
/*.banner_sanpham .label_sanpham {
        width: 24.6rem;
        margin-left: 0;
    }

        .banner_sanpham .label_sanpham .label_title {
            width: 24.3rem;
            height: 3rem;
        }

            .banner_sanpham .label_sanpham .label_title .hinh_binh_hanh {
                width: 7rem;
                height: 44px;
                margin-left: 8rem;
            }

            .banner_sanpham .label_sanpham .label_title .hinh_thang {
                border-top: 43px solid #4a4a4a;
                border-left: 24px solid transparent;
                border-right: 0px solid transparent;
                width: 7.5rem;
                margin-left: 15.1rem;
            }

            .banner_sanpham .label_sanpham .label_title a {
                padding: 9px 15px 8px 37px;
                width: 9.2rem;
            }

        .banner_sanpham .label_sanpham .label_content a {
            width: 23rem;
            margin: 6px 4px;
        }*/
/*css trang chủ*/
/*.news {
        height: 60rem;
    }

        .news .site_news .news_min {
            display: block
        }

            .news .site_news .news_min .new_min-title h5 {
                padding: 0;
            }*/
/*css trang sản phẩm*/
/*.rectangle .rectangle_left {
        width: 66%;
    }*/
/*css trang tin chi tiết*/
/*.trang_tin {
        display: block;
    }

        .trang_tin .main_tinchitiet {
            width: 100%
        }

        .trang_tin .tin_ben_le {
            padding-left: 0;
        }*/
/*css trang giới thiệu*/
/*.contact_gioithieu .folow_mxh {
        display: block;
    }

        .contact_gioithieu .folow_mxh .fanpage_gioithieu {
            display: block;
        }*/
/*css trang thanh toán*/
/*.menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput div {
        width: 96%;
    }*/
/*css footer*/
/*.footer img {
        height: 14rem;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .container {
        margin: auto;
        width: 90%;
    }*/
/*css trang sản phẩm*/
/*.rectangle .rectangle_left {
        width: 74%;
    }*/
/*css trang thanh toán*/
/*.menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput div {
        width: 97%;
    }*/
/*hết css trang sản phẩm*/
/*}

@media (min-width: 821px) and (max-width: 945px) {*/
/*css trang thanh toán*/
/*.menu_thanh_toan .thong_tin-phai .thong_tin_thanh_toan .wrapInput div {
        width: 97%;
    }
}*/
/* Dropdown Button */
.menu, .drop-menu, .menu-DmThLop {
    list-style-type: none;
    padding: 2px 0;
}

.menu {
    height: 52px;
    padding: 0
}

.menu-item a {
    text-decoration: none;
    padding: 6px 10px;
    color: black;
}

/*
.drop-menu li {
    padding-top: 5px;
}
*/

.drop-menu-item {
    width: 100%;
}

    .drop-menu-item a {
        color: #555;
    }

.btn_next-prev-page #paginationholder ul {
    padding: 0 5px 0 0;
    display: flex;
}

    .btn_next-prev-page #paginationholder ul li {
        padding: 0 2px 0 0;
    }


.drop-menu {
    text-decoration: none;
    border-radius: 3px;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 100px;
    width: 25%;
    height: 80px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

.menu-item .drop-menu a span {
    color: black;
}

.menu-item:hover .drop-menu {
    display: block;
}

.drop-menu a {
    padding-top: 5px;
}

.menu-item:hover .drop-menu a span {
    padding-top: 3px;
    color: black;
    /*line-height: 2.5em;*/
}

.menu-item li {
    padding: 5px 10px;
}



.menu-DmThLop {
    /*overflow: scroll;*/
    text-decoration: none;
    border-radius: 3px;
    display: none;
    z-index: 5;
    position: absolute;
    background-color: #fff;
    min-width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    top: 100%;
    overflow:auto;
    max-height:calc(100vh - 125px);
}


.menu-item:hover .menu-DmThLop a span {
    padding-top: 3px;
    color: black;
    /*line-height: 2.5em;*/
}

.menu-item:hover .menu-DmThLop, #san_pham:hover > .sub_menu {
    display: block;
    padding-top: 3px;
    background: none;
}

#show ._thongtinthanhtoan .tong-chi-phi .sanpham_mua {
    text-align: end;
}
    #show ._thongtinthanhtoan .tong-chi-phi .sanpham_mua .thanhtien_thanhtoan {
        width: 45%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #show ._thongtinthanhtoan .tong-chi-phi .sanpham_mua .sp {
        width: 55%;
        display: flex;
        align-items: center;
    }

    #show ._thongtinthanhtoan .tong-chi-phi .sanpham_mua .gia {
        width: 19%;
        display: inline-grid;
    }

    #show ._thongtinthanhtoan .tong-chi-phi .sanpham_mua .soluong_sp {
        justify-content: flex-end;
    }
    #show ._thongtinthanhtoan .tong-chi-phi .sanpham_mua .tong {
        width: 20%;
        font-weight: 600;
    }

    #show ._thongtinthanhtoan .tong-chi-phi .sanpham_mua .sp .info_sp {
        margin-left: 20px;
    }

        #show ._thongtinthanhtoan .tong-chi-phi .sanpham_mua .sp .info_sp p {
            font-size: 15px;
        }

.menu-DmThLop li {
    border-bottom: 1px solid #ccc;
    background: #fff;
}

._thongtinthanhtoan {
    margin-top: 20px;
    width: 100%;
    border-radius: 3px;
}

    ._thongtinthanhtoan .tong-chi-phi {
        display: flex;
        flex-direction: column;
        border: 1px solid #ccc;
        margin-top: 20px;
        border-radius: 3px;
    }

        ._thongtinthanhtoan .tong-chi-phi .sanpham_mua {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #efefef;
            padding: 10px 15px;
        }

            ._thongtinthanhtoan .tong-chi-phi .sanpham_mua .sp a img {
                width: 70px;
            }

        ._thongtinthanhtoan .tong-chi-phi .ten-sanphan-thanhtoan .info_sp p {
            font-size: 14px;
            margin-left: 20px;
        }

        ._thongtinthanhtoan .tong-chi-phi .thanhtoandonhang div {
            display: flex;
            justify-content: space-between;
        }

            ._thongtinthanhtoan .tong-chi-phi .thanhtoandonhang div label,
            ._thongtinthanhtoan .tong-chi-phi .thanhtoandonhang div span {
                font-size: 14px;
                padding: 10px 15px;
            }

        ._thongtinthanhtoan .tong-chi-phi .thanhtoandonhang .tongtien {
            border-top: 1px solid #ccc;
        }

.chiTietTab {
    margin-top: 1rem
}

.chinh_sach_bao_hanh, .danh_gia_tabcontent {
    display: none;
}

.nut_mua_hang {
    width: 100%;
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

    .nut_mua_hang .count {
        border-radius: 6px;
        display: flex;
        overflow: hidden;
        color: #fff;
        border: 1px solid #0b53d3
    }

        .nut_mua_hang .count a {
            align-items: center;
            background: #0b53d3;
            display: flex;
            justify-content: center;
            width: 2.5625rem;
            font-size: .875rem
        }

            .nut_mua_hang .count a:hover {
                background: #ffd120
            }

        .nut_mua_hang .count input {
            flex: 1;
            outline: none;
            text-align: center;
            width: 100%;
            border: none
        }

.thong_tin_co_ban .nut_mua_hang .them_vao_gio {
    margin: 0;
}

.text-center {
    text-align: center;
}

.label_content > .option_search {
    width: calc(100% - 31px);
    padding: 0;
    height: 2.3rem;
    margin: 6px 19px 6px 21px;
    text-align: left;
    display: inline-flex;
    align-items: center;
    border: none;
    box-shadow: 10px;
    border-radius: 3px;
    background-color: none;
    color: #000000;
}

    .label_content > .option_search .select2-container {
        height: 2.3rem
    }

        .label_content > .option_search .select2-container .select2-selection__rendered {
            line-height: 2.3rem
        }

.select2-container {
    width: 100% !important;
}

    .select2-container .selection, .select2-container .select2-selection {
        width: 100% !important;
        height: 100% !important;
    }

    .select2-container span.select2-selection__arrow {
        height: 100% !important;
    }

.sub_menu .menu_g1 li {
    position: relative;
    width: max-content;
}

.sub_menu .display_flex ul > li {
    position: relative;
    width: max-content;
}



#news .wrap form .row {
    display: flex;
    justify-content: space-between;
}

    #news .wrap form .row input {
        outline: none;
    }

    #news .wrap form .row a {
        text-decoration: none;
        background: #0b53d3;
        color: #fff;
        line-height: 35px;
        padding: 10px 15px;
        border-radius: 5px;
        font-weight: bold;
        font-size: 14px;
    }
/*html {
    scroll-behavior: smooth;
}*/
#news #gridData {
    padding: 30px 0;
}

.tac {
    text-align: center;
}

.lh35 {
    line-height: 35px;
}

.lineClampSpKhac {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.fs14 {
    font-size: 14px;
}

.top .banner_sanpham {
    position: relative;
}

    .top .banner_sanpham .slideHome .item .wImage::before {
        padding-bottom: 0;
    }

    .top .banner_sanpham .slideHome {
        position: relative;
    }

        .top .banner_sanpham .slideHome .slick-arrow {
            position: absolute;
            display: flex;
            color: #fff;
            background-color: #434343;
            justify-content: space-between;
            padding: 12px 15px;
            border-radius: 50%;
            align-items: center;
            top: 50%;
            z-index: 1;
            cursor: pointer;
        }

        .top .banner_sanpham .slideHome .slick-dots {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0 8px;
            position: absolute;
            top: 80%;
            right: 30%;
        }

            .top .banner_sanpham .slideHome .slick-dots .slick-active button {
                background-color: #000;
            }

            .top .banner_sanpham .slideHome .slick-dots li {
                list-style: none;
            }

                .top .banner_sanpham .slideHome .slick-dots li button {
                    display: block;
                    font-size: 0;
                    width: 10px;
                    height: 10px;
                    border-radius: 100%;
                    border: none;
                    outline: none;
                    cursor: pointer;
                    background-color: #cccccc;
                }

    .top .banner_sanpham .container_search {
        width: 100%;
        position: absolute;
        top: 11%;
    }
    .top .banner_sanpham .container {
        width: 84%;
        background-color: #333333;
        padding: 25px 15px 35px;

        border-radius: 5px;
    }

        .top .banner_sanpham .container .container-top {
            display: flex;
            justify-content: space-between;
            padding-bottom: 20px;
            border-bottom: 1px solid #ffd120;
        }

            .top .banner_sanpham .container .container-top .left,
            .top .banner_sanpham .container .container-top .right {
                width: 48%;
            }

                .top .banner_sanpham .container .container-top .left .title,
                .top .banner_sanpham .container .container-top .right .title,
                .top .banner_sanpham .container .container-bottom .title {
                    margin: 10px 0 10px 0;
                }

                    .top .banner_sanpham .container .container-top .left .title a,
                    .top .banner_sanpham .container .container-top .right .title a,
                    .top .banner_sanpham .container .container-bottom .title a {
                        color: #ffd120;
                        font-size: 16px;
                        font-weight: bold;
                    }

                .top .banner_sanpham .container .container-top .left .group,
                .top .banner_sanpham .container .container-top .right .group {
                    display: flex;
                    flex-direction: column;
                    gap: 15px;
                }

                    .top .banner_sanpham .container .container-top .left .group button,
                    .top .banner_sanpham .container .container-top .right .group button {
                        font-weight: bolder;
                        text-transform: uppercase;
                        color: #000;
                        opacity:0.8;
                        background-color: #ffd120;
                        padding: 7px 0;
                        border-radius: 5px;
                    }

                    .top .banner_sanpham .container .container-top .left .group select,
                    .top .banner_sanpham .container .container-top .right .group select {
                        padding: 8px 10px;
                        margin-bottom: 15px;
                        border-radius: 5px;
                    }

        .top .banner_sanpham .container .container-bottom .group {
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }

            .top .banner_sanpham .container .container-bottom .group select {
                padding: 8px 10px;
                margin-bottom: 15px;
                border-radius: 5px;
                width: calc((100% - 20px)/3);
            }

.main .describe .describe_block .thuong_hieu_lop .thuong_hieu {
    display: flex;
    width: 45%;
    position: relative;
    gap: 5px;
}

    .main .describe .describe_block .thuong_hieu_lop .thuong_hieu .wImage {
        width: calc((100% - 10px)/5);
        border-radius: 3px;
        /*height: auto;*/
        margin-top: 0;
        margin-right: 10px;
        height: 60px
    }

        .main .describe .describe_block .thuong_hieu_lop .thuong_hieu .wImage a {
            border: none;
        }

        .main .describe .describe_block .thuong_hieu_lop .thuong_hieu .wImage::before {
            padding-bottom: 0
        }

.codeSercu {
    display: flex;
    margin-top: 10px;
}


#thong_tin_thanh_toan .check_thanhtoan > label {
    width: 100%;
    display: flex;
    align-items: center;
}

#thong_tin_thanh_toan .check_hinhthucthanhtoan:not(:has([name="HinhThucThanhToanID"]:checked)) .qrthanhtoan {
    display: none
}
.thong_so_kt .thong_sokt_day_du table{
    width: 100%;
}
    .thong_so_kt .thong_sokt_day_du table tbody tr {
        font-size: 15px;
        /*border-bottom: 1px solid #c0c0c0;
        padding: 8px;
        flex-wrap: wrap;
        max-width: 100%;
        display: flex;*/
    }
        .thong_so_kt .thong_sokt_day_du table tbody tr td:first-child{
            width: 160px;
        }
        .thong_so_kt .thong_sokt_day_du table tbody tr td b {
            font-size: 15px;
        }
        .thong_so_kt .thong_sokt_day_du table tbody tr td {
            border-bottom: 1px solid #c0c0c0;
            padding: 8px;
            flex-wrap: wrap;
            max-width: 100%;
            font: 14px/18px Arial,Helvetica,sans-serif;
        }

.btn-hover:hover {
    opacity:1 !important;
}
.list_sp .sp_tuong_tu.kh_wrap{margin-left:0;}
.list_sp .sp_tuong_tu.kh_wrap .sp_goi-y{margin:0;}
.row-auto{display:flex; flex-wrap:wrap; gap: 10px}
.col-md-3{flex: 1}
.mt-18{margin-top:18px;}

/* Kho hàng*/
.khohang .form-group {
    background-color: #f6f6f6;
    border: 1px solid #d9d9d9;
    border-radius:4px;
    margin:20px 0 40px 0;
}
.khohang .khohang_search {
    padding:40px 20px;
}
.khohang .khohang_search label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.khohang .khohang_search-btn {
    margin-top:28px;
}

.khohang .btn_tintuc {
    display:flex;
}

.khohang .sp_goi-y thead tr {
    background-color: #e8f0ff;
}
.khohang .sp_goi-y thead th:first-child {
    border-top-left-radius: 6px;
}
.khohang .sp_goi-y thead th:last-child {
    border-top-right-radius: 6px;
}
.khohang .sp_goi-y table tr {
    border: none;
}
.khohang .sp_goi-y table tbody td {
    padding:30px 5px;
}
.khohang .sp_goi-y .khohang_price {
    color: #0b53d3;
    font-weight:600;
}

.khohang .sp_goi-y table tbody tr {
    border-bottom: 1px solid #d9d9d9;
}
    .khohang .sp_goi-y table tbody tr:nth-child(2n+2){
        background-color: #f7f8f9;
    }

.khohang .sp_tuong_tu .sp_goi-y table td, .khohang .sp_tuong_tu .sp_goi-y table th {
    border:none;
}