:root {
  --primary-main: #266d47;  
  --primary-main2: #00391a;  
  --primary-yellow: #ffd403;  
  --secondary-blue: #B7CBD0;  
  --secondary-green: #3D4E3E;  
  --secondary-grey: #e6e6e6; 
  --text-black: #181D27; 
}   
a{
  text-decoration: none !important; 
}
a:hover{
  text-decoration: none;
} 
body{
  font-family: "Prompt", sans-serif;
  font-style: normal;  
  overflow-x: hidden !important;
}     
nav.navbar{
  background-color: var(--primary-main) !important;
  height: 60px;
}  
nav.navbar.addbig{ 
  height: 80px;
}
nav.navbar.addbig .navbar-brand img{
  height: 120px; 
}
.navbar-brand img{
  height: 100px;
} 
nav.navbar .navbar-nav .nav-item{
  color: white; 
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.3s; 
}
nav.navbar .navbar-nav .nav-item.active{
  border-bottom: 3px solid var(--primary-yellow);
}
nav.navbar .navbar-nav .nav-item:hover{
  border-bottom: 3px solid var(--primary-yellow);
}
nav.navbar .navbar-nav .nav-item .nav-link{
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
nav.navbar .navbar-nav .nav-item .nav-link .en{ 
  font-size: 14px !important; 
}
nav.navbar .navbar-nav .nav-item.active .nav-link{
  font-weight: bold; 
}
nav.navbar .nav-item.d-flex{
  border-bottom: 4px solid transparent !important;
} 
nav.navbar .nav-item.d-flex:hover{
  border-bottom: 4px solid transparent !important;
}
nav.navbar .container{
  height: 60px;
}
.langx .active{
  font-weight: bold;  
  color: var(--primary-yellow) !important;
}
.th, .en { display: none; }  
.sec-social{ 
  height: 50px;
  background-color: var(--secondary-grey);
  margin-top: 80px;
} 
.sec-social ul{ 
  display: flex;
  list-style: none;
  padding-left: 0px; 
  align-content: center;
  height: 50px;
  width: 100% !important; 
  text-align: center;
  justify-content: center;
}
.sec-social ul li{ 
  margin-left: 10px;
  margin-right: 15px;
  text-align: center;
  align-content: center;
  margin-bottom: 5px; 
  padding-top: 10px;
}
.sec-social ul li img{   
  height: 25px;
  width: auto;
  object-fit: cover;
  margin-right: 5px;
} 
.sec-social ul li a{
  transition: 0.3s;
  color: var(--text-black);  
}
.sec-social ul li:hover a{ 
  color: var(--primary-main);  
  font-weight: bold;
}
.sec-carousel .carousel-caption{
  height: 65%;
  color: white; 
}
/* .sec-carousel .carousel-caption > div{ 
  background-color: rgba(255,255,255,0.2); 
  width: 100%;
  display: block;
  margin: auto; 
  padding: 30px 30px 20px;
  border-radius: 6px; 
} */
.sec-carousel .carousel-caption h3{
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 40px;
  z-index: 5;
}
.sec-carousel{
  position: relative; 
}
.sec-carousel::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.2); 
  z-index: 4;
}

.sec-carousel .carousel-caption { 
  z-index: 15 !important;
}
.sec-carousel .carousel-caption p{
  font-size: 26px;
  font-weight: bold; 
}
.sec-carousel .carousel-indicators{
  z-index: 22 !important; 
}
.sec-carousel .carousel-indicators button{
  width: 50px;
  opacity: 1;
  height: 3px;
  background-color: var(--primary-main);
  z-index: 5;
}
.sec-carousel .carousel-indicators button.active{
  height: 7px;
  margin-top: -2px;
}
.sec-carousel .carousel-indicators{
  right: unset !important;
  bottom: 20px;
}
.sec2{
  background-color: #e4e4e4;
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec2 h3{
  font-size: 32px;
  color: var(--primary-main);
  text-align: center; 
  font-weight: bold;
}
.sec2 p{
  font-size: 20px;
  color: var(--primary-main);
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: -5px;
}
.sevbox img{
  height: 140px;
  width: 140px;
  display: block;
  margin: 10px auto 20px;  
}
.sevbox p{ 
  font-size: 20px;
  color: #545454;
  text-transform: uppercase;
}
.hook{
  position: absolute;
  right: -30px;
  top: -100px;
  z-index: 3;
}
.sec3 .row .col-lg-6:nth-child(1){
  min-height: 600px;
  background-image: url(../../images/pstargroup-theme/teamwork.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto 100%  !important;
}
.sec3 .row .col-lg-6:nth-child(2){
  min-height: 600px;
  background-image: url(../../images/pstargroup-theme/bg3.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto 100%  !important;
}
.abucir{
  background-color: var(--primary-main);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0 !important;
  left: 0 !important;
  display: flex;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
} 
.abucir h3{
  font-size: 32px;
  color: white;
  text-align: center; 
  font-weight: bold;
  line-height: 30px;
  padding-top: 20px;
}
.abucir h3 span{
  font-size: 18px;
  color: white; 
} 
.sec3 .des{
  display: flex;
  min-height: 600px;
  align-items: center;
  max-width: 360px;
  margin-left: 20%;
  color: #fff;
}
.sec3 h4{
  font-size: 24px;
  margin-bottom: 20px;
}
.sec3 p{
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.sec3 p span{
  font-weight: 500;
} 
.btn{
  border-radius: 0px;
  border: 1px solid var(--primary-yellow);
  background-color: transparent !important;
  color: white;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn:hover{  
  border: 1px solid var(--primary-yellow);
  background-color: var(--primary-yellow) !important;
  color: black;
}
.sec4{
  background-color: white;
  padding-top: 50px;
  padding-bottom: 100px;
}
.sec4 h3{
  font-size: 32px;
  color: var(--primary-main);
  text-align: center; 
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 40px;
}
.sec4 p{
  font-size: 18px;
  color: var(--primary-main);
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px; 
}  
.swiper-slide { 
  display:flex;
  justify-content:center;
  align-items:center;  
  margin-right: 0px !important;
  width: 28% !important;
  height: 480px;
}
.swiper-button-next, .swiper-button-prev { 
  color:#000; 
  border-radius:50%;
  width: 38px !important; 
  height: 38px !important; 
  z-index: 10 !important;
  box-shadow:0 4px 12px rgba(0,0,0,0.12);
  opacity: 1;
}  
.swiper-button-prev{
  left: 17% !important;
  background-image: url(../../images/pstargroup-theme/arrl.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 38px 38px !important;
  opacity: 1;
}  
.swiper-button-next{
  right: 17% !important;
  background-image: url(../../images/pstargroup-theme/arrr.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 38px 38px !important;
  opacity: 1;
}   
.swiper-button-prev:after{
  content: unset !important;
}   
.swiper-button-next:after{
  content: unset !important;
}
.xquality {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.mySwiper .swiper-wrapper{
  justify-content: center;
}
.xquality-img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  display: block;
}

.overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0,0,0,0.6);
  transition: transform 0.5s ease;
  z-index: 4;
}

.overlay::before {
  top: 0;
  transform: translateY(0);
}
.overlay::after {
  bottom: 0;
  transform: translateY(0);
}
.xquality:hover .overlay::before {
  transform: translateY(-100%);
}
.xquality:hover .overlay::after {
  transform: translateY(100%);
}

.xquality .in { 
  position: absolute;
  inset: 0; /* แทน top/bottom/left/right */
  display: flex;
  z-index: 5;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.sec5{
  background-color: var(--primary-main);
  padding-top: 50px;
  padding-bottom: 100px;
}
.sec5 h3{
  font-size: 32px;
  color: white;
  text-align: center; 
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 30px;
}
.sec5 p{
  font-size: 18px;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}


.news-blog {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.news-blog .news-img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  object-position: center; 
  display: block;
  transition: transform 0.4s ease;
} 
.news-blog:hover .news-img {
  transform: scale(1.05);
}

.news-blog .desb {
  position: absolute;
  bottom: -90px;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  padding: 10px 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.5em * 3.5);
  transition: bottom 0.3s ease;
  z-index: 2;
}

/* ถ้าอยู่ใน .sec-news */
.sec-news .news-blog .desb {
  -webkit-line-clamp: 2;
  max-height: calc(1.5em * 2.5);
}

.news-blog:hover .desb {
  bottom: 0;
}

.sec6{
  background-color: #e4e4e4;
  background-image: url(../../images/pstargroup-theme/helmet.png);
  background-position: left -250px top 20px !important;
  background-repeat: no-repeat !important;
  background-size: auto 300px !important; 
  padding-bottom: 80px;
}
.conf{ 
  min-height: 500px;
  padding: 80px 40px 20px; 
}
.conf h3{
  color: var(--primary-main);
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
}
.conf p{
  color: var(--primary-main);
  font-size: 18px; 
  margin-bottom: 30px;
  font-weight: bold;
}
address{
  font-size: 16px;
  color: black;
}
.conf ul{
  list-style: none;
  padding-left: 0px;
  position: relative;
}
.conf ul li{
  display: block;
  margin-bottom: 15px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.conf ul li img{
  height: 30px;
  width: auto;
  position: absolute;
  left: 0;
  display: block;
  margin: auto;
}
.conf ul li a{
  font-size: 16px;
  color: black;
  transition: 0.3s; 
  line-height: 28px;
}
.conf ul li a:hover{
  color: var(--primary-main);
  font-weight: bold;
} 
.formf{
  background-color: var(--primary-main);
  min-height: 500px;
  padding: 80px 40px 30px; 
}
.formf h3{
  color: white;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0px;
}
.formf p{
  color: white;
  font-size: 18px; 
  margin-bottom: 20px;
  font-weight: bold;
}
.formf h5{
  color: white;
  font-size: 16px; 
  margin-bottom: 0px;
}
.formf h6{
  color: white;
  font-size: 14px; 
  padding-bottom: 20px;
  border-bottom: 6px solid var(--primary-yellow);
  margin-bottom: 20px;
}
.formf label{
  font-size: 16px; 
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 20px;
  color: white;

}
.formf label span{
  font-size: 14px;   
}
.formf input{
  background-color: transparent;
  border: 0px;
  border-bottom: 1px dotted white;
  border-radius: 0px;
  color: white;
  padding-left: 0px;
}
.formf input:focus{
  background-color: transparent; 
  outline: none;
  box-shadow: none;
  border-bottom: 1px dotted white;
  color: white;
}
.sec6 .btn{
  border-radius: 0px; 
  color: white;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
}
.sec6 .btn:hover{   
  border: 1px solid var(--primary-yellow);
  background-color: var(--primary-yellow) !important;
  color: black;
}
.mmap{
  position: relative;
  margin-bottom: 25px;
}
.mmap::after{
  content: "";
  position: absolute;
  border: 2px solid var(--primary-main);
  height: 430px;
  width: 100%;
  left: -20px;
  top: 20px;
  z-index: 4;
}
.map{
  position: relative;
  height: 420px;
  width: 100%;
  z-index: 14;
}
footer{
  background-color: #666666;
  padding-top: 60px;
  padding-bottom: 20px;
}
footer .flogo{
  height: 60px;
  margin-bottom: 30px;
  color: white;
}
footer p{ 
  color: white;
  font-size: 14px;
  margin-bottom: 30px;
}
.fsocial{
  margin-right: 30px;
  height: 30px;
  width: auto;
  object-fit: cover;
}
.fsocial.x{ 
  height: 22px !important; 
}
footer hr{
  border-top: 1px solid white;
  margin-bottom: 20px !important;
  margin-top: 30px !important;
}
.lnkx{
  list-style: none;
  padding-left: 15px;
  margin-bottom: 20px;
} 
.lnkx li{
  margin-bottom: 10px;
}
.lnkx li a{
  transition: 0.3s; 
  color: white;
  font-size: 14px;
}
.lnkx li:hover a{
  color: var(--primary-yellow);
}
footer h4{
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
footer h4 a{
  font-size: 14px;
  font-weight: bold;
  color: white;
}
footer h4:hover a{
  color: var(--primary-yellow);
}
footer h6{
  font-size: 14px; 
  color: white;
  font-weight: 300;
}
footer h6 span{  
  color: #999999;
}
footer h6 a{  
  color: #999999;
  font-size: 12px;
}
.sec-cover{
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important; 
  height: 300px;
  margin-top: 79px;
} 
.sec-cover .container-fluid > div{
  display: flex;
  height: 300px;
  align-items: center;
  text-align: center;
  width: 100%;
}
.sec-cover .container-fluid > div > div{ 
  width: 100%;
}
.sec-cover .container-fluid h3{ 
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}
.sec-cover .container-fluid h3 span{  
  font-size: 20px; 
  color: #fff;
} 
.sec-ab1{  
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;  
  background-image: url(../../images/pstargroup-theme/planx.png); 
}
.sec-ab1 h4{  
  color: var(--primary-main);
  font-weight: bold;
  margin-right: 10px;
  font-size: 30px;
  margin-top: 30px;
}
.sec-ab1 h4.h6{   
  font-size: 18px;
}
.sec-ab1 h4.h6 a{   
  font-size: 18px;
  color: var(--primary-main);
}
.sec-ab1 p{  
  font-size: 16px;
} 
.sec-ab1 p span.xx{   
  font-weight: bold;
}
.plx{
  padding-left: 60px;
}
.text-vision{
  position: absolute;
  top: 15%;
  z-index: 4;
  text-align: center;
  width: 100%;
  left: 0;
}
.text-vision h4{
  margin-top: -20px;
}
.sec-ab1 h5{  
  color: black;
  margin-top: 30px; 
  font-size: 18px;
  line-height: 30px;
} 
.h-top{
  margin-top: 20% !important;
  margin-bottom: 20px;
}
.mission{
  list-style: none;
} 
.mission li{
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative;
  font-size: 18px;
}
.mission li::after{
  content: "";
  position: absolute;
  top: 8px;
  left: -30px;
  width: 38px;
  height: 38px;
  background-color: var(--primary-main2);
}
.mission li div{ 
  position: absolute;
  left: -25px;
  top: -30px;
  margin-top: 15px;
  font-size: 48px;
  z-index: 5;
  font-weight: bold; 
  color: var(--primary-yellow);
}
.images-del{
  position: relative;
  margin-left: -100px;
  z-index: 4;
}
.roundedx{
  border-radius: 100%;
}
.sec-news{
  padding-top: 100px;
  padding-bottom: 100px;
}
.sec-news .news-blog{
  margin-bottom: 40px;
}
.nav-ul{
  display: flex;
  list-style: none;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.nav-ul li{
  margin-left: 10px;
  margin-right: 10px; 
  transition: 0.3s; 
  color: #333333;
  font-size: 14px;
}
.nav-ul li a{
  color: #333333;
  font-size: 14px;
}
.nav-ul li a i{ 
  font-size: 24px !important;
}
.nav-ul li a i{ 
  font-size: 24px !important;
}
.nav-ul li.active a{
  color: var(--primary-main);
  font-weight: bold;
}
.nav-ul li:hover a{
  color: var(--primary-main);
} 
.sec-news-des{
  padding-top: 100px;
  padding-bottom: 100px;
} 
.sec-news-des h3{
  font-size: 30px;
  color: var(--primary-main); 
  font-weight: bold;
  margin-bottom: 30px;
}
.share-bx{
  display: flex;
  justify-content: end;
  align-items: baseline;
  align-content: baseline;
  color: #333333;
  font-size: 16px;
  height: 30px;
  font-weight: 500;
}
.share-bx h6{ 
  color: #333333;
  font-size: 16px; 
  font-weight: 300;
  text-transform: uppercase;
}
.share-bx img{
  height: 35px;
  margin-right: 5px;
  margin-top: -10px;
}
.sec-news-des p{
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
} 
.sec-news-des h4{
  font-size: 22px;
  color: var(--primary-main);  
  margin-top: 30px;
  margin-bottom: 0px;
}
.sec5 h4{
  font-size: 22px;
  color: var(--primary-main);  
  margin-top: 30px;
  margin-bottom: 20px;
}
.team{
  height: 645px;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: auto 100%  !important;  
  background-image: url(../../images/pstargroup-theme/team.png); 
  padding-top: 100px;
}
.team h4{
  color: white;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.team p{
  color: white;
  font-size: 16px;
  text-align: center; 
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  border: none;
  color: var(--primary-main);
  font-weight: bold;
  border-bottom: 4px solid var(--primary-main);
}
.nav-tabs .nav-link{
  color: #333333; 
  font-weight: 600; 
  border-bottom: 4px solid white;
  border: white;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 22px;
}
.nav-tabs .nav-link:hover{
  border: white;
  color: var(--primary-main);
  font-weight: 600;
  border-bottom: 4px solid white;
}
.nav.nav-tabs{
  border-bottom: none;
}
.tab-pane{
  margin-top: 30px;
}
.tab-pane hr{
  border-bottom: 1px solid var(--primary-main);
  margin-top: 5px;
  margin-bottom: 40px;
  opacity: 1;
}
.sec-news h4{
  font-size: 32px;
  color: var(--primary-main); 
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 40px;
}

.check-icon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
} 
.check-icon::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 4px solid var(--primary-main);
  border-top-color: transparent;   
  border-radius: 50%;
  animation: spinToFull 2s linear forwards;  
}
 
.check-icon i {
  font-size: 50px;
  color: var(--primary-main);
  position: relative;
  z-index: 2;
  animation: pop 0.6s ease-in-out;
}

/* หมุน 3 รอบ แล้วกลายเป็นเต็มวง */
@keyframes spinToFull {
  0%   { transform: rotate(0deg); border-top-color: transparent; }
  90%  { transform: rotate(1080deg); border-top-color: transparent; }  
  100% { transform: rotate(1080deg); border-top-color: var(--primary-main); }   
}

@keyframes pop {
  0%   { transform: scale(0.2); opacity: 0; }
  50%  { transform: scale(1.3); opacity: 1; }
  100% { transform: scale(1); }
}
.modal h5{
  font-size: 24px;
  color: #333333;
}
.modal h5 span{
  font-size: 18px;
  color: #333333;
}
.sec5 h6 { 
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: end;
}
.sec5 h6 a{
  font-size: 18px;
  color: #333333; 
  line-height: 27px;
}
.backto{ 
  color: var(--primary-main);
  font-weight: 500;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backto i{ 
  padding-right: 10px;
}
.nav.nav-tabs.mb-3{
  padding-bottom: 40px !important;
}
.fluidx{
  max-width: 360px;
}
.des-in{
  font-size: 16px;  
  color: black;
}

.des-in h4{
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 20px;
  color: var(--primary-main);
}
.des-in p{
  font-size: 16px;  
  color: black;
}
.des-in span{ 
  color: var(--primary-main) !important;
}
.des-in span a{ 
  color: var(--primary-main) !important;
}
.nav-link  span.en{
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
#xqualityCarousel .carousel-control-prev{
  background-color: var(--primary-yellow);
  width: 38px !important; 
  height: 38px !important; 
  opacity: 1;
  border-radius: 100%;
  top: calc(50% - 19px);
  z-index: 33;
  left: 10px;
}
#xqualityCarousel .carousel-control-next{
  background-color: var(--primary-yellow);
  width: 38px !important; 
  height: 38px !important; 
  opacity: 1;
  border-radius: 100%;
  top: calc(50% - 19px);
  z-index: 33;
  right: 10px;
}

/* ปิด animation ตอนเปิด/ปิดเมนู navbar */
.collapse {
  transition: none !important;
}

.collapsing {
  transition: none !important;
  height: auto !important;
  display: block !important;
}

/*  
  transition: 0.3s; 
  font-family: "Chivo", sans-serif; 
######################################################################################################
###################################################################################################### 
*/ 
 

@media only screen and (max-width: 1024px) { /* MOBILE */
  .mb-x{
    display: none !important;
  }
  .navbar-brand img {
    height: 90px;
    margin-top: -25px;
  } 
  nav.navbar { 
    height: 80px;
  }
  .navbar-toggler{
    color: white;
    margin-top: -15px;
    border: none;
    outline: none;
  }
  .navbar-toggler:focus{
    box-shadow: none !important;
  }
  .navbar-collapse.show{
    background-color: var(--primary-main2);
    padding: 10px;
  }
  .sec-social { 
    margin-top: 80px;
  }
  .sec-social ul{ 
    flex-wrap: wrap;  
    height: 100%;
    justify-content: start !important;
    justify-items:  start !important;
  }
  .sec-social ul li{
    font-size: 11px;
  }
  .sec-social{
    height: 100%;
  }
  .sec-carousel img{
    height: 400px;
    object-fit: cover;
  }
  .sec-carousel::after { 
    height: 100%; 
  } 
  .sec-carousel .carousel-caption { 
    height: 60%; 
  } 
  .sec-carousel .carousel-caption h3 {
    font-size: 32px; 
  }
  .sec-carousel .carousel-caption p {
    font-size: 14px; 
  }
  .sec-carousel .carousel-indicators {
    right: 0 !important; 
  }
  .sec2 { 
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .sec2 h3 {
    font-size: 32px; 
  }
  .hook{
    display: none;
  }
  .sec2 p {
    font-size: 16px; 
  }
  .sec3 .row .col-lg-6:nth-child(1){
    min-height: 400px;
  }
  .sec3 .row .col-lg-6:nth-child(2){
    min-height: 400px;
  }
  .abucir{
    width: 150px;
    height: 150px; 
  }
  .sec3 .des {
    display: flex;
    min-height: 400px;
    align-items: center;
    max-width: 90%;
    margin-left: 5%;
    color: #fff;
  }
  .abucir h3{
    font-size: 24px;
  }
  .abucir h3 span{
    font-size: 16px;
  }
  .sec3 h4 { 
    margin-top: 90px;
  }
  .sec3 .btn { 
    margin-top: 0px !important;
    margin-bottom: 20px;
  }
  .sec3 p {
    font-size: 14px;
  }
  .sec4 h3{
    font-size: 32px;
  }
  .sec4 p{
    font-size: 16px;
  }
  .swiper-slide {  
    width: 100% !important; 
  }
  .swiper-button-prev{
    left: 4% !important; 
    opacity: 1;
  }  
  .swiper-button-next{
    right: 4% !important; 
  }   
  .sec5 h3 {
    font-size: 32px; 
  }
  .sec5 p {
    font-size: 16px; 
  }
  footer .flogo{
    display: block;
    margin: 10px auto 20px;
  }
  .fsocial{
    margin-left: 30px;
    margin-bottom: 20px;
    margin-right: 30px;
  }
  .addbig .navbar-toggler {
    color: white;
    margin-top: -35px;
  }    
  nav.navbar.addbig .navbar-brand img{
    height: 100px !important; 
    margin-top: -25px;
    margin-left: -10px;
  }
  .addbig .navbar-brand img {
    height: 90px;
    margin-top: -35px;
  }
  .img-fluid.d-block.ms-auto{
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 20px;
  }
  .sec-cover { 
    background-size: auto 100% !important;
    height: 200px; 
  }
  .sec-cover .container-fluid > div { 
    height: 200px; 
  }
  .row.mt-5{
    margin-top: 20px !important;
  }
  .col-lg-6.position-relative img{
    width: 100%;
  }
  .h-top{ 
    margin-top: 20px;
  }
  .images-del{
    margin-left: 0px;
  }
  .sec-news-des {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-news-des h3 {
    font-size: 26px; 
  }
  .share-bx { 
    justify-content: start;
  }
  .share-bx img {
    height: 32px; 
  }
  .sec5 { 
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .news-blog {
    margin-bottom: 20px;
  }
  .sec-news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-news h4 {
    font-size: 26px; 
    margin-bottom: 20px; 
  }
  .tab-pane hr { 
    margin-top: 20px;
    margin-bottom: 20px; 
  }
  .plx {
    padding-left: 15px;
  }
  .or1{
    order: 1;
  }
  .or2{
    order: 2;
  }
  .sec-social ul li{ 
    display: block;
    width: 100%;
    display: flex;
    justify-content: start;
    padding-left: 20px;
    
  }
  .sec3 [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }  
  #vision [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  } 
  #mission [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  } 
  #team [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  } 
  .sec-ab1 [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  } 
  .sec-social ul li a{ 
    font-size: 18px;
    font-weight: 500;
  }
  footer > .container > .row > div p{
    text-align: center;
  }
  footer h4 {
    margin-bottom: 15px;
  }
  footer .flogo{
    height: 45px; 
  }
  .ppce{
    display: flex;
    justify-content: center;
  }
  .text-vision h4 {
    margin-top: -30px;
  } 
  .sec3 .des > div{
    margin-top: 20px;
  } 
  .news-blog .desb { 
    overflow: visible; 
    bottom: 0;
  }
  .h5x{
    display: block;
    width: 95%;
    margin: auto;
    text-align: center;
  }
  .fluidx{
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) { /* PC */
  .pc-x{
    display: none !important;
  }      
}     
@media only screen and (width: 1366px) { /* PC */
  .sec-cover{ 
    margin-top: 37px;
  }      
}    
@media only screen and (width: 1180px) { /* PC */
  .sec-cover{ 
    margin-top: 22px;
  }     
  .navbar-brand{
    margin-top: -35px;
  }
  .navbar-brand img{
    height: 100px;
  }
  .navbar-toggler{
    color: #fff;
    margin-top: -25px;
  }
}    
@media only screen and (min-width: 1025px) and (max-width: 1800px) { 
  .sec-cover{ 
    margin-top: 28px;
  }      
}   
@media only screen and (min-width: 1025px) and (max-width: 1200px) {   
  .sec-cover{ 
    margin-top: 10px;
  }     
  .navbar-brand{
    margin-top: -35px;
  }
  .navbar-brand img{
    height: 100px;
  }
  .navbar-toggler{
    color: #fff;
    margin-top: -25px;
  }  
}   