/* HEADER */
.header { padding: 0.1px 0 0 0; } 
.header-phone-icon { font-size: 40px; color: var(--color-main); } 

.menu .icon-search i { color: #000; } 
.menu .search-res .icon-search.active { background: var(--color-main); } 
.menu .search-res .icon-search.active { color: #fff; } 
.menu ul.menu-main { position: relative; } 
.menu ul li { position: unset; } 
.menu-tab { width: 100%; left: 0; right: 0; padding: 10px 20px !important; } 
.col-cat { border-top: 1px solid #ececec; } 
.name-cat { font-family: var(--f-r) !important; font-size: 15px !important; text-transform: capitalize !important; } 
.name-cat:hover { color: var(--color-main); } 

/* SLIDESHOW */
.slideshow { margin-bottom: 10px; } 

/* PRODUCT */
.title-main .decor { background: url(../images/set/decor.png) no-repeat center center; } 
.read-more { letter-spacing: .7px; box-shadow: inset 0 0 0 0 #000; color: #000; font-family: var(--f-m); padding: 10px 50px; transition: color .3s ease-in-out, box-shadow .3s ease-in-out; display: inline-block; font-size: 16px; } 
.read-more:hover { color: #fff; box-shadow: inset 200px 0 0 0 #000; } 


/* .title-product-list { border: 0; text-align: center; padding: 0 0 10px; white-space: nowrap; transition: all 0.5s ease; display: inline-block; box-shadow: 0 -1px #dedddc inset; overflow: hidden; } 
.btn-outline-custom { position: relative; display: block; color: var(--color-title); font-family: var(--f-m); font-size: 16px; padding: 10px 0; overflow: hidden; } 
.btn-outline-custom::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #000; border-radius: 50px; transform: translateX(-100%); transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; opacity: 0; } 
.btn-outline-custom:hover::after,
.btn-outline-custom.active::after { transform: translateX(0); opacity: 1; } */

.title-product-list { border: 0; text-align: center; padding: 0 0 10px; white-space: nowrap; transition: all 0.5s ease; display: inline-block; box-shadow: 0 -1px #dedddc inset; overflow: hidden; } 
.tab-list { position: relative; } 
.btn-outline-custom { position: relative; display: block; color: var(--color-title); font-family: var(--f-m); font-size: 16px; padding: 10px 0; transition: color 0.3s ease; } 
.tab-item { position: relative; } 
.underline { position: absolute; bottom: 0; height: 3px; background: #000; border-radius: 50px; width: 0; transition: all 0.3s ease-in-out; } 
.tab-underline { position: absolute; } 


/* COLLECTION */
.wrap-collection .wrap-content { max-width: 1500px; } 
.info-collection { position: absolute; height: 100%; width: 100%; overflow: hidden; left: 0; right: 0; top: 0; bottom: 0; } 
.content-collection { width: 100%; height: 100%; padding: 25px 30px; position: relative; display: flex; flex-direction: column; justify-content: end; transition: .4s; } 
.content-collection::before { content: ""; width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) scale(1.2); transform: translate(-50%, -50%) scale(1.2); border: 1px solid #fff; opacity: 0; visibility: hidden; -webkit-transition: all .3s ease; transition: all .3s ease; pointer-events: none; } 
.content-collection:hover::before { opacity: 1; visibility: visible; -webkit-transform: translate(-50%,-50%) scale(.95); transform: translate(-50%,-50%) scale(.95) } 
.items-collection:hover img { filter: brightness(0.5); } 
.name-collection { font-family: var(--f-m); font-size: 40px; color: var(--color-white); text-transform: uppercase; } 
.redirect { font-family: var(--f-m); color: var(--color-white); font-size: 18px; text-decoration: underline; } 
.redirect:hover { color: var(--color-main); } 



/* CONSTRUCTION */
.grid-construction { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin-top: 10px; } 
.items-construction:hover img { filter: brightness(0.5); } 
.items-construction:nth-child(1) { grid-row: 2 span; grid-column: 2 span; } 
.title-construction { align-content: center; padding: 20px; font-family: var(--f-b); color: #fff; text-transform: capitalize; left: 0; right: 0; bottom: 0; top: 0; margin: auto; text-align: center; } 
.title-construction h3 { font-size: 25px; } 

/* STATISTIC */
.box-criteria { padding: 10px; border: 1px solid #f3f3f3; border-radius: 10px; } 
.box-criteria:hover { background: var(--color-main); border-radius: 10px; } 
.box-criteria:hover .criteria-desc, .box-criteria:hover .criteria-name a { color: #fff; } 
.criteria-desc { font-family: var(--f-r); font-size: 16px; color: #000; } 
.criteria-name a { font-family: var(--f-b); font-size: 35px; color: #000; } 
.section-notify .title { font-family: var(--f-b); font-size: 35px; color: var(--color-title); } 
.notify-name { font-family: var(--f-r); font-size: 16px; color: #000; } 

/* PROCESS */
.section-process { max-width: 1000px; margin: auto; } 
.image-process { display: inline-block; position: relative; margin: auto; margin-bottom: 15px; width: 55px; height: 55px; line-height: 55px; text-align: center; text-decoration: none; background: #dfdfdf; border-radius: 50%; display: flex; align-items: center; justify-content: center; padding: 0; } 
.image-process:hover { border-radius: 3px; cursor: pointer; } 
.image-process:hover img { transition: transform .4s ease-out, -webkit-transform .4s ease-out; transform: rotateZ(360deg); } 
.name-process { font-family: var(--f-m); font-size: 17px; color: var(--color-title); text-transform: uppercase; margin: 15px 0 5px 0; } 
.desc-process { font-family: var(--f-r); font-size: 14px; color: var(--color-title); } 

/* NEWS */
.news-home-box:hover { border-color: rgba(234, 234, 234, 0); background-color: #fff; box-shadow: rgba(0, 0, 0, .1) 0 8px 16px 0; transform: translateY(-10px) !important; cursor: pointer; transition: all .3s ease 0; transition-duration:.5s !important; } 
.news-home-box { transition: .3s; box-shadow: rgba(0, 0, 0, .2) -1px 3px 4px; border-radius: 15px; border: none; } 
.news-home-info { padding: 20px; } 
.news-name-single { font-size: 30px !important; } 
.news .news-name a, .news-name { color: #333; font-size: 16px; font-family: var(--f-m); height: unset; text-transform: capitalize; line-height: 1.5; } 
.desc-vertical { font-family: var(--f-r); font-size: 14px; color: #000; } 
.slider-news .owl-stage-outer { padding: 5px; } 
.view-more { padding: 5px 20px; font-size: 13px; display: inline-block; margin-top: 20px; } 
.view-more:hover { background: #fff; border: 1px solid #000; color: #000; } 
.view-more, .view-more:focus { color: #fff; border: 1px solid #000; background: #000; transition: all .6s; position: relative; z-index: 2; } 
.btn-news { display: table; font-size: 15px; color: rgb(255, 255, 255); font-weight: 700; text-align: center; background: var(--color-main); padding: 12px 30px; margin: 20px auto 0px; border-radius: 50px; } 
.btn-news i { margin-left: 12px; font-size: 19px; position: relative; top: 1px; } 
.btn-news:hover { color: rgb(34, 34, 34); text-decoration: none; background: rgb(232, 232, 232); transition: 0.3s; } 

/* PRODUCT */
.name-productList { font-family: var(--f-b); color: #000; display: block; font-size: 17px; text-transform: capitalize; margin-top: 15px; } 

/* ALBUM */
.album-image:hover .album-expand { opacity: 1; } 

/* FORM */
.social-footer li { color: #000; border: 1px solid #cfcfcf; width: 35px; height: 35px; justify-content: center; align-items: center; padding: 5px; display: flex
; } 