/* Template: Corso - Free Training Course Landing Page Template
   Author: Inovatik
   Created: Nov 2019
   Description: Master CSS file
*/

/*****************************************
Table Of Contents:

01. General Styles
02. Preloader
03. Navigation
04. Header
05. Registration
06. Partners
07. Instructor
08. Description
09. Students
10. Details Lightbox
11. Video
12. Takeaways
13. Testimonials
14. Date
15. Newsletter
16. Contact
17. Footer
18. Copyright
19. Back To Top Button
20. Extra Pages
21. Media Queries
******************************************/

/*****************************************
Colors:
- Backgrounds - light gray #ffffff
- Backgrounds, buttons - Red #ED393C
- Headings text, navbar links - black #333
- Body text - dark gray #555
******************************************/


/******************************/
/*     01. General Styles     */
/******************************/

body,
html {
    width: 100%;
	height: 100%;
}

body, p {
	color: #555; 
	font: 400 1rem/1.625rem "kanit", sans-serif;
	text-align: justify;
}

.copyright p {
	color: #555; 
	font: 400 1rem/1.625rem "Montserrat", sans-serif;
	text-align: center;
}

.card-body p {
	color: #555; 
	font: 400 1rem/1.625rem "Montserrat", sans-serif;
	text-align: center;
}

.p-large {
	font: 400 1.125rem/1.75rem "Montserrat", sans-serif;
	text-align: center;
}
.p-largeTH {
	font: 400 1.125rem/1.75rem "kanit", sans-serif;
	text-align: center;
}


.p-largeTop {
	font: 700 1.125rem/1.75rem "kanit", sans-serif;
}

.p-small {
	font: 400 0.875rem/1.5rem "Montserrat", sans-serif;
}

.p-heading {
	margin-bottom: 3.75rem;
}



h1 {
	color: #333;
	font: 700 2.75rem/3.375rem "Montserrat", sans-serif;
}

h2 {
	color: #333;
	font: 700 2.25rem/2.875rem "kanit", sans-serif;
}

.h2THB {
	color: #333;
	font: 700 2.25rem/2.875rem "kanit", sans-serif;
}

.h2THBB {
	color: #ffffff;
	font: 700 2.25rem/2.875rem "kanit", sans-serif;
}

.yoddoy h2 {
	color: rgb(255, 255, 255);
	font: 700 2.25rem/2.875rem "kanit", sans-serif;
}

.yoddoyp{
    color: rgb(255, 255, 255);
    margin-bottom: 2rem;
}
.card16{
	margin-left: 1rem;
	width: 75%;
}
.card161{
	width: 20%;
}

.topmargin .btn1 {
	background-color: #FFFFFF;
	border: none;
	border: 2px solid #ed393c00;
	width: 140px;
    height: 140px;
	border-radius: 8px;
}

.topmargin .active, .btn1:hover {
	background-color: #ffffff;
	border-radius: 8px;
	border: 2px solid #ED393C;
	box-shadow: 0px 8px 16px 0px rgba(223, 15, 18, 0.10);
	width: 140px;
    height: 140px;
}

.Size-img1{
	inline-size: -webkit-fill-available;
	width: 80px;
}
.TextSTProduct {
    color: #6c757d;
    font: 700 0.85rem/1.125rem "Montserrat", sans-serif;
    text-align: center;
	font-variant-caps: all-small-caps;
}


#particles-js {

	width: 100%;
	height: 100%;
	background-color: #253138;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.colISO1 {
    -ms-flex: 0 0 22.222222%;
    flex: 0 0 22.222222%;
    max-width: 22.222222%;
	position: relative;
    width: 100%;
    padding-right: 4px;
    padding-left: 4px;
}

.PanddingISO{
	padding: 0px 4px 8px 0px;
	
}

.PanddingISO1{
	padding: 8px 8px;
	display: table-row-group;
}


.FontTopISO1{
	color: #ff0000;
    font: 700 1.25rem/1.125rem "Montserrat", sans-serif;
    text-align: center;
	font-variant-caps: all-small-caps;
	padding: 0px 0px 8px 0px;
}

.FontmidISO1{
	color: #000000;
    font: 700 1.2rem/1.125rem "Montserrat", sans-serif;
    text-align: center;
	font-variant-caps: all-small-caps;
	
}

.Fontmid1ISO1{
	color: #000000;
    font: 700 1rem/1.125rem "Montserrat", sans-serif;
    text-align: center;
	font-variant-caps: all-small-caps;
	padding: 0px 0px 16px;
}

.PandInA{
	width: 100%;
	height: 100%;
	padding: 8px 16px;
	border-radius: 8px 8px 0px 0px;
	background-color: #333333;
	display: flex;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #ffffff;
    font: 700 1rem "Montserrat", sans-serif;
}


.CardISO{

	width: 100%;
	height: 100%;
	padding: 16px 16px;
	border-radius: 8px;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);

}





.P_panding {
	padding: 0rem 1rem 1rem 1rem;
}

/*///////////////////////////////////////////////////////////////*/
/*//////////////////////////หน้าข่าวสาร//////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/


.containerNews{
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}



.cardNews{
	position: relative;
	background: #fff;
	max-width: 325px;
	width: 325px;
	height: auto;
	margin: 25px;
	box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
	border-radius: 10px;
	overflow: hidden;
}

.card-imageNews{
	max-height: 200px;
}

.card-imageNews img{
	max-width: 100%;
	height: auto;
}

.card-info{
	position: relative;
	color: #222;
	padding: 10px 20px 20px;
}

.card-info h3{
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 5px;
}

.card-info h4{
	color: #333;
    padding: 0rem 1.5rem 0rem 1.5rem;
    font: 700 1.25rem/1.875rem "kanit", sans-serif;
	text-align: center;
}

.card-info .disf {
    display: flex;
    justify-content: center;
}


.card-info p{
	font-size: 1em;
	margin-bottom: 5px;
	text-align: center;
}

.card-info .ptop{
	color: #ED393C;
    padding: 0rem;
    font: 700 0.75rem/1.875rem "Montserrat", sans-serif;
}




.pagination1{
	text-align: center;
	margin: 30px 30px 60px;
	user-select: none;
}

.pagination1 li{
	display: inline-block;
	margin: 5px;
	box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

.pagination1 li a{
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 45px;
}

.previous-page1, .next-page1{
	background: #ED393C;
	width: 80px;
	border-radius: 45px;
	cursor: pointer;
	transition: 0.3s ease;
	
}

.previous-page1:hover{
	transform: translateX(-5px);
}

.next-page1:hover{
	transform: translateX(5px);
}

.current-page1, .dots1{
	background: #ccc;
	width: 45px;
	border-radius: 50%;
	cursor: pointer;
}



.active12{
	background: #ED393C;
}

.disable{
	background: #ccc
}



/*///////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////*/








.sliderdf {
    width: 100%;
    max-width: 100vw;
    height: 426px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.sliderdf .list{
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    transition: 1s;
}
.sliderdf .list img{
    width: 100%;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}
.sliderdf .buttons{
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.sliderdf .buttons button{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff5;
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
}
.sliderdf .dots{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.sliderdf .dots li{
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: #007bff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}
.sliderdf .dots li.active{
    width: 30px;
}

















.CardISO1{

	width: 100%;
	height: 100%;
	padding: 8px 16px 0px;
	border-radius: 8px;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
	background-image: url(../images/ISOBG.png);
	background-position: center center;
}

.panddingimg{
	padding: 0px 24px 32px 24px;
}


.ColISO {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 8px 16px 8px 16px;
    display: flex;
    align-items: center;
	text-align: center;
}


.yoddoycr {
    padding: 0.7rem 0.5rem 0.7rem 0.5rem;
    border: 0.125rem solid #ED393C;
    border-radius: 1.5rem;
    background-color: #ED393C;
    color: rgb(255, 255, 255);
    font: 600 0.9rem/0 "Montserrat", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.yoddoycrc {
    padding: 0.7rem 0.5rem 0.7rem 0.9rem;
    border: 0.125rem solid #ED393C;
    border-radius: 1.5rem;
    background-color: #ED393C;
    color: rgb(255, 255, 255);
    font: 600 0.9rem/0 "kanit", sans-serif;
    text-decoration: none;
    transition: all 0.2s;
}

.yoddoybox{
	display: inline-block;
	padding: 1.1875rem 1.125rem 1.1875rem 1.125rem;
	border: 0.125rem solid #ED393C;
	border-radius: 1.5rem;
	background-color: #ED393C;
	color: rgb(255, 255, 255);
	font: 600 0.875rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}
.yoddoyre{padding: 0rem 0.5rem 0rem 0.5rem;}

h3 {
	color: #333;
	font: 700 1.625rem/2.125rem "Montserrat", sans-serif;
}

.h3THB {
	color: #1F4068;
	font: 700 1.625rem/2.125rem "kanit", sans-serif;
	text-align: left;
}



.yoddoy h3 {
	color: rgb(255, 255, 255);
	font: 700 1rem/1rem "kanit", sans-serif;
}

h4 {
	color: #333;
	font: 700 1.25rem/1.875rem "Montserrat", sans-serif;
}

.h4THB {
	color: #333;
	font: 700 1.25rem/1.875rem "kanit", sans-serif;
}


h5 {
	color: #333;
	font: 700 1.125rem/1.75rem "Montserrat", sans-serif;
}

h6 {
	color: #333;
	font: 700 1rem/1.625rem "Montserrat", sans-serif;
}





.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
  }

.close {
	float: right;
	cursor: pointer;
	font-size: 3rem;
    font-weight: 500;
    line-height: 0;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
  }

.BGPopup{

	padding: 1920px;
	background-color: #00000085;

  }


  /* Additional styles for the pop-up content */
  .popup-content {
	margin-top: 20px;
  }







/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////---------6/8/2023-------////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.DownloadPosiright{
	text-align: -webkit-right;
}


.BGBUT{
padding: 0.5rem 1rem 0.25rem 1rem;
background: #FFFFFF;
width: -webkit-fill-available;
border: 1px solid #ED393C;
border-radius: 8px;


}

body .bgtb{
    text-align: initial;
}


.imgReference{
	text-align: center;
}
.imgReference img{
	width: -webkit-fill-available;
}

.BGBUT:hover{
	background: #cacaca;
	width: -webkit-fill-available;
	border: 1px solid #ffffff;
	border-radius: 8px;
	}

.TextTopTB {
    color: #555;
    font: 400 1rem/1.625rem "kanit", sans-serif;
    text-align: justify;
}

.TextDateTB {
	color: #7d7d7d;
    font: 14px/1.625rem "kanit", sans-serif;
    text-align: justify;
}


.BgFrom{
	background-color:#D0262B;
	color: #ffffff;
	font: 1rem/1 "Montserrat", sans-serif;
}

.bgtb{
	width: auto;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
	padding: 2rem 2rem 2rem 2rem;;
}

.rowdropdown{
		display: flex;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
}

.BGdropdown{
	width: 100%;
    height: 4rem;
    margin-right: auto;
    margin-bottom: 1rem;
	position: relative;
	display: flex;
    margin-left: auto;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 8px;
  }
 
  .pdbgdropdown {
	width: 100%;
	background-color:#ffffff;
    border: none;
	border-radius: 8px;
    padding: 0rem 2rem 0rem 2rem;
    text-align: left;
    

  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
	position: relative;
	display: inline;
	
  }
 
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
	display: none;
	width: 100%;
	position: absolute;
	background-color: #ffffff;
	min-width: auto;
	height: 20rem;
	overflow-y: scroll;
	scrollbar-width: thin;
	border-radius: 8px;
	box-shadow: 0px 8px 16px 0px rgba(255, 0, 0, 0.2);
	z-index: 1;
	
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
	color: black;
	min-width: auto;

	padding: 12px 16px;
	text-decoration: none;
	display: block;
	
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
	background-color: #7c7c7c;
	text-decoration: none;
	color: rgb(255, 255, 255);
}
  
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
	display: block;
	
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .pdbgdropdown {
	background-color: #ffffff;
	
  }
  
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.PandTop1{
	padding: 0px 8px 0px 8px;
	inline-size: -webkit-fill-available;
}





.gtNDSF {
    min-height: 0px;
   
    
    bottom: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.gtNDSF .ant-row-flex {
    width: 100%;
}
.ant-row-flex-middle {
    -moz-box-align: center;
    align-items: center;
}
.ant-row-flex-center {
    -moz-box-pack: center;
    justify-content: center;
}
.ant-row-flex {
    display: -moz-box;
    display: flex;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
}
.ant-col-xl-18 {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
}
.ant-col-xxl-16 {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66666667%;
}
.icffqZ {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.irXENZ {
    font-weight: normal;
    margin-bottom: 0px;
    padding: 10px;
    display: inline-block;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-family: superstore;
}
.icffqZ #read-more {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}


.product120 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    padding: 1rem;
}
.product1209 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1rem;
}

.rowBox3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
}
.rowBox34 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
}
.row12011 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}


.product1201 {
    -ms-flex: 0 0 50%;
    max-width: 100%;
    padding: 0.5rem;
}

.product1209 {
    -ms-flex: 0 0 50%;
    max-width: 100%;
    padding: 0.5rem;
}


.product555 {
    -ms-flex: 0 0 50%;
    flex: 0 0 30%;
    max-width: 30%;
    text-align: left;
  
}

.product655 {
    -ms-flex: 0 0 50%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: left;
	padding: 8px;
}

.row655 {
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.product559 {
    flex: 0 0 70%;
    max-width: 70%;
    text-align: center;
    padding: 0.5rem 0rem 2rem 0rem;
}


.wrapper{
	position: fixed;
	bottom: 30px;
	z-index: 1;

	background: #fff;
	padding: 3px 30px 3px 30px;
	border-radius: 5px;
	box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.15);
	text-align: center;
  }
  .wrapper.hide{
	opacity: 0;
	pointer-events: none;
	transform: scale(0.8);
	transition: all 0.3s ease;
  }
  ::selection{
	color: #fff;
	background: #FCBA7F;
  }
  .wrapper img{
	max-width: 90px;
  }
  .content header{
	font-size: 25px;
	font-weight: 600;
  }
  .content {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
	}
  .content p{
	color: #858585;
	margin: 9px 5px 0;
  }
  .content .buttons{
	display: flex;
	margin-left: 0rem;
	align-items: center;
	justify-content: center;
  }
  .buttons button{
	padding: 10px 20px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border-radius: 5px;
	background: #ED393C;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  .buttons button:hover{
	transform: scale(0.97);
  }
  .buttons .item{
	margin: 0 10px;
  }
  .buttons a{
	color: #ED393C;
  }




/*accordion*/
.accordion{
	margin: 25px -15px;
  }
  .accordion .item {
	  border: none;
	  margin-bottom: 50px;
	  background: none;
  }
  .t-p{
	color:  #333333;
	padding: 15px 30px 0px 30px;
  }
  .accordion .item .item-header h2 button.btn.btn-link {
	  background: #333333;
	  color: white;
	  font: 600 1.5rem/0 "Montserrat", sans-serif;
	  border-radius: 5px;
	  line-height: 1.5;
	  text-decoration: none;
  }

  .accordion .item .item-header h2 button.btn.btn-linka {
	background: #333333;
	color: white;
	font: 600 1.875rem/0 "kanit", sans-serif;
	border-radius: 5px;
	line-height: 1.5;
	text-decoration: none;
}
  .accordion .item .item-header {
	  border-bottom: none;
	  background: transparent;
	  padding: 0px;
	  margin: 2px;
  }
  
  .accordion .item .item-header h2 button {
	  color: white;
	  font-size: 20px;
	  padding: 15px;
	  display: block;
	  width: 100%;
	  text-align: left;
  }
  

  .slider-22 {
    padding-top: 0rem;
    padding-bottom: 7rem;
    background-color: #ffffff;
    text-align: center;
	}

  .accordion .item .item-header h2 i {
	  float: right;
	  font-size: 30px;
	  color: #333333;
	  background-color: #ffffff;
	  width: 40px;
	  height: 40px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  border-radius: 40px;
  }
  
  button.btn.btn-link.collapsed i {
	  transform: rotate(0deg);
  }
  
  button.btn.btn-link i {
	  transform: rotate(180deg);
	  transition: 0.5s;
  }
  
/*end accordion*/

.FonttopAbout{
	margin-bottom: 0.75rem;
	color: #eee;
}
.basic-1 .text-container1 {
    margin-top: 1.500rem;
    /* margin-left: 3.5rem; */
}


.basic-18 .text-container1 {
    margin-top: 1.500rem;
    /* margin-left: 3.5rem; */
}

.basic-31 .text-container1 {
    margin-top: 1.500rem;
    /* margin-left: 3.5rem; */
}

.basic-21 .text-container1 {
    margin-top: 1.500rem;
    /* margin-left: 3.5rem; */
}



.basic-91 .text-container1 {
    margin-top: 1.500rem;
    /* margin-left: 3.5rem; */
}


.basic-11 .text-container1 {
    margin-top: 1.500rem;
    /* margin-left: 3.5rem; */
}

.rowProduct {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: row;
}




.Texth3{
	color: #333;
    font: 500 1rem/1.5rem "Montserrat", sans-serif;
	text-align: justify;
}

.Texth2{
	color: #333;
	font: 700 1rem/2.125rem "Montserrat", sans-serif;
}
.Texth4{
	color: #333;
	font: 700 1rem/2.125rem "Montserrat", sans-serif;
	text-align: center;
}

.basich-44 .Texth4 {
    color: rgb(255, 255, 255);
    font: 400 20px / 2.125rem Montserrat, sans-serif;
    text-align: center;
}

.basich-48 .Texth4 {
    color: rgb(255, 255, 255);
    font: 400 20px / 2.125rem Montserrat, sans-serif;
    text-align: center;
}

.basich-48 .H41{
	color: rgb(255, 255, 255);
}
.basich-48{
    margin-top: -30vh;
}

.Textp1{
    color: #222121;
    font: 700 1.75rem/1.875rem "Montserrat", sans-serif;
	text-align:center;
}
.Textp1THB{
    color: #222121;
    font: 700 4rem/1.875rem "kanit", sans-serif;
	text-align:center;
}

.Textp2{
    background: linear-gradient(95.44deg, #ED393C 52.31%, #770709 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font: 700 3rem/7.875rem "Montserrat", sans-serif;
	text-align:center;
}

.Textp2THB{
    background: linear-gradient(95.44deg, #ED393C 52.31%, #770709 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font: 700 6rem/7.875rem "kanit", sans-serif;
	text-align:center;
}
.reveal{
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
  }
  
  .reveal.active{
	transform: translateY(0);
	opacity: 1;
  }
.row5555 {
    display: flex;

    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.Textp3 {
	background: linear-gradient(95.44deg, #ED393C 52.31%, #770709 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
    font: 700 2rem/1.875rem "Montserrat", sans-serif;
	text-align:center;
}

.Textp3THB {
	background: linear-gradient(95.44deg, #ED393C 52.31%, #770709 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
    font: 700 2rem/1.875rem "kanit", sans-serif;
	text-align:center;
}



.Textp4 {
	background: linear-gradient(95.44deg, #ED393C 52.31%, #770709 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
    font: 700 2rem/3.875rem "Montserrat", sans-serif;
    text-align: center;
}

.Textp4THB {
	background: linear-gradient(95.44deg, #ED393C 52.31%, #770709 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
    font: 700 2rem/3.875rem "kanit", sans-serif;
    text-align: center;
}

.Textp5 {
	background: linear-gradient(95.44deg, #ED393C 52.31%, #770709 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
    font: 700 1.5rem/1.875rem "Montserrat", sans-serif;
	text-align:center;
}

.Textp5THB {
	background: linear-gradient(95.44deg, #ED393C 52.31%, #770709 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
    font: 700 1.5rem/1.875rem "kanit", sans-serif;
	text-align:center;
}

.basich-44 .Textp5THB {
	background: linear-gradient(95.44deg, #ffffff 52.31%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font: 700 2rem/2.875rem "kanit", sans-serif;
	text-align:center;
}
.basich-48 .Textp5THB {
	background: linear-gradient(95.44deg, #ffffff 52.31%, #ffffff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font: 700 2rem/2.875rem "kanit", sans-serif;
	text-align:center;
}

.testimonial-text {
	font-style:normal;
}

.testimonial-author {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.625rem;
}

.li-space-lg li {
	margin-bottom: 0.375rem;
}

.indent {
	padding-left: 1.25rem;
}

a {
	color: #555;
	text-decoration: underline;
}

.img-fluid1 {
    width: 100%;
    height: auto;
    margin-top: 0rem;
}

.img-fluidaa {
    width: 100%;
    height: auto;
    margin-top: 0rem;
}

.img-fluid11 {
    width: 100%;
    height: auto;
    margin-top: 0rem;
}

.img-fluidicon {
    width: 50%;
    height: auto;
    margin-top: 0rem;
}

.img-fluid3 {
    width: 100%;
    height: auto;
    margin-top: 0rem;
}

.img-fluid2 {
    width: 100%;
    height: auto;
    margin-top: 0rem;
	padding: 1rem 4rem 0rem 4rem;
}

.img-fluid5 {
    width: 100%;
    height: auto;
    margin-top: 0rem;
}


a:hover {
	color: #555;
	text-decoration: underline;
}

.white {
	color: #eee;
	text-align: center;
}

.whiteTH {
	color: #eee;
	text-align: center;
	font: 700 1.625rem/2.125rem "kanit", sans-serif;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 0.125rem solid #ED393C;
	border-radius: 2rem;
	background-color: #ED393C;
	color: #333;
	font: 600 0.875rem/0 "kanit", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	border: 0.125rem solid #333;
	background-color: transparent;
	color: #333;
	text-decoration: none;
}


.btn-solid-regX {
	display: inline-block;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 0.125rem solid #ED393C;
	border-radius: 2rem;
	background-color: #ED393C;
	color: #ffffff;
	font: 600 0.875rem/0 "kanit", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-regX:hover {
	border: 0.125rem solid #ffffff;
	background-color: transparent;
	color: #ffffff;
	text-decoration: none;
}

.cardsli .a555 {
	/* text-decoration: underline; */
	text-decoration: none;
}

.cardslisa .a555 {
	/* text-decoration: underline; */
	text-decoration: none;
	color: #fff;
    font: 700 1rem/3rem "kanit", sans-serif;
    text-align: center;
}

.btn-solid-rega {
	display: inline-block;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 0.125rem solid #ED393C;
	border-radius: 2rem;
	background-color: #ED393C;
	color: #333;
	font: 600 0.875rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-rega:hover {
	border: 0.125rem solid #333;
	background-color: transparent;
	color: #333;
	text-decoration: none;
}
.btn-solid-lgTOP {
	display: inline-block;
	padding: 0.25rem 2rem 0.25rem 2rem;
	border: 0.125rem solid #B63D32;

	background-color: #B63D32;
	color: #333;
	font: 600 0.875rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.375rem 2.625rem 1.375rem 2.625rem;
	border: 0.125rem solid #ffffff;
	border-radius: 2rem;
	background-color: #ffffff;
	color: #333;
	font: 600 0.875rem/0 "kanit", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	border: 0.125rem solid #D0262B;
	background-color: transparent;
	background-color: #D0262B;
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.1875rem 2.125rem 1.1875rem 2.125rem;
	border: 0.125rem solid #333;
	border-radius: 2rem;
	background-color: transparent;
	color: #333;
	font: 600 0.875rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	border: 0.125rem solid #ED393C;
	background-color: #ED393C;
	color: #333;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.375rem 2.625rem 1.375rem 2.625rem;
	border: 0.125rem solid #333;
	border-radius: 2rem;
	background-color: transparent;
	color: #333;
	font: 600 0.875rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	border: 0.125rem solid #ED393C;
	background-color: #ED393C;
	color: #333;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.625rem 0.875rem 1.625rem;
	border: 0.125rem solid #333;
	border-radius: 2rem;
	background-color: transparent;
	color: #333;
	font: 600 0.875rem/0 "Montserrat", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	border: 0.125rem solid #ED393C;
	background-color: #ED393C;
	color: #333;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.label-control {
	position: absolute;
	top: 0.87rem;
	left: 1.375rem;
	color: #555;
	opacity: 1;
	font: 400 0.875rem/1.375rem "Montserrat", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 700;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 1.0625rem;
	padding-bottom: 0.0625rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #555;
	font: 400 0.875rem/1.875rem "Montserrat", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 1.25rem;
	padding-left: 1.3125rem;
	border: 1px solid #c4d8dc;
	border-radius: 0.25rem;
	background-color: #fff;
	color: #555;
	font: 400 0.875rem/1.75rem "Montserrat", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 1px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 1px solid #a1a1a1;
}

.checkbox {
	font-size: 0.75rem;
	line-height: 1.25rem;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 100%;
	height: 3.125rem;
	border: 0.125rem solid #ED393C;
	border-radius: 1.5rem;
	background-color: #ED393C;
	color: #333;
	font: 600 0.875rem/0 "Montserrat", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	border: 0.125rem solid #333;
	background-color: transparent;
	color: #333;
}

/* Form Success And Error Message Formatting */
#rmsgSubmit.h3.text-center.tada.animated,
#nmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#rmsgSubmit.h3.text-center,
#nmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
	display: block;
	margin-bottom: 0;
	color: #333;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1rem;
}

.help-block.with-errors .list-unstyled {
	font-size: 0.75rem;
	line-height: 1.125rem;
	text-align: left;
}
.txt-prg strong {
    font-family: 'TrueBoldSpecial';
    font-weight: normal;
	
}
.txt-prg .axse {
text-decoration: underline;
}
.help-block.with-errors ul {
	margin-bottom: 0;
}
/* end of form success and error message formatting */

/* Form Success And Error Message Animation - Animate.css */

@keyframes slide-in {
    from {
      transform: translateX(-100%);
      opacity: 0.25;
    }
    to {
      transform: translateX(0%);
      opacity: 1;
    }
  }

  .box {
    animation: slide-in 2000ms;
    animation-timing-function: linear;
  }


  .box {
	
	transform: translateX(100%);
	transition: transform 1.4s ease;
  }
  
  .box:nth-of-type(even) {
	transform: translateX(-100%);
  }
  .box.show {
	transform: translateX(0);
  }
  

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* end of form success and error message animation - Animate.css */

/* Fade-move Animation For Details Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	-ms-transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	-ms-transform: translateY(0) perspective(37.5rem) rotateX(0); 
	transform: translateY(0) perspective(37.5rem) rotateX(0); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	-ms-transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg); 
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for details lightbox - magnific popup */

/* Fade Animation For Image Lightbox - Magnific Popup */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for details lightbox - magnific popup */


/*************************/
/*     02. Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ffffff;
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 3.75rem;
	height: 1.25rem;
	margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ 
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #ED393C;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**************************/
/*     03. Navigation     */
/**************************/
.navbar-custom {
	background-color: #fff;
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.04);
	font: 600 0.875rem/0.875rem "kanit", sans-serif;
	transition: all 0.2s;
}

.navbar-custom .navbar-brand.logo-image img {
    width: 5.5625rem;
	height: 1.875rem;
}

.navbar-custom .navbar-brand.logo-text {
	font: italic 600 2rem/1.5rem "Montserrat", sans-serif;
	color: #ED393C;
	text-decoration: none;
}

.navbar-custom .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-link {
	padding: 0.625rem 0.75rem;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item .nav-link.active {
	color: #ED393C;
}

.navbar-custom .nav-item .nav-linka {
	padding: 0.625rem 0.75rem;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar-custom .navbar-nava {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-linka:hover,
.navbar-custom .nav-item .nav-linka.active {
	color: #ED393C;
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus */
	outline: 0;
}

.navbar-custom .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0.25rem;
	background-color: #fff;
}

.navbar-custom .dropdown-item {
	color: #333;
	text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
	background-color: #fff;
}

.navbar-custom .dropdown-item .item-text {
	font: 600 0.875rem/0.875rem "kanit", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
	color: #ED393C;
}

.navbar-custom .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.75rem auto 0.725rem auto;
	border: none;
	background-color: #c4d8dc;
	opacity: 0.2;
}
/* end of dropdown menu */

.navbar-custom .social-icons {
	display: none;
}

.navbar-custom .navbar-toggler {
	padding: 0;
	border: none;
	color: #333;
	font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
	display: inline-block;
	margin-right: 0.125rem;
}


/*********************/
/*    04. Header     */
/*********************/
.header {
	position: relative;
	padding-top: 8rem;
	padding-bottom: 3rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Background-header.png')  center center no-repeat;
	background-size: cover;
	text-align: center;
}

video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#fashion{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}


.header .countdown {
	margin-bottom: 0.5rem;
	color: #fff;
	text-align: center;
}

.header .countdown #clock .counter-number {
	display: inline-block;
	width: 6.5rem;
	height: 6.5rem;
	margin-right: 0.5rem;
	margin-bottom: 1.25rem;
	margin-left: 0.5rem;
	padding-top: 2rem;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	font-weight: 400;
	font-size: 2.25rem;
	line-height: 1.25rem;
	text-align: center;
}

.header .countdown #clock .counter-number .timer-text {
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
}

.header h1 {
	margin-bottom: 0.75rem;
	color: #eee;
}

.header .h1TH {
	font: 600 2.125rem/2.75rem "kanit", sans-serif;
	margin-bottom: 0.75rem;
	color: #eee;
}

.header .p-large {
	margin-bottom: 1.75rem;
	color: #ddd;
}

.header .p-largeTH {
	margin-bottom: 1.75rem;
	color: #ddd;
}

.header .p-largeTop {
	margin-bottom: 1.75rem;
	color: #ddd;
}

.header .btn-solid-lg {
	margin-right: 0.5rem;
	margin-bottom: 1.125rem;
	margin-left: 0.5rem;
}

.header .btn-solid-lg:hover {
	border: 0.125rem solid #ffffff;
	color: #ffffff;
}

.header .btn-outline-lg {
	border: 0.125rem solid #fff;
	color: #fff;
}

.header .btn-outline-lg:hover {
	background-color: #fff;
	color: #333;
}

.header .outer-container {
	position: absolute;
	right: 0;
	bottom: -2rem;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

.header .slider-container {
	position: relative;
}

.header .swiper-container {
	position: static;
	width: 80%;
	border-radius: 0.75rem;
}

.header .swiper-container img {
	border-radius: 0.75rem;
}

.header .swiper-button-prev:focus,
.header .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.header .swiper-button-prev {
	left: 0.25rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.header .swiper-button-next {
	right: 0.25rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}


/****************************/
/*     05. Registration     */
/****************************/
.form-1 {
	padding-top: 6rem;
	padding-bottom: 6.25rem;
	background-color: #ED393C;
	
}

.form-1 h2 {
	margin-bottom: 1.25rem;
}

.form-1 p,
.form-1 .list-unstyled,
.form-1 .help-block,
.form-1 .checkbox,
.form-1 .checkbox a {
	color: #333;
}

.form-1 p {
	margin-bottom: 1.5rem;
}

.form-1 .list-unstyled .fas {
	color: #333;
	font-size: 0.5rem;
	line-height: 1.5rem;
}

.form-1 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.form-1 .form-control-input {
	border: 1px solid #ffedd0;
	background-color: #ffedd0;
}

.form-1 .form-control-input:hover {
	border: 1px solid #fff;
}

.form-1 .form-control-submit-button {
	border: 0.125rem solid #333;
	background-color: transparent;
}

.form-1 .form-control-submit-button:hover {
	border: 0.125rem solid #ffedd0;
	background-color: #ffedd0;
}


/************************/
/*     06. Partners     */
/************************/
.slider-1 {
	padding-top: 3.5rem;
	padding-bottom: 3rem;
	background-color: #ffffff;
	text-align: center;
}

.slider-1 .p-small {
	color: #797fa7;
}

.slider-1 .slider-container {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}


/**************************/
/*     07. Instructor     */
/**************************/
.yodbasic-1 {
	padding-top: 5.00rem;
	padding-bottom: 3.5rem;
	background-color: #ffffff;
}

.yodbasic-1 h2 {
	margin-bottom: 1.25rem;
	text-align: center;
}

.yodbasic-1 img {
	margin-bottom: 0.5rem;
	border-radius: 0rem;
}

.yodbasic-10 {
	padding-top: 5.00rem;
	padding-bottom: 3.5rem;
	background-color: #ffffff;
}

.yodbasic-10 h2 {
	margin-bottom: 1.25rem;
	text-align: center;
}

.yodbasic-10 img {
	margin-bottom: 0.5rem;
	border-radius: 0rem;
}

.yodbasic-10 .container {
    max-width: 1600px;
}

.basic-1 {
	padding-top: 3.75rem;
	padding-bottom: 3.5rem;
	background-color: #ffffff;
}

.basic-1 h2 {
	margin-bottom: 1.25rem;
}

.basic-1 img {
	margin-bottom: 2.5rem;
	border-radius: 0.25rem;
	width: 100%
}




.basic-18 {
	padding-top: 3.75rem;
	padding-bottom: 24rem;
	background-image: url(../images/Bghome11.png);
}

.basic-18 h2 {
	margin-bottom: 1.25rem;
}

.basic-18 img {
	margin-bottom: 2.5rem;
	border-radius: 0.25rem;
	width: 100%
}

.basic-31 {
	padding-top: 3.75rem;
	padding-bottom: 3.5rem;
	background-image: url(../images/Bghome22.png);
}

.basic-31 h2 {
	margin-bottom: 1.25rem;
}





.basic-21 {
	padding-top: 3.75rem;
	padding-bottom: 3.5rem;
	background-image: url(../images/BgNewsNew.png);
}

.basic-21 h2 {
	margin-bottom: 1.25rem;
}

.basic-21 p {
	margin-bottom: 1.25rem;
	color: #ffffff;
}

.basic-21 img {
	margin-bottom: 2.5rem;
	margin-top: 2rem;
	border-radius: 0.25rem;
	width: 100%
}

.basic-91 {
	padding-bottom: 4.5rem;
	background-image: url(../images/bgBusinese2.png);
	background-size: cover;
	background-position: center;
	width: 100%;
}

.basic-91 h2 {
	margin-bottom: 1.25rem;
}

.basic-91 img {
	margin-bottom: 2.5rem;
	border-radius: 0.25rem;
	width: 100%
}




.basic-11 {
	padding-top: 0rem;
	padding-bottom: 3.5rem;
	background-color: #ffffff;
}

.basic-11 h2 {
	margin-bottom: 1.25rem;
}

.basic-11 img {
	margin-bottom: 2.5rem;
	border-radius: 0.25rem;
	width: 100%
}


/***************************/
/*     08. Description     */
/***************************/
.basic-2 {
	padding-top: 3.5rem;
	padding-bottom: 2.75rem;
	background-color: #ffffff;
}

.basic-2 h2 {
	margin-bottom: 3.75rem;
	text-align: center;
}

.basic-2 .li-space-lg li {
	margin-bottom: 1.375rem;
}

.basic-2 .list-unstyled .bullet {
	margin-right: 0.625rem;
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 50%;
	background-color: #ED393C;
	color: #333;
	font-style: normal;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 2rem;
	text-align: center;
}


/************************/
/*     09. Students     */
/************************/
.basic-3 {
	padding-top: 2.75rem;
	padding-bottom: 4rem;
	background-color: #ffffff;
}

.basic-3 .text-container {
	margin-bottom: 3.5rem;
}

.basic-3 .text-container1 {
	margin-bottom: 3.5rem;
}

.basic-3 h2 {
	margin-bottom: 1.25rem;
}

.basic-3 p {
	margin-bottom: 1.375rem;
}

.basic-3 img {
	width: -webkit-fill-available;
	border-radius: 0.25rem;
}



.basich-3 {
	padding-top: 2.75rem;
	padding-bottom: 4rem;
    margin-top: -1050px;
}

.basich-3 .text-container {
	margin-bottom: 3.5rem;
}

.basich-3 .text-container1 {
	margin-bottom: 3.5rem;
}

.basich-3 h2 {
	margin-bottom: 1.25rem;
}

.basich-3 p {
	margin-bottom: 1.375rem;
	color: #ffffff;
}

.basich-3 img {
	width: -webkit-fill-available;
	border-radius: 0.25rem;
}



.basich-44 {
	padding-top: 8rem;
	padding-bottom: 4rem;
    margin-top: -98vh;
}

.basich-44 .text-container {
	margin-bottom: 3.5rem;
}

.basich-44 .text-container1 {
	margin-bottom: 0rem;
}

.basich-44 h2 {
	margin-bottom: 1.25rem;
}
.basich-44 .H41 {
	color: #ffffff;
    
}



.basich-44 h4 {
    color: #ffffff;
    font: 700 1.25rem/1.875rem "Montserrat", sans-serif;
}

.basich-44 p {
	margin-bottom: 1.375rem;
	color: #ffffff;
}

.basich-48 h4 {
    color: #ffffff;
    font: 700 1.25rem/1.875rem "Montserrat", sans-serif;
}

.basich-48 p {
	margin-bottom: 1.375rem;
	color: #ffffff;
}

.basich-44 img {
	border-radius: 0.25rem;
	width: 122px;
}

/********************************/
/*     10. Details Lightbox     */
/********************************/
.lightbox-basic {
	margin: 2.5rem auto;
	padding: 2rem 1.5rem 2rem 1.5rem;
	border-radius: 0.25rem;
	background: #ffffff;
	text-align: left;
}

.lightbox-basic .container {
	padding-right: 0;
	padding-left: 0;
}

.lightbox-basic .image-container {
	max-width: 33.75rem;
	margin-right: auto;
	margin-bottom: 3rem;
	margin-left: auto;
}

.lightbox-basic .image-container img {
	border-radius: 0.25rem;
}

.lightbox-basic h3 {
	margin-bottom: 0.5rem;
}

.lightbox-basic hr {
	width: 2.5rem;
	height: 0.125rem;
	margin-top: 0;
	margin-bottom: 0.875rem;
	margin-left: 0;
	border: 0;
	background-color: #555;
	text-align: left;
}

.lightbox-basic h4 {
	margin-bottom: 1rem;
}

.lightbox-basic .list-unstyled .fas {
	color: #555;
	font-size: 0.5rem;
	line-height: 1.5rem;
}

.lightbox-basic .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.lightbox-basic .btn-outline-reg,
.lightbox-basic .btn-solid-reg {
	margin-top: 0.75rem;
}

/* Signup Button */
.lightbox-basic .btn-solid-reg.mfp-close {
	position: relative;
	width: auto;
	height: auto;
	color: #333;
	opacity: 1;
}

.lightbox-basic .btn-solid-reg.mfp-close:hover {
	color: #333;
}




.lightbox-basic .btn-outline-reg,
.lightbox-basic .btn-solid-regX {
	margin-top: 0.75rem;
}

/* Signup Button */
.lightbox-basic .btn-solid-regX.mfp-close {
	position: relative;
	width: auto;
	height: auto;
	color: #333;
	opacity: 1;
}

.lightbox-basic .btn-solid-regX.mfp-close:hover {
	color: #333;
}








.lightbox-basic .btn-outline-reg,
.lightbox-basic .btn-solid-rega {
	margin-top: 0.75rem;
}

/* Signup Button */
.lightbox-basic .btn-solid-rega.mfp-close {
	position: relative;
	width: auto;
	height: auto;
	color: #333;
	opacity: 1;
}

.lightbox-basic .btn-solid-rega.mfp-close:hover {
	color: #333;
}
/* end of signup Button */

/* Back Button */
.lightbox-basic a.mfp-close.as-button {
	position: relative;
	width: auto;
	height: auto;
	margin-left: 0.375rem;
	color: #333;
	opacity: 1;
}

.lightbox-basic a.mfp-close.as-button:hover {
	color: #333;
}
/* end of back button */

.lightbox-basic button.mfp-close.x-button {
	position: absolute;
	top: -0.125rem;
	right: -0.125rem;
	width: 2.75rem;
	height: 2.75rem;
	color: #707984;
}

.newscl {
    font: 700 1rem/1.875rem "Montserrat", sans-serif;
    color: #ED393C;
}


.BGDropdown {
    width: 100%;
    height: 4rem;
    margin-right: auto;
    /* margin-bottom: 1rem; */
    position: absolute;
    margin-left: auto;
    border: none;
    margin-top: -12rem;
    padding: 0rem 0rem 0rem 2rem;
    text-align: left;
    box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.BGDropdown:hover {
    box-shadow: 0px 5px 18px rgba(255, 0, 0, 0.14);
}



.product11 {
	text-align: center;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1rem;
}

.product55 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1rem;
}

.product58 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1rem;
}


.product22 {
	text-align: center;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1rem;
}
.product33 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	padding: 1rem;
}

.product88 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	padding: 0rem;
}

.product44 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	padding: 1rem 1rem 5rem 1rem;
}

.product77 {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;

}

.product99 {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;

}

.product10 {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;

}

.product66 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	padding: 1rem;
	margin-top: 2rem;
}
/*********************/
/*     11. Video     */
/*********************/
.basic-4 {
	padding-top: 4rem;
	padding-bottom: 3rem;
	background-color: #ffffff;
}

.basic-4 h2 {
	margin-bottom: 2.75rem;
	text-align: center;
}

.basic-4 .image-container {
	margin-bottom: 2rem;
}

.basic-4 .image-container img {
	border-radius: 0.75rem;
}

.basic-4 .video-wrapper {
	position: relative;
}

/* Video Play Button */
.basic-4 .video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	display: block;
	box-sizing: content-box;
	width: 2rem;
	height: 2.75rem;
	padding: 1.125rem 1.25rem 1.125rem 1.75rem;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-4 .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 50%;
	background: #ED393C;
	animation: pulse-border 1500ms ease-out infinite;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-4 .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.375rem;
	height: 4.375rem;
	border-radius: 50%;
	background: #ED393C;
	transition: all 200ms;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-4 .video-play-button span {
	position: relative;
	display: block;
	z-index: 3;
	top: 0.375rem;
	left: 0.25rem;
	width: 0;
	height: 0;
	border-left: 1.625rem solid #fff;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
}
  






.basic-62 {
	padding-top: 4rem;
	padding-bottom: 3rem;

}

.basic-62 h2 {
	margin-bottom: 2.75rem;
	text-align: center;
}

.basic-62 .image-container {
	margin-bottom: 2rem;
}

.basic-62 .image-container img {
	border-radius: 0.75rem;
}

.basic-62 .video-wrapper {
	position: relative;
}

/* Video Play Button */
.basic-62 .video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	display: block;
	box-sizing: content-box;
	width: 2rem;
	height: 2.75rem;
	padding: 1.125rem 1.25rem 1.125rem 1.75rem;
	border-radius: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-62 .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.75rem;
	height: 4.75rem;
	border-radius: 50%;
	background: #ED393C;
	animation: pulse-border 1500ms ease-out infinite;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-62 .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: 4.375rem;
	height: 4.375rem;
	border-radius: 50%;
	background: #ED393C;
	transition: all 200ms;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
  
.basic-62 .video-play-button span {
	position: relative;
	display: block;
	z-index: 3;
	top: 0.375rem;
	left: 0.25rem;
	width: 0;
	height: 0;
	border-left: 1.625rem solid #fff;
	border-top: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
}




@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
/* end of video play button */


/*************************/
/*     12. Takeaways     */
/*************************/
.cards {
	padding-top: 3rem;
	padding-bottom: 2rem;
	background-color: #ffffff;
}


.cards h2 {
	margin-bottom: 4rem;
	text-align: center;
}

.cards .h25 {
	margin-bottom: 0rem;
	text-align: center;
}

.cards p {
	text-align: center;
	color: #ED393C;
    font: 700 1rem/1.625rem "Montserrat", sans-serif;
}

.cardsli .boxcs {
	border: none;
	background-color: #464646;
	/* padding: 1rem; */
	height: 3.5rem;
	margin-top: -3.5rem;
	margin-bottom: 1rem;
	border-radius: 0.2rem;
	/* box-shadow: 0px 5px 18px rgb(0 0 0 / 14%); */
}

.cardslisa .boxcsbt {
	border: none;
	background-color: #ED393C;
	margin-inline-start: auto;
	
	width: auto;
	margin-bottom: 0rem;
	border-radius: 8px;
	box-shadow: 0px 5px 8px rgb(0 0 0 / 14%);
	transition: all 0.3s;
	text-align: center;
	display: flow;
}

.cardslisa .boxcsbt:hover {
    border: none;
	background-color: #e30004;
	margin-inline-start: auto;
	
	width: auto;
	margin-bottom: 0rem;
	border-radius: 8px;
	box-shadow: 0px 5px 8px rgb(0 0 0 / 14%);
	transition: all 0.3s;
	text-align: center;
	display: flow;
}






.cardsli .boxcsbt {
    border: none;
    background-color: #ED393C;
    /* padding: 1rem; */
    height: 3rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    border-radius: 0.2rem;
    box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
	transition: all 0.3s;
	text-decoration: none;
	color: #fff;
    font: 700 1.25rem/3rem "Montserrat", sans-serif;
    text-align: center;
}

.cardsli .boxcsbt:hover {
    border: none;
    background-color: #ED393C;
    /* padding: 1rem; */
    height: 3rem;
	margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    border-radius: 0.2rem;
    box-shadow: 0px 5px 18px rgb(0 0 0 / 30%);
	transition: all 0.3s;
	text-decoration: none;

	color: #fff;
    font: 700 1.25rem/3rem "Montserrat", sans-serif;
    text-align: center;
}

.cardsli .boh3 {
    color: #fff;
    font: 700 1.625rem/3.5rem "Montserrat", sans-serif;
    text-align: center;
	text-decoration: none;
}



.cardsli {
	padding-top: 3rem;
	padding-bottom: 2rem;
	background-color: #ffffff;
}


.cardsli h2 {
	margin-bottom: 4rem;
	text-align: center;
}

.cardsli .h25 {
	margin-bottom: 0rem;
	text-align: center;
}

.cardsli p {
	text-align: center;
	color: #ED393C;
    font: 700 1rem/1.625rem "Montserrat", sans-serif;
}




.cardscus {
	padding-top: 3rem;
	padding-bottom: 2rem;
	background-color: #ffffff;
}


.cardscus h2 {
	margin-bottom: 4rem;
	text-align: center;
}

.cardscus p {
	text-align: center;
}


.cards .card {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	border: none;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cards .bgss1
 {
	background: url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cards .bgss1:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;

	transition: all 0.2s;
	height: -webkit-fill-available;
}

.cards .bgss2
 {
	background: url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cards .bgss2:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.cards .bgss3
 {
	background: url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cards .bgss3:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.cards .card:hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	transition: .3s all ease;
}
.cards .card:nth-child(3n+2):hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	transition: .3s all ease;
}

.cards .card-image {
	
	height: 13rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}






.cardsli .card {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	border: none;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}



.cardsli .bgss1
 {
	background: url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsli .bgss1:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;

	transition: all 0.2s;
	height: -webkit-fill-available;
}

.cardsli .bgss2
 {
	background: url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsli .bgss2:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.cardsli .bgss3
 {
	background: url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsli .bgss3:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.cardsli .card:hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	transition: .3s all ease;
}
.cardsli .card:nth-child(3n+2):hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	transition: .3s all ease;
}

.cardsli .card-image {
	
	height: 13rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}


.topmargin{
	margin-top: -100px;
}




.card1sebu {
	padding-top: 3rem;
	padding-bottom: 2rem;
	
}

.card1sebu .Bgtop {
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 8px 16px 0px rgba(223, 15, 18, 0.10);
	padding: 16px 24px 8px;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
	scrollbar-width: none; /* for Firefox */
	overflow-x: scroll; 
}


.card1sebu .Bgtop::-webkit-scrollbar {
	margin: -80px;
	height: 8px;
}

  /* Track */
.card1sebu .Bgtop::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgb(255, 255, 255); 
	border-radius: 10px;
}

  /* Handle */
.card1sebu .Bgtop::-webkit-scrollbar-thumb {
	background: rgb(116, 116, 116); 
	border-radius: 10px;
}

  /* Handle on hover */
.card1sebu .Bgtop::-webkit-scrollbar-thumb:hover {
	background: #4e4e4e; 
}



.card1sebu h2 {
	margin-bottom: 4rem;
	text-align: center;
}

.card1sebu p {
	text-align: center;
	color: #ED393C;
    font: 700 1rem/1.625rem "kanit", sans-serif;
}


.card1sebu .card {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	border: none;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.card1sebu .bgss1
 {
	background: url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.card1sebu .bgss1:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;

	transition: all 0.2s;
	height: -webkit-fill-available;
}

.card1sebu .bgss2
 {
	background: url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.card1sebu .bgss2:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.card1sebu .bgss3
 {
	background: url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.card1sebu .bgss3:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.card1sebu .card:hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	transition: .3s all ease;
}
.card1sebu .card:nth-child(3n+2):hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	transition: .3s all ease;
}

.card1sebu .card-image {
	
	height: 13rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}
.card1sebu .fas,
.card1sebu .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}


.card1sebu .card-body {
	padding: 18rem 1rem 1rem 1rem;
}

.card1sebu .card-bodypeo {
	padding: 2rem 1rem 1rem 1rem;
}
.card1sebu .card-body1 {
	padding: 0;
}
.card1sebu .card-title {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 700 1.25rem/1.875rem "kanit", sans-serif;
}

.card1sebu .card-title:hover {
	margin-bottom: 0.5rem;
	color: #ED393C;
    font: 700 1.25rem/1.875rem "kanit", sans-serif;
}

.card1sebu a{
	text-decoration: none;
}
.card1sebu .card1 {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	padding: 2rem 1.625rem 1.75rem 1.625rem;
	border: none;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.card1sebu .card1-image {
	width: 15rem;
	height: 15rem;
	padding: 1rem 0rem 0rem 0rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.card1sebu .card1-imageaa {
	width: 14rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.card1sebu .fas,
.card1sebu .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}

.card1sebu .card1-body {
	padding: 0;
}
.card1sebu .card1-body1 {
	padding: 0;
}
.card1sebu .card1-title {
	margin-bottom: 0.5rem;
}


























.cardsebu {
	padding-top: 3rem;
	padding-bottom: 2rem;
	background-color: #ffffff;
}


.cardsebu h2 {
	margin-bottom: 4rem;
	text-align: center;
}

.cardsebu p {
	text-align: center;
	color: #ED393C;
    font: 700 1rem/1.625rem "kanit", sans-serif;
}


.cardsebu .card {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	border: none;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cardsebu .bgss1
 {
	background: url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsebu .bgss1:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;

	transition: all 0.2s;
	height: -webkit-fill-available;
}

.cardsebu .bgss2
 {
	background: url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsebu .bgss2:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.cardsebu .bgss3
 {
	background: url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsebu .bgss3:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.cardsebu .card:hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	transition: .3s all ease;
}
.cardsebu .card:nth-child(3n+2):hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	transition: .3s all ease;
}

.cardsebu .card-image {
	
	height: 13rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}
.cardsebu .fas,
.cardsebu .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}


.cardsebu .card-body {
	padding: 18rem 1rem 1rem 1rem;
}

.cardsebu .card-bodypeo {
	padding: 2rem 1rem 1rem 1rem;
}
.cardsebu .card-body1 {
	padding: 0;
}
.cardsebu .card-title {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 700 1.25rem/1.875rem "kanit", sans-serif;
}

.cardsebu .card-title:hover {
	margin-bottom: 0.5rem;
	color: #ED393C;
    font: 700 1.25rem/1.875rem "kanit", sans-serif;
}

.cardsebu a{
	text-decoration: none;
}
.cardsebu .card1 {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	padding: 2rem 1.625rem 1.75rem 1.625rem;
	border: none;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cardsebu .card1-image {
	width: 15rem;
	height: 15rem;
	padding: 1rem 0rem 0rem 0rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cardsebu .card1-imageaa {
	width: 14rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cardsebu .fas,
.cardsebu .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}

.cardsebu .card1-body {
	padding: 0;
}
.cardsebu .card1-body1 {
	padding: 0;
}
.cardsebu .card1-title {
	margin-bottom: 0.5rem;
}





.cardsebul {
	padding-top: 3rem;
	padding-bottom: 2rem;
	background-color: #ffffff;
}


.cardsebul h2 {
	margin-bottom: 4rem;
	text-align: center;
}

.cardsebul p {
	text-align: center;
	color: #ED393C;
    font: 700 1rem/1.625rem "Montserrat", sans-serif;
}


.cardsebul .card {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	border: none;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cardsebul .bgss1
 {
	background: url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsebul .bgss1:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;

	transition: all 0.2s;
	height: -webkit-fill-available;
}

.cardsebul .bgss2
 {
	background: url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsebul .bgss2:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.cardsebul .bgss3
 {
	background: url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsebul .bgss3:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}




.cardsebul .card-image {
	
	height: 13rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}
.cardsebul .fas,
.cardsebul .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}

.cardsebul .card-body {
	padding: 18rem 1rem 1rem 1rem;
}

.cardsebul .card-bodypeo {
	padding: 2rem 1rem 1rem 1rem;
}
.cardsebul .card-body1 {
	padding: 0;
}
.cardsebul .card-title {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 700 1.25rem/1.875rem "kanit", sans-serif;
}

.cardsebul .card-titlel {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 500 1rem/1.25rem "Montserrat", sans-serif;
}


.cardsebul a{
	text-decoration: none;
}
.cardsebul .card1 {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	padding: 2rem 1.625rem 1.75rem 1.625rem;
	border: none;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cardsebul .card1-image {
	width: 15rem;
	height: 15rem;
	padding: 1rem 0rem 0rem 0rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cardsebul .card1-imageaa {
	width: 14rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cardsebul .fas,
.cardsebul .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}

.cardsebul .card1-body {
	padding: 0;
}
.cardsebul .card1-body1 {
	padding: 0;
}
.cardsebul .card1-title {
	margin-bottom: 0.5rem;
}








.cardsEmployee {
	padding-top: 3rem;
	padding-bottom: 6rem;
	background-color: #ffffff;
}


.cardsEmployee h2 {
	margin-bottom: 4rem;
	text-align: center;
}

.cardsEmployee p {
	text-align: center;
	color: #ED393C;
    font: 700 1rem/1.625rem "Montserrat", sans-serif;
}


.cardsEmployee .card {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 1rem;
	margin-left: auto;
	border: none;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cardsEmployee .bgss1
 {
	background: url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsEmployee .bgss1:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	transition: all 0.2s;
	height: -webkit-fill-available;
}

.cardsEmployee .bgss2
 {
	background: url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsEmployee .bgss2:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.cardsEmployee .bgss3
 {
	background: url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardsEmployee .bgss3:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}




.cardsEmployee .card-image {
	
	height: 13rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}
.cardsEmployee .fas,
.cardsEmployee .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}

.cardsEmployee .card-body {
	padding: 18rem 1rem 1rem 1rem;
}

.cardsEmployee .card-bodypeo {
	padding: 2rem 1rem 1rem 1rem;
}
.cardsEmployee .card-body1 {
	padding: 0;
}
.cardsEmployee .card-title {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 700 1rem "Montserrat", sans-serif;
}

.cardsEmployee .card-titlel {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 500 1rem/1.25rem "Montserrat", sans-serif;
}

.cardsEmployee .card-titleaa {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 700 1rem "kanit", sans-serif;
}

.cardsEmployee .card-titlelaa {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 500 1rem/1.25rem "kanit", sans-serif;
}


.cardsEmployee a{
	text-decoration: none;
}
.cardsEmployee .card1 {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	padding: 2rem 1.625rem 1.75rem 1.625rem;
	border: none;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cardsEmployee .card1-image {
	width: 15rem;
	height: 10rem;
	padding: 1rem 0rem 0rem 0rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
}

.cardsEmployee .card1-imageaa {
	width: 14rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
}

.cardsEmployee .fas,
.cardsEmployee .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}

.cardsEmployee .card1-body {
	padding: 0;
}
.cardsEmployee .card1-body1 {
	padding: 0;
}
.cardsEmployee .card1-title {
	margin-bottom: 0.5rem;
}





.cardcareer {
	padding-top: 3rem;
	padding-bottom: 2rem;
	
}


.cardcareer h2 {
	margin-top: 2rem;
	margin-bottom: 4rem;
	text-align: center;
}

.cardcareer p {
	text-align: center;
	color: #ED393C;
    font: 700 2rem/3rem "Montserrat", sans-serif;
}


.cardcareer .card {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	border: none;
	text-align: center;
	
    border-radius: 10px;
}

.cardcareer .bgss1
 {
	background: url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardcareer .bgss1:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 364.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;

	transition: all 0.2s;
	height: -webkit-fill-available;
}

.cardcareer .bgss2
 {
	background: url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardcareer .bgss2:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 365.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}

.cardcareer .bgss3
 {
	background: url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	height: -webkit-fill-available;
}
.cardcareer .bgss3:hover
 {
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/Rectangle 366.png')  center center no-repeat;
	border-radius: 10px;
	transition: .3s all ease;
	height: -webkit-fill-available;
}




.cardcareer .card-image {
	
	height: 13rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;

}
.cardcareer .fas,
.cardcareer .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}

.cardcareer .card-body {
	padding: 18rem 1rem 1rem 1rem;
}

.cardcareer .card-bodypeo {
	padding: 2rem 1rem 1rem 1rem;
}
.cardcareer .card-body1 {
	padding: 0;
}
.cardcareer .card-title {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 700 1.25rem/1.875rem "Montserrat", sans-serif;
}

.cardcareer .card-titlel {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 500 1rem/1.25rem "Montserrat", sans-serif;
}

.cardcareer .card-titleaa {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 700 1.25rem/1.875rem "kanit", sans-serif;
}

.cardcareer .card-titlelaa {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 500 1rem/1.25rem "kanit", sans-serif;
}


.cardcareer a{
	text-decoration: none;
}
.cardcareer .card1 {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	padding: 2rem 1.625rem 1.75rem 1.625rem;
	border: none;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cardcareer .card1-image {
	width: 15rem;
	height: 15rem;
	padding: 1rem 0rem 0rem 0rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cardcareer .card1-imageaa {
	width: 14rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cardcareer .fas,
.cardcareer .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}

.cardcareer .card1-body {
	padding: 0;
}
.cardcareer .card1-body1 {
	padding: 0;
}
.cardcareer .card1-title {
	margin-bottom: 0.5rem;
}






.cardscus h4 {
	color: #333;
	font: 700 1.25rem/1.5rem "Montserrat", sans-serif;
}
.cardscus h4:hover {
	color: #D0262B;
	font: 700 1.25rem/1.5rem "Montserrat", sans-serif;
}

.cardscus a{
	
	text-decoration: none;
    transition: all 0.2s ease;
}


.cardscus .cardcus {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	padding: 3rem 1.625rem 1.75rem 1.625rem;
	border: none;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}
.cardscus .cardcus:hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	transition: .3s all ease;
}
.cardscus .cardcus:hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	transition: .3s all ease;
}

.cardscus .cardcus-image {
	
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}



.yodcards .card {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	padding: 0rem 0rem 1.75rem 0rem;
	border: none;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.10);
}

.yodcards .card:hover {
	box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.25);
	transition: .3s all ease;
}

.yodcards h4 {
    color: #333;
    padding: 0.0rem 1.5rem 0.0rem 1.5rem;
    font: 700 1.25rem/1.875rem "kanit", sans-serif;
}

.yodcards .ptop {
    color: #ED393C;
    padding: 0rem;
    font: 700 0.75rem/1.875rem "Montserrat", sans-serif;
}

.yodcards .card-image {
	width: 6rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cards .fas,
.cards .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}



.cards .card-body {
	padding: 18rem 1rem 1rem 1rem;
}

.cards .card-bodypeo {
	padding: 2rem 1rem 1rem 1rem;
}
.cards .card-body1 {
	padding: 0;
}
.cards .card-title {
	margin-bottom: 0.5rem;
	color: #333333;
    font: 700 1rem/1rem "Montserrat", sans-serif;
}

.cards .card-title:hover {
	margin-bottom: 0.5rem;
	color: #ED393C;
    font: 700 1rem/1rem "Montserrat", sans-serif;
}




.cards a{
	text-decoration: none;
}

.cards .a1{
	text-decoration: none;
}


.cardscus .fas,
.cardscus .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}


.yodcards .card-body {
	padding: 0;
}
.yodcards .card-body1 {
	padding: 0;
}
.yodcards .card-title {
	margin-bottom: 0.5rem;

}





.cards .fas,
.cards .far {
	color: #ED393C;
	font-size: 3rem;
	line-height: 6rem;
}

.cardsli .fas,
.cardsli .far {
	color: #ED393C;
	font-size: 1rem; 
	line-height: 2rem; 
	padding: 0rem 1rem 0rem 0rem;

}

.cards .card1 {
	max-width: 21rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	padding: 2rem 1.625rem 1.75rem 1.625rem;
	border: none;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cards .card1-image {
	width: 15rem;
	height: 15rem;
	padding: 1rem 0rem 0rem 0rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cards .card1-imageaa {
	width: 14rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cards .card11 {
	margin-right: auto;
	margin-left: auto;
	display: contents;
	padding: 2rem 1.625rem 1.75rem 1.625rem;
	border: none;
    border-radius: 10px;
}

.cards .card11-image {
	width: 15rem;
	height: 15rem;
	padding: 1rem 0rem 0rem 0rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;

}

.cards .card11-imageaa {
	width: 14rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
}


.cards .card1-body {
	padding: 0;
}
.cards .card1-body1 {
	padding: 0;
}
.cards .card1-title {
	margin-bottom: 0.5rem;
}


.cards .card11-body {
	padding: 0;
}
.cards .card11-body1 {
	padding: 0;
}
.cards .card11-title {
	margin-bottom: 0.5rem;
}





.cardslisa .card1 {
	max-width: 45rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	padding: 2rem 1.625rem 1.75rem 1.625rem;
	border: none;
	background-color: #fff;
	text-align: left;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cardslisa .card1-image {
	width: 15rem;
	height: 15rem;
	padding: 1rem 0rem 0rem 0rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cardslisa .card1-imageaa {
	width: 14rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}










.cardsli .card1 {
	max-width: 45rem;
	margin-right: auto;
	margin-bottom: 4rem;
	margin-left: auto;
	padding: 2rem 1.625rem 1.75rem 1.625rem;
	border: none;
	background-color: #fff;
	text-align: left;
	box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
}

.cardsli .card1-image {
	width: 15rem;
	height: 15rem;
	padding: 1rem 0rem 0rem 0rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}

.cardsli .card1-imageaa {
	width: 14rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
	background-color: #ffffff;
}



.cardsli .card11 {
	margin-right: auto;
	margin-left: auto;
	display: contents;
	padding: 2rem 1.625rem 1.75rem 1.625rem;
	border: none;
    border-radius: 10px;
}

.cardsli .card11-image {
	width: 15rem;
	height: 15rem;
	padding: 1rem 0rem 0rem 0rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;

}

.cardsli .card11-imageaa {
	width: 14rem;
	height: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
	border-radius: 50%;
}




.cardslisa .card1-body {
	padding: 0;
}
.cardslisa .card1-body1 {
	padding: 0;
}
.cardslisa .card1-title {
	margin-bottom: 0.5rem;
}


.cardslisa .card11-body {
	padding: 0;
}
.cardslisa .card11-body1 {
	padding: 0;
}
.cardslisa .card11-title {
	margin-bottom: 0.5rem;
}








.cardsli .card1-body {
	padding: 0;
}
.cardsli .card1-body1 {
	padding: 0;
}
.cardsli .card1-title {
	margin-bottom: 0.5rem;
}


.cardsli .card11-body {
	padding: 0;
}
.cardsli .card11-body1 {
	padding: 0;
}
.cardsli .card11-title {
	margin-bottom: 0.5rem;
}
/****************************/
/*     13. Testimonials     */
/****************************/
.slider-2 {
	padding-top: 2.5rem;
	padding-bottom: 4rem;
	background-color: #ffffff;
}

.slider-2 h3 {
	margin-bottom: 3.75rem;
	text-align: center;
}

.slider-2 .slider-container {
	position: relative;
}

.slider-2 .swiper-container {
	position: static;
	width: 88%;
	text-align: center;
}

.slider-2 .image-wrapper {
	width: 6rem;
	margin-right: auto;
	margin-bottom: 1.5rem;
	margin-left: auto;
}

.slider-2 .image-wrapper img {
	border-radius: 0.25rem;
}

.slider-2 .testimonial-text {
	margin-bottom: 0.5rem;
}

.slider-2 .testimonial-author {
	color: #333;
}

.slider-2 .swiper-button-prev,
.slider-2 .swiper-button-next {
	width: 1.125rem;
}

.slider-2 .swiper-button-prev:focus,
.slider-2 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-2 .swiper-button-prev {
	left: -0.5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23505c67'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}

.slider-2 .swiper-button-next {
	right: -0.5rem;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23505c67'%2F%3E%3C%2Fsvg%3E");
	background-size: 1.125rem 1.75rem;
}


/********************/
/*     14. Date     */
/********************/
.basic-5 {
	background-color: #ffffff;
}

.basic-5 .text-container {
	padding-top: 6rem;
	padding-bottom: 6.125rem;
	border-radius: 0.75rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/date-background.jpg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.basic-5 h2 {
	width: 90%;
	margin-right: auto;
	margin-bottom: 2rem;
	margin-left: auto;
	color: #eee;
}

.basic-5 p {
	width: 88%;
	margin-right: auto;
	margin-bottom: 1.75rem;
	margin-left: auto;
	color: #ddd;
}

.basic-5 .btn-solid-lg:hover {
	border: 0.125rem solid #fff;
	color: #fff;
}


/**************************/
/*     15. Newsletter     */
/**************************/
.form-2 {
	padding-top: 8.125rem;
	padding-bottom: 5.75rem;
	background-color: #ffffff;
}

.form-2 h3 {
	margin-bottom: 3.25rem;
	text-align: center;
}

.form-2 form {
	margin-bottom: 3rem;
}

.form-2 .icon-container {
	text-align: center;
}

.form-2 .fa-stack {
	width: 2em;
	margin-bottom: 0.75rem;
	margin-right: 0.375rem;
	font-size: 1.5rem;
}

.form-2 .fa-stack .fa-stack-1x {
    color: #333;
	transition: all 0.2s ease;
}

.form-2 .fa-stack .fa-stack-2x {
	color: #ED393C;
	transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .fa-stack-1x {
	color: #ED393C;
}

.form-2 .fa-stack:hover .fa-stack-2x {
    color: #333;
}


/***********************/
/*     16. Contact     */
/***********************/
.form-3 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #D0262B;
}

.form-3 .text-container {
	margin-bottom: 0rem;
}

.form-3 h2 {
	margin-bottom: 2.125rem;
}

.form-3 p {
	color: #333;
	margin-bottom: 2rem;
}

.form-3 h3 {
	margin-bottom: 0.25rem;
}

.form-3 .list-unstyled,
.form-3 .list-unstyled a {
	color: #333;
}


.form-3 .list-unstyled .fas {
	color: rgb(255, 255, 255);
	font-size: 1rem;
	line-height: 1.625rem;
}

.form-3 .list-unstyled .media-body 
{
	margin-left: 0.75rem;
}

.form-3 .list-unstyled .yoddoy,
.form-3 .list-unstyled .yoddoy a{
	margin-left: 0.75rem;
	color: rgb(255, 255, 255);
}

.form-3 .list-unstyled .media-body .fas.fa-globe {
	margin-left: 1.125rem;
	margin-right: 0.75rem;
}

.form-3 .form-control-input,
.form-3 .form-control-textarea {
	border: 1px solid #ffedd0;
	background-color: #ffedd0;
}

.form-3 .form-control-input:hover,
.form-3 .form-control-textarea:hover {
	border: 1px solid #fff;
}

.form-3 .help-block,
.form-3 .checkbox,
.form-3 .checkbox a {
	color: #333;
}

.form-3 .form-control-submit-button {
	border: 0.125rem solid #333;
	background-color: transparent;
}

.form-3 .form-control-submit-button:hover {
	border: 0.125rem solid #ffedd0;
	background-color: #ffedd0;
}







.form-5 {
	padding: 2rem 2rem 2rem 2rem;
	
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Background-header.png') center center no-repeat;
}

.form-5 .text-container {
	margin-bottom: 0rem;
}

.form-5 h2 {
	margin-bottom: 1.125rem;
}

.form-5 p {
	color: #333;
	margin-bottom: 2rem;
}

.form-5 h3 {
	margin-bottom: 1rem;
}

.form-5 .list-unstyled,
.form-5 .list-unstyled a {
	color: #333;
}


.form-5 .list-unstyled .fas {
	color: rgb(255, 255, 255);
	font-size: 1rem;
	line-height: 1.625rem;
}

.form-5 .list-unstyled .media-body 
{
	margin-left: 0.75rem;
}

.form-5 .list-unstyled .yoddoy,
.form-5 .list-unstyled .yoddoy a{
	margin-left: 0.75rem;
	color: rgb(255, 255, 255);
}

.form-5 .list-unstyled .media-body .fas.fa-globe {
	margin-left: 1.125rem;
	margin-right: 0.75rem;
}

.form-5 .form-control-input,
.form-5 .form-control-textarea {
	border: 1px solid #ffedd0;
	background-color: #ffedd0;
}

.form-5 .form-control-input:hover,
.form-5 .form-control-textarea:hover {
	border: 1px solid #fff;
}

.form-5 .help-block,
.form-5 .checkbox,
.form-5 .checkbox a {
	color: #333;
}

.form-5 .form-control-submit-button {
	border: 0.125rem solid #333;
	background-color: transparent;
}

.form-5 .form-control-submit-button:hover {
	border: 0.125rem solid #ffedd0;
	background-color: #ffedd0;
}





.form-6 {
	padding: 2rem 2rem 2rem 2rem;
	margin-top: 2rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Rectangle 111.png') center center no-repeat;
}

.form-6 .text-container {
	margin-bottom: 0rem;
}

.form-6 h2 {
	margin-bottom: 1.125rem;
}

.form-6 p {
	color: #333;
	margin-bottom: 2rem;
}

.form-6 h3 {
	margin-bottom: 1rem;
}

.form-6 .list-unstyled,
.form-6 .list-unstyled a {
	color: #333;
}


.form-6 .list-unstyled .fas {
	color: rgb(255, 255, 255);
	font-size: 1rem;
	line-height: 1.625rem;
}

.form-6 .list-unstyled .media-body 
{
	margin-left: 0.75rem;
}

.form-6 .list-unstyled .yoddoy,
.form-6 .list-unstyled .yoddoy a{
	margin-left: 0.75rem;
	color: rgb(255, 255, 255);
}

.form-6 .list-unstyled .media-body .fas.fa-globe {
	margin-left: 1.125rem;
	margin-right: 0.75rem;
}

.form-6 .form-control-input,
.form-6 .form-control-textarea {
	border: 1px solid #ffedd0;
	background-color: #ffedd0;
}

.form-6 .form-control-input:hover,
.form-6 .form-control-textarea:hover {
	border: 1px solid #fff;
}

.form-6 .help-block,
.form-6 .checkbox,
.form-6 .checkbox a {
	color: #333;
}

.form-6 .form-control-submit-button {
	border: 0.125rem solid #333;
	background-color: transparent;
}

.form-6 .form-control-submit-button:hover {
	border: 0.125rem solid #ffedd0;
	background-color: #ffedd0;
}


/**********************/
/*     17. Footer     */
/**********************/
.footer {
	padding-top: 4.75rem;
	padding-bottom: 2rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Background-header.png') center center no-repeat;
	background-size: cover;
}

.footer .footer-col {
	margin-bottom: 2.25rem;
}

.footer h5 {
	margin-bottom: 0.5rem;
}

.footer a { 
	text-decoration: none;
}

.footer h5,
.footer p,
.footer a {
	color: #bbb;
}

.footer .list-unstyled .fas {
	color: #bbb;
	font-size: 0.5rem;
	line-height: 1.375rem;
}

.footer .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.footer .fab {
	margin-bottom: 0.75rem;
	margin-right: 1rem;
	color: #ccc;
	font-size: 1.25rem;
	transition: all 0.2s ease;
}

.footer .fab:hover {
	color: #ED393C;
}


/*************************/
/*     18. Copyright     */
/*************************/
.copyright {
	padding-top: 1.5rem;
	padding-bottom: 0.375rem;
	background-color: #000;
	text-align: center;
}

.copyright .p-small {
	color: #999;
	font-size: 0.75rem;
	line-height: 1.375rem;
}

.copyright a {
	color: #999;
}



/**********************************/
/*     19. Back To Top Button     */
/**********************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #ED393C url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #f0a731; 
}


/***************************/
/*     20. Extra Pages     */
/***************************/
.ex-header {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Rectangle 77.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}



.ex-headernews {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/bgnews.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.e-LOGISTICSPlatform {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Group 453.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.e-Tax {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url('../images/11Group\ 455.svg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.OPENPOSITIONS {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Rectangle 505.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.BGCSR11 {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/BGCSR11.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.Newsss {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/BGNews458.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.IntelligentBox {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/e9.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.e-TaxInvoice {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/e8.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.e-SingleEntry {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/e7.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.e-Transit {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/e6.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.e-Payment {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/e5.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}


.e-Manifest {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/e3.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.e-CustomsPermit {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/e4.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}


.e-Express {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/e2.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.e-Customs {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/e1.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.e-LOGISTICSPlatform {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url('../images/11Group 455.svg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.Digital {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)), url('../images/11Group\ 455.svg') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.ex-headercontact {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/bgcon.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.ex-Referencedata {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/ex-Referencedata.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.ex-headerCAREER {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/Rec.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.ex-headerTRAINING {
	padding-top: 8rem;
	padding-bottom: 5rem;
	background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../images/bgTRAINING.png') center center no-repeat;
	background-size: cover;
	text-align: center;
}

.ex-basic-1 {
	padding-top: 2rem;
	padding-bottom: 0.875rem;
	background-color: #efebe5;
}

.ex-basic-1 .breadcrumbs {
	margin-bottom: 1.125rem;
}

.ex-basic-1 .breadcrumbs .fa {
	margin-right: 0.5rem;
	margin-left: 0.625rem;
	font-size: 0.875rem;
}




.ex-basic-91 {
	padding-top: 2rem;
	padding-bottom: 0.875rem;
	background-color: #efebe5;
}

.ex-basic-91 .breadcrumbs {
	margin-bottom: 1.125rem;
}

.ex-basic-91 .breadcrumbs .fa {
	margin-right: 0.5rem;
	margin-left: 0.625rem;
	font-size: 0.875rem;
}






.ex-basic-5 {
	padding-top: 4.75rem;
	padding-bottom: 4rem;
	background-color: #ffffff;
}

.ex-basic-5 h3 {
	margin-bottom: 1rem;
}

.ex-basic-5 .ac {
	margin-left: 1.5rem;
	text-align: justify;
}

.ex-basic-5 .ar {
	margin-bottom: 0rem;
	text-align: left;
}

.ex-basic-5 .text-container {
	margin-bottom: 3.625rem;
}

.ex-basic-5 .text-container.last {
	margin-bottom: 0;
}

.ex-basic-5 .text-container.dark {
	padding: 1.625rem 1.5rem 0.75rem 2rem;
	background-color: #efebe5;
}

.ex-basic-5 .image-container-large {
	margin-bottom: 4rem;
}

.ex-basic-5 .image-container-large img {
	border-radius: 0.375rem;
}

.ex-basic-5 .image-container-small img {
	border-radius: 0.375rem;
}

.ex-basic-5 .image-container-smallaa img {
	border-radius: 0.375rem;
}

.ex-basic-5 .list-unstyled .fas {
	color: #ED393C;
	font-size: 0.5rem;
	line-height: 1.5rem;
}

.ex-basic-5 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.ex-basic-5 .form-container {
	margin-top: 3rem;
}

.ex-basic-5 .btn-solid-reg {
	margin-top: 1.5rem;
}

.ex-basic-5 .btn-solid-rega {
	margin-top: 0rem;
}

.ex-basic-5 .btn-solid-regX {
	margin-top: 1.5rem;
}






.ex-basic-2 {
	padding-top: 4.75rem;
	padding-bottom: 4rem;
	background-color: #ffffff;
}

.ex-basic-2 h3 {
	margin-bottom: 1rem;
}

.ex-basic-2 .text-container {
	margin-bottom: 0rem;
}

.ex-basic-2 .text-containersa {
	margin-bottom: 0rem;
}

.ex-basic-2 .text-container.last {
	margin-bottom: 0;
}

.ex-basic-2 .text-container.dark {
	padding: 1.625rem 1.5rem 0.75rem 2rem;
	background-color: #efebe5;
}

.ex-basic-2 .image-container-large {
	margin-bottom: 4rem;
}

.ex-basic-2 .image-container-large img {
	border-radius: 0.375rem;
}

.ex-basic-2 .image-container-small img {
	border-radius: 0.375rem;
}

.ex-basic-2 .image-container-smallaa img {
	border-radius: 0.375rem;
}

.ex-basic-2 .image-container-smallaa1 img {
	width: -webkit-fill-available;
	border-radius: 0.375rem;
}

.ex-basic-2 .list-unstyled .fas {
	color: #ED393C;
	font-size: 0.5rem;
	line-height: 1.5rem;
}

.ex-basic-2 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.ex-basic-2 .form-container {
	margin-top: 3rem;
}

.ex-basic-2 .btn-solid-reg {
	margin-top: 1.5rem;
}

.ex-basic-2 .btn-solid-rega {
	margin-top: 0rem;
}
.ex-basic-2 .btn-solid-regX {
	margin-top: 1.5rem;
}




.ex-basic-3 {
	padding-top: 4.75rem;
	padding-bottom: 1rem;
	background-color: #ffffff;
}

.ex-basic-3 h3 {
	margin-bottom: 1rem;
}

.ex-basic-3 .text-container {
	margin-bottom: 3.625rem;
}

.ex-basic-3 .text-container.last {
	margin-bottom: 0;
}

.ex-basic-3 .text-container.dark {
	padding: 1.625rem 1.5rem 0.75rem 2rem;
	background-color: #efebe5;
}

.ex-basic-3 .image-container-large {
	margin-bottom: 4rem;
}

.ex-basic-3 .image-container-large img {
	border-radius: 0.375rem;
}

.ex-basic-3 .image-container-small img {
	border-radius: 0.375rem;
}

.ex-basic-3 .image-container-smallaa img {
	border-radius: 0.375rem;
}

.ex-basic-3 .list-unstyled .fas {
	color: #ED393C;
	font-size: 0.5rem;
	line-height: 1.5rem;
}

.ex-basic-3 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.ex-basic-3 .form-container {
	margin-top: 3rem;
}

.ex-basic-3 .btn-solid-reg {
	margin-top: 1.5rem;
}

.ex-basic-3 .btn-solid-rega {
	margin-top: 0rem;
}
.ex-basic-3 .btn-solid-regX {
	margin-top: 1.5rem;
}











.ex-basic-4 {
	padding-top: 0rem;
	padding-bottom: 1rem;
	background-color: #ffffff;
}

.ex-basic-4 h3 {
	margin-bottom: 1rem;
}

.ex-basic-4 .text-container {
	margin-bottom: 3.625rem;
}

.ex-basic-4 .text-container.last {
	margin-bottom: 0;
}

.ex-basic-4 .text-container.dark {
	padding: 1.625rem 1.5rem 0.75rem 2rem;
	background-color: #efebe5;
}

.ex-basic-4 .image-container-large {
	margin-bottom: 4rem;
}

.ex-basic-4 .image-container-large img {
	border-radius: 0.375rem;
}

.ex-basic-4 .image-container-small img {
	border-radius: 0.375rem;
}

.ex-basic-4 .image-container-smallaa img {
	border-radius: 0.375rem;
}

.ex-basic-4 .list-unstyled .fas {
	color: #ED393C;
	font-size: 0.5rem;
	line-height: 1.5rem;
}

.ex-basic-4 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.ex-basic-4 .form-container {
	margin-top: 3rem;
}

.ex-basic-4 .btn-solid-reg {
	margin-top: 1.5rem;
}

.ex-basic-4 .btn-solid-rega {
	margin-top: 0rem;
}

.ex-basic-4 .btn-solid-regX {
	margin-top: 1.5rem;
}














.ex-basic-62 {
	padding-top: 0rem;
	padding-bottom: 1rem;
	background-color: #ffffff;
}

.ex-basic-62 h3 {
	margin-bottom: 1rem;
}

.ex-basic-62 .text-container {
	margin-bottom: 3.625rem;
}

.ex-basic-62 .text-container.last {
	margin-bottom: 0;
}

.ex-basic-62 .text-container.dark {
	padding: 1.625rem 1.5rem 0.75rem 2rem;
	background-color: #efebe5;
}

.ex-basic-62 .image-container-large {
	margin-bottom: 4rem;
}

.ex-basic-62 .image-container-large img {
	border-radius: 0.375rem;
}

.ex-basic-62 .image-container-small img {
	border-radius: 0.375rem;
}

.ex-basic-62 .image-container-smallaa img {
	border-radius: 0.375rem;
}

.ex-basic-62 .list-unstyled .fas {
	color: #ED393C;
	font-size: 0.5rem;
	line-height: 1.5rem;
}

.ex-basic-62 .list-unstyled .media-body {
	margin-left: 0.625rem;
}

.ex-basic-62 .form-container {
	margin-top: 3rem;
}

.ex-basic-62 .btn-solid-reg {
	margin-top: 1.5rem;
}

.ex-basic-62 .btn-solid-rega {
	margin-top: 0rem;
}

.ex-basic-62 .btn-solid-regX {
	margin-top: 1.5rem;
}












.posiText{
	text-align: center;
}

.pandiso1 {
    background-color: #fff;
    display: flex;
    padding: 1rem 2rem 1rem 2rem;
    border-radius: 8px;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
    flex-direction: column;
    align-items: center;
}

.pandiso2 {
	background-color: #D0262B;
	display: flex;
	padding: 1rem 0rem 1rem 2rem;
	border-radius: 8px;
	background: #ffffff40;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
	background-size: cover;
	background-position: center center;
	width: 100%;
}


.textiso {
	color: #000000;
	font: 700 21px/2 "kanit", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
	padding: 1rem 0rem 0rem 0rem;
	text-align: center;
}

.textiso b{
	color: #DF0F12;
	
}

.site_img{
	width: 100%;
}

.site_img1{
	width: 14%;
	height: auto;
}

.Cboder{

	display: flex;
flex-direction: column;
justify-content: center;
	
}

.Cboder .textPro{
	color: #1F4068;
	font: 700 24px/1 "kanit", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
	
}

.Cboder .textPro1{
	color: #1F4068;
	font: 700 16px/2 "kanit", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
	
}

.Cboder .textPro2{
	color: #1F4068;
	font: 400 16px/1 "kanit", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
	
}

.P_pandiso2{
	padding: 1rem 2rem 1rem 2rem;
    display: flex;
    border-radius: 8px;
    background: #ffffff40;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-position: center center;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.butMoreProduct{
	background: linear-gradient(126deg, #1F4068 0%, #DF0F12 100%);		
	border-radius: 4px;
	display: flex;
	align-items: center;
	padding: 1.5rem 0.5rem 0.5rem 0.5rem;
}

.butMoreProduct:hover{
	background: linear-gradient(126deg, #ED393C 0%, #DF0F12 100%);	
	transition: all 0.2s;
}

.butMoreProduct a{
text-decoration: none;
}

.PandbutM{
	padding: 0rem 0rem 0rem 1rem;
	display: flex;
}

.FontRead{
	color: #fff;
	font: 700 11px/1 "kanit", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
	padding: 0.5rem 0.5rem 0rem 0.5rem;
}

.flexRead{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-inline-size: fit-content;
}

.margintoppage2{
margin-top: -24rem;
}

.pandgrop{
	padding: 0rem 0rem 0rem 0rem;
}








.rowisos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
}





.conbottom1{
	padding: 400px 0px 0px 0px;
}


.nav-linka {
	display: block;
	padding: 0.5rem 1rem;
}


/*****************************/
/*     21. Media Queries     */
/*****************************/	
/* Min-width width 768px */
@media (min-width: 768px) {
	.basich-44 .Texth4{
		color: #ffffff;
		font: 400 24px / 3rem Montserrat, sans-serif;
		text-align: center;
	}
	.basich-48 .Texth4{
		color: #ffffff;
		font: 400 24px / 3rem Montserrat, sans-serif;
		text-align: center;
	}

	.basich-48{
		margin-top: -15vh;
	}
	
	#particles-js {

		width: 100%;
		height: 100%;
		background-color: #253138;
		background-image: url("");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}
	
	.cardsEmployee .card1-image {
		width: 10rem;
		height: 7rem;
		padding: 0rem 0rem 0rem 0rem;
		margin-right: auto;
		margin-bottom: 1.5rem;
		margin-left: auto;
		border-radius: 50%;
	}

	.Textp1 {
		color: #222121;
		font: 700 2.25rem/1.875rem "Montserrat", sans-serif;
		text-align:center;
	}

	.Textp1THB {
		color: #222121;
		font: 700 4.25rem/1.875rem "kanit", sans-serif;
		text-align:center;
	}
	.Textp2 {
		color: #ED393C;
		font: 700 6rem/7.875rem "Montserrat", sans-serif;
		text-align: center;
	}

	.Textp2THB {
		color: #ED393C;
		font: 700 6rem/7.875rem "Kanit", sans-serif;
		text-align: center;
	}
	
	.Textp3 {
		color: #ED393C;
		font: 700 3rem/3.875rem "Montserrat", sans-serif;
		text-align: center;
	}

	.Textp3THB {
		color: #ED393C;
		font: 700 3rem/3.875rem "kanit", sans-serif;
		text-align: center;
	}

	.Textp5 {
		color: #ED393C;
		font: 700 2rem/2.875rem "Montserrat", sans-serif;
		text-align: center;
	}

	.Textp5THB {
		color: #ED393C;
		font: 700 2rem/2.875rem "kanit", sans-serif;
		text-align: center;
	}

	.basich-44 .Textp5THB {
		color: #FFFFFF;
		font: 700 3rem/2.875rem "kanit", sans-serif;
		text-align: center;
	}

	.basich-48 .Textp5THB {
		color: #FFFFFF;
		font: 700 3rem/2.875rem "kanit", sans-serif;
		text-align: center;
	}

	.basich-44 {
		padding-top: 2.75rem;
		padding-bottom: 4rem;
		margin-top: -1000px;
	}

	/* General Styles */
	.p-heading {
		width: 85%;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Header */
	.header {
		padding-bottom: 4rem;
		padding-top: 8rem;
	}

	.header h1 {
		font-size: 4rem;
		line-height: 4.875rem;
		letter-spacing: -0.3px;
	}

	.header .h1TH {
		font-size: 4rem;
		line-height: 4.875rem;
		letter-spacing: -0.3px;
	}

	.header .btn-solid-lg {
		margin-bottom: 0;
		margin-left: 0;
	}

	.header .outer-container {
		bottom: -4rem;
	}

	.header .swiper-button-prev {
		left: 1.5rem;
	}
	
	.header .swiper-button-next {
		right: 1.5rem;
	}
	/* end of header */


	/* Registration */
	.form-1 {
		padding-top: 9rem;
	}
	/* end of registration */


	/* Description */
	.basic-2 h2 {
		width: 41rem;
		margin-right: auto;
		margin-left: auto;
	}

	.basic-2 .list-unstyled .bullet {
		width: 3.25rem;
		height: 3.25rem;
		margin-right: 1rem;
		font-size: 1.375rem;
		line-height: 3.25rem;
	}
	/* end of description */


	/* Newsletter */
	.form-2 form {
		width: 31.875rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of newsletter */


	.img-fluid1 {
		max-width: 100%;
		height: auto;
		margin-top: 0rem;
	}

	.img-fluidaa {
		max-width: 100%;
		height: auto;
		margin-top: 0rem;
	}

	.img-fluid11 {
		max-width: 100%;
		height: auto;
		margin-top: 0rem;
	}

	.img-fluid3 {
		width: 100%;
		height: auto;
		margin-top: 0rem;
	}

	.img-fluid2 {
		width: 100%;
		height: auto;
		margin-top: 0rem;
		padding: 2rem 2rem 0rem 2rem;
	}

	.img-fluid5 {
		width: 100%;
		height: auto;
		margin-top: 0rem;
	}
	
	/* Extra Pages */
	.ex-header {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}
	.ex-headernews {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}
	.e-LOGISTICSPlatform {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}
	
	.e-Tax {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.e-Payment {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}


	.e-Transit {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}


	.e-SingleEntry {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.e-TaxInvoice {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.IntelligentBox{
		padding-top: 11rem;
		padding-bottom: 9rem;
	}
	
	.OPENPOSITIONS {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.BGCSR11 {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.Newsss {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}


	.e-Manifest {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.e-CustomsPermit {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.e-Express {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.e-Customs {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.e-LOGISTICSPlatform {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.Digital {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.ex-headercontact {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.ex-Referencedata {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}
	

	.ex-headerCAREER {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.ex-headerTRAINING {
		padding-top: 11rem;
		padding-bottom: 9rem;
	}

	.ex-basic-2 .text-container.dark {
		padding: 2.5rem 3rem 2rem 3rem;
	}

	.ex-basic-2 .form-container {
		margin-top: 0;
	}

	.ex-basic-5 .text-container.dark {
		padding: 2.5rem 3rem 2rem 3rem;
	}

	.ex-basic-5 .form-container {
		margin-top: 0;
	}


	.ex-basic-3 .text-container.dark {
		padding: 2.5rem 3rem 2rem 3rem;
	}

	.ex-basic-3 .form-container {
		margin-top: 0;
	}


	.ex-basic-4 .text-container.dark {
		padding: 2.5rem 3rem 2rem 3rem;
	}

	.ex-basic-4 .form-container {
		margin-top: 0;
	}

	.ex-basic-62 .text-container.dark {
		padding: 2.5rem 3rem 2rem 3rem;
	}

	.ex-basic-62 .form-container {
		margin-top: 0;
	}
	/* end of extra pages */


	.ant-col-md-22 {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 91.66666667%;
	}
	.content .buttons {
		display: flex;
		margin-left: 0rem;
		align-items: center;
		justify-content: center;
	}

	.product11 {
		text-align: center;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.product55 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 1rem;
		text-align: center;
	}

	.product58 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 1rem;
		text-align: center;
	}

	.product22 {
		text-align: center;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.nav-linka {
		display: block;
		padding: 0.5rem 1rem;
	}

	.card16{
		margin-left: 1rem;
		width: 80%;
	}
	.card161{
		width: 15%;
	}

	.yoddoycr {
		text-align: center;
		padding: 0.7rem 1.3rem 0.7rem 1.3rem;
		border: 0.125rem solid #ED393C;
		border-radius: 1.5rem;
		background-color: #ED393C;
		color: rgb(255, 255, 255);
		font: 600 0.9rem/0 "Montserrat", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
	}
	.yoddoycrc {
		padding: 0.7rem 1.5rem 0.7rem 1.7rem;
		border: 0.125rem solid #ED393C;
		border-radius: 1.5rem;
		background-color: #ED393C;
		color: rgb(255, 255, 255);
		font: 600 0.9rem/0 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
	}

	.BGBUT{
		width: -webkit-fill-available;
	}
		
	.BGBUT:hover{
		width: -webkit-fill-available;
	}

	.imgReference{
		text-align: center;
	}
	.imgReference img{
		width: -webkit-fill-available;
	}

	.row5555 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}

	.basich-44 img {
		border-radius: 0.25rem;
		width: 104px;
	}

	.rowBox3 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: nowrap;
		margin-right: -15px;
		margin-left: -15px;
		flex-direction: column;
	}
	.rowBox34 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: nowrap;
		margin-right: -15px;
		margin-left: -15px;
		flex-direction: column;
	}

	.conbottom1{
		padding: 220px 0px 0px 0px;
	}
	
	.colISO1 {
		-ms-flex: 0 0 22.222222%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		position: relative;
		width: 100%;
		padding-right: 4px;
		padding-left: 4px;
	}
	.CardISO{

		width: 50%;
		height: 100%;
		padding: 15px 16px;
		border-radius: 8px;
		box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
	
	}

	.colISO4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	








	
	.sliderdf{
		width: 100%;
		max-width: 100vw;
		height: 425px;
		margin: auto;
		position: relative;
		overflow: hidden;
	}



	.posiText{
		text-align: center;
	}

	.pandiso1 {
		background-color: #fff;
		display: flex;
		padding: 1rem 1rem 1rem 1rem;
		border-radius: 8px;
		flex-direction: center;
	}

	.pandiso2 {
		background-color: #D0262B;
		display: flex;
		padding: 1rem 0rem 1rem 2rem;
		border-radius: 8px;
		background: #ffffff40;
		box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
		background-size: cover;
		background-position: center center;
		width: 100%;
	}
	
	
	.textiso {
		color: #000000;
		font: 700 21px/2 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		padding: 1rem 0rem 1rem 1rem;
		text-align: justify;
	}

	.textiso b{
		color: #DF0F12;
		
	}

	.site_img{
		width: auto;
	}

	.site_img1{
		width: 16%;
		height: auto;
	}
	
	.Cboder{
	
		display: flex;
    flex-direction: column;
    justify-content: center;
		
	}

	.Cboder .textPro{
		color: #1F4068;
		font: 700 24px/1 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		
	}

	.Cboder .textPro1{
		color: #1F4068;
		font: 700 16px/2 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		
	}

	.Cboder .textPro2{
		color: #1F4068;
		font: 400 16px/1 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		
	}

	.P_pandiso2{
	    padding: 1rem 2rem 1rem 2rem;
    display: flex;
    border-radius: 8px;
    background: #ffffff40;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-position: center center;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
	}

	.butMoreProduct{
		background: linear-gradient(126deg, #1F4068 0%, #DF0F12 100%);		
		border-radius: 4px;
		display: flex;
    	align-items: center;
	}

	.butMoreProduct:hover{
		background: linear-gradient(126deg, #ED393C 0%, #DF0F12 100%);	
		transition: all 0.2s;
	}

	.butMoreProduct a{
	text-decoration: none;
	}

	.PandbutM{
		padding: 0.5rem 0rem 0.5rem 10rem;
		display: flex;
	}

	.FontRead{
		color: #fff;
		font: 700 11px/1 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		padding: 0.5rem 0.5rem 0rem 0.5rem;
	}

	.flexRead{
		display: flex;
		flex-direction: column;
		align-items: center;
		max-inline-size: fit-content;
	}

	.margintoppage2{
	margin-top: -24rem;
	}

	.pandgrop{
		padding: 0rem 0rem 0rem 0rem;
	}





















	.rowisos {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
		flex-direction: row;
	}

	.card-contentNews{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: 30px 0rem;
	}
}
/* end of min-width width 768px */


/* Min-width width 992px */
@media (min-width: 992px) {

	
	#particles-js {

		width: 100%;
		height: 50%;
		background-color: #253138;
		background-image: url("");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}


	.yoddoycr {
		padding: 0.7rem 1rem 0.7rem 1rem;
		border: 0.125rem solid #ED393C;
		border-radius: 1.5rem;
		background-color: #ED393C;
		color: rgb(255, 255, 255);
		font: 600 0.9rem/0 "Montserrat", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
	}

	.yoddoycrc {
		padding: 0.7rem 1rem 0.7rem 1.5rem;
		border: 0.125rem solid #ED393C;
		border-radius: 1.5rem;
		background-color: #ED393C;
		color: rgb(255, 255, 255);
		font: 600 0.9rem/0 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
	}

	.cards .card11 {
		margin-right: auto;
		margin-left: auto;
		display: contents;
		padding: 2rem 1.625rem 1.75rem 1.625rem;
		border: none;
		border-radius: 10px;
	}

	.cardsli .card11 {
		margin-right: auto;
		margin-left: auto;
		display: contents;
		padding: 2rem 1.625rem 1.75rem 1.625rem;
		border: none;
		border-radius: 10px;
	}
	.Textp1 {
		color: #222121;
		font: 700 2.25rem/1.875rem "Montserrat", sans-serif;
		text-align:left;
	}

	.Textp1THB {
		color: #222121;
		font: 700 4.25rem/1.875rem "kanit", sans-serif;
		text-align:left;
	}

	.Textp2 {
		color: #ED393C;
		font: 700 4rem/7.875rem "Montserrat", sans-serif;
		text-align:left;
	}

	.Textp2THB {
		color: #ED393C;
		font: 700 6rem/7.875rem "Kanit", sans-serif;
		text-align:left;
	}

	.Textp3 {
		color: #ED393C;
		font: 700 4rem/7.875rem "Montserrat", sans-serif;
		text-align:center;
	}

	.Textp3THB {
		color: #ED393C;
		font: 700 4rem/7.875rem "kanit", sans-serif;
		text-align:center;
	}

	.Textp5 {
		color: #ED393C;
		font: 700 3rem/3.875rem "Montserrat", sans-serif;
		text-align:center;
	}

	.Textp5THB {
		color: #ED393C;
		font: 700 3rem/3.875rem "kanit", sans-serif;
		text-align:center;
	}

	.basich-44 .Textp5THB {
		color: #FFFFFF;
		font: 700 3rem/3.875rem "kanit", sans-serif;
		text-align:center;
	}

	.basich-48 .Textp5THB {
		color: #FFFFFF;
		font: 700 3rem/3.875rem "kanit", sans-serif;
		text-align:center;
	}

	.img-fluid1 {
		margin-top: 0rem;
	}

	.img-fluidaa {
		margin-top: 0rem;
	}

	.img-fluid3 {
    width: 100%;
    height: auto;
    margin-top: -4rem;
}

	.img-fluid2 {
		width: 100%;
		height: auto;
		margin-top: 0rem;
		padding:2rem 5rem 0rem 3rem;
	}
	.img-fluid5 {
		width: 100%;
		height: auto;
		margin-top: 0rem;
		
	}
	.img-fluid11 {
		max-width: 100%;
		height: auto;
		margin-top: -3rem;
	}
	
	/* Navigation */
	.navbar-custom {
		padding: 2.125rem 1.5rem 2.125rem 2rem;
        background: transparent;
		box-shadow: none;
	}
	
	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom .nav-item .nav-link {
		padding: 0.25rem 0.75rem;
		color: #eee;
	}

	.navbar-custom .nav-item .nav-linka {
		padding: 0.25rem 0.75rem;
		color: #333;
	}

	.navbar-custom.top-nav-collapse {
        padding: 0.5rem 1.5rem 0.5rem 2rem;
		background-color: #fff;
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.05);
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link {
		color: #333;
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: #ED393C;
	}

	.navbar-custom .dropdown-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 0.75rem solid rgba(0, 0, 0, 0);
		border-radius: 0.25rem;
	}

	.navbar-custom.top-nav-collapse .dropdown-menu {
		border-top: 0.5rem solid rgba(0, 0, 0, 0);
		box-shadow: 0 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.02);
	}

	.navbar-custom .dropdown-item {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar-custom .dropdown-divider {
		width: 84%;
	}

	.navbar-custom .social-icons {
		display: block;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}

	.navbar-custom .fa-stack {
		width: 2em;
		margin-left: 0.25rem;
		font-size: 0.75rem;
	}
	
	.navbar-custom .fa-stack-2x {
		color: #ED393C;
		transition: all 0.2s ease;
	}
	
	.navbar-custom .fa-stack-1x {
		color: #333;
		transition: all 0.2s ease;
	}

	.navbar-custom .fa-stack:hover .fa-stack-2x {
		color: #ee832b;
	}

	.navbar-custom .fa-stack:hover .fa-stack-1x {
		color: #fff;
	}
	/* end of navigation */


	/* General Styles */
	.p-heading {
		width: 65%;
	}
	/* end of general styles */


	/* Header */
	.header h1,.header .h1TH,
	.header .p-large,.p-largeTop,.p-largeTH{
		width: 47rem;
		margin-right: auto;
		margin-left: auto;
	}

	.header .swiper-button-prev {
		left: 3rem;
	}
	
	.header .swiper-button-next {
		right: 3rem;
	}
	/* end of header */


	/* Registration */
	.form-1 {
		padding-top: 10rem;
	}
	/* end of registration */


	/* Instructor */
	.basic-1 {
		padding-bottom: 4.5rem;
	}

	.basic-1 img {
		margin-bottom: 0;
	}
	

	.basic-1 {
		padding-bottom: 4.5rem;
	}

	.basic-1 img {
		margin-bottom: 0;
	}
	/* end of instructor */




		/* Instructor */
		.basic-18 {
			padding-bottom: 4.5rem;
		}
	
		.basic-18 img {
			margin-bottom: 0;
		}
		
	
		.basic-18 {
			padding-bottom: 24rem;
			background-image: url(../images/Bghome11.png);
			background-size: cover;
			background-position: center;
			width: 100%;

		}
	
		.basic-18 img {
			margin-bottom: 0;
		}
		/* end of instructor */


		
		/* Instructor */
		.basic-31 {
			padding-bottom: 4.5rem;
		}
	

	
		.basic-31 {
			padding-bottom: 4.5rem;
			background-image: url(../images/Bghome22.png);
			background-size: cover;
			background-position: center;
			width: 100%;

		}
	
		/* end of instructor */






		/* Instructor */
		.basic-21 {
			padding-bottom: 4.5rem;
		}
	
		.basic-21 img {
			margin-bottom: 0;
			margin-top: 0rem;
		}
		
	
		.basic-21 {
			padding-bottom: 4.5rem;
			background-image: url(../images/BgNewsNew.png);
			background-size: cover;
			background-position: center;
			width: 100%;

		}
	
		.basic-21 img {
			margin-bottom: 0;
			margin-top: 0rem;
		}
		/* end of instructor */









				/* Instructor */
				.basic-91 {
					padding-bottom: 4.5rem;
				}
			
				.basic-91 img {
					margin-bottom: 0;
				}
				
			
				.basic-91 {
					padding-bottom: 4.5rem;
					background-image: url(../images/bgBusinese2.png);
					background-size: cover;
					background-position: center;
					width: 100%;
		
				}
			
				.basic-91 img {
					margin-bottom: 0;
				}
				/* end of instructor */
		

	
	/* Instructor */
	.basic-11 {
		padding-bottom: 0rem;
	}

	.basic-11 img {
		margin-bottom: 0;
	}
	

	.basic-11 {
		padding-bottom: 0rem;
	}

	.basic-11 img {
		margin-bottom: 0;
	}
	/* end of instructor */


	/* Description */
	.basic-2 {
		padding-top: 4.5rem;
		padding-bottom: 3.5rem
	}
	/* end of description */


	/* Students */
	.basic-3 {
		padding-top: 3.5rem;
		padding-bottom: 4.5rem;
	}

	.basic-3 .text-container {
		margin-bottom: 0;
	}
	/* end of students */



	.basich-3 {
		padding-top: 3.5rem;
		padding-bottom: 4.5rem;
		margin-top: -500px;
	}

	.basich-3 .text-container {
		margin-bottom: 0;
	}

	.basich-44 {
		padding-top: 0rem;
		padding-bottom: 3.5rem;
		margin-top: -490px;
	}

	.basich-44 .text-container {
		margin-bottom: 0;
	}
	/* end of students */

	/* Details Lightbox */
	.lightbox-basic {
		max-width: 62.5rem;
		padding: 2.5rem 2.5rem 2.5rem 2.5rem;
	}

	.lightbox-basic .image-container {
		max-width: 100%;
		margin-right: 2rem;
		margin-bottom: 0;
		margin-left: 0.5rem;
	}
	
	.lightbox-basic h3 {
		margin-top: 0.5rem;
	}
	/* end of details lightbox */


	/* Video */
	.basic-4 {
		padding-top: 4.5rem;
		padding-bottom: 0rem;
	}

	/* Video */
	.basic-62 {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
	.basic-62 .img-fluid {
		width: 100%;
		height: 31.6rem;
	}
	/* end of video */


	/* Takeaways */
	.cards {
		padding-top: 3.5rem;
		padding-bottom: 3rem;
	}
	.cardsebu {
		padding-top: 3.5rem;
		padding-bottom: 0rem;
	}
	.cardsebul {
		padding-top: 3.5rem;
		padding-bottom: 0rem;
	}
	.cardcareer {
		padding-top: 3.5rem;
		padding-bottom: 4rem;
	}
	
	.cardscus {
		padding-top: 1rem;
		padding-bottom: 0rem;
	}

	.cards .card {
		display: inline-block;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
		width: 17.75rem;
		height: 25rem;
		max-width: 100%;
		vertical-align: top;
	}

	.cardsebu .card {
		display: inline-block;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
		width: 17.75rem;
		height: 23rem;
		max-width: 100%;
		vertical-align: top;
	}

	.card1sebu .card {
		display: inline-block;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
		width: 17.75rem;
		height: 23rem;
		max-width: 100%;
		vertical-align: top;
	}

	.cardsebul .card {
		display: inline-block;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
		width: 17.75rem;
		height: 23rem;
		max-width: 100%;
		vertical-align: top;
	}

	.cardcareer .card {
		display: inline-block;
    	border-radius: 10px;
		width: 17.75rem;
		height: 23rem;
		max-width: 100%;
		vertical-align: top;
	}
	
	.cardscus .cardcus {
		display: inline-block;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
		width: 22.75rem;
		height: 26rem;
		max-width: 100%;
		margin-right: 1rem;
		margin-left: 1rem;
		vertical-align: top;
		
	}
	
	.cards .card:nth-child(3n+2) {
		margin-right: 2rem;
		margin-left: 2rem;
	}
	.cardsebu .card:nth-child(3n+2) {
		margin-right: 2rem;
		margin-left: 2rem;
	}
	.card1sebu .card:nth-child(3n+2) {
		margin-right: 2rem;
		margin-left: 2rem;
	}
	.cardsebul .card:nth-child(3n+2) {
		margin-right: 2rem;
		margin-left: 2rem;
	}
	
	.cardcareer .card:nth-child(3n+2) {
		margin-right: 2rem;
		margin-left: 2rem;
	}

	.cards .card1 {
		display: inline-block;
		width: 27rem;
		height: 17rem;
		max-width: 100%;
		vertical-align: top;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
	}

	.cards .card1:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
	}

	.cards .card11 {
		max-width: 100%;
		vertical-align: top;
    border-radius: 10px;
	}

	.cards .card:hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}

	.cardsli .card1 {
		display: inline-block;
		width: 27rem;
		max-width: 100%;
		vertical-align: top;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
	}
	.cardsli .card1 {
		margin-right: 0rem;
		margin-left: 0rem;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
	}


	.cardslisa .card1 {
		display: inline-block;
		width: auto;
		max-width: 100%;
		vertical-align: top;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    border-radius: 10px;
	}
	.cardslisa .card1 {
		margin-right: 0rem;
		margin-left: 0rem;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
	}


	.cardsli .card11 {
		max-width: 100%;
		vertical-align: top;
    border-radius: 10px;
	}
	


	.cardsli .card:hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}

	.cardsebu .card1:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
	}
	.cardsebu .card:hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}
	.card1sebu .card1:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
	}
	.card1sebu .card:hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}


	.cardsebul .card1:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
    	border-radius: 10px;
	}

	.cardscus .cardcus:hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		margin-right: 1rem;
		margin-left: 1rem;
		transition: .3s all ease;
	
	}

	.cardscus .cardcus-image {
	
		height: 6rem;
		margin-right: auto;
		margin-bottom: 3.5rem;
		margin-left: auto;
		border-radius: 50%;
		background-color: #ffffff;
	}
	


	.yodcards .card {
		display: inline-block;
		width: 17.75rem;
		height: 27rem;
		max-width: 100%;
		vertical-align: top;
	}

	.yodcards .card {
		margin-right: 1rem; 
		margin-left: 1rem;
	}

	/* end of takeaways */


	/* Testimonials */
	.slider-2 {
		padding-bottom: 4rem;
	}

	.slider-2 h3 {
		width: 37.5rem;
		margin-right: auto;
		margin-left: auto;
	}

	.slider-2 .swiper-container {
		width: 92%;
		text-align: left;
	}

	.slider-2 .image-wrapper {
		float: left;
		width: 6rem;
		margin-bottom: 0;
	}

	.slider-2 .text-wrapper {
		max-width: 100%;
		margin-left: 7.375rem;
	}

	.slider-2 .swiper-button-prev {
		left: 0;
	}
	
	.slider-2 .swiper-button-next {
		right: 0;
	}
	/* end of testimonials */


	/* Date */
	.basic-5 h2 {
		width: 70%;
	}
	/* end of date */


	/* Newsletter */
	.form-2 {
		padding-top: 9rem;
	}

	.form-2 h3 {
		width: 37.5rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of newsletter */


	/* Contact */
	.form-3 .text-container {
		margin-bottom: 0;
	}

	.form-5 .text-container {
		margin-bottom: 0;
	}

	.form-6 .text-container {
		margin-bottom: 0;
	}
	/* end of contact */


	/* Extra Pages */
	.ex-header h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.ex-headernews h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.e-LOGISTICSPlatform h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-Tax h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-Payment h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-Transit h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-SingleEntry h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.IntelligentBox h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-TaxInvoice h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.OPENPOSITIONS h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.BGCSR11 h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.Newsss h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}


	.e-Manifest h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-CustomsPermit h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-Express h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.e-Customs h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-LOGISTICSPlatform h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.Digital h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-headercontact h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-Referencedata h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-headerCAREER h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-headerTRAINING h1 {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-basic-2 {
		padding-bottom: 5rem;
	}

	.ex-basic-5 {
		padding-bottom: 5rem;
	}

	.ex-basic-3 {
		padding-bottom: 1rem;
	}

	.ex-basic-4 {
		padding-bottom: 1rem;
	}

	.ex-basic-62 {
		padding-bottom: 1rem;
	}
	/* end of extra pages */

	.form-5 {
		padding: 4rem 2rem 6rem 2rem;
	}

	.form-6 {
		margin-top: 0rem;
		padding: 4rem 2rem 4.5rem 2rem;
	}

	.ant-col-lg-22 {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 91.66666667%;
	}

	.cardsEmployee .card {
		max-width: 13rem;
		margin-right: auto;
		margin-bottom: 1rem;
		margin-left: auto;
		border: none;
		text-align: center;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
		border-radius: 10px;
	}
	.cardsEmployee .card1-image {
		width: 15rem;
		height: 10rem;
		padding: 0rem 0rem 0rem 0rem;
		margin-right: auto;
		margin-bottom: 1.5rem;
		margin-left: auto;
		border-radius: 50%;
	}
	.content {
		margin-top: 0px;
		display: flex;
		flex-direction: row;
	}

	.product11 {
		text-align: left;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.product55 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		text-align: left;
		padding: 1rem;
	}

	.product58 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 1rem;
	}

	.card16{
		margin-left: 1rem;
		width: 86%;
	}
	.card161{
		width: 10%;
	}
	

	.product22 {
		text-align: left;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.basic-4 .image-container {
		margin-bottom: 6rem;
	}

	.basic-62 .image-container {
		margin-bottom: 6rem;
	}

	.popup {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 400px;
	}

	.BGBUT{
		width: fit-content;
	}
		
	.BGBUT:hover{
		width: fit-content;
	}
	.cardslisa .boxcsbt {
		border: none;
		background-color: #ED393C;
		margin-inline-start: auto;
		
		width: 200px;
		margin-bottom: 0rem;
		border-radius: 8px;
		box-shadow: 0px 5px 8px rgb(0 0 0 / 14%);
		transition: all 0.3s;
		text-align: center;
		display: flow;
	}
	
	.cardslisa .boxcsbt:hover {
		border: none;
		background-color: #e30004;
		margin-inline-start: auto;
		
		width: 200px;
		margin-bottom: 0rem;
		border-radius: 8px;
		box-shadow: 0px 5px 8px rgb(0 0 0 / 14%);
		transition: all 0.3s;
		text-align: center;
		display: flow;
	}

	
	.row5555 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	.product559 {
		flex: 0 0 70%;
		max-width: 70%;
		text-align: left;
		padding: 1rem;
	}
	.rowBox3 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: nowrap;
		margin-right: -15px;
		margin-left: -15px;
		flex-direction: row;
	}

	.rowBox34 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: nowrap;
		margin-right: -15px;
		margin-left: -15px;
		flex-direction: row;
	}

	.conbottom1{
		padding: 200px 0px 0px 0px;
	}
	.basich-48{
		margin-top: -10vh;
	}

	

	.CardISO{

		width: 100%;
		height: 100%;
		padding: 15px 16px;
		border-radius: 8px;
		box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
	
	}
	.panddingimg {
		padding: 24px 24px 32px 24px;
	}

	.colISO1 {
		-ms-flex: 0 0 22.222222%;
		flex: 0 0 22.222222%;
		max-width: 22.222222%;
		position: relative;
		width: 100%;
		padding-right: 4px;
		padding-left: 4px;
	}
	.ColISO {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 8px 16px 8px 16px;
		display: flex;
		align-items: center;
		text-align: inherit;
	}
	.colISO4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}










	.posiText{
		text-align: center;
	}

	.pandiso1 {
		background-color: #fff;
		display: flex;
		padding: 1rem 1rem 1rem 1rem;
		border-radius: 8px;
		justify-content: center;
	}

	.pandiso2 {
		background-color: #D0262B;
		display: flex;
		padding: 1rem 0rem 1rem 2rem;
		border-radius: 8px;
		background: #ffffff40;
		box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
		background-size: cover;
		background-position: center center;
		width: 100%;
	}
	
	
	.textiso {
		color: #000000;
		font: 700 14px/2 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		padding: 1rem 0rem 1rem 1rem;
	}

	.textiso b{
		color: #DF0F12;
		
	}

	.site_img{
		width: 40%;
	}

	.site_img1{
		width: 16%;
		height: auto;
	}
	
	.Cboder{
	
		display: flex;
    flex-direction: column;
    justify-content: center;
		
	}

	.Cboder .textPro{
		color: #1F4068;
		font: 700 24px/1 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
	}

	.Cboder .textPro1{
		color: #1F4068;
		font: 700 16px/2 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		
	}

	.Cboder .textPro2{
		color: #1F4068;
		font: 400 16px/1 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
	}

	.P_pandiso2{
	    padding: 1rem 2rem 1rem 2rem;
    display: flex;
    border-radius: 8px;
    background: #ffffff40;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-position: center center;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
	}

	.butMoreProduct{
		background: linear-gradient(126deg, #1F4068 0%, #DF0F12 100%);		
		border-radius: 4px;
		display: flex;
    	align-items: center;
	}

	.butMoreProduct:hover{
		background: linear-gradient(126deg, #ED393C 0%, #DF0F12 100%);	
		transition: all 0.2s;
	}

	.butMoreProduct a{
	text-decoration: none;
	}

	.PandbutM{
		padding: 0.5rem 0rem 0.5rem 2rem;
		display: flex;
	}

	.FontRead{
		color: #fff;
		font: 700 11px/1 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		padding: 0.5rem 0.5rem 0rem 0.5rem;
	}

	.flexRead{
		display: flex;
		flex-direction: column;
		align-items: center;
		max-inline-size: fit-content;
	}

	.margintoppage2{
	margin-top: -24rem;
	}

	.pandgrop{
		padding: 0rem 0rem 0rem 0rem;
	}




	.sliderdf {
		width: 100%;
		max-width: 100vw;
		height: 566px;
		margin: auto;
		position: relative;
		overflow: hidden;
	}








	.rowisos {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.card-contentNews{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: 30px 0rem;
	}
	
}
/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {
	.product559 {
		flex: 0 0 70%;
		max-width: 70%;
		text-align: left;
		padding: 1rem;
	}
	.rowBox3 {
		display: flex;
		flex-flow: column;
		margin-right: -15px;
		margin-left: -15px;
		flex-direction: row;
	}
	.rowBox34 {
		
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: nowrap;
			margin-right: -15px;
			margin-left: -15px;
			flex-direction: row;
		
	}
	.basich-44 .Texth4{
		color: #ffffff;
		font: 700 20px/ 2rem Montserrat, sans-serif;
		text-align: center;
	}
	.basich-48 .Texth4{
		color: #ffffff;
		font: 700 20px/ 2rem Montserrat, sans-serif;
		text-align: center;
	}

	.basich-48{
		margin-top: -0vh;
	}
	.image250{
		width:250px;
		height:200px;
	}

	
	.image2501{
		width:100px;
		height:40px;
	}
	

	#particles-js {

		width: 100%;
		height: 50%;
		background-color: #253138;
		background-image: url("");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}

	.header h1,.header .h1TH,
	.header .p-large,.p-largeTop,.p-largeTH {
		width: 47rem;
		margin-right: auto;
		margin-left: 0rem;
		text-align: left;
	}
	.Textp2 {
		color: #ED393C;
		font: 700 5rem/7.875rem "Montserrat", sans-serif;
		text-align: left;
	}
	.header {
		text-align: left;
	}
	.Textp1 {
		color: #222121;
		font: 700 2.8rem/1.875rem "Montserrat", sans-serif;
		text-align:left;
	}
	.Textp1THB {
		color: #222121;
		font: 700 5.5rem/1.875rem "Kanit", sans-serif;
		text-align:left;
	}

	.Textp3 {
		color: #ED393C;
		font: 700 4rem/7.875rem "Montserrat", sans-serif;
		text-align:center;
	}
	
	.Textp3THB {
		color: #ED393C;
		font: 700 4rem/7.875rem "kanit", sans-serif;
		text-align:center;
	}

	.Textp5 {
		color: #ED393C;
		font: 700 2.75rem/3.875rem "Montserrat", sans-serif;
		text-align:center;
	}

	.Textp5THB {
		color: #ED393C;
		font: 700 2.75rem/3.875rem "kanit", sans-serif;
		text-align:center;
	}

	.basich-44 .Textp5THB {
		color: #FFFFFF;
		font: 700 2.75rem/3.875rem "kanit", sans-serif;
		text-align:center;
	}

	.basich-48 .Textp5THB {
		color: #FFFFFF;
		font: 700 2.75rem/3.875rem "kanit", sans-serif;
		text-align:center;
	}

	.img-fluid1 {
		
		max-width: 100%;
		height: auto;
	}



	.img-fluidaa {
		max-width: 100%;
		height: 100%;
		padding: 0rem 3rem 0rem 3rem;
	}

	.img-fluid11 {
		max-width: 100%;
		height: auto;
		margin-top: -6.75rem;
	}

	.img-fluid2 {
		width: 100%;
		height: auto;
		margin-top: 0rem;
		padding: 1rem 3rem 1rem 3rem;
	}

	.img-fluid2 {
		width: 100%;
		height: auto;
		margin-top: 0rem;
	}

	.img-fluid3 {
		width: 100%;
		height: auto;
		margin-top: -10rem;
	}
	

	/* Header */
	.header {
		padding-bottom: 4rem;
	}

	.header .outer-container {
		width: 69.375rem;
		bottom: -6rem;
	}

	.header .swiper-container {
		width: 100%;
	}

	.header .swiper-button-prev {
		left: -2.25rem;
	}
	
	.header .swiper-button-next {
		right: -2.25rem;
	}
	/* end of header */
	

	/* Registration */
	.form-1 {
		padding-top: 12rem;
	}

	.form-1 .text-container {
		margin-top: 1rem;
		margin-right: 3.5rem;
	}

	.form-1 form {
		margin-left: 1.5rem;
	}
	/* end of registration */


	/* Instructor */
	.basic-1 .text-container {
		margin-top: 3.125rem;
		margin-left: 3.5rem;
	}

	.basic-18 {
		padding-bottom: 24rem;
		background-image: url(../images/Bghome11.png);
		background-size: cover;
		background-position: center center;
		width: 100%;
		
	}

	.basic-18 .text-container {
		margin-top: 3.125rem;
	}

	
	.basic-31 {
		padding-bottom: 4.5rem;
		background-image: url(../images/Bghome22.png);
		background-size: cover;
		background-position: center center;
		width: 100%;
		
	}

	.basic-31 .text-container {
		margin-top: 3.125rem;
	}


	.basic-21 {
		padding-bottom: 4.5rem;
		background-image: url(../images/BgNewsNew.png);
		background-size: cover;
		background-position: center center;
		width: 100%;
		
	}

	.basic-21 .text-container {
		margin-top: 3.125rem;
	}


	.basic-91 {
		padding-bottom: 4.5rem;
		background-image: url(../images/bgBusinese2.png);
		background-size: cover;
		background-position: center center;
		width: 100%;
		
	}

	.basic-91 .text-container {
		margin-top: 3.125rem;
	}
	.basic-11 .text-container {
		margin-top: 3.125rem;
		margin-left: 3.5rem;
	}
	/* end of instructor */


	/* Description */
	.basic-2 .list-unstyled.first {
		margin-right: 1.625rem;
	}

	.basic-2 .list-unstyled.second {
		margin-left: 1.625rem;
	}
	/* end of description */


	/* Students */
	.basic-3 .text-container {
		margin-top: 2.5rem;
		margin-right: 3.5rem;
		
	}
	/* end of instructor */

	/* Students */
	.basich-3 .text-container {
		margin-top: 2.5rem;
		margin-right: 3.5rem;

		
	}
	/* end of instructor */

	.basich-44 {
		padding-top: 3.5rem;
		padding-bottom: 4.5rem;
		margin-top: -465px;
	}
	/* Students */
	.basich-44 .text-container {
		margin-top: 2.5rem;
		margin-right: 3.5rem;

		
	}
	/* end of instructor */

	/* Takeaways */
	.cards .card {
		width: 21rem;
		height : 26rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}
	
	.cards .card:hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}
	.cards .card:nth-child(3n+2):hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}

	.cards .card:nth-child(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}





	.cardsli .card {
		width: 21rem;
		height : 26rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}
	
	.cardsli .card:hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}
	.cardsli .card:nth-child(3n+2):hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}

	.cardsli .card:nth-child(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}

	
	

	.cardsebu .card {
		width: 21rem;
		height : 23rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}
	
	.cardsebu .card:hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}
	.cardsebu .card:nth-child(3n+2):hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}

	.cardsebu .card:nth-child(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}



	.card1sebu .card {
		width: 21rem;
		height : 23rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}
	
	.card1sebu .card:hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}
	.card1sebu .card:nth-child(3n+2):hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}

	.card1sebu .card:nth-child(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}



	.cardsebul .card {
		width: 21rem;
		height : 23rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}
	

	.cardsebul .card:nth-child(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}


	.cardcareer .card {
		width: 21rem;
		height : 23rem;

		border-radius: 10px;
	}
	

	.cardcareer .card:nth-child(3n+2) {
		margin-right: 2.875rem;
		margin-left: 2.875rem;
	
		border-radius: 10px;
	}


	.cardscus .cardcus {
		width: 18rem;
		height : 24rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}
	.cardscus .cardcus:hover {
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.4);
		border-radius: 10px;
		transition: .3s all ease;
	}
	



	
	.cards .card1 {
		width: 33rem;
		height : 15rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}

	.cards .card11 {
		width: 35rem;
		height: 51rem;
		display: inline-block;
		border-radius: 10px;
	}

	.cards .card1:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}
	.cards .card11:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		border-radius: 10px;
	}




	.cardsli .boxcs {
		border: none;
		background-color: #333333;
		/* padding: 1rem; */
		height: 3.5rem;
		margin-top: -3.5rem;
		margin-bottom: 1rem;
		border-radius: 0.2rem;
		/* box-shadow: 0px 5px 18px rgb(0 0 0 / 14%); */
	}

	.cardsli .boxcsbt {
		border: none;
		background-color: #ED393C;
		/* padding: 1rem; */
		height: 3rem;
		margin-top: 0.5rem;
		margin-bottom: 0rem;
		border-radius: 0.2rem;
		box-shadow: 0px 5px 8px rgb(0 0 0 / 14%);
		transition: all 0.3s;

		color: #fff;
		font: 700 1.25rem/3rem "Montserrat", sans-serif;
		text-align: center;
	}
	.cardsli .boxcsbt:hover {
		border: none;
		background-color: #ED393C;
		/* padding: 1rem; */
		height: 3rem;
		margin-left: 0.25rem;
    	margin-right: 0.25rem;
		margin-top: 0.5rem;
		margin-bottom: 0rem;
		border-radius: 0.2rem;
		box-shadow: 0px 5px 8px rgb(0 0 0 / 30%);
		transition: all 0.3s;

		color: #fff;
		font: 700 1.25rem/3rem "Montserrat", sans-serif;
		text-align: center;
	}

	.cardslisa .boxcsbt {
		border: none;
		background-color: #ED393C;
		margin-inline-start: auto;
		
		width: 200px;
		margin-bottom: 0rem;
		border-radius: 8px;
		box-shadow: 0px 5px 8px rgb(0 0 0 / 14%);
		transition: all 0.3s;

		text-align: center;
		display: flow;
	}
	.cardslisa .boxcsbt:hover {
		border: none;
		background-color: #e30004;
		margin-inline-start: auto;
		
		width: 200px;
		margin-bottom: 0rem;
		border-radius: 8px;
		box-shadow: 0px 5px 8px rgb(0 0 0 / 14%);
		transition: all 0.3s;
	
		text-align: center;
		display: flow;
	}


	.cardsli .a555 {
		/* text-decoration: underline; */
		text-decoration: none;
	}

	.cardslisa .a555 {
		/* text-decoration: underline; */
		text-decoration: none;
		color: #fff;
		font: 700 1rem/3rem "kanit", sans-serif;
		text-align: center;
	}

	

	

	.cardsli .card1 {
		width: 34rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}

	.cardslisa .card1 {
		width: auto;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}

	.cardsli .card11 {
		width: 35rem;
		height: 51rem;
		display: inline-block;
		border-radius: 10px;
	}

	.cardsli .card1 {
		margin-right: 0rem;
		margin-left: 0rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}

	.cardslisa .card1 {
		margin-right: 0rem;
		margin-left: 0rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}

	.cardsli .card11:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		border-radius: 10px;
	}
	/* end of takeaways */
	.cardsebu .card1 {
		width: 33rem;
		height : 15rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}

	.cardsebu .card1:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}
	


	.card1sebu .card1 {
		width: 33rem;
		height : 15rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}

	.card1sebu .card1:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}
	




	.cardsebul .card1 {
		width: 33rem;
		height : 15rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}

	.cardsebul .card1:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.14);
		border-radius: 10px;
	}
	

	.cardcareer .card1 {
		width: 33rem;
		height : 15rem;

		border-radius: 10px;
	}

	.cardcareer .card1:nth-child(3n+2) {
		margin-right: 0rem;
		margin-left: 3rem;
		
		border-radius: 10px;
	}
	/* end of takeaways */


	/* Testimonials */
	.slider-2 .swiper-container {
		width: 90%;
	}

	.slider-2 .text-wrapper {
		margin-top: 0;
	}
	/* end of testimonials */


	/* Date */
	.basic-5 h2 {
		width: 50%;
	}

	.basic-5 p {
		width: 74%;
	}
	/* end of date */


	/* Contact */
	.form-3 .text-container {
		margin-top: 2.25rem;
		margin-right: 3.5rem;
	}

	.form-5 .text-container {
		margin-top: 2.25rem;
	}
	/* end of contact */

	.form-5 {
		padding: 2rem 2rem 6rem 2rem;
	}

	.form-6 .text-container {
		margin-top: 2.25rem;
	}
	/* end of contact */

	.form-6 {
		margin-top: 0rem;
		padding: 2rem 2rem 2rem 2rem;
	}

	/* Footer */
	.footer .footer-col.first {
		margin-right: 1.5rem;
	}

	.footer .footer-col.second {
		margin-left: 3rem;
	}

	.footer .footer-col.third {
		margin-left: 2.75rem;
	}

	.footer .footer-col.fourth {
		margin-left: 1.5rem;
	}
	/* end of footer */


	/* Extra Pages */
	.ex-headernews h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-LOGISTICSPlatform h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.e-Tax h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-Payment h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-Transit h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-SingleEntry h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-TaxInvoice h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.IntelligentBox h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.OPENPOSITIONS h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.BGCSR11 h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.Newsss h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-Manifest	h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-CustomsPermit h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-Express h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.e-Customs h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.e-LOGISTICSPlatform h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.Digital h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-headercontact h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	
	.ex-Referencedata h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	

	.ex-headerCAREER h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}
	
	.ex-headerTRAINING h1 {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.ex-basic-2 .form-container {
		margin-left: 1.75rem;
	}

	.ex-basic-2 .image-container-small {
		margin-left: 1.75rem;
	}

	.ex-basic-2 .image-container-smallaa {
		margin-left: 0rem;
	}


	.ex-basic-5 .form-container {
		margin-left: 1.75rem;
	}

	.ex-basic-5 .image-container-small {
		margin-left: 1.75rem;
	}

	.ex-basic-5 .image-container-smallaa {
		margin-left: 0rem;
	}



	.ex-basic-3 .form-container {
		margin-left: 1.75rem;
	}

	.ex-basic-3 .image-container-small {
		margin-left: 1.75rem;
	}

	.ex-basic-3 .image-container-smallaa {
		margin-left: 0rem;
	}



	.ex-basic-62 .form-container {
		margin-left: 1.75rem;
	}

	.ex-basic-62 .image-container-small {
		margin-left: 1.75rem;
	}

	.ex-basic-62 .image-container-smallaa {
		margin-left: 0rem;
	}

	.ex-basic-62 .form-container {
		margin-left: 1.75rem;
	}

	.ex-basic-62 .image-container-small {
		margin-left: 1.75rem;
	}

	.ex-basic-62 .image-container-smallaa {
		margin-left: 0rem;
	}
	/* end of extra pages */

	.cardscus .cardcus-image {
	
		height: 6rem;
		margin-right: auto;
		margin-bottom: 1.5rem;
		margin-left: auto;
		border-radius: 50%;
		background-color: #ffffff;
	}
	

	.ant-col-xl-18 {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 75%;
	}

	.card16{
		margin-left: 1rem;
		width: 75%;
	}
	.card161{
		width: 21%;
	}
	
	.cards .card11 {
		margin-right: auto;
		margin-bottom: 4.5rem;
		margin-left: auto;
		display: table-cell;
		padding: 2rem 1.625rem 1.75rem 1.625rem;
		border: none;
		border-radius: 10px;
	}


	.cardsli .card11 {
		margin-right: auto;
		margin-bottom: 4.5rem;
		margin-left: auto;
		display: table-cell;
		padding: 2rem 1.625rem 1.75rem 1.625rem;
		border: none;
		border-radius: 10px;
	}


	.cardsEmployee .card {
		max-width: 15rem;
		margin-right: auto;
		margin-bottom: 1rem;
		margin-left: auto;
		border: none;
		text-align: center;
		box-shadow: 0px 5px 18px rgb(0 0 0 / 14%);
		border-radius: 10px;
	}

	.content {
		margin-top: 0px;
		display: flex;
	}
	.content .buttons {
		display: flex;
		margin-left: 20rem;
		align-items: center;
		justify-content: center;
	}

	.conbottom1{
		padding: 200px 0px 0px 0px;
	}

	.product11 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.product55 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 1rem;
	}

	.product58 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		padding: 1rem;
	}


	.product22 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.yoddoycr {
		padding: 0.7rem 1rem 0.7rem 1rem;
		border: 0.125rem solid #ED393C;
		border-radius: 1.5rem;
		background-color: #ED393C;
		color: rgb(255, 255, 255);
		font: 600 0.9rem/0 "Montserrat", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
	}

	.yoddoycrc {
		padding: 0.7rem 1.5rem 0.7rem 1.5rem;
		border: 0.125rem solid #ED393C;
		border-radius: 1.5rem;
		background-color: #ED393C;
		color: rgb(255, 255, 255);
		font: 600 0.9rem/0 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
	}

	.basic-4 .image-container {
		margin-bottom: 6rem;
	}

	.basic-62 .image-container {
		margin-bottom: 0rem;
	}

	.basic-62 .img-fluid {
		width: 100%;
		height: 31.4rem;
	}

	.sliderdf {
		width: 100%;
		max-width: 100vw;
		height: 566px;
		margin: auto;
		position: relative;
		overflow: hidden;
	}
	.popup {
		position: fixed;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 400px;
		
		
		
	  }

	  .imgReference{
		text-align: center;
	}
	.imgReference img{
		width: auto;
	}


	.row5555 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;

		align-items: center;
		justify-content: center;
		flex-direction: row;
	}

	#cta-particles {
		height: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}

	.CardISO{

		width: 100%;
		height: 100%;
		padding: 14px 16px;
		border-radius: 8px;
		box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
	
	}
	.panddingimg {
		padding: 0px 24px 32px 24px;
	}

	.CollISO {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		width: 100%;
		padding-right: 4px;
		padding-left: 4px;
	}

	.colISO1 {
		-ms-flex: 0 0 22.222222%;
		flex: 0 0 22.222222%;
		max-width:22.222222%;
		position: relative;
		width: 100%;
		padding-right: 4px;
		padding-left: 4px;
	}

	.colISO4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.posiText{
		text-align: center;
	}

	.pandiso1 {
		background-color: #fff;
		display: flex;
		padding: 1rem 1rem 1rem 1rem;
		border-radius: 8px;
		
	}

	.pandiso2 {
		background-color: #D0262B;
		display: flex;
		padding: 1rem 0rem 1rem 2rem;
		border-radius: 8px;
		background: #ffffff40;
		box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
		background-size: cover;
		background-position: center center;
		width: 100%;
	}
	
	
	.textiso {
		color: #000000;
		font: 700 18px/2 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		padding: 1rem 0rem 1rem 1rem;
	}

	.textiso b{
		color: #DF0F12;
		
	}

	.site_img{
		width: 40%;
	}

	.site_img1{
		width: 16%;
		height: auto;
	}
	
	.Cboder{
	
		display: flex;
    flex-direction: column;
    justify-content: center;
		
	}

	.Cboder .textPro{
		color: #1F4068;
		font: 700 24px/1 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		
	}

	.Cboder .textPro1{
		color: #1F4068;
		font: 700 16px/2 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		
	}

	.Cboder .textPro2{
		color: #1F4068;
		font: 400 16px/1 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		
	}

	.P_pandiso2{
	    padding: 1rem 2rem 1rem 2rem;
    display: flex;
    border-radius: 8px;
    background: #ffffff40;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    background-size: cover;
    background-position: center center;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
	}

	.butMoreProduct{
		background: linear-gradient(126deg, #1F4068 0%, #DF0F12 100%);		
		border-radius: 4px;
		display: flex;
    	align-items: center;
	}

	.butMoreProduct:hover{
		background: linear-gradient(126deg, #ED393C 0%, #DF0F12 100%);	
		transition: all 0.2s;
	}

	.butMoreProduct a{
	text-decoration: none;
	}

	.PandbutM{
		padding: 0.5rem 0rem 0.5rem 4rem;
		display: flex;
	}

	.FontRead{
		color: #fff;
		font: 700 11px/1 "kanit", sans-serif;
		text-decoration: none;
		transition: all 0.2s;
		padding: 0.5rem 0.5rem 0rem 0.5rem;
	}

	.flexRead{
		display: flex;
		flex-direction: column;
		align-items: center;
		max-inline-size: fit-content;
	}

	.margintoppage2{
	margin-top: -24rem;
	}

	.pandgrop{
		padding: 0rem 0rem 4rem 0rem;
	}
	.rowisos {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.card-contentNews{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: 30px 0rem;
	}
}
/* end of min-width width 1200px */

/* Min-width width 1600px */
@media (min-width: 1600px) {
	.popup {
		position: fixed;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 500px;
	}

	.sliderdf{
		width: 100%;
		max-width: 100vw;
		height: 708px;
		margin: auto;
		position: relative;
		overflow: hidden;
	}
	
	.header {
		padding-bottom: 5rem;
	}

	

	.card-contentNews{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		margin: 30px 15rem;
	}
	
}