/* HEADER */
.header { padding: 0.1px 0 0 0; } 
.header-phone-icon { font-size: 40px; color: var(--color-main); } 

/* SLIDESHOW */
.slideshow { margin-bottom: 10px; } 

/* 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 */
.wrap-process { background: url(../images/set/background.jpg) no-repeat center/cover; } 
.name-process { font-family: var(--f-b); font-size: 17px; color: #fff; text-transform: capitalize; margin-top: 15px; } 
.items-process { position: relative; padding: 0 25px; } 
.items-process:after { position: absolute; content: '\f101'; font-weight: 500; font-family: 'Font Awesome 6 Pro'; color: #fff; top: 50%; transform: translateY(-50%); left: -50px; font-size: 40px; } 

/* CRITERIA */
.image-criteria { width: 85px; height: 85px; background: var(--color-main); border-radius: 50%; } 
.info-criteria { width: calc(100% - 95px); } 
.name-criteria { font-family: var(--f-b); font-size: 20px; color: #000; text-transform: uppercase; } 
.desc-criteria { font-family: var(--f-r); font-size: 15px; color: #000; } 


/* NEWS */
.section-constructionList:last-child { margin-bottom: 0; } 
.title-List h2 { font-size: 35px; font-family: var(--f-m); color: var(--color-main); } 
.news-home-img { border-radius: 10px; } 
.news-home-info { padding: 10px 0; } 
.news-name-single { font-size: 30px !important; } 
.news .news-name a, .news-name { color: #333; font-size: 20px; font-family: var(--f-b); height: unset; text-transform: capitalize; line-height: 1.5; } 
.items-vertical { margin-bottom: 15px; } 
.image-vertical { width: 250px; border-radius: 10px; } 
.info-vertical { width: calc(100% - 270px); } 
.name-vertical { font-family: var(--f-b); font-size: 20px; color: #000; text-transform: capitalize; } 
.desc-vertical { font-family: var(--f-r); font-size: 15px; color: #000; } 

.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; } 

/* BANNER */
.title-banner { left: 0; bottom: 0; top: 0; margin: auto; display: flex; justify-content: center; align-items: center; width: 50%; padding: 0 50px; text-align: center; margin: auto; } 
.name-banner { font-size: 60px; font-family: var(--f-b); color: #006200; text-transform: capitalize; max-width: 560px; } 

.image-video { border-radius: 10px; } 
.name-video { font-family: var(--f-m); font-size: 20px; color: #000; } 
.section-cruitment { background: #65f820; padding: 30px; border-radius: 30px; border: 4px solid var(--color-main); } 
.section-cruitment .title { font-family: var(--f-b); font-size: 30px; text-transform: capitalize; color: #000; margin-bottom: 1rem; } 
.section-cruitment ul { padding: 0 0 0 20px; } 
.section-cruitment ul li a { font-family: var(--f-m); font-size: 20px; color: #000; } 
.section-cruitment ul li { list-style: disc; color: #000; } 
.section-cruitment ul li:hover { color: var(--color-hover); } 
.section-cruitment ul li a:hover { color: var(--color-hover); } 

/* FORM */
.col-newsletter { position: relative; } 
.hotline-ab { position: absolute; border-radius: 5px; color: #fff; top: 0; right: 15px; background: var(--color-main); font-family: var(--f-m); font-size: 20px; padding: 10px 20px; } 
.hotline-ab:hover { background: var(--color-hover); color: #fff; } 

.logo-index { margin-bottom: 5px; } 
.title-form { font-family: var(--f-s); font-size: 45px; text-transform: capitalize; } 
.slogan-form { font-family: var(--f-r); font-size: 20px; margin: 0; } 
.validation-newsletter { margin-top: 10px; background: #65f820; padding: 15px 20px; border-radius: 15px; border: 4px solid var(--color-main); } 

.col-content textarea { height: 100px; } 
.col-submit { text-align: right; } 
.newsletter-button { margin-left: auto; } 
.newsletter-button input[type="submit"] { background: transparent; border: none; border-radius: 30px !important; font-size: 20px; font-family: var(--f-m); text-transform: capitalize; } 
.newsletter-button:hover { background: var(--color-main); } 
.newsletter-button:hover input[type="submit"] { color: #fff !important; } 