:root {
  --main1: #1f4d8e;  
  --main2: #5681bf;  
  --main3: #ffb300;  
  --main4: #ffce59;  
  --main5: #ff9500;  
  --text-gray: #545454;
  --text-gray2: #374958;
  --text-black: #181D27;
  --text-black2: #121212;
  --main-gradient: linear-gradient(180deg, #41E0DE 0%, #0B167F 100%);
} 
@font-face{
  font-family: SukhumvitSet-Bold;
  src: url(../fonts/SukhumvitSet-Bold.ttf);
  font-style: normal;
  font-variant:initial;
}   
@font-face{
  font-family: SukhumvitSet-Light;
  src: url(../fonts/SukhumvitSet-Light.ttf);
  font-style: normal;
  font-variant:initial;
}   
@font-face{
  font-family: SukhumvitSet-Medium;
  src: url(../fonts/SukhumvitSet-Medium.ttf);
  font-style: normal;
  font-variant:initial;
}   
@font-face{
  font-family: SukhumvitSet-SemiBold;
  src: url(../fonts/SukhumvitSet-SemiBold.ttf);
  font-style: normal;
  font-variant:initial;
}   
@font-face{
  font-family: SukhumvitSet-Text;
  src: url(../fonts/SukhumvitSet-Text.ttf);
  font-style: normal;
  font-variant:initial;
}   
@font-face{
  font-family: SukhumvitSet-Thin;
  src: url(../fonts/SukhumvitSet-Thin.ttf);
  font-style: normal;
  font-variant:initial;
}   
   
a{
  text-decoration: none !important; 
}
a:hover{
  text-decoration: none;
} 
body{
  font-family: 'SukhumvitSet-Text', sans-serif;
  font-style: normal; 
  overflow-x: hidden !important;
}   /*
nav .navbar-nav .nav-item{
  margin-left: 2px;
  margin-right: 2px;
} 
nav .navbar-nav .nav-item .nav-link{ 
  width: 105px;
  text-align: center;
  transition: .33s all ease-out;   
  white-space: nowrap;
  font-size: 18px;
  font-family: SukhumvitSet-Bold;
  padding-bottom: 6px;
}
nav .navbar-nav .nav-item.active .nav-link{
  background-color: var(--main2); 
  border-radius: 100px;
  color: #fff;
}
nav .navbar-nav .nav-item:hover .nav-link{
  background-color: var(--main2); 
  border-radius: 100px;
  color: #fff;
} */
.nav-item.language-nav{ 
  width: 40px;
}
.nav-item.language-nav:hover .nav-link{  
  background-color: transparent !important; 
}
.nav-item .dropdown-toggle{
  color: black !important;
}
.nav-item.language-nav .dropdown-menu{
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.nav-item.language-nav .dropdown-menu img{
  display: block;
  margin: auto;
}
.nav-item.language-nav .dropdown-menu.show{
  width: 70px;
  min-width: 70px;
}
.nav-item.language-nav .dropdown-menu li{
  width: 70px;
  min-width: 70px;
}  
.nav-item.language-nav .dropdown-menu li:hover a{ 
  background: var(--main2);
}  
.nav-item.language-nav .dropdown-menu[data-bs-popper] { 
  left: 8px; 
} 
/*
.map-nav{
  height: 56px;  
  background: var(--main1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 14px 100px 4px;
  font-size: 16px;
  line-height: 30px;  
  font-family: SukhumvitSet-Bold;
  color: #FFFFFF;
  border-radius: 0px;
}
.map-nav span{ 
  color: #FFB800;
}*/
.bbold {
  text-shadow: -.5px -.5px 0 var(--main1), .5px -.5px 0 var(--main1), -.5px .5px 0 var(--main1), .5px .5px 0 var(--main1);
}
.sec1{ 
  background-image: url(../career_path/images/cov.png);
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto;   
  max-height: calc(118vh - 30px) !important;
  height: calc(118vh - 30px) !important;  
} 


.sec1 .menut{ 
  background-color: rgba(255, 255, 255, 0.8); 
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 111;
  padding: 20px 30px 20px 30px;
  opacity: 0;
  transition: .33s all ease-out; 
}
.sec1 .menut:hover{  
  opacity: 1;
}
.sec1 .menut ul{
  list-style: none;
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.sec1 .menut ul li{ 
  transition: .33s all ease-out;   
}
.sec1 .menut ul li a{
  font-family: 'SukhumvitSet-SemiBold', sans-serif;
  color: #121212;
  font-size: 20px;
  transition: .33s all ease-out;   
}
.sec1 .menut ul li:hover a{ 
  text-decoration: underline !important;
}
.form-con{
  background-color: rgba(255, 255, 255, 0.70); 
  padding: 30px 40px 20px;
  /* margin-top: 40px; */
  position: relative;
  z-index: 22;
  margin-bottom: 20px;
  max-width: 593px;
  display: block;
  margin-left: auto;  
  transform: scale(.9);
} 
.form-con .mb-3{
  margin-bottom: 9px !important;
}
.form-con .date + .label-img{
  position: absolute;
  right: 18px; 
  top: 36px;
} 
.datepicker-dropdown {
  right: 10% !important;
  left: auto !important;
}
.form-con .date + .label-img img{ 
  height: 30px;
} 
.form-con .form-label{
  font-family: SukhumvitSet-SemiBold;
  font-size: 16px;
  color: #000;
  margin-bottom: 4px;
} 
.form-con .form-control{
  font-family: SukhumvitSet-SemiBold;
  height: 42px;
  font-size: 18px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); 
} 
.form-con .form-select{
  font-family: SukhumvitSet-SemiBold;
  height: 45px;
  font-size: 18px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); 
} 
.form-con .btn{
  background-color: var(--main4); 
  border-radius: 100px;
  font-family: SukhumvitSet-Bold;
  font-size: 20px;
  min-width: 250px;
  padding: 6px 10px 6px;
  border-right: 6px solid var(--main5);
  border-bottom: 5px solid var(--main5);
  margin-top: 10px;
}
.sec1 .bgh{ 
  background-image: url(../career_path/images/bg1s.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto; 
  position: absolute;
  left: 0;
  height: 138%;
  width: 84%; 
} 

.sec2{
  padding-top: 40px; 
  min-height: 100vh;
}
.sec2 h2{ 
  font-size: 42px;
  color: var(--main1);
  font-family: SukhumvitSet-Bold;
  font-weight: bold;
  text-align: center;
  color: var(--text-gray);
  text-shadow: -.5px -.5px 0 var(--text-gray), .5px -.5px 0 var(--text-gray), -.5px .5px 0 var(--text-gray), .5px .5px 0 var(--text-gray);
  margin-bottom: 20px;
}
.sec2 h2 strong { 
  color: var(--main3);
  text-shadow: -.5px -.5px 0 var(--main3), .5px -.5px 0 var(--main3), -.5px .5px 0 var(--main3), .5px .5px 0 var(--main3);
}
.sec2 h2 span {
  font-size: 48px;
  font-weight: bold;
  color: var(--text-gray2);
  text-shadow: -.5px -.5px 0 var(--text-gray2), .5px -.5px 0 var(--text-gray2), -.5px .5px 0 var(--text-gray2), .5px .5px 0 var(--text-gray2);
}
.sec2 .reason-item img{
  margin: auto;
  display: block;
  height: 90px;
  margin-bottom: 20px
}
.sec2 .reason-item h3{
  font-size: 24px;
  font-family: SukhumvitSet-Bold; 
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
.sec2 .reason-item{ 
  margin-bottom: 35px;
}
.sec2 .reason-item p{
  font-size: 20px;
  color: #000;
  text-align: center;
  font-family: SukhumvitSet-Medium;
  margin-bottom: 10px;
}
.sec2 .reason-item p span{
  font-family: SukhumvitSet-Bold; 
  color: var(--main3); 
}
.sec3{  
  min-height: 100vh;
  background-image: url(../images/bg-sec3.jpg);
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto;  
  padding-top: 50px;
  padding-bottom: 50px;
}   
.sec3 h2{ 
  font-size: 44px;
  color: var(--main1);
  font-family: SukhumvitSet-Bold;
  font-weight: bold;
  text-align: center;
  color: #fff;  
  text-shadow: 0 0 10px black, 0 0 20px black; 
  line-height: 70px;
}
.sec3 h2 i{ 
  color: var(--main3); 
  font-size: 44px; 
  text-shadow: 0 0 10px black, 0 0 20px black; 
}
.sec3 h2 strong{ 
  font-size: 34px; 
  text-shadow: 0 0 10px black, 0 0 20px black; 
}
.sec3 h2 span{ 
  color: #fff; 
  font-size: 44px !important; 
  line-height: 70px; 
  text-shadow: 0 0 10px black, 0 0 20px black;  
}
.sec3 .vix{
  position: absolute;
  left: 0;
  top: 7%;
  width: 100%;
  z-index: 8; 
}
.sec3 .vix video{
  width: 80%;
  display: block;
  margin: auto;  
}
.w-90 {
  width: 90% !important;
}
.sec3 .vix:after{
  content: "";
  background-color: black;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  top: -7%;
  width: 80%;
  height: 113%;
  z-index: -1;
}
.sec3 .vix + img{
  z-index: 12;
  position: relative;
}
.sec3 .btn{
  background-color: var(--main3); 
  border-radius: 100px;
  font-family: SukhumvitSet-Bold;
  font-size: 18px;
  min-width: 250px;
  padding: 8px 8px 4px;
  border-right: 8px solid var(--main5);
  border-bottom: 7px solid var(--main5); 
  display: block;
  margin: -10px auto ;
  font-size: 30px;
}
.sec4{
  min-height: 100vh;
  background-color: #374958; 
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec4 .container{ 
  min-height: 100vh; 
}
.sec4 .container > .row{ 
  min-height: 100vh; 
}
.sec4 h2{ 
  font-size: 42px; 
  font-family: SukhumvitSet-Bold;
  font-weight: bold;
  text-align: center;
  color: #fff; 
  box-shadow: 0px 10px 10px var(--sds-size-depth-100) rgba(0, 0, 0, 0.83); 
}
.sec4 h2 img{ 
  width: 180px;
  margin-top: -30px;
}
.sec4 hr{ 
  border-top: 3px solid #fff;
  opacity: 1;
}
.sec4 h6{ 
  font-family: SukhumvitSet-Bold;
  position: absolute;
  left: -40px;
  font-size: 65px;
  color: var(--main3);
  top: -10px;
}
.sec4 h3{   
  font-size: 20px;
  font-family: SukhumvitSet-Bold;
  color: #fff; 
  margin-bottom: 10px;
}
.sec4 p{   
  font-size: 18px;
  font-family: SukhumvitSet-SemiBold;
  color: #fff; 
}
.sec4 p span{    
  color: var(--main3);
}
.sec4 h4{   
  text-align: center;
  font-size: 32px;
  font-family: SukhumvitSet-Bold;
  color: #fff;  
  margin-top: 50px;
}
.sec4 h4 span{   
  color: var(--main3);
}
.sec4 h4 i{   
  padding-left: 20px;
  padding-right: 20px;
  color: var(--main3);
} 
.sec5{ 
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec5 .container{ 
  min-height: 100vh; 
}
.sec5 .container > .row{ 
  min-height: 100vh; 
}
.sec5 h2{ 
  font-size: 42px;
  color: var(--text-gray);
  font-family: SukhumvitSet-Bold;
  font-weight: bold;
  text-align: center; 
  box-shadow: 0px 10px 10px var(--sds-size-depth-100) rgba(0, 0, 0, 0.83); 
  text-shadow: -.5px -.5px 0 var(--text-gray), .5px -.5px 0 var(--text-gray), -.5px .5px 0 var(--text-gray), .5px .5px 0 var(--text-gray);
  margin-bottom: 100px;
}
.sec5 h2 span{ 
  font-size: 48px;
  color: var(--text-gray2); 
  text-shadow: -.5px -.5px 0 var(--text-gray2), .5px -.5px 0 var(--text-gray2), -.5px .5px 0 var(--text-gray2), .5px .5px 0 var(--text-gray2);
}
.sec5 .item5 img{ 
  height: 200px;
  width: auto;
  margin: auto;
  display: block;
  margin-bottom: 50px !important;
}
.sec5 .item5{ 
  position: relative;
} 
.sec5 .rowx > div:last-child .item5::after{
  content: none;  
}
.sec5 .item5::after{
  content: ""; 
  position: absolute;
  left: 82%;
  top: -50%;
  bottom: 0;
  width: 170px;
  height: 4px;
  display: block;
  align-items: center;
  justify-content: center;
  margin: auto;
  background-color: var(--text-gray2);
}
.sec5 .rowx > div:nth-child(1) i{
  position: absolute;
  color: var(--text-gray2);
  font-size: 70px;
  top: 55px;
}
.sec5 .rowx > div:nth-child(3) i{
  position: absolute;
  color: var(--text-gray2);
  font-size: 70px;
  top: 55px;
  right: 0;
}
.sec5 h6 {
  font-family: SukhumvitSet-Bold;
  position: absolute;
  left: -50px;
  font-size: 65px;
  color: var(--main3);
  top: -10px;
} 
.sec5 h4{   
  font-size: 24px;
  font-family: SukhumvitSet-Bold;
  color: #000; 
  margin-bottom: 10px;
}
.sec5 p{   
  font-size: 20px;
  font-family: SukhumvitSet-SemiBold;
  color: #000;  
  min-height: 90px;
} 
.sec5 .des{
  position: relative;
  width: 300px;
  display: block;
  margin: auto; 
} 
.sec6{ 
  min-height: 100vh;
  background-image: url(../career_path/images/bg-sec6.png);
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto;  
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}  
.cruved{
  position: absolute; 
  height: 280px;
  bottom: -1px;
  left: 0;
  width: 100% !important; 
  background-image: url(../career_path/images/cruve.png);
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto;   
}
.sec6 svg{
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100% !important; 
}
.sec6 h2{
  font-size: 40px;
  color: var(--text-gray);
  font-family: SukhumvitSet-Bold;
  font-weight: bold;
  text-align: center; 
  box-shadow: 0px 10px 10px var(--sds-size-depth-100) rgba(0, 0, 0, 0.83); 
  text-shadow: -.5px -.5px 0 var(--text-gray), .5px -.5px 0 var(--text-gray), -.5px .5px 0 var(--text-gray), .5px .5px 0 var(--text-gray);
  margin-top: 20%;
  margin-bottom: 80px;
  line-height: 200%;
  background-image: url(../career_path/images/body5.png);
  background-position:  bottom -20px left  -50px !important;
  background-repeat: no-repeat !important;
  background-size: 100% auto; 
  min-height: 400px;
}
.sec6 h2 span{
  font-size: 42px;
  color: var(--main3); 
  text-shadow: -.5px -.5px 0 var(--main3), .5px -.5px 0 var(--main3), -.5px .5px 0 var(--main3), .5px .5px 0 var(--main3);
}
.sec7{ 
  min-height: 700px;
  background-color: var(--text-gray2); 
} 
.sec7 .container{ 
  min-height: 700px;
}
.sec7 .container > .row{ 
  min-height: 700px;
}
.sec7 .container .h2{
  font-size: 40px;
  color: #fff;
  font-family: SukhumvitSet-Bold;
  font-weight: bold;
  text-align: center; 
  box-shadow: 0px 10px 10px var(--sds-size-depth-100) rgba(0, 0, 0, 0.83); 
  text-shadow: -.5px -.5px 0 var(--text-gray), .5px -.5px 0 var(--text-gray), -.5px .5px 0 var(--text-gray), .5px .5px 0 var(--text-gray); 
  margin-bottom: 40px;
}
.sec7 .container .h2 span{
  font-size: 40px;
  color: var(--main3); 
  text-shadow: -.5px -.5px 0 var(--main3), .5px -.5px 0 var(--main3), -.5px .5px 0 var(--main3), .5px .5px 0 var(--main3);
}
.accordion{
  --bs-accordion-bg: none !important;
  --bs-accordion-border-color: none !important;
} 
.accordion-item h2 button{
  font-size: 24px;
  color: #fff;
  line-height: 50px;
}
.accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
.accordion button:focus:not(:focus-visible) {
  outline: 0 !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}
.accordion-button::after{
  background-image: url(../career_path/images/down.png) !important;
}
.accordion-button.collapsed::after{
  background-image: url(../career_path/images/up.png) !important; 
  transform: rotate(180deg);
}
.accordion-body ul li{
  font-size: 14px;
  color: #fff;
  font-family: SukhumvitSet-Medium;
}
.accordion-body p{
  font-size: 24px;
  color: #fff;
  font-family: SukhumvitSet-Medium;
}
.accordion-body i{
  font-size: 24px;
  color: var(--main3);
  font-family: SukhumvitSet-Medium;
}
.accordion-body span{ 
  color: var(--main3); 
}
.accordion-body strong{ 
  font-family: SukhumvitSet-Bold;
}


footer{  
  background: #222222;
  padding: 45px 70px 30px;
}
footer h3{
  font-family: SukhumvitSet-Bold;  
  font-size: 18px;
  line-height: 29px;
  color: #E5E5E5; 
  margin-bottom: 12px;
}
footer ul{
  list-style: none;
  padding-left: 0;
} 
footer ul li a{
  font-family: SukhumvitSet-Light;  
  font-size: 14px;
  line-height: 22px; 
  color: #AFAFAF; 
  transition: .33s all ease-out;
 /* font-weight: bold;*/
}
footer ul li a:hover{ 
  color: #fff; 
}
footer .more{ 
  font-family: SukhumvitSet-Light;  
  font-size: 14px;
  line-height: 22px; 
  color: var(--main3); 
}
footer .bot-menu{
  margin-top: 30px;
  border-top: 1px solid #D8D8D8;
  padding-top: 20px; 
}
footer .bot-menu a{
  text-transform: capitalize;
  font-family: SukhumvitSet-Light;  
  font-size: 14px;
  line-height: 22px; 
  color: #fff;  
  margin-right: 15px;
  transition: .33s all ease-out;
}
footer .bot-menu a:hover{
  color: var(--main3); 
}

footer .bot-menu span{
  float: right;
  text-transform: capitalize;
  font-family: SukhumvitSet-Light;  
  font-size: 14px;
  line-height: 22px; 
  color: #fff;    
}
.bgh div{
  position: absolute; 
  padding-left: 40px;
  top: 35%; 
}
.bgh div h1{  
  font-size: 50px;
  line-height: 85px;
  color: #1c1d1d;  
  font-family: SukhumvitSet-Bold;
  text-shadow: -.5px -.5px 0 #1c1d1d, .5px -.5px 0 #1c1d1d, -.5px .5px 0 #1c1d1d, .5px .5px 0 #1c1d1d;
  margin-bottom: 20px;
}
.bgh div h1 i{   
  line-height: 85px;  
  font-size: 46px;
  font-style: normal;
  color: var(--text-gray);
  text-shadow: -.5px -.5px 0 var(--text-gray), .5px -.5px 0 var(--text-gray), -.5px .5px 0 var(--text-gray), .5px .5px 0 var(--text-gray); 
}
.bgh div h1 strong{   
  line-height: 30px;  
  font-size: 60px;
  font-style: normal;
  color: #374958;
  text-shadow: -.5px -.5px 0 #374958, .5px -.5px 0 #374958, -.5px .5px 0 #374958, .5px .5px 0 #374958; 
}
.bgh div h1 span{   
  line-height: 30px;  
  font-size: 40px;
  font-style: normal;
  color: #000;
  text-shadow: -.5px -.5px 0 #000, .5px -.5px 0 #000, -.5px .5px 0 #000, .5px .5px 0 #000; 
}
.datepicker-dropdown.datepicker-orient-left:before {
  right: 6px !important;
  left: unset !important;
}

/* 
  transition: .33s all ease-out; 
  font-family: SukhumvitSet-SemiBold;
######################################################################################################
###################################################################################################### 
*/ 
 

@media only screen and (max-width: 1024px) { /* MOBILE */
  .mb-x{
    display: none !important;
  }       
  .sec1 .menut ul{
    text-align: center;
    display: block;
  }
  .sec1 .menut ul li a{
    line-height: 30px;
    font-size: 16px;
  }
  .sec1 .menut{
    position: relative;
  }
  .sec1 { 
    background-size: auto 100% ;
  }
  .sec2 h2 {
    font-size: 28px;
  }
  .sec2 h2 span {
    font-size: 34px;
  }
  .sec2 .reason-item h3{
    font-size: 24px;
  }
  .sec2 .reason-item p {
    font-size: 20px;
  }
  .sec3 { 
    background-size: auto 100% ;
  }
  .sec3 { 
    background-repeat: no-repeat !important;
    background-size: auto 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    background-position: bottom center !important;
  }
  .sec3 h2 {
    font-size: 38px;
    line-height: 60px;
  }
  .sec3 h2 span {
    font-size: 28px;
  }
  .sec3 h2 strong { 
    font-size: 34px;
  }
  .sec3 .btn{
    font-size: 24px;
    margin-bottom: 40px;
  }
  .sec3 .w-75{
    width: 90% !important;
  }
  .sec4 h2{
    font-size: 28px; 
  }
  .sec4 h2 img{
    width: 100px;
  }
  .sec4 h6 { 
    left: -35px;
    font-size: 50px; 
    top: -5px;
  }
  .sec4 p {
    font-size: 18px; 
  }
  .sec4 h4 i {
    padding-left: 10px;
    padding-right: 10px; 
  }
  .sec4 h4 { 
    font-size: 25px; 
    margin-top: 30px;
  }
  .sec5 h2 {
    font-size: 28px;
  }
  .sec5 h2 span {
    font-size: 34px;
  }
  .item5:after{
    content: none !important;
  }
  .item5 i{
    display: none;
  }
  .sec5 .item5 img {
    height: 130px; 
    margin-bottom: 35px !important;
  }
  .sec5 h6 { 
    left: -35px;
    font-size: 50px; 
    top: -5px;
  }
  .sec6 {  
    background-size: auto 100% ; 
    padding-bottom: 50px;
    padding-top: 50px;
    min-height: unset !important;
  }
  .sec6 .ps-5{
    padding-left: 15px !important;
  }
  .sec6 h2{
    font-size: 28px;
    margin-top: 10%; 
    background-position: bottom -20px left -30px !important; 
    background-size: 100% auto;
    min-height: 270px; 
    line-height: 180%;
  }
  .sec6 h2 span{
    font-size: 28px;
  }
  .sec6 svg { 
    bottom: 0px;  
  }
  .sec7 h2{
    font-size: 28px !important; 
  }
  .sec7 h2 span{
    font-size: 28px !important;
  }
  .accordion-item h2 button {
    font-size: 22px; 
    line-height: 30px;
  }
  .accordion-item h2{
    padding-right: 30px;
  }
  .accordion-button.collapsed::after { 
    top: 20px !important; 
    right: -10px;
    position: absolute;
  }
  .accordion-button::after { 
    top: 20px !important; 
    right: -10px;
    position: absolute;
  }
  footer {
    background: #222222;
    padding: 30px 20px 30px;
  }
  footer .col {
    flex: unset !important; 
  } 
  /*
  nav .navbar-nav .nav-item .nav-link{
    text-align: center;
    margin: auto;
  }
  nav .navbar-nav .language-nav{
    text-align: center;
    margin: auto;
    width: unset !important;
  }*/
  .sec1 .bgh{ 
    background-image: url(../career_path/images/bg1s.png); 
    position: relative;
    background-position: center !important; 
    background-size: auto 250px;  
    height: 100%;
    width: 100%;
  } 
  .bgh div{
    position: relative; 
    padding-left: 20px;
    top: 15%; 
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .bgh div h1{  
    font-size: 30px;
    line-height: 45px; 
    margin-bottom: 20px;
  }
  .bgh div h1 i{   
    line-height: 35px;  
    font-size: 35px; 
  }
  .bgh div h1 strong{   
    line-height: 20px;  
    font-size: 30px; 
  }
  .bgh div h1 span{   
    line-height: 20px;  
    font-size: 22px; 
  }
  .form-con .date + img { 
    top: 42px; 
  } 
  .sec4 .p-4{
    padding-left: 55px !important;
  }
  .sec3 .btn{
    max-width: 200px;
  }
  .sec1  .menut{
    display: none !important;
  }
  .sec1{  
    background-size: auto 100% ;   
    max-height: calc(140vh - 30px) !important;
    height: calc(140vh - 30px) !important;  
  } 
  .map-nav{
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-con {
    background-color: rgba(255, 255, 255, 0.70);
    padding: 20px 15px 20px;
  }
  .sec5 .des { 
    padding-left: 20px;
  }
  .sec5 h6 {
    left: -15px; 
  }
}
@media only screen and (min-width: 768px) { /* PC */
  .pc-x{
    display: none !important;
  }     
  .form-addjob{
    margin-right: -25px;
  } 
  .sec6 h2 { 
    background-position: bottom -130px left -30px !important; 
  }
  .form-con{
    margin-left: auto;
    margin-right: auto;
  }
}     
@media only screen and (width: 1024px) { /* IPAD PRO */ 
  .form-con{
    margin-left: auto;
    margin-right: auto;
  }
  .sec1 { 
    max-height: calc(75vh - 30px) !important; 
  }
  .sec2 { 
    max-height: calc(60vh) !important; 
    height: calc(60vh) !important; 
    min-height: 60vh !important;
  }
  .sec4 { 
    max-height: calc(60vh) !important; 
    height: calc(60vh) !important; 
    min-height: 60vh !important;
  }
  .sec4 > .container{ 
    min-height: calc(60vh) !important;  
  }
  .sec4 > .container > .row{ 
    min-height: calc(60vh) !important;  
  }
  .sec7 { 
    max-height: calc(60vh) !important; 
    height: calc(60vh) !important; 
    min-height: 60vh !important;
  }
  .sec7 > .container{ 
    min-height: calc(60vh) !important;  
  }
  .sec7 > .container > .row{ 
    min-height: calc(60vh) !important;  
  }
  .bgh div { 
    top: 40%; 
  } 
  .sec6 h2 {
    background-position: bottom -20px left -30px !important;
  }
  .sec6 { 
    padding-bottom: 100px; 
  }
}     
 
@media only screen and (width: 360px) { /* IPAD PRO */  
  .sec1{  
    background-size: auto 100% ;   
    max-height: calc(170vh - 30px) !important;
    height: calc(170vh - 30px) !important;  
  } 
}
 
 
@media only screen and (min-width: 1920px) { /* PC */
  .sec1 .col-lg-5 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
  }
}     
 
@media only screen and (min-width: 1220px) { /* PC */ 
  .sec6 h2{ 
    background-position:  bottom -20px left  -50px !important; 
  }
}     
 
 