html{
	font-size:14px;
}
@font-face {
   font-family: 'IBMPlexSansThai-Medium';
   src: url('fonts/IBMPlexSansThai-Medium.eot');
   src: url('fonts/IBMPlexSansThai-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/IBMPlexSansThai-Medium.woff') format('woff'),
      url('fonts/IBMPlexSansThai-Medium.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'IBMPlexSansThai-Regular';
   src: url('fonts/IBMPlexSansThai-Regular.eot');
   src: url('fonts/IBMPlexSansThai-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/IBMPlexSansThai-Regular.woff') format('woff'),
      url('fonts/IBMPlexSansThai-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body{
   font-family: 'IBMPlexSansThai-Regular';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #FFFFFF;
	background: #000;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 56;
	width: 30px;
	height: 30px;
	position: relative;
    top: 0rem;
    right: 0;
	left: auto;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none; 
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 2px;
	width: 33px;
    background: #FFF;
    border-radius: 6px;
	opacity: 1;
	left: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 50%;
	left: auto;
	right: 0;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/
.contentfullpage .headbar-main{position: sticky;}
.headbar-main{
    padding:.75rem 0;
	display: block;
    transition: all 0.6s;
	background-color:#000;
	position: sticky;
	width: 100%;
}
.slim.headbar-main{box-shadow: 0 2px 10px rgba(0,0,0,0.2);}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    text-align: left;
	color: #FFF;
    margin: 0 ;
	padding: 0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 100px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
}

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 8px 30px;
	display: block;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	color: #FFF;
	position: relative;
	letter-spacing: 1px;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #FF0000;
}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 0;
	background: #FFF;
	color: #003366;
	margin: 0;
}
.navbar-nav li .dropdown-menu a{
	padding: 5px 25px;
	color: #003366;
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	color: #FFF;
	background: #d9ab4c;
}
.social-header{
	text-align: center;
	padding: 0 30px;
	color: #FFF;
	margin: 2rem auto;
}
.social-header img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
	filter: invert(15%) sepia(66%) saturate(7485%) hue-rotate(357deg) brightness(104%) contrast(116%);
}
.social-header img:hover{
	transform: scale(.95);
	filter: brightness(0) invert(1);
}
.social-header ul{
	list-style: none;
	text-align: left;
	margin: .75rem auto;
	line-height: 2;
}
.social-header a:hover{
	color: #a52a2a;
	text-decoration: underline;
}
.social-header ul img{width: 22px;}
.social-header ul li a{padding: 0;}

.toolmobile{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	right: 3rem;
	top: 1.5rem;
	z-index: 1;
}
.toolmobile img{
	width: 20px;
	margin-right: 15px;
	transition: all 0.5s;
	filter: invert(15%) sepia(66%) saturate(7485%) hue-rotate(357deg) brightness(104%) contrast(116%);
}
.toolmobile img:hover{filter: brightness(0) invert(1);}
.toolmobile .dropdown-menu{
	padding: 0;
	border-radius: 10px;
	border: none;
	background:  #000;
	width: 100px;
	min-width: inherit;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.toolmobile .dropdown-menu a img{
	width: 28px;
	margin-right: 5px;
	filter: none;
}
.toolmobile .dropdown-menu a{
	display: flex;
	align-items: center;
	text-align: center;
	padding: 8px 10px;
	color: #FFF;
}
.toolmobile .dropdown-menu a:hover{
	color: #FFF;
	background: #F00;
}

/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{position: relative;}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{z-index: 5;}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 30px;
	height: 4px;
	margin: 0 3px;
	opacity: 1;
	border: none;
	background: rgb(255 255 255 / 50%);
}
#carouselmainSlide .carousel-indicators button.active{
	background:rgb(255 255 255 / 100%);
}

.banner-captions{
	position: absolute;
	margin: auto;
	top: 30%;
	z-index: 1;
	color: #FFF;
	text-align: center;
	width: 100%;
}
.banner-captions h1{
	font-size: 2rem;
	margin: 0;
   font-family: 'IBMPlexSansThai-Medium';
}
.banner-captions p{
	letter-spacing: 1px;
	margin: 0;
}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	/*overflow-x: hidden;*/
	background-size: cover !important;
}

.img-box{
	text-align: center;
	overflow: hidden;
}

.img-box img{
	width: 100%;
	transition: all 0.5s;
}

.title-box {
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 1.8rem;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'IBMPlexSansThai-Medium';
}
.PT .title-box h1,.ES .title-box h1{
    font-size: 1.7rem;
}
.title-box p{margin: 0;}
.title-box h2{
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'IBMPlexSansThai-Regular';
}
.readmorebutton{
	padding: 6px;
	text-align: center;
	color: #FFF;
	border: 1px solid #f00;
	width: 200px;
	margin: 2rem 0;
	background: #F00;
	transition: all 0.5s;
}
/* Sweep To Right */
.hvr-sweep-to-right {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: red;
	transform: scale(.96);
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.content-box.aboutusct{
	background: url("../images/bg-content.png") top center no-repeat;
	background-attachment: fixed !important;
	color: #FFF;
	padding-bottom: 0;
}
.abouttext-home h1{
	font-size: 1.6rem;
	margin: 0;
	color: #FF0000;
	font-family: 'IBMPlexSansThai-Medium';
}
.abouttext-home h3{
	font-size: 1.4rem;
	margin: 0;
	color: #FFF;
	font-family: 'IBMPlexSansThai-Medium';
}
.abouttext-home h2{
	font-size: 1.4rem;
	margin: 0;
	letter-spacing: 2px;
	color: #FF0000;
}
.abouttext-home p{margin-bottom: 1rem;}
.abouttext-home .fa-circle-check{
	font-size: 1.1rem;
	margin-right: 10px;
	color: #f00;
}
.abouttext-home ul{
	list-style:  none;
	padding-left: 1rem;
}
.abouttext-home img{filter: brightness(0) invert(1);width: 33px;margin-right: 10px;}
.abouttext-home ul li{margin-bottom: 10px;}
.img-master{
	text-align: right;
	overflow: hidden;
}
.img-master img{width: 100%;}
.name-master{color: #FFF;}
.name-master h1{
	font-size: 1.5rem;
	margin: 0;
	font-family: 'IBMPlexSansThai-Medium';
}
.name-master p{
	font-size: 1.5rem;
	margin: 0;
}

.content-box.ourservicect{
	color: #FFF;
	background: url("../images/bg-content2.png") center center no-repeat;
	background-attachment: fixed !important;
}
.servicecategoy{
	margin-bottom: 2rem;
}
.servicecategoy .img-box{
	aspect-ratio:2/3;
	background: #001e00;
	position: relative;
}
.viewmore{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	transition: all 0.6s;
}
.viewmore p{margin: 0;text-transform: uppercase;}
.servicecategoy .img-box img{
	height: 100%;
	object-fit: cover;
}
.servicecategoy:hover .viewmore{opacity: 1;}
.servicecategoy:hover img{
	transform: scale(1.05);
	opacity: .4;
}
.text-service h1{
	font-size: 1rem;
	margin: 0;
	text-transform: uppercase;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.2* 2);
	font-family: 'IBMPlexSansThai-Medium';
}
.text-service{
	text-align: center;
	padding: 1rem .75rem;
	border-bottom: 1px solid #006600;
}
.readmorebutton.readmoreservice{
	margin: 2rem auto;
}
.serviceset{margin: 2rem auto;}
.slide-services{
	padding: 0 1rem;
} 
.slide-services .slick-prev:before, .slide-services .slick-next:before{display: none;}
.slide-services .slick-next{
	z-index: 1;
	right: 0;
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	background: url("../images/arrow-next.png") center center no-repeat;
	filter: invert(15%) sepia(66%) saturate(7485%) hue-rotate(357deg) brightness(104%) contrast(116%);
}
.slide-services .slick-prev{
	z-index: 1;
	left: 0;
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	background: url("../images/arrow-prev.png") center center no-repeat;
	filter: invert(15%) sepia(66%) saturate(7485%) hue-rotate(357deg) brightness(104%) contrast(116%);
}
.slideservices{
	padding: 3rem 1rem;
	color: rgba(255,255,255,0.5);
	text-align: center;
	background: rgba(0,0,0,0.5);
	position: relative;
	margin-top: 3rem;
	transition: all 0.6s;
}
.slideservices h1{
	font-size: 1.5rem;
	margin:2rem 0 1rem;
	text-transform: uppercase;
	
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 3);
}
.slideservices p{
	margin:1rem 0 0;
	display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 9);
}
.slideservices span{
	width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: auto;
    padding: 1.5rem;
	
    display: flex;
    align-items: center;
    justify-content: center;
	
    position: absolute;
    left: 50%;
    top: -10%;
    z-index: 1;
    background: #000;
    transform: translate(-50%, 0);
	transition: all 0.6s;
}
.slideservices:hover span{transform: translate(-50%, 0) scale(.95);}
.slideservices img{
	filter: brightness(0) invert(1);
	width: auto;
	margin: auto;
	max-width: 100%;
	opacity: .5;
	transition: all 0.6s;
}
.slideservices:hover{
	color: #FFF;
	background: #001e00;
}
.slideservices:hover span{background: #006600;}
.slideservices:hover img{opacity: 1;}


.content-box.meettheteamct{background: #000;color: #FFF;}
.text-team#teamtextone{
	margin-left: -9rem;
	margin-right: 9rem;
}
.text-team#teamtexttwo{
	margin-left: 13rem;
	margin-right: -13rem;
}
.text-team h1{
	font-size: 1.6rem;
	margin: 0;
	text-transform: uppercase;
	font-family: 'IBMPlexSansThai-Medium';
}
.text-team p{margin: 0;}
.teambox{
	text-align: center;
	overflow: hidden;
	aspect-ratio:2/3;
}
.teambox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	border: 1px solid transparent;
}
.slidetheteam .slick-slide{
	opacity: .4;
	position: relative;
	transform: scale(.9);
	transition: all 0.6s;
}
.slidetheteam .slick-slide.slick-current.slick-active{
	opacity: 1;
	transform: scale(1);
	z-index: 1;
	transition: all 0.6s;
	
}
.slidetheteam .slick-slide.slick-current.slick-active img{border-color: #006600;}
.slick-slide .img-box{
	cursor: pointer;
}
.content-box.formcontact{background: #0a0909;color: #FFF;}
.img-heighbox{
	text-align: center;
	overflow: hidden;
}
.img-heighbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.messagebox{
	padding: 2rem 1rem;
	color: #FFF;
}
.messagebox h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FF0000;
	font-size: 1.4rem;
	vertical-align: middle;
	font-family: 'IBMPlexSansThai-Medium';
}
.detail-form span, .detail-form p.red-text, .control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background-color: #000;
	border: 1px solid #151e02;
    width: 100%;
	color: #FFF;
	border-radius: 0;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #65b6e1;
}
.form-text::placeholder{color: #909090;}
.send-button{
	border: 1px solid #F00;
	background: #F00;
	color: #FFF;
	box-shadow: none;
	text-align: center;
	width: 200px;
	margin: 1rem 0;
	padding: 5px;
	transition: all 0.6s;
}
.send-button:hover{
	background: #000;
	color: #FF0000;
}

.content-box.productsct{
	position: relative;
	background: #000;
	overflow: hidden;
}
.text-team#teamtexttwo{position: relative;z-index: 3;}
.img-products{
	text-align: center;
	overflow: hidden;
	aspect-ratio:3/3;
	margin-bottom: .5rem;
}
.img-products img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.transfromproduct {
    transform: rotate(15deg) scale(1.4);
    position: absolute;
    top: 0rem;
    left: 2rem;
    width: 100%;
    z-index: 1;
	background: rgb(255 255 255 / 100%);
	opacity: .2;
	overflow: hidden;
}
.transfromproduct .row,
.transfromproduct .col-3{padding:0 5px;}

.textdetailpolicypage .fa-circle{
	font-size: 12px;
	margin-right: 10px;
	color: #f00;
}
.textdetailpolicypage h1{
	font-size: 1.3rem;
	margin: 0;
	font-family: 'IBMPlexSansThai-Medium';
}
.textdetailpolicypage h2{
	font-size: 1rem;
	margin: 0;
}
.textdetailpolicypage p{
	margin-bottom: 1rem;
	text-indent: 3%;
}
.textdetailpolicypage ul{
	list-style: none;
	padding-left: 3%;
}
.textdetailpolicypage ul li{margin-bottom: .5rem;}


.contact-box{
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	margin-bottom: 2rem;
}
.address-box{
	padding: 1rem;
	color: #FFF;
	background: #212121;
}
.address-box h1{
	font-size: 1.3rem;
	margin-bottom: .75rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.address-box .iconsize{
	font-size: 1.2rem;
	margin-right: 10px;
}
.address-box a:hover{color: #F00;text-decoration: underline;}
.address-box p{margin: 0;}
.address-box ul{
	list-style: none;
	margin: 1rem auto;
}
.address-box ul li{margin-bottom: .5rem;}
.mapbox{
	width: 100%;
	height: 280px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-aboutuspage{
	background-size: cover !important;
	text-align: center;
	position: relative;
	margin-bottom: 2rem;
	background: url("../aboutus/images/bannerab.png") top right no-repeat;
}
.content-box.aboutusct.aboutpage .row{align-items: center;}
.abouttext-home.aboutpage{margin: auto;}
.aboutpage .img-master{
	margin: auto;
	aspect-ratio:inherit;
}
.aboutpage .img-master img{object-fit: scale-down;}


.content-box.mission-aboutpage .row{justify-content: center;}
.img-box.addredline{
	padding: 1rem;
	border: 2px solid #f00;
}
.content-box.academyct-abputpage{background: #181818;}

.banner-coursespage{
	background: url("../courses/images/bannercourses.png") top center no-repeat;
	background-size: cover !important;
	padding: 7% 0;
	color: #FFF;
}
.banner-coursespage .title-box{
	margin: 0;
	text-align: left;
}
.banner-coursespage .title-box p{margin-bottom: 1rem;}

.textwhyus-courses h1{
	font-size: 1.6rem;
	color: #FF0000;
	margin-bottom: .75rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.textwhyus-courses ul{
	list-style: none;
	padding-left: 1rem;
	margin: 1rem auto;
}
.textwhyus-courses ul li{margin-bottom: 1rem;}
.textwhyus-courses p{margin: 0;}

.whyusbox .row{justify-content: center;}
.textwhyus-courses .fa-angles-right{color: #FF0000;margin-right: 10px;}
.textwhyus-courses{margin: 2rem auto;}


.choice-box {margin-bottom: 2rem;}
.choice-box:hover img{transform: scale(1.05);}
.choice-box .img-box{
	aspect-ratio:3/2;
}
.choice-box .img-box img{
	height: 100%;
	object-fit: cover;
	aspect-ratio:3/2;
}
.text-choice{
	padding: 1rem;
	margin: 0;
	background: #FFF;
	color: #000;
	transition: all 0.6s;
}
.choice-box:hover .text-choice{background: #a5a5a5;}
.text-choice h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.text-choice p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 5);
}
.icon-faqs{
	text-align: center;
	margin-bottom: 2rem;
}
.icon-faqs img{
	width: 90px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}

.faqs-boxset ul.nav-pills li a.active .icon-faqs,
.icon-faqs:hover{color: #FF0000;}
.faqs-boxset ul.nav-pills li a.active img,
.icon-faqs:hover img{
	transform: translateY(-10px);
	filter: invert(15%) sepia(66%) saturate(7485%) hue-rotate(357deg) brightness(104%) contrast(116%);
}
.icon-faqs p{margin: 1rem auto;}
.faqs-boxset ul.nav-pills{
	flex-wrap: wrap;
}
.faqs-boxset ul.nav-pills li{
	width: auto;
	margin: auto;
}
.faqs-boxset ul.nav-pills li a{
	display: block;
	padding: 5px;
}

.faqs-boxset .accordion{
	border: none;
	border-radius: 0;
	background: none;
	margin-top: 3rem;
}
.faqs-boxset .accordion-item{
	border: none;
	border-radius: 0;
	margin-bottom: 2rem;
	background: none;
}
.faqs-boxset .accordion .accordion-button{
	background: #000;
	color: #FFF;
	border: 1px solid #F00;
	border-radius: 10px;
	box-shadow: none;
	outline: none;
	margin-bottom: 1rem;
}
.faqs-boxset .accordion .accordion-button::after{
	filter: brightness(0) invert(1);
	opacity: 1;
}
.faqs-boxset .accordion .accordion-body{
	background: #c5c5c5;
	color: #000;
	border-radius: 10px;
	width: 95%;
	margin: auto;
}

.products-box{
	margin-bottom: 2rem;
	border: 1px solid transparent;
	transition: all 0.6s;
}
.products-box:hover{border-color: #f00;}
.products-box .img-box{aspect-ratio:3/2;}
.products-box .img-box img{
	height: 100%;
	object-fit: cover;
}
.products-box:hover img{transform: scale(1.05);}
.text-prodcts{padding: .5rem;}
.text-prodcts .readmorebutton{
	margin:10px 0 0;
	width: 100%;
}
.text-prodcts p{
	margin: 0;
	color: #a5a5a5 ;
}
.text-prodcts h1{
	font-size: 1.2rem;
	margin: 0;
	font-family: 'IBMPlexSansThai-Medium';
}
.bannerproducts{
	padding: 7% 0;
	background: url("../shops/images/bg-products.png") center center no-repeat;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.bannerfaqs{
	padding: 7% 0;
	background: url("../faqs/images/bg-content2.png")center center no-repeat;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.bannerfaqs .title-box,
.bannerproducts .title-box{margin: 0;}

.title-box.subtitle{text-align: left;}
.title-box.subtitle h1{
	font-size: 1.2rem;
}
.related-box{
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid #f00;
}
.related-box .row:first-child{margin-bottom: 2rem;}

.textdetail-products{margin: 2rem auto;}
.textdetail-products h1{
	font-size: 1.5rem;
	margin-bottom: 0;
	font-family: 'IBMPlexSansThai-Medium';
}
.textdetail-products h2{
	font-size: 1.2rem;
	margin-bottom: 0;
}
.textdetail-products p.red{
	margin-bottom: 1rem;
	color: #FF0000;
}
.textdetail-products a:hover{color: #f00;}
.textdetail-products ul{
	list-style: none;
	padding-left: .5rem;
}
.textdetail-products .fa-angles-right{
	font-size: 1.2rem;
	margin-right: 10px;
	color: #f00;
}
.textdetail-products ul li{margin-bottom: .75rem;}
.textdetail-products .price-dis{
	text-decoration: line-through;
	font-size: 0.8rem;
	color: #fff;
}
.slide-showproduct .slick-prev:before, .slide-showproduct .slick-next:before{display: none;}
.slide-showproduct .slider-nav .slick-next{
	width: 30px;
	height: 30px;
	right: 0;
	z-index: 1;
	background: url("../shops/images/arrow-next.png") center center no-repeat;
	background-size: 100%;
	filter: invert(16%) sepia(96%) saturate(7290%) hue-rotate(4deg) brightness(106%) contrast(116%);
}
.slide-showproduct .slider-nav .slick-prev{
	width: 30px;
	height: 30px;
	left: 0;
	z-index: 1;
	background: url("../shops/images/arrow-left.png") center center no-repeat;
	background-size: 100%;
	filter: invert(16%) sepia(96%) saturate(7290%) hue-rotate(4deg) brightness(106%) contrast(116%);
}
.slide-showproduct .slider-nav .slick-slide{margin: 0 5px;}
.pdfdown-load{
	padding: 6px;
	background: #000;
	border: 1px solid #F00;
	min-width: 200px;
	display: inline-block;
	margin: 1rem 0;
}
.pdfdown-load:hover{
	background: #f00;
	transform: scale(.95);
}
.pdfdown-load a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pdfdown-load img{
	width: 25px;
	margin-right: 5px;
	transition: all 0.5s;
	filter: brightness(0) invert(1);
}

.textmeet-theteam h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.textmeet-theteam p{margin: 0;}
.textmeet-theteam ul{
	list-style: none;
	padding-left: .75rem;
	margin-top: 1rem;
}
.textmeet-theteam ul img{
	width: 30px;
	margin-right: 5px;
	filter: invert(16%) sepia(96%) saturate(7290%) hue-rotate(4deg) brightness(106%) contrast(116%);
}
.textmeet-theteam ul li{margin-bottom: .5rem;}

.textdetail-ourcourses{padding: .75rem 0;}
.textdetail-ourcourses h1{
	font-size: 1.1rem;
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 2);
}
.textdetail-ourcourses h2{
	font-size: 1rem;
	margin: 0;
	color: #f00;
}
.textdetail-ourcourses p{margin: 0;}
.textdetail-ourcourses ul{
	list-style: none;
}
.textdetail-ourcourses ul li{
	margin-bottom: .5rem;
}

.ourcourses-box{
	padding: .5rem;
	margin-bottom: 2rem;
	transition: all 0.6s;
	border: 1px solid transparent;
}
.ourcourses-box .readmorebutton{width: 100%;margin: 0;}
.ourcourses-box:hover img{transform: scale(1.05);}
.ourcourses-box:hover{border-color: #f00;}
.ourcourses-box .img-box{aspect-ratio:3/2;}
.ourcourses-box .img-box img{
	height: 100%;
	object-fit: cover;
	aspect-ratio:3/2;
}
.pdfdown-load.addtocart{background: #f00;}
.pdfdown-load.addtocart:hover{background: #000;color: #FFF;}
.img-showcourse{text-align: center;overflow: hidden;}
.img-showcourse img{
	width: 100%;
	transition: all 0.5s;
}
.img-gallery{
	text-align: center;
	overflow: hidden;
	aspect-ratio:3/4;
	margin-bottom: 2rem;
	transition: all 0.5s;
	border: 1px solid transparent;
}
.img-gallery img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.img-gallery:hover{border-color: #f00;}
.img-gallery:hover img{transform: scale(.95);}

.banner-contactpage{
	padding: 6% 0;
	background: url("../contactus/images/bgbanner.png") top right no-repeat;
	background-attachment:  fixed !important;
	background-size: cover !important;	
}
.banner-contactpage .title-box{margin: 0;}
.content-box.ouraddtocart{
	background: url("../images/bg-content2.png") top center no-repeat;
	background-attachment:  fixed !important;
	background-size: cover !important;
}






.tabs-profile{
    background: #161616;
    border-radius: 0;
    height: 100%;
	margin-bottom: 2rem;
	padding: 1rem 2rem;
}
.profile-boxcard{
	padding: 1rem 2rem;
	border: 1px solid #ee0000;
	margin-bottom: 2rem;
}
.pic-profile{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	padding: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	margin: 0 auto 2rem;
	position: relative;
}
.pic-profile .edit-imgprofile{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 20px;
	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: #000;
	border-radius: 50%;
	border: 1px solid #FFF;
	display: none;
}
.pic-profile img{
	width: auto;
	max-width: 100%;
}
.tabs-profile ul li a.active, 
.tabs-profile ul li a:hover{color: #ee0000;}
.tabs-profile ul li a.active img, 
.tabs-profile ul li a:hover img{filter: invert(21%) sepia(35%) saturate(7405%) hue-rotate(352deg) brightness(84%) contrast(126%);}
.tabs-profile ul {
	display: block;
	flex-wrap: wrap;
	line-height: 3;
}
.tabs-profile ul li{padding-bottom: 10px;}
.tabs-profile ul img{
	width: 30px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
.profile-boxcard h1{
	font-size: 1.4rem;
	margin: 0;
    font-family: 'Kanit-Medium';
}
.profile-boxcard p{margin: 0;}
.profile-boxcard ul{
	list-style: none;
}
.lingcolor{
	width: 100%;
	height: 1px;
	background: #ee0000;
	margin: 1rem auto;
}
.tag-notification{
	background: #282828;
	padding: 1rem ;
	margin: 0 auto 2rem;
	position: relative;
	border-radius: 10px;
}
.closebtn{
	position: absolute;
	bottom : 0;
	right: .75rem;
	z-index: 1;
}
.tag-notification a{color: #ee0000;}
.tag-notification p{margin-bottom: 1rem;}
.profile-boxcard ul li{margin-bottom: 10px;}
.profile-boxcard ul p,
.profile-boxcard ul span{font-family: 'Kanit-Medium';}

.profile-boxcard .titleprofile img{
	filter: brightness(0) invert(1);
	width: 20px;
	margin-right: 5px;
}
.profile-boxcard .titleprofile{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.table-quatation table{
	min-width: 768px;
}
.table-quatation table th{
	padding: 13px;
	background: #121212 ;
}
.table-quatation p{margin: 0;}
.table-quatation table td{
	padding: 10px 13px;
	vertical-align: top;
	background: #121212;
} 
.table-quatation table tr:nth-child(2n+1) td{
	background: #000;
}
.table-quatation a{
	text-decoration: underline;
	color: #ee0000;
}
.table-quatation a:hover{text-decoration: none;}
.table-quatation::-webkit-scrollbar{display: none;}
.table-quatation{
	overflow-x: auto;
	overflow-y: hidden;
}
.passwordboxcard .form-control{
	border: 1px solid #ee0000; 
	background: none;
	color: #FFF;
	margin-bottom: 1rem;
}
.passwordboxcard .form-control span{color: #ee0000; }
.passwordboxcard .btn-login{
	border-color:#000;
	margin: 1rem auto;
}
.passwordboxcard .btn-login:hover{
	background: #ee0000;
	color: #FFF;
}

.vdopresent{
	width: 100%;
	aspect-ratio:3/2;
	
}
.vdopresent iframe{
	width: 100%;
	height: 100%;
}



.title-cart h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
   font-family: 'IBMPlexSansThai-Medium';
}
.title-cart p{
	margin: 0;
}
.title-cart p.redtext{
	font-size: .8rem;
	color: #F00;
}
.title-cart ul p{opacity: .7;}
.title-cart ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.cartlist-courses h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.cartlist-courses h2{
	color: #f00;
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.cartlist-courses ul{
	list-style: none;
}
.linecolor{
	width: 100%;
	height: 1px;
	background: #f00;
	margin: 2rem auto;
}
.address-taxbox {
	padding: 1rem;
	border-radius: 5px;
	background: #181818;
	position: relative;
	margin: 2rem auto 0;
}
.address-taxbox h1{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'IBMPlexSansThai-Medium';
}
.address-taxbox p{margin: 0;}
.address-taxbox ul{list-style: none;}
.editaddress{
	position: absolute;
	top: .5rem;
	right: .5rem;
	z-index: 1;
	color: #f00;
	font-size: .8rem;
}
.editaddress:hover{opacity: .7;}


.methodpayment{
	padding: 1rem .5rem;
	border-radius: 5px;
	border:1px solid red;
}
.methodpayment ul{display: block;}

/* The container */
.paymentwrap img{
	width: 5em;
	margin-left: .5rem;
}
.paymentwrap {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.paymentwrap input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.paymentwrap .checkmark {
	position: absolute;
	top: 50%;
	left: 0;
	height: 22px;
	width: 22px;
	background-color: #000;
	border-radius: 50%;
	border: 1px solid red;
	transform: translate(0,-50%);
}

/* When the radio button is checked, add a blue background */
.paymentwrap input:checked ~ .checkmark {
	background-color: #F00;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.paymentwrap .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.paymentwrap input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.paymentwrap .checkmark:after {
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
	transform: translate(-50%,-50%);
}
/*///////////End-Content///////////////*/
/******************************/
.slider-nav .slick-list .slick-slide{
	height: 150px;
	background: #f7f7f7;	
	display: flex !important;
	align-items: center;
}
.imgproducts{
	text-align: center;
	overflow: hidden;
	height: 100%;
	cursor: pointer;

}
 
.imgproducts img {
    max-width: 100%;
    transition: all 0.6s;
   /* aspect-ratio: 3 / 3;*/
    object-fit: scale-down;
}
 .slick-slide > div > .imgproducts   {
  text-align: center;
}
.slick-slide > div > .imgproducts img {
   max-height: 400px;
   margin: auto;
}
.slideshow .slider-nav{padding: 0 1rem;margin: 1rem 0;}
.slideshow .slider-nav .slick-slide{margin: 0 5px;}
 
 
.slideshow .slider-nav .slick-prev:before, .slideshow .slider-nav .slick-next:before{display: none;}
.slideshow .slider-nav .slick-prev{
	z-index: 1;
	left: -10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url("images/arrow-left.png") center center no-repeat;
	background-size: 100% !important;
	filter: invert(95%) sepia(10%) saturate(352%) hue-rotate(62deg) brightness(98%) contrast(87%);
}
.slideshow .slider-nav .slick-next{
	right:  -10px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: url("images/arrow-next.png") center center no-repeat;
	background-size: 100% !important;
	filter: invert(95%) sepia(10%) saturate(352%) hue-rotate(62deg) brightness(98%) contrast(87%);
}
.pdfdownload{margin: 2rem 0;}
.pdfdownload a{
	display: flex;
	align-items: center;
 
}
.pdfdownload img{
	width: 35px;
	margin-right: 15px;
	transition: all 0.6s;
	filter: invert(19%) sepia(88%) saturate(2301%) hue-rotate(325deg) brightness(92%) contrast(108%);
}
.pdfdownload:hover img{transform: scale(.95);}
.videoproduct{
	width: 100%;
    aspect-ratio: 3 / 2;
	border-radius: 5px;
	overflow: hidden;
}
.videoproduct iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*********************************/
/*////////////// //////////////////////////////pagelist//////// /////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: 20px auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color: #ffffff;
	display:block;
	padding:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #777 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #777;
}
/********************/
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #FFF ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#1c1a18;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
	border: 1px solid #F00;
    justify-content: center;
	border-radius: 27px;
	background:#F00;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #F00;
}


.bannerlogin{
	padding: 7% 0;
	background: -webkit-linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(23, 23, 23, 1) 24%, rgb(31 31 31) 75%, rgb(33 33 33) 100%);
	background: -o-linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(23, 23, 23, 1) 24%, rgb(31 31 31) 75%, rgb(33 33 33) 100%);
	background: linear-gradient(rgba(0, 0, 0, 1) 0%, rgba(23, 23, 23, 1) 24%, rgb(31 31 31) 75%, rgb(33 33 33) 100%);
}
.bannerlogin .title-box{margin: 0;}

.cart-cousebox{
	padding: .5rem;
	border: 1px solid transparent;
	transition: all 0.6s;
	margin-bottom: 2rem;
}
.cart-cousebox:hover{border-color: red;}

/* The container */
.choosecouse {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.choosecouse input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.choosecouse .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #000;
	border-radius: 0;
	border: 1px solid red;
}


/* When the checkbox is checked, add a blue background */
.choosecouse input:checked ~ .checkmark {
	background-color: #F00;
}

/* Create the checkmark/indicator (hidden when not checked) */
.choosecouse .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.choosecouse input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.choosecouse .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.cart-cousebox .img-showcourse{
	aspect-ratio:3/2;
}
.cart-cousebox .img-showcourse img{
	height: 100%;
	object-fit: cover;
}
/*///////////End-Policy///////////////*/
.profile-boxcard input:read-only {
  background-color: #333131;
  border: 0;
  cursor: no-drop;
}
/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #000;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
   font-family: 'IBMPlexSansThai-Medium';
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{text-decoration: underline;color: #F00;}

.footer ul li{padding-bottom: 8px;}
.copyright-box{
	text-align: center;
	margin-top: 8%;
	padding: 5% 3% 0;
	border-top: 1px solid #f00;
}
.logo-footer{
	text-align: center;
	margin-bottom: 2rem;
}
.logo-footer img{
	width: 150px;
}
.menu-footer{
	margin-bottom: 2rem;
}
.social-footer{
	text-align: center;
	margin: 2rem auto;
}
.social-footer img{
	width: 35px;
	margin: auto;
	transition: all 0.6s;
	filter: invert(15%) sepia(66%) saturate(7485%) hue-rotate(357deg) brightness(104%) contrast(116%);
}
.social-footer img:hover{
	transform: scale(.95);
	filter: brightness(0) invert(1);
}
.text-right{text-align: right;}
.text-left{text-align: left;}

.icon-vdo{
	padding: 0.2rem 1rem;
	border: solid 1px #fff;
	display: inline;
	border-radius: 10px;
}
.icon-vdo:hover{
	border: solid 1px #f00;
	color: #f00;
}
.texticon-vdo:hover span{color: #f00;border: none;}
.texticon-vdo:hover .icon-vdo{color: #f00;border: solid 1px #f00;}
/*///////////End-Footer///////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
		background: #000;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: 0%;
		opacity: 0;
        margin: 0 !important;
        z-index: 55;
		transition: all .8s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		left: 0;
		opacity: 1;
		transition: all .8s;
	}
	.navbar-collapse.show{
		display:block;
		left: 0;
		opacity: 1;
		transition: all .8s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .8s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .8s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .8s;
	}
}


.formmember .title-box h1{
	font-size: 1.6rem;
}
.formmember .title-box p{font-size: .9rem;}
.formmember .messagebox{padding: 0;}
.formmember .modal-content{
	border-radius: 10px;
	border: 1px solid #262626;
	background: #262626;
	padding: 1rem;
}
.formmember .modal-dialog{
	margin: 2rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.formmember .modal-body{
	padding: 2rem 1rem;
	position: relative;
}
.formmember  .btn-close{
	filter: invert(15%) sepia(66%) saturate(7485%) hue-rotate(357deg) brightness(104%) contrast(116%);
	opacity: 1;
	right: 1rem;
	position: absolute;
	top: 1rem;
}
.formmember .modal-header{
	padding: .5rem;
	border: none;
}
.formmember .form-text{
	border: none;
	border-bottom: 1px solid #FFF;
	background: #262626;
}
.forget-pass{text-align: right;font-size: .8rem;opacity: .6;}
.forget-pass:hover{opacity: 1;}
.registerbtn{
	background: #000;
	border-color: #000;
}
.registerbtn:hover{
	border-color: #F00;
}

.readmorebutton.completebtn{
	border: green;
	background: green;
}
.history-buycourses .textdetail-ourcourses h1{
	font-size: 1rem;
}
/************************************/
.cart-dataitem{
	position: relative;
}
.closebtn.btn-delete{
	color: #ff0000;
}
.intable-productcart .img-box{
	margin-bottom: 15px  ;
}
.CartItemCount{
    position: absolute;
    left: 20%;
    top: 20%;
    font-size: 0.9rem;
}
.toolmobile.dropdown a{
	position: relative;
}

.category-listmenu {

	background-image: -moz-linear-gradient( 1deg, rgb(131,2,2) 0%, rgb(245,0,0) 100%);
	background-image: -webkit-linear-gradient(1deg, rgb(131 2 2) 0%, rgb(245 0 0) 100%
100%
);
	background-image: -ms-linear-gradient( 1deg, rgb(131,2,2) 0%, rgb(245,0,0) 100%);


	color: #FFF;
	padding: 10px 0 ;
}

.slideproductscategory {padding: 0 5%;}
.slideproductscategory .slick-track{
	align-items: center;
	display: flex;
	justify-content: center;
}
.slideproductscategory .slick-prev{
	left: 0;
	background: url("../courses/images/down-arrow.png") center center no-repeat;
	background-size: 100% !important;
	width: 15px;
	height: 15px;
	filter: brightness(0) invert(1);
}
.slideproductscategory .slick-next{
	right: 0;
	background: url( "../courses/images/down-right.png") center center no-repeat;
	background-size: 100% !important;
	width: 15px;
	height: 15px;
	filter: brightness(0) invert(1);
}
.slideproductscategory .slick-prev:before, .slideproductscategory .slick-next:before{display: none;}
.slideproductscategory .slick-slide{
	padding: 5px;
	margin: auto;
	width: auto !important;
}
.textcategory{
	text-align: center ;
	font-size: .8rem;
}
.textcategory a{padding: 8px;}
.slideproductscategory.nav-pills .textcategory a.active,
.slideproductscategory.nav-pills .textcategory a:hover{
	color: #e3bb31;
    font-weight: bold;
}
/***************************/
 
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#000;/*rgba(0,0,0,0.9);*/
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/********************/
.pdfdown-load.addtocart-style{background: #f00;}
.pdfdown-load.addtocart-style:hover{background: #000;color: #FFF;}

/******************************/
.textprice-2{
	font-size: 0.66rem;
	color: #fff;
}
