/* item sản phẩm */
.box-product { border: 1px solid #d9d9d9; border-radius: 10px; overflow: hidden; transition: 0.5s; }
.info-product { padding: 15px; background: white; height: 100%; }
.name-product { font-size: 16px; color: #333333; margin-bottom: 15px; font-weight: bold; line-height: 23px; text-align: center; min-height: 46px; }
.price-product { margin-bottom: 5px; display: flex; gap: 5px; align-items: flex-end; justify-content: center; color: #898989; }
.price-product span:first-child { font-weight: bold; font-size: 14px; line-height: 14px; }
.price-product span.price-new-old { font-weight: 800; color: #333333; font-size: 14px; line-height: 16px; text-decoration: line-through; }
.price-product span:last-child { font-weight: 800; color: #bf1010; font-size: 16px; line-height: 16px; }

/* sản phẩm nổi bật */
.box-main-product-nb { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.wrap-product-nb .wrap-content { padding: 35px 15px; border-radius: 10px;}
.btn-product.btn-product-nb div { border: 1.5px solid white; margin: 25px auto 0px; width: fit-content; border-radius: 500px; padding: 15px 30px; color: white; text-transform: capitalize; gap: 10px; display: flex; font-size: 16px; font-weight: 600; }

/* sản phẩm phổ thông */
.box-main-product-pt { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; }
.wrap-product-pt .wrap-content { padding: 35px 15px; border-radius: 10px;}
.btn-product.btn-product-pt div { margin: 25px auto 25px; width: fit-content; border-radius: 500px; padding: 15px 30px; color: white; background: var(--color-main-admin); text-transform: capitalize; gap: 10px; display: flex; font-size: 16px; font-weight: 600; }
.content-main { margin-bottom: 20px; }

/* sản phẩm list */
.box-main-product-list { position: relative; }
.title-main-product-list { border-bottom: 1px solid #d9d9d9; padding-bottom: 20px; margin-bottom: 20px; }
.title-main-product-list h3 { color: #333333; font-size: 24px; font-weight: 800; text-transform: uppercase; width: fit-content; margin: 0px; position: relative; }
.title-main-product-list h3 svg { vertical-align: baseline; margin-right: 5px; }
.title-main-product-list h3::before { position: absolute; content: ""; height: 2px; width: 100%; bottom: -21px; left: 0px; right: 0px; background: var(--color-main-admin); }
.product-list-item { margin: 7px; padding: 20px; border-radius: 10px; border: 1px solid #d9d9d9; }
.product-list-item:hover { border: 1px solid var(--color-main-admin); }
.product-item-img { width: 100px; margin: auto; }
.product-list-item-info { text-align: center; margin-top: 15px; }
.product-list-cout { color: #898989; margin: 0px; font-size: 12px; font-weight: 600; }
.product-list-name { color: #333333; font-size: 14px; font-weight: 800; text-transform: uppercase; line-height: 20px; height: 40px; }

/* product all*/
.title-product { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px solid #d9d9d9; position: relative; }
.left-title { position: relative; }
.left-title::before { position: absolute; content: ""; width: 100%; height: 2px; bottom: -15px; left: 0px; right: 0px; background: var(--color-main-admin); }
.left-title h2 { background: url(../images/icon-title.png) no-repeat left; padding-left: 25px; width: fit-content; font-size: 24px; font-weight: 800; text-transform: uppercase; margin: 0px; line-height: 50px; }
.right-title { display: flex; align-items: center; gap: 20px; width: 50%; overflow-x: scroll; padding-bottom: 5px; }
.right-title p { margin: 0px; }
.item-cat { border-radius: 5px; padding: 15px 26px; cursor: pointer; background: #eeeeee; font-size: 14px; font-weight: bold; height: 50px; white-space: nowrap; }
.right-title::-webkit-scrollbar { background: #fff; width: 3px; height: 3px; }
.right-title::-webkit-scrollbar-thumb { background: #c5c5c5; }
.item-cat.choosed, .item-cat:hover { background: var(--color-main-admin); color: white; }
.box-main-product { margin-bottom: 30px; }
.grid-product { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }

/* group hình ảnh - thi công */
.wrap-group-hinhanh-thicong {}
.wrap-group-hinhanh-thicong .wrap-content { display: flex; position: relative; gap: 30px; }
.left-thicong { width: 40%; background: white; border-radius: 15px; padding: 25px; }
.thicong-item a { display: flex; gap: 15px; }
.thicong-item.reverse a { flex-direction: row-reverse; }
.slick_thicong .slick-slide { margin: 5px 0px; }
.right-hinhanh { width: calc(100% - 30px - 40%); background: white; border-radius: 15px; padding: 18px; }
.box-main-hinhanh { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.box-hinhanh-0 { grid-column: 1/2; }
.box-hinhanh-1 { grid-column: 2/4; }
.box-hinhanh-2 { grid-column: 1/3; }
.box-hinhanh-3 { grid-column: 3/4; }
.box-hinhanh-4 { grid-column: 1/2; }
.box-hinhanh-5 { grid-column: 2/3; }
.box-hinhanh-6 { grid-column: 3/4; }
.box-hinhanh-7 { grid-column: 1/3; }
.box-hinhanh-8 { grid-column: 3/4; }
.box-hinhanh-8 a { display: flex; align-items: center; justify-content: center; flex-direction: column; border: 1.5px solid #d9d9d9; border-radius: 5px; height: 100%; color: #898989; gap: 10px; font-size: 16px; font-weight: bold; }
.box-hinhanh-8 a p { margin: 0px; }
.box-hinhanh { position: relative; }
.name-hinhanh { position: absolute; width: 100%; left: 0px; right: 0px; top: 50%; transform: translateY(-50%); margin: 0px; font-size: 18px; font-weight: bold; padding: 10px 20px; text-align: center; text-transform: uppercase; color: white; pointer-events: none; background: #000000a1; opacity: 0; }
.box-hinhanh:hover .name-hinhanh { opacity: 1; }
.img-hinhanh { border-radius: 5px; }

/* grou- video-why*/
.wrap-group-video-why .wrap-content { display: flex; gap: 30px; }
.left-video { width: 50%; }
.slider-nav-video { padding-right: 13px; }
.slider-for-video { margin-top: 13px; }
.slider-for-video .slick-slide { margin-right: 13px; }
.box-video { position: relative; }
.play-video { position: absolute; background: url(../images/play.png) no-repeat; background-size: 100% 100%; width: 128px; height: 91px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.item-video .video-img img { border-radius: 5px; }
.right-why { width: calc(100% - 30px - 50%); }
.slick_why .slick-slide { margin-bottom: 19px; }
.why-item a { display: flex; justify-content: space-between; align-items: center; padding: 17px 25px; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; border-radius: 5px; margin: 0px 10px; margin-top: 0px; }
.why-item a i { color: #898989; }
.why-item a div { display: flex; gap: 10px; align-items: center; }
.why-item a div span { display: flex; background: var(--color-main-admin); width: 45px; height: 45px; align-items: center; justify-content: center; border-radius: 50%; }
.name-why { font-size: 20px; color: #333333; margin: 0px; width: calc(100% - 55px); }
.box-main-news .owl-dots { margin-top: 40px; }

/* tin tức */
.tintuc-img { width: 140px; border-radius: 5px; overflow: hidden; }
.tintuc-info { width: calc(100% - 15px - 140px); }
.tintuc-name { color: #333333; font-size: 16px; font-weight: bold; margin: 0px; }
.about-news { display: flex; align-items: center; gap: 5px; position: relative; padding-bottom: 10px; }
.about-news::before { position: absolute; content: ""; width: 50px; height: 1px; background: #898989; bottom: 0px; left: 0px; }
.control-news.control-owl { top: calc(30% - 45px / 2); }
.control-news.control-owl button.owl-prev { left: -50px; background: url(../images/prev.png) no-repeat; width: 24px; height: 56px; }
.control-news.control-owl button.owl-next { right: -50px; background: url(../images/next.png) no-repeat; width: 24px; height: 56px; }
.control-news.control-owl button.owl-prev svg, .control-news.control-owl button.owl-next svg { display: none; }

/* đăng ký */
.title-main-index .title-dangky { text-align: justify; }
.wrap-group-dangky .wrap-content { display: flex; position: relative; justify-content: flex-end; }
.wrap-dangky { width: 55%; position: relative; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; background: url(../images/bgr_form.png) no-repeat; background-size: 100% 100%; padding: 45px; }
.title-main-dangky { margin-bottom: 20px; }
.wrap-dangky .title-main span { color: black; }
.title-dangky { text-transform: capitalize; color: #333333; font-family: "font4"; font-size: 1.8rem; }
.wrap-banner-dangky { position: absolute; top: -2.5rem; left: 0px; width: 55%; }
.wrap-banner-dangky .scale-img { border-radius: 5px; }
.group-newsletter { display: flex; border: 1px solid #d9d9d9; border-radius: 5px; padding: 6px 10px; }
.slogan-newsletter { font-weight: 600; }
.input-group { color: #898989; font-family: "font2"; font-size: 13px; }
.input-group input { width: 100%; height: 42px; background: white; border: none; }
.btn-input input[type="submit"] { background: url(../images/sent.png) no-repeat center, var(--color-main-admin); height: 42px; width: 42px; border: none; font-weight: bold; padding: 10px 20px; border-radius: 50%; letter-spacing: 1px; }

/* nhận ký gửi */
.box-main-nhankygui { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.name-nhankygui { font-size: 16px; font-family: "font5"; color: #252525; margin: 8px 0px; line-height: normal; }
.time-nhankygui { color: var(--color-gray); margin-bottom: 8px; }
.desc-nhankygui { color: #252525; font-family: "font1"; }
.wrap-dangky .line-title { background: white; }
.wrap-dangky .slogan { color: #bf1010; text-align: justify; }
.w-menu.fix_head .menu-left:hover .list-menu, .menu-left:hover .list-menu { display: block; top: 60px; }
.w-menu.fix_head .menu-left:hover .list-menu, .menu-left.none-hover:hover .list-menu { display: block; top: 60px; }
.banner-product { margin-bottom: 20px; }

/*  */
.toolbar-custom { width: 100%; bottom: 0px; position: fixed; z-index: 500; left: 0px; display: none; -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -moz-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -ms-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); -o-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.75)); margin-top: -25px; }
.toolbar-custom .list-phone { position: absolute; bottom: 100%; left: 30px; opacity: 0; transform: scale(0); transform-origin: 50% 100%; display: none; }
.toolbar-custom .list-phone a { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background: #fff; max-width: 240px; padding: 10px 20px; margin: 10px 0; border-radius: 50px; padding-right: 30px; gap: 10px; }
.toolbar-custom .list-phone svg { max-width: 30px; max-height: 30px; fill: var(--color-main-admin); }
.toolbar-custom .list-phone span { display: block; color: #333; font-weight: 700; }
.toolbar-custom .phone { position: relative; width: 50px; height: 50px; z-index: 99; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; margin: 0 0px -25px 30px; transition: transform 0.2s ease-in-out; }
.toolbar-custom .phone svg { max-width: 27px; max-height: 27px; display: block; position: relative; fill: var(--main-color); }
.toolbar-custom .phone span:before, .toolbar-custom .phone span:after { position: absolute; content: ""; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(135deg); width: 30px; height: 3px; border-radius: 2rem; background-color: var(--color-main-admin); opacity: 0; transition: opacity 0.2s ease-in-out; }
.toolbar-custom .phone span:after { transform: translate(-50%, -50%) rotate(45deg); }
.toolbar-custom .phone svg { animation: tada 1.2s infinite; fill: var(--color-main-admin); }
.toolbar-custom ul { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 0px; margin: 0px; --size: 33px; -webkit-mask: radial-gradient(var(--size) at 55px 0px, #0000 99%, #fff 101%) 100%; background: var(--color-main-admin); padding: 10px 0; padding-right: 10px; padding-left: 100px; border-radius: 10px 10px 0px 0px; }
.toolbar-custom ul li { text-align: center;    /* width: 25%; */ line-height: 1; }
.toolbar-custom ul li a { display: block; width: 100%; color: white; }
.toolbar-custom ul li a img, .toolbar-custom ul li svg { max-height: 30px; border-radius: 5px; }
.toolbar-custom ul li a span { display: inline-block; font-weight: 400; font-size: 9px; margin-top: 5px; color: white; text-transform: capitalize; }
.toolbar-custom.is-active .phone { transform: rotate(-180deg); }
.toolbar-custom.is-active .phone svg { opacity: 0; }
.toolbar-custom.is-active .phone span:before, .toolbar-custom.is-active .phone span:after { opacity: 1; }
.toolbar-custom.is-active .list-phone { display: block; -webkit-animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards; animation: quickShow 0.2s cubic-bezier(0.66, 0.45, 0.76, 1.53) forwards; }
@keyframes quickShow {
  0% { opacity: 0; transform: scale(0); }
  100% { opacity: 1; transform: scale(1); }
}
.magic-hidden-wrapper, .magic-temporary-img { display: block !important; min-height: 0px !important; min-width: 0px !important; max-height: none !important; max-width: none !important; width: 10px !important; height: 10px !important; position: absolute !important; top: -10000px !important; left: 0px !important; overflow: hidden !important; transform: none !important; transition: none !important; }