@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
:root {
	--f-main: 'Google Sans', sans-serif;
	--f-ttl: 'TH Majestic Comfort Serif', serif;
	/*--f-osw: "Oswald", sans-serif;*/
	--txt: #666666;
	--mcolor: #bf1e0a;
	--scolor: #ED1D24;
	--yellow: #ebce92;
	--white: #ffffff;
	--green-light: #28965D;
	--gray: #FAFAFA;
	--orange: #f05a28;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 18px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
	height: auto;
}
a {
  color: var(--yellow);
	text-decoration: none;transition: all 0.3s;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.34em;
}
#totop {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 10;
  margin-bottom: 0;
  width: 50px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: var(--txt);
  font-family: var(--f-main);
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 1320px;
	max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {display: none;}
#header {position: relative;z-index: 999;}
.logo{margin:0;}
.h_main {transition: all 0.3s;padding: 40px 0;background: #D02A06;
background:linear-gradient(180deg, rgba(208, 42, 6, 1) 0%, rgba(189, 29, 11, 1) 50%, rgb(183 20 10) 100%);}
.h_main .container {display: flex;align-items: center;justify-content: space-between;}
.h_info{
display: flex;
    background: var(--white);
    padding: 5px 10px;
    border-radius: 10px;
}
.h_info a{
	color: var(--mcolor);
    font-size: 14px;
    font-weight: 500;padding: 0 10px;
}
.h_info li:first-child{    border-right: 2px solid var(--mcolor);}
.h_right{
	    display: flex;
    justify-content: flex-end;
    align-items: center;
	
}
.gnavi {display: flex;}

.gnavi li {position: relative;}
.submenu {position: absolute;background: var(--mcolor);padding: 15px;width: 290px;left: calc(50% - 100px);display: none;border: 2px solid var(--yellow);}


.gnavi> li>a {font-size: 17px;font-weight: 500;text-transform: uppercase;text-decoration: none;position: relative;padding: 5px;display: block;}
.gnavi>li.over>a {padding-right: 15px;}
/*.gnavi>li.over>a:after {content: '';position: absolute;width: 10px;height: 2px;background: var(--mcolor);right: 0;top: calc(50% - 1px);}
.gnavi>li.over>a:before {content: '';position: absolute;height: 10px;width: 2px;background: var(--mcolor);right: 4px;top: calc(50% - 5px);}*/
.gnavi>li:not(:last-child) {margin-right: 40px;}
.submenu a {text-decoration: none;font-size: 15px;font-family: var(--f-osw);font-weight: 400;padding: 5px;border-bottom: 1px solid rgba(255,255,255,0.2);display: block;text-transform: capitalize;}
.submenu li:last-child a {border-bottom: none;}
.subsubmenu {
   position: absolute;
    top: -17px;
    left: calc(100% + 18px);
    background: var(--mcolor);
    padding: 15px;
    width: 330px;
	border: 2px solid var(--yellow);
    display: none;
}
.subsubmenu a{color: var(--yellow);}
.gnavi>li.active>a {color: var(--white);}
.h_lang select { width: 80px; height: 80px; border: none; background: var(--mcolor); color: #fff; border-top-right-radius: 10px; border-bottom-right-radius: 10px; text-align: center; }
.h_search { width: 150px; margin: 0 30px 0 50px; position: relative; }
.h_search input {width: 100%;border: none;border-bottom: 1px solid #EDEDED;font-size: 17px;font-weight: 300;color: #BFBFBF;padding: 7px 0;}
.h_search input::placeholder {color: #BFBFBF;}
.h_search button {position: absolute;right: 0;top: 7px;border: none;background: transparent;}
.mainvisual {padding-top: 80px;position: relative;}
.main_slide img {width: 100%;}
.main_info { position: absolute; width: 100%; top: 0; left: 0; padding-top: 80px; display: flex ; align-items: center; height: 100%; }
.main_info_ttl { font-size: 36px; max-width: 740px;margin-bottom: 30px;}
.main_info_ttl .small {color: var(--scolor);font-family: var(--f-osw);text-transform: uppercase;font-weight: 700;display: block;margin-bottom: 10px;}
.main_info_ttl .ttl {display: block;font-size: 177.78%;font-family: var(--f-ttl);line-height: 1.17em;color: var(--mcolor);font-weight: 800;}
.main_info_txt { max-width: 660px; color: #fff; line-height: 1.67em; border-left: 4px solid #D9D9D9; padding-left: 30px; }
.btn_list { display: flex ; }
.idx_btn a {width: 150px;height: 55px;display: flex;align-items: center;color: #fff;background: url("/assets/images/ic_arr.svg") no-repeat right 20px center var(--mcolor);border-radius: 7px;padding: 0 25px;position: relative;font-family: var(--f-osw);text-transform: uppercase;font-size: 16px;text-decoration: none;overflow: hidden;}
.idx_btn a:after {content: '';position: absolute;width: 40px;height: 40px;background: #fff;border-radius: 50%;top: calc(50% - 20px);right: -20px;opacity: 0.2;pointer-events: none;}
.btn_list .idx_btn:not(:last-child) {margin-right: 30px;}
.idx_btn.btn_red a {width: 200px;background-color: var(--scolor);}


.sec01 { padding: 80px 0;
    background: url(/assets/images/sect01_bg.png?v=202511051459) no-repeat right top / cover;}
.sec01_main{display:flex;justify-content:space-between;align-items: center;}
.sec01_txt{width: 40%;
    background: #bf1e0aad;
    box-shadow: 0px 0px 8px 3px var(--mcolor);
    border-radius: 20px;
    padding: 20px;
}}
.sec01_img{width: 50%;}
.sec01_txt p{    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;}
.sec01_img {margin: 0;}
.sec01 .idx_ttl {color: var(--yellow);
    font-family: var(--f-ttl);
    font-size: 70px;
    text-transform: uppercase;text-align:center;}
.sec02 {padding: 80px 0;}
.sec02 .sec02_main {display: flex;justify-content: space-between;align-items: flex-start;}
.sec02_list { flex-shrink: 0;
    width: 60%;
    padding-left: 75px;}
.idx_ttl { font-size: 36px; color: var(--scolor); line-height: 1.5em; margin: 0 0 15px; }
.idx_ttl .lager {display: block;color: var(--mcolor);font-size: 138.89%;font-weight: 700;text-transform: uppercase;line-height: 1.5em;}
.sec02_txt { text-align: justify; margin-bottom: 42px;}
.sec02_itm:not(:last-child){margin-bottom: 45px;}
.sec02_itm_ttl{
	
	font-family: var(--f-ttl);
    background: linear-gradient(180deg, rgba(175, 19, 11, 1) 15%, rgba(154, 17, 14, 1) 50%, rgba(129, 14, 17, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    line-height: 1.8;
    text-transform: uppercase;margin-bottom: 20px;
}
.sec02_itm_des{
	color: #000;
    font-weight: 500;margin: 0;text-align: justify;
}
.sec02_txt{
margin: 60px 0 0 0;
    text-align: center;
    font-size: 37px;
    line-height: 1.8;
    font-family: var(--f-ttl);
    background: linear-gradient(180deg, rgba(175, 19, 11, 1) 15%, rgba(154, 17, 14, 1) 50%, rgba(129, 14, 17, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec02_img {width:40%;}
.sec02_img img{width:100%;}



.sec03 {padding: 100px 0;margin-top: 3px;border-top: 4px solid var(--yellow);}
.sec03_main{display:flex;justify-content:space-between;}
.sec03_main > *{width:48%;}

.sec03_itm {position:relative;overflow: hidden;}
.sec03_itm:first-child {margin-bottom:60px;}

.sec03_itm_img{}
.sec03_itm_info{background: url(/assets/images/sp_bg1.png) no-repeat left center / cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;    padding: 30px;justify-content: right;
	}
	.sec03_itm_ttl{
		border-bottom: 2px solid #fff;
    width: 90%;
    line-height: 1.4;
    font-size: 25px;
    text-transform: uppercase;
	}
.sec03_itm_ttl .large{display:block;position: relative;font-weight: bold;font-size: 160%;}
.sec03_col:first-child .sec03_itm_ttl .large:before{
    content: "";
    background: url(/assets/images/icon_next.png) no-repeat left center;background-size: 20px;
    padding: 10px 20px;
}
.sec03_col:last-child .sec03_itm_ttl .large:after{
    content: "";
    background: url(/assets/images/icon_pre.png) no-repeat right center;background-size: 20px;
    padding: 10px 20px;
}

.sec03_col:first-child .sec03_itm {border-radius: 50px 0 0 0; }
.sec03_col:last-child .sec03_itm {border-radius: 0 50px 0 0; }
.sec03_col:last-child .sec03_itm:nth-child(2) {margin-bottom:60px;}
.sec03_col:first-child .sec03_itm_ttl {text-align:right;}
.sec03_col:last-child .sec03_itm_info {background: url(/assets/images/sp_bg2.png) no-repeat left center / cover;justify-content:left;}

.sec03 .idx_ttl {text-align: center;}
.sec03_txt {
	    text-transform: uppercase;
    font-family: var(--f-ttl);
    line-height: 2;
    background: linear-gradient(180deg, rgba(175, 19, 11, 1) 15%, rgba(154, 17, 14, 1) 50%, rgba(129, 14, 17, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec03_list { display: flex ; flex-wrap: wrap; border-bottom: 2px solid #EBEBEB; }
.sec03_item { width: calc(100% / 5); text-align: center; border-top: 2px solid #EBEBEB; border-left: 2px solid #EBEBEB; }
.sec03_item:nth-child(5n) { border-right: 2px solid #EBEBEB; }
.sec03_item a {text-align: center;display: block;color: var(--scolor);font-size: 20px;font-family: var(--f-osw);padding: 30px;}
.sec03_item .img {display: flex;justify-content: center;align-items: center;margin: 0 0 20px;height: 140px;}
.sec03_item img {max-height: 100%;transition: all 0.3s;}

.sec03_contact{margin: 30px 0 0;}
.sec03_contact img{width:100%;}
.sec04 {background: url("/assets/images/sec04_bg.jpg") no-repeat center center/cover;padding: 80px 0;color: #fff;text-align: center;border-top: 4px solid var(--yellow);
    margin-top: 3px;}
.sec04_list { display: flex ;justify-content: space-between; }
.sec04_item { width: calc(100% / 4); font-size: 16px;color: #000; font-weight: bold;}
.sec04_item .lager { display: block; color: var(--scolor); font-size: 400%; line-height: 1.4em;font-weight: normal; margin-bottom: 10px;font-family:var(--f-ttl);
background: linear-gradient(180deg, rgba(175, 19, 11, 1) 15%, rgba(154, 17, 14, 1) 50%, rgba(129, 14, 17, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
	.sec04_item:nth-child(2){width: 15%;}
	.sec04_item:nth-child(4) .count{font-size: 75%;
    line-height: 1.4;}
/*.sec04_item .count { font-size: 192%;line-height: 1em; }
.sec04_item:nth-child(2n) .lager {font-size: 400%;line-height: 1em;}
.sec04_item:nth-child(2n) .count {font-size: 100%;}*/

.sec05 {background: var(--gray);padding: 100px 0;}
.sec05 .idx_ttl {text-align: center;margin-bottom: 20px;}
.sec05_list {background: url("/assets/images/sec05_img_pc.png") no-repeat center center/100% auto;max-width: 1229px;margin: 0 auto;height: 547px;position: relative;counter-reset: item;}
.sec05_list li {position: absolute;width: 270px;counter-increment: item;z-index: 2;line-height: 1.27em;}
.sec05_list li .txt:before { counter-increment: li; content: counter(item, decimal-leading-zero); position: absolute; font-size: 100px; color: var(--scolor); opacity: 0.1; font-family: var(--f-osw); left: 0; top: -23px; z-index: -1; line-height: 1em; font-weight: 700; }
.sec05_list li .ttl { display: none; }
.sec05_list li .txt {position: relative;z-index: 2;}
.sec05_list li:nth-child(2) { left: 468px; top: 26px; }
.sec05_list li:nth-child(1) { left: 138px; top: 27px; }
.sec05_list li:nth-child(3) { left: 798px; top: 27px; }
.sec05_list li:nth-child(4) { left: 858px; top: calc(50% - 42px); }
.sec05_list li:nth-child(5) { left: 798px; bottom: -3px; }
.sec05_list li:nth-child(6) { left: 468px; bottom: 19px; }
.sec05_list li:nth-child(7) { left: 138px; bottom: 20px; }

.sec06 {padding: 100px 0;}
.sec06 .idx_ttl {text-align: center;}
.sec06_txt { max-width: 870px; margin: 0 auto 60px; text-align: center; }
.sec06_list { display: flex ; justify-content: space-between;padding-top: 60px; }
.sec06_item {width: calc((100% - 90px)/5);background: #FAFAFA;border-radius: 20px;position: relative;text-align: center;padding: 0 25px 25px;}
.sec06_item a{
	
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sec06_item:before {content: '';position: relative;display: block;background: url("/assets/images/sec06_img01.png") no-repeat center center/100% auto;width: 80px;height: 80px;margin: -56px auto 0;}
.sec06_item:after {content: '';position: absolute;width: 100px;height: 100px;border: 2px solid var(--scolor);border-radius: 50%;left: calc(50% - 50px);top: -66px;z-index: -2;}
.sec06_item:nth-child(2):before {background-image: url("/assets/images/sec06_img02.png");}
.sec06_item:nth-child(3):before {background-image: url("/assets/images/sec06_img03.png");}
.sec06_item:nth-child(4):before {background-image: url("/assets/images/sec06_img04.png");}
.sec06_item:nth-child(5):before {background-image: url("/assets/images/sec06_img05.png");}
.sec06_item_ttl { font-size: 22px; font-family: var(--f-osw); color: var(--scolor); position: relative; margin: 22px 0 23px; padding: 0 0 30px; }
.sec06_item_ttl:after { content: ''; position: absolute; width: 50px; height: 3px; background: var(--scolor); left: calc(50% - 25px); border-radius: 3px; bottom: 0; }
.sec06_item_txt { margin: 0; font-size: 16px; line-height: 1.5em; }

.sec07 {padding: 80px 0;border-top: 4px solid var(--yellow);
    margin-top: 3px;}
.sec07 .idx_ttl, .home_project .idx_ttl {
	line-height:2;
	text-align: center;
    font-family: var(--f-ttl);    margin-bottom: 60px;
    background: linear-gradient(180deg, rgba(129, 14, 17, 1) 15%, rgba(154, 17, 14, 1) 50%, rgba(175, 19, 11, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sec07_txt { max-width: 770px; margin: 0 auto 60px; text-align: center; }
.sec07_list p {margin: 0 15px;}
.sec07_list p a{height:100px;display:block;}
.sec07_list p a img, .sec07_list p img{max-height:100px;margin: 0 auto;}
.sec07_list.slick-slider {margin: 0 -15px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.sec07_list .slick-list {order: -1;width: 100%;margin-bottom: 60px;}
.sec07_list .slick-next {order: 2;}
.sec07_list .slick-dots {display: flex;justify-content: center;margin: 0 30px;}
.sec07_list .slick-dots li {width: 30px;height: 30px;position: relative;border: 1px solid transparent;background: transparent;border-radius: 50%;padding: 10px;cursor: pointer;display: flex;justify-content: center;align-items: center;margin: 0 10px;}
.sec07_list .slick-dots li button {width: 8px;height: 8px;border: none;background: var(--mcolor);border-radius: 50%;text-indent: -500000px;cursor: pointer;}
.sec07_list .slick-dots li.slick-active {border-color: var(--mcolor);background: #fff;}
.sec07_list .slick-arrow {width: 12px;height: 15px;background: #D9D9D9;cursor: pointer;transition: all 0.3s;border: none;clip-path: polygon(0 0, 0% 100%, 100% 50%);text-indent: -500000px;}
.sec07_list .slick-prev {clip-path: polygon(100% 0, 0 50%, 100% 100%);}
.home_project{
	padding: 80px 0;
    border-top: 4px solid var(--yellow);
    background: linear-gradient(180deg, rgb(255 255 255) 15%, rgb(219 49 45) 50%, rgb(160 15 8) 100%);
}
.home_project .idx_ttl span{
	background: url(/assets/images/icon_next_red.png) no-repeat right center;
    background-size: 25px;
    padding: 0px 25px;
}
.home_project_list { 
display: grid;
     grid-template-columns: repeat(3, 1fr);
    gap: 20px;}
.home_pj_itm{
	 position:relative;
    overflow:hidden;
}
  /* Row 1 */
  .home_pj_itm:nth-child(1){border-radius: 80px 0 0 0;
    grid-column: 1 / span 2; /* chiếm 2/3 */
    grid-row: 1;
    min-height:360px;
  }
  .home_pj_itm:nth-child(2){border-radius: 0 80px 0 0;
    grid-column: 3 / span 1; /* 1/3 bên phải */
    grid-row: 1;
    min-height:260px;
  }

  /* Row 2 */
  .home_pj_itm:nth-child(3){border-radius: 80px 0 0 0;
    grid-column: 1 / span 1; /* 1/3 bên trái */
    grid-row: 2;
    min-height:260px;
  }
  .home_pj_itm:nth-child(4){border-radius: 0 80px 0 0;
    grid-column: 2 / span 2; /* chiếm 2/3 bên phải */
    grid-row: 2;
    min-height:360px;
  }
  .home_pj_itm_img{ width:100%;
    height:100%;}
   .home_pj_itm img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }
   /* info pill */
  .home_pj_itm_info{
    position:absolute;
    bottom:20px;
    left:20px;               /* đặt lệch trái cho giống hình */
    right:20px;              /* để pill co theo kích thước */
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    background:#fff;
    color:var(--mcolor);
    padding:10px 18px;
    border-radius:999px;
    max-width:520px;
    box-shadow:0 4px 12px rgba(0,0,0,.18);
    font-weight:700;
  }
  .home_pj_itm_ttl{ font-size: 20px;
    width: calc(100% - 120px);
    font-weight: bold; }
  .home_pj_itm_more{
	  width: 120px;
	  position:relative;
    background:var(--mcolor);
    color:#fff;
    padding:8px 14px;
    border-radius:999px;
    text-decoration:none;
    font-size:13px;
    display:inline-block;
	margin-bottom:0;
  }
  .home_pj_itm_more:before{
	  content: "";
    background: url(/assets/images/icon_next.png) no-repeat left center;
    background-size: 10px;
    padding: 5px 10px;
  }
  .home_pj_itm .home_pj_itm_img img{transition: all .5s;}
  .home_pj_itm:hover .home_pj_itm_img img{
	  
	  transform:scale(1.1,1.1);
	  
  }
  

footer {
    background: url(/assets/images/f_bg.png) no-repeat left top / cover;
    color: #e0e0e0;
    padding-top: 80px;
    border-top: 7px solid var(--yellow);
}

.footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-main-content {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

/* --- Phần bên trái (Logo và 3 cột) --- */
.footer-left {
    flex: 2.5; /* Chiếm nhiều không gian hơn */
}

.logo-section {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.logo-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #a11c1c;
    background-color: #E4B43C;
    border-radius: 50%;
    margin-right: 15px;
}

.logo-text .company-name {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #E4B43C;
    letter-spacing: 1px;
}

.logo-text .tagline {
    font-size: 14px;
    color: #E4B43C;
}

.footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.info-col h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: normal;
}

.info-col p {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1.5;
}

.menu-col h3,
.products-col h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    display: inline-block;
	position: relative;
}
.menu-col h3::after, .products-col h3::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #fff;
}
.menu-col ul,
.products-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-col li,
.products-col li {
    margin-bottom: 12px;
}

.menu-col a,
.products-col a {
    color: var(--yellow);
    font-size: 15px;
}

.menu-col a:hover,
.products-col a:hover {
    color: #ffffff;
}

/* --- Phần bên phải (Bảng liên hệ) --- */
.footer-right {
    flex: 1; /* Chiếm ít không gian hơn */
    min-width: 330px;
}

.contact-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.contact-item {
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}

.contact-item.last-item {
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-label {
    color: var(--orange);
    font-size: 13px;
    margin: 0 0 4px 0;
    text-transform: uppercase;
}

.contact-number {
    color: #a11c1c;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
}

.contact-number i {
   
}
.contact-number svg{color: var(--orange); font-size: 16px;
    margin-right: 8px;
    vertical-align: middle;}

.social-icons {
    display: flex;
    gap: 8px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #a11c1c;
    color: #fff;
    font-size: 16px;
    transition: background-color 0.3s;
}

.social-icon:hover {
    background-color: #7c1515;
}

/* --- Dòng Copyright --- */
.copyright-bar {
    text-align: center;
    padding: 20px 0 105px;
    margin-top: 30px;
    border-top: 1px solid #d38484;
    font-size: 14px;
}
/* --- Responsive Design --- */
  
/*
.sec08 {background: var(--gray);padding: 100px 0;}
.sec08 .idx_ttl {text-align: center;}
.sec08_txt { max-width: 770px; margin: 0 auto 35px; text-align: center; }
.sec08_list { display: flex ; }
.sec08_item { width: calc((100% - 60px) / 3); margin: 0 30px 0 0; background: #fff; border-radius: 20px; transition: all 0.3s;}
.sec08_item:last-child {margin-right: 0;}
.sec08_item_img { display: flex ; justify-content: center; align-items: center; overflow: hidden; border-radius: 20px; height: 250px; margin: 0; }
.sec08_item_img img {flex-shrink: 0;height: 100%;object-fit: cover;transition: all 0.3s;}
.sec08_item a {color: var(--txt);display: block;}
.sec08_item_main { padding: 30px 30px 40px; }
.sec08_item_ttl { font-size: 20px; color: #000; line-height: 1.4em; margin: 0 0 15px; font-weight: 300;}
.sec08_item_date { display: flex ; align-items: center; font-size: 13px; font-weight: 700; color: var(--scolor); margin: 0 0 15px; }
.sec08_item_date:before {content: '';position: relative;display: inline-block;background: url("/assets/images/ic_date.png") no-repeat center center/100% auto;width: 20px;height: 20px;margin-right: 10px;}
.sec08_item_txt { margin: 0; font-weight: 300; text-align: justify; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.sec09 {padding: 100px 0;}
.sec09_top { display: flex ; justify-content: space-between; align-items: center; border-bottom: 1px solid #EDEDED; padding: 0 0 100px; margin: 0 0 100px; }
.sec09_top .idx_ttl { flex-shrink: 0; margin: 0 60px 0 0; }
.sec09_list { width: 800px; }
.sec09_item_txt { font-size: 22px; font-style: italic; text-align: justify; line-height: 1.64em; position: relative; padding: 0 60px; background: url("/assets/images/sec09_icon01.png") no-repeat left top/30px auto, url("/assets/images/sec09_icon02.png") no-repeat right bottom/30px auto;}
.sec09_item_info { display: flex ; align-items: center; margin: 0; font-size: 16px;color: #000;text-transform: uppercase;}
.sec09_item_info .img { width: 70px; height: 70px; display: flex ; justify-content: center; align-items: center; border-radius: 50%; margin: 0 30px 0 0; overflow: hidden;flex-shrink: 0;}
.sec09_item_info .img img {flex-shrink: 0;height: 100%;object-fit: cover;}
.sec09_item_info .note { display: block; font-size: 93.75%; text-transform: initial; font-style: italic; margin-top: 7px; }
.sec09_item_info:after { content: ''; position: relative; display: inline-block; background: #F5F5F5; height: 3px; flex: 1; max-width: 300px; margin: auto 0 15px 30px; border-radius: 5px;}
.sec09_list .slick-arrow {width: 40px;height: 40px;border: 1px solid #EBEBEB;border-radius: 50%;position: absolute;background: #fff;transition: all 0.3s;text-indent: -500000px;bottom: 20px;cursor: pointer;z-index: 3;}
.sec09_list .slick-next {right: 60px;}
.sec09_list .slick-prev {right: 110px;}
.sec09_list .slick-arrow:after {content: '';position: absolute;width: 10px;height: 10px;background: #D9D9D9;top: 0;left: 0;right: 0;bottom: 0;margin: auto;clip-path: polygon(0 0, 0 100%, 100% 50%);transition: all 0.3s;}
.sec09_list .slick-prev:after {clip-path: polygon(100% 0, 0 50%, 100% 100%);}
.sec09_bot .idx_ttl {text-align: center;}
.sec10_txt {max-width: 722px;margin: 0 auto 60px;text-align: center;}
.sec10_list { display: flex ; flex-wrap: wrap; }
.sec10_list li { width: calc(100% / 6); display: flex ; justify-content: center; align-items: center; height: 100px; }
#footer { background: var(--green); color: #28965D; padding: 100px 0 0; }
.ft_main { display: flex ; justify-content: space-between; padding: 0 0 77px; border-bottom: 1px solid rgb(0 116 57 / 50%); }
.copyright { margin: 0; text-align: center; font-size: 13px; text-transform: uppercase; padding: 30px 0; }
.ft_mod { width: calc(100% / 3); position: relative; padding: 0 30px; }
.ft_mod:nth-child(1) {padding-left: 0;}
.ft_mod:nth-child(3) {padding-right: 0;}
.ft_mod:not(:last-child) {border-right:1px solid rgb(0 116 57 / 30%);}
.ft_txt { font-size: 15px; text-align: justify; font-style: italic;margin: 0 0 45px; }
.ft_logo { margin: 0 0 15px; }
.ft_social {margin: 0;display: flex;}
.ft_social a:not(:last-child) {margin-right: 20px;}
.ft_ttl { font-size: 15px; text-transform: uppercase; font-weight: 600; margin: 0 0 15px; }
.ft_link a { font-size: 15px; color: #28965D; position: relative; padding-left: 25px; display: inline-block; }
.ft_link a:before {content: '';position: absolute;background: #28965D;width: 7px;height: 7px;left: 0;top: 7px;transform: rotate(45deg);}
.ft_link li {margin: 0 0 5px;}
.ft_link { display: flex ; flex-direction: column; flex-wrap: wrap; height: 100px; margin-bottom: 30px;}
.ft_txt_list { font-size: 15px; text-align: justify; line-height: 2em;margin-bottom: 0;}
.ft_txt_list a { color: #28965D; }
.ft_form { height: 70px; display: flex ; align-items: center; border: 1px solid #0A5D34; border-radius: 30px; justify-content: space-between; margin-bottom: 25px;}
.ft_form input { border: none; background: transparent; font-size: 15px; color: #28965D; font-style: italic; padding-left: 40px; width: calc(100% - 70px);}
.ft_form input::placeholder { color: #28965D; }
.ft_form button {width: 70px;background: #0A5D34;border-radius: 30px;display: flex;justify-content: center;align-items: center;height: 70px;border: none;cursor: pointer;transition: all 0.3s;}
.ft_info { display: flex ; align-items: center; }
.ft_info_list { flex-shrink: 0; border: 1px solid #0A5D34; margin: 0 17px 0 0; padding: 10px 20px; }
.ft_info_list li { font-size: 15px; margin: 0 0 7px; position: relative; padding-left: 15px; }
.ft_info_list li:last-child {margin-bottom: 0;}
.ft_info_list li:before {content: '';position: absolute;width: 4px;height: 4px;background: #28965D;border-radius: 50%;left: 0;top: 8px;}
.ft_info_txt { margin: 0; font-size: 15px; font-style: italic; text-align: justify; }
*/
@media screen and (max-width: 1300px) {
.h_top_info li:not(:last-child) { padding-right: 50px; margin-right: 50px; }
	.gnavi>li:not(:last-child) { margin-right: 25px; }
	
}
@media screen and (min-width: 769px) {
	.gnavi>li:hover>a, .submenu li:hover > a {color: var(--white);}
	.idx_btn a:hover {background-color: var(--green);background-position: right 15px center;}
	.sec02_list dt:hover {background: #ddffed;}
	.sec03_item a:hover img {transform: scale(1.1);}
	.sec07_list .slick-arrow:hover {background-color: var(--mcolor);}
	.sec08_item a:hover .sec08_item_img img {transform: scale(1.1);}
	.sec08_item:hover {background: #e8f9f1;}
	.sec09_list .slick-arrow:hover, .ft_form button:hover {background-color: var(--mcolor);}
	.sec09_list .slick-arrow:hover:after {background-color: #fff;}
	.ft_link a:hover, .ft_txt_list a:hover {color: #fff;}
	
	#header.fixed .h_box { position: fixed; }
	#header.fixed .h_top_info, #header.fixed .h_social {display: none;}
	#header.fixed .h_top {padding: 0;}
	#header.fixed .logo {top: 0;}
	#header.fixed .logo a {height: 100px;}
	#header.fixed .h_main {}
.sec10_list li:nth-child(7n+1),.sec10_list li:nth-child(7n+3),.sec10_list li:nth-child(7n+5){ border: 1px solid #D9D9D9;}
}
@media screen and (max-width: 768px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 63px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 1;
    background: var(--yellow);
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 35px;
    height: 48px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  #totop {
    width: 40px;
    right: 2%;
    bottom: 50px;
    line-height: 0;
  }
	.h_top_info, .h_social {display: none;}
	#header { position: fixed; width: 100%; top: 0; left: 0; }
	.logo a { width: 200px; height: auto;display: block; }
	.h_main { padding: 10px 0; }
	.h_main.show {left: 0;}
	.h_main .container {background: none;}
	.h_lang { display: flex ; justify-content: center; margin: 0 0 30px; }
	.h_lang select { width: 200px; height: 50px; border-radius: 10px; }
	.h_search { width: 100%; margin: 0 auto 30px; background: #fff;border-radius: 10px;padding: 10px 20px;}
	.h_search button { right: 20px; top: 18px; }
	.h_info{display:none;}
	#gnavi {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 100%;
        z-index: 99;
        top: 0;
        transition: all 0.3s;
		background: #bf1e0aa3;
    }
	#gnavi.show {
        left: 0;
    }
	    .gnv_close {
        margin: 0;
        position: absolute;
        background: url(/assets/images/ic_close.svg) no-repeat center center / 14px auto var(--yellow);
        width: 36px;
        height: 36px;
        top: 20px;
        border-radius: 50%;
        right: 320px;
    }
	.gnavi { display: block; background: var(--yellow);
        width: calc(100% - 60px);
        max-width: 300px;
        margin: 0 0 0 auto;
        height: 100%;
        overflow: auto;
        padding: 30px 20px;}
	.gnavi>li:not(:last-child) { margin-right: 0; }
	.gnavi>li>a { font-size: 15px; background: var(--mcolor); color: #fff; padding: 13px 15px; border-bottom: 1px solid #fff; }
	.submenu { position: relative; width: 100%; left: 0;  border-radius: 0;border: none; }
	.submenu > a {display: block;padding: 12px 15px;text-align: left;font-size: 14px;}
	.subsubmenu{position: relative;top:0;width:100%;left: 0;border: none;padding:5px;background:#b11704;}
	.subsubmenu a{padding: 10px 10px;
        font-size: 14px;}
	.mainvisual { padding: 0; }
	.main_info_ttl { font-size: 18px; margin: 0 0 20px; }
	.main_info_txt { font-size: 14px; border-left-width: 2px; padding-left: 20px; }
	.idx_btn a { height: 45px; }
	.main_info { padding: 0; }
	.main_slide.slick-initialized .slick-slide {height: 400px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
	.main_slide.slick-initialized .slick-slide img {height: 100%;object-fit: cover;}
	
	
	.sec01 { padding:0;background:none; }
	.sec01 .container{padding:0;}
	.sec01_main{flex-wrap: wrap;}
	.sec01 .idx_ttl{font-size: 45px;}
	.sec01_txt{order: 2;display:none;}
	.sec01_txt, .sec01_img {width: 100%;}
	.sec01_img {margin: 0;}
	.sec02 { padding: 40px 0; }
	.sec02 .container { display: block; }
	.sec02_main { width: 100%; margin: 0; }
	.idx_ttl { text-align: center; font-size: 20px; }
	.sec02_txt {font-size: 16px;}
	.sec02_list dt { font-size: 16px; padding: 13px 15px; }
	.sec02_list dt:before { right: 10px; }
	.sec02_list dt:after { right: 18px; }
	.sec02_list dl:before { background-size: 30px auto; }
	.sec02_list dd {padding: 0 15px 20px;}
	.sec02_list {width: 100%;padding: 0;}
	.sec02_itm_ttl{font-size: 25px;}
	.idx_btn a {margin: 0 auto;}
	.sec02_img {text-align: center;margin: 0;display:none;}
	.sec03 {padding: 30px 0;}
	.sec03_txt {margin: 35px 0;font-size: 14px;}
	.sec03_item { width: calc(100% / 2); }
	.sec03_item:nth-child(5n) {border-right: none;}
	.sec03_item:nth-child(2n) { border-right: 2px solid #EBEBEB; }
	
	.sec03_main{display:block;}
	.sec03_main > *{width:100%;}
	.sec03_col:nth-child(1){margin-bottom:60px;}
	.home_project{padding:40px;}
	.home_project_list{grid-template-columns: repeat(2, 1fr);}
	.home_pj_itm:nth-child(1), .home_pj_itm:nth-child(2), .home_pj_itm:nth-child(3),.home_pj_itm:nth-child(4){min-height:auto;}
	.home_pj_itm:nth-child(1),.home_pj_itm:nth-child(3){border-radius: 40px 0 0 0;grid-column: 1 / span 1;}
	.home_pj_itm:nth-child(2),.home_pj_itm:nth-child(4){border-radius: 0 40px 0 0;grid-column: 2 / span 1;}
	.home_pj_itm_info{flex-wrap:wrap;bottom: 5px;
    left: 5px;
    right: 5px;    padding: 5px;
    border-radius: 15px;
	}
	.home_pj_itm_ttl{width:100%;font-size: 12px;}
	.home_pj_itm_ttl{font-size:14px;}
	.home_pj_itm_more{width: auto;font-size: 7px;padding: 5px 10px;display: none;}
	.home_pj_itm_more:before {
    content: "";
    background: url(/assets/images/icon_next.png) no-repeat left center;
    background-size: 6px;
    padding: 5px;
}
	.sec04 { padding: 40px 0; }
	.sec04_list { flex-wrap: wrap; gap: 25px 0;}
	.sec04_item { width: 50%;font-size: 11px; }
	
	.sec04_item:nth-child(2){width: 50%;}
	.sec04_item .lager{font-size: 330%;}
	.sec05 {padding: 50px 0;}
	.sec05_list { background: transparent; height: auto; }
	.sec05_list li {position: relative;left: 0!important;top: 0!important;margin: 0 auto;padding: 0 0 40px;font-size: 18px;}
	.sec05_list li .ttl { display: block; color: #fff; background: var(--mcolor); clip-path: polygon(10% 50%, 0 0, 90% 0, 100% 50%, 90% 100%, 0 100%); padding: 15px 35px 15px 40px; font-size: 22px; font-family: var(--f-osw); margin: 0 0 40px;line-height: 1.5em; }
	.sec05_list li:nth-child(2n) .ttl {clip-path: polygon(0 50%, 10% 0, 100% 0, 90% 50%, 100% 100%, 10% 100%);}
	.sec05_list li .txt:before {top: 50%;transform: translateY(-50%);}
	.sec05_list li:not(:last-child):after { content: ''; position: absolute; background: url(/assets/images/sec05_arr_right.svg) no-repeat top center / 100% 100%; width: 69px; height: 100%; left: calc(100% - 17px); top: 32px; transform: rotate(-6deg); }
	.sec05_list li:nth-child(2n):after {background-image: url("/assets/images/sec05_arr_left.svg");left: -54px;transform: rotate(3deg);}
	.sec05_list li:last-child {padding-bottom: 0;}
	.sec06 {padding: 50px 0;}
	.sec06_txt {margin-bottom: 40px;}
	.sec06_list {justify-content: center;flex-wrap: wrap;}
	.sec06_item { width: calc((100% - 30px) / 2); margin: 0 30px 90px 0; }
	.sec06_item:nth-child(2n), .sec06_item:last-child {margin-right: 0;}
	.sec06_item:last-child {margin-bottom: 0;}
	.sec07 {padding: 50px 0;}
	.sec07_txt {margin-bottom: 30px;}
	.sec07_list .slick-list {margin-bottom: 30px;}
	.sec07_list .slick-dots li {margin: 0 5px;}
	.sec07_list .slick-dots {margin: 0 20px;}
	.sec08 {padding: 50px 0;}
	.sec08_list { display: block; }
	.sec08_item { width: 100%; margin: 0 0 20px;}
	.sec08_item:last-child {margin-bottom: 0;}
	.sec08_item a {display: flex;}
	.sec08_item_img { width: 40%; flex-shrink: 0; margin: 0 20px 0 0;height: 200px;}
	.sec08_item_main { padding: 20px 20px 20px 0; flex: 1; }
	.sec08_item_ttl {font-size: 18px;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
	.sec09 { padding: 50px 0; }
	.sec09_top { display: block; padding: 0 0 50px; margin-bottom: 50px; }
	.sec09_top .idx_ttl { margin: 0 0 20px; }
	.sec09_list { width: 100%; }
	.sec09_item_txt { font-size: 18px; background-size: 24px auto; padding: 0 35px; }
	.sec09_item_info .img {margin-right: 15px;}
	.sec09_item_info {font-size: 14px;padding-right: 80px;}
	.sec09_list .slick-next { right: 0; }
	.sec09_list .slick-prev { right: 50px; }
	.sec10_txt { margin-bottom: 30px; }
	.sec10_list li { width: calc(100% / 3); }
.sec10_list li:nth-child(odd){ border: 1px solid #D9D9D9;}
	#footer { padding: 50px 0 0; }
	.ft_main { display: block; padding: 0 0 40px; }
	.ft_mod { width: 100%; padding: 0 0 30px; margin: 0 0 30px; }
	.ft_mod:not(:last-child) { border-bottom: 1px solid rgb(0 116 57 / 30%); border-right: none;}
	.ft_mod:nth-child(3) {padding: 0;margin: 0;}
	.copyright { font-size: 12px; padding: 20px 0; }
	.ft_link { height: 80px; }
}

@media screen and (max-width: 440px) {
	.idx_ttl {
        font-size: 17px;
    }
	.home_project
	.home_project_list {display:block;}
.home_pj_itm {margin-bottom:20px;}
.ft_info { display: block; }
	.ft_info_list { margin: 0 0 10px; }
	.sec09_list .slick-next { right: auto; left: calc(50% + 5px); }
	.sec09_list .slick-prev { right: calc(50% + 5px); }
	.sec09_list .slick-arrow {bottom: 0;}
	.sec09_list {padding-bottom: 60px;}
	.sec09_item_info {padding-right: 0;}
	.sec09_item_txt {font-size: 16px;}
	.sec08_item a { display: block; }
	.sec08_item_img { width: 100%; margin: 0; }
	.sec08_item_main { padding: 20px; }
	.sec07_list .slick-dots li { width: 20px; height: 20px; padding: 5px; }
	.sec06_item { width: 100%; margin: 0 0 90px; }
	.btn_list .idx_btn:not(:last-child) { margin-right: 10px; }
	.idx_btn.btn_red a { width: 190px; }
}



/* Cho màn hình Tablet (ví dụ: dưới 1024px) */
@media (max-width: 1024px) {
    .footer-main-content {
        /* Chuyển layout chính từ ngang sang dọc */
        flex-direction: column;
		gap: 0;
    }

    .footer-left {
        /* Thêm khoảng cách dưới để tách khỏi phần thẻ liên hệ */
        margin-bottom: 40px;
        width: 100%;
    }
    
    .footer-right {
        width: 100%;
        max-width: 500px; /* Giới hạn độ rộng của thẻ contact trên tablet */
        margin: 0 auto; /* Căn giữa thẻ contact */
    }
}

/* Cho màn hình điện thoại di động (ví dụ: dưới 768px) */
@media (max-width: 768px) {
    .footer-columns {
        /* Chuyển 3 cột thông tin thành layout dọc */
        flex-direction: column;
        gap: 40px; /* Tăng khoảng cách giữa các cột khi chúng xếp chồng lên nhau */
    }

    /* Tùy chỉnh lại phần logo cho đẹp hơn trên mobile */
    .logo-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .logo-placeholder {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .footer-wrapper {
        padding: 0 15px; /* Giảm padding hai bên trên mobile */
    }
    
    .contact-number {
        font-size: 20px; /* Giảm cỡ chữ số điện thoại một chút */
    }

    .contact-item.last-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}