/* CSS Document */
body, html {
  overflow-x: hidden;
}
body {
  font-family: 'Kanit';
  font-style: normal;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff;
}
.container-fluid {
  width: 100%;
  padding: 0;
}
*, *:after, *:before {
  box-sizing: border-box;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
.link_hover:hover {
  color: #2196f3;
}
a:hover i, a:hover img {
  opacity: 0.9;
}

.link_setting {
  color: #2196f3;
}

.link_setting:hover {
  color: #2196f3;
}

.scrollbar_iframe {
scrollbar-arrow-color: #ddddd;
}

.card2{
position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.1875rem;
	margin-bottom:20px;
}


.card3{
position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.card_review {
position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.1875rem;
	margin-bottom:20px;
}

.border_img_review {
position: relative;
  background: linear-gradient(to right, #00C7FF, #8D8DFF);
  padding: 5px;
}

.border_img_review_mb {
position: relative;
  background: linear-gradient(to right, #00C7FF, #8D8DFF);
  padding: 2px;
}

textarea, input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
:root {
  --swiper-theme-color: #ececec !important;
}
select.select_custom01 {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #ffac00 50%), linear-gradient(135deg, #ffac00 50%, transparent 50%);
  background-position:
    calc(100% - 23px) calc(18px + 2px), calc(100% - 15px) calc(18px + 2px), calc(100% - .5em) .5em;
  background-size: 8px 8px, 8px 8px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

.border_work_select{
 border-radius: 12px  !important;

}


.border_color_gray_cc {
  border-color: #cccccc !important;
}

.border_color_gray_ea {
  border-color: #EAEAEA !important;
}

.border_color_gray {
  border-color: #6b6b6b !important;
}

.border_color_blue {
  border-color: #5F9FFF !important;
}

.rounded {
  border-radius: 8px !important;
}
.rounded_circle {
  border-radius: 100rem !important;
}
.line_clamp_2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line_clamp_3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.divider_gradient_blue_faq {
  background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
  height: 5px;
  min-width: 90px;
  width: auto;
  max-width: 90px;
}

.divider_gradient_blue_box_faq {
  background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
	 color: #ffffff;
}

.link_hover_loadmore {
  color:#565656;
}
.link_hover_loadmore:hover {
  color: #0A97E1;
}


.divider_gradient_blue {
  background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
  height: 5px;
  min-width: 70px;
  width: auto;
  max-width: 70px;
}

.divider_gradient_blue_box {
  background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
	 color: #ffffff;
}


.divider_gradient_orange_box {
  background: -webkit-linear-gradient(-33.4deg, #ffec00, #ff6f00);
	 color: #ffffff;
}

.divider_gradient_blue_vertical {
  width: 2px;
	height: 71px;
}

.divider_gradient_blue_vertical:hover {
  background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
height: 71px;
  -webkit-transform: rotate(-90deg);
	 color: #5F9FFF;

}

.divider_gradient_blue_icon:hover .active {
  background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
  -webkit-transform: rotate(-90deg);

}

.divider_gradient_blue_card {
	background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
height: 100%;
  -webkit-transform: rotate(-90deg);
	 color: #ffffff;

}


.divider_gradient_blue_menu {
	border-radius: 7px;
	background: #ffffff;
	height: 50px;
}

.divider_gradient_blue_menu :hover {
    background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
    height: 50px;
    color: #ffffff;
}

.divider_gradient_blue_menu .active{
  background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
  height: 50px;
 color: #ffffff;

}

.head_main_cover_event {
 width: 16005px;
    object-fit: cover;
    overflow: hidden;
    height: 220px;
}

.divider_gradient_blue_menu :hover .active .icon_menu_mobile, .divider_gradient_blue_menu:focus .icon_menu_mobile , .divider_gradient_blue_menu .active .icon_menu_mobile {
    filter: brightness(0) invert(1);
}
.camera {
border-radius: 50%;
    padding: 6px;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;


}
.divider_gradient_blue_menu_pre {
	border-radius: 7px;
	background: #ffffff;
	height: 100%;
}

.divider_gradient_blue_menu_pre :hover {
    background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
    height: 100%;
    color: #ffffff;
}

.divider_gradient_blue_menu_pre .active{
  background: -webkit-linear-gradient(0deg, #00c7ff, #8d8dff);
  height: 100%;
 color: #ffffff;

}

.divider_gradient_blue_menu_pre :hover .active .icon_menu_mobile, .divider_gradient_blue_menu_pre:focus .icon_menu_mobile , .divider_gradient_blue_menu_pre .active .icon_menu_mobile {
    filter: brightness(0) invert(1);
}



.divider_gradient_pink {
  background: -webkit-linear-gradient(0deg, #f66aff, #1565ff);
  height: 5px;
  min-width: 70px;
  width: auto;
  max-width: 70px;
}
.divider_gradient_yellow {
  background: -webkit-linear-gradient(0deg, #ff6f00, #ffec00);
  height: 5px;
  min-width: 70px;
  width: auto;
  max-width: 70px;
}


#img-interests1  .active{
        opacity: 0.2;
        filter: alpha(opacity=80);
    }

#img-interests1:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
#img-interests2 {
        opacity: 0.2;
        filter: alpha(opacity=80);
    }

#img-interests2:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }
#img-interests3 {
        opacity: 0.2;
        filter: alpha(opacity=80);
    }

#img-interests3:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);

}
#img-interests4 {
        opacity: 0.2;
        filter: alpha(opacity=80);
    }

#img-interests4:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);

}

#img-interests5 {
        opacity: 0.2;
        filter: alpha(opacity=80);
}

#img-interests5:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

#img-interests6 {
        opacity: 0.1;
        filter: alpha(opacity=80);
    }

#img-interests6:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

#img-interests7 {
        opacity: 0.2;
        filter: alpha(opacity=80);
    }

#img-interests7:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

#img-interests8 {
        opacity: 0.2;
        filter: alpha(opacity=80);
    }

#img-interests8:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

#img-interests9 {
        opacity: 0.2;
        filter: alpha(opacity=80);
    }

#img-interests9:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

#img-interests10 {
        opacity: 0.1;
        filter: alpha(opacity=80);
    }

#img-interests10:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

#img-interests11{
        opacity: 0.2;
        filter: alpha(opacity=80);
    }

#img-interests11:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
 }


.block_content {
font-family: 'Kanit-Light';
	font-size: 18px;
}

.menu_profile_1  {
	border-radius: 7px;
	height: 71px;
	border-left: 7px outset #E4EBEF ;

}

.btn_orange_home-event {
	background : -webkit-linear-gradient(0deg, #ffec00,#ff6f00);
	color: #fff;
	height: 39px;
	width: 250px;
	padding: 2px 8px ;
	 border-radius: 101rem;
}

.btn_orange_home-event:hover {
  background : -webkit-linear-gradient(0deg, #ff6f00,#ffec00);
}

.btn_orange_course {
	background : -webkit-linear-gradient(-90deg, #ffec00,#ff6f00);
	color: #fff;
	height: 26px;
	width: 65px;
	padding: 2px 8px ;
	float : right;
	border-radius: 5px;
border: solid 0px transparent;
}

.btn_orange_course:hover {
  background : -webkit-linear-gradient(-90deg, #ff6f00,#ffec00);
}



.btn_upcomingevent_detail {
  color: #fff;
	font-size: 25px;
  background: -webkit-linear-gradient(-90deg, #1565ff,#f66aff);
  padding: 2px 5px ;
  border-radius: 6px;
  height: 47px;
	align-items: center;
justify-content: center;
text-align: center;
	width:200px;
}

.btn_recentevent_detail {
  color: #fff;
	font-size: 25px;
  background: -webkit-linear-gradient(-90deg, #00C7FF,#8D8DFF);
  padding: 2px 5px ;
  border-radius: 6px;
  height: 47px;
	align-items: center;
justify-content: center;
text-align: center;
	width:200px;
}

.btn_gray_event {
  color: #333;
	font-size: 16px;
	border: solid 1px;
  background-color: #FFF;
  padding: 2px 8px ;
  border-radius: 6px;
	width: 120px;
	height: 35px;
	align-items: center;
justify-content: center;
text-align: center;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn_gray_event:hover{
	background:
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(to right, #00c7ff,#8d8dff) border-box;
  color: #313149;
  border-radius: 6px;
	  padding: 2px 8px ;
  border:1px solid transparent;
	text-align: center;

    }

.btn_grey {
  color: #333333;
	font-size: 16px;
  background-color: #e4e4e4;
  padding: 2px 10px ;
  border-radius: 8px;
	height: 47px;
	align-items: center;
justify-content: center;
text-align: center;
}

.btn_sticky_footer {
  border-radius: 5rem; /*20px = 1.25rem*/
  border: 1px solid #ffffff;
  color: #ffffff;
  font-family: 'Kanit-Light';
  font-size: 18px;
  padding: 6px 35px;
	height: 40px;
	width: 130px;

}

.btn_sticky_footer_cancle {
  border-radius: 5rem; /*20px = 1.25rem*/
  border: 1px solid #17aaff;
  color: #17aaff;
  font-family: 'Kanit-Light';
  font-size: 18px;
  padding: 6px 35px;
	height: 40px;
	width: 130px;

}

.btn_sticky_footer_cancle:hover {
  background-color: #ffffff;
  color: #17aaff;
  border-color: #17aaff;
}

.btn_sticky_footer:hover {
  background-color: #ffffff;
  color: #17aaff;
}

.sticky_footer {
  position: fixed;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.7);;
  color: #ffffff;
  font-size: 18px;
}

.btn_grey:hover ,.btn_grey.active {
	background:
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(to right, #00c7ff,#8d8dff) border-box;
  color: #313149;
  border-radius:8px;
  border:1px solid transparent;
	text-align: center;
    }

.Languages_bar {
	left : 80px;
	bottom: 6px;

}

.bootstrap-tagsinput {
    background-color: #fff;
    display: inline-block;
    padding: 0 0 0.125rem 0;
    vertical-align: middle;
    border-radius: 0.1875rem;
}

.menu_profile_1:hover ,.menu_profile_1.active {
  background: #ffffff;
  color: #5F9FFF;
  border: 0 solid;
  border-left: 7px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, #00c7ff, #8d8dff);
  display: inline-block;
    }

.menu_profile_1:hover .icon_menu_profile,.icon_menu_profile.active,
.menu_profile_1:focus .icon_menu_profile {
 filter: invert(61%) sepia(88%) saturate(2527%) hue-rotate(193deg) brightness(99%) contrast(105%);
}



.menu_profile_2:hover .icon_menu_profile,.icon_menu_profile.active,
.menu_profile_2:focus .icon_menu_profile {
 filter: invert(61%) sepia(88%) saturate(2527%) hue-rotate(193deg) brightness(99%) contrast(105%);
}

.cc-selector input{
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}
.thumbup { filter: url("../images/icon-pre-01_active.svg#element-id");}
.thumbdown{ filter: url("../images/icon-pre-02_active.svg#element-id");}

.cc-selector input:active +.drinkcard-cc{filter: contrast(100%); }
.cc-selector input:checked +.drinkcard-cc{
 filter: contrast(100%);
}


.drinkcard-cc{
  /* filter: contrast(0%); สีเทาเข้ม*/
	filter: grayscale(1) brightness(1.3);

}
.drinkcard-cc:hover{
  filter: contrast(100%);
}

.pl-30  {
	padding-left: 90px;

}

.pt-27  {
	padding-top: 27px;
}

/*Tab*/
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 15px;
  transition: 0.3s;

}


/* Create an active/current tablink class */
.tab button.active {

    border: 0 solid;
    border-bottom: 5px solid;
	color : #5F9FFF;
	 padding: 14px 15px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #00c7ff, #8d8dff);
    display: inline-block;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
}

/*Tab*/

.border_event_box {
 border: 1px solid ;
 align-items: center;
  border-image-slice: 1;
  border-image-source: linear-gradient(129deg, rgba(246,106,255,1) 0%, rgba(21,101,255,1) 100%);

}

.dropdown-menu {
  font-size: 1rem;
}


.block_2 {
	border-radius: 7px;
	background: #ffffff;
	height: 50px;
}

.block_2_content {
	font-family: 'Kanit-Light';
	font-size: 20px;
}

.block_3 {
	border-radius: 7px;
	background: #ffffff;
	height: 100%;
}

.txt_vl_modaltitle {
  font-family: 'TrueTextBOnline-Bold';
  font-style: normal;
  font-size: 24px;
  color: #000;
  line-height: 1.35em;
}

.modal_vla_radius {
  border-radius: 8px !important;
}

.modal-header .close {
    right: 15px;
    opacity: 1;
    padding-right: 15px !important;
    padding-top: 10px !important;
}
.modal-header {
    padding-bottom: 0px !important;
}


.block_4 {
	border-radius: 7px;
	background: #E4EBEF;
	height: 50px;
}

.block_4_content {
	font-family: 'Kanit-Light';
	font-size: 20px;
}

.card_ic_blog_detail_main{
  width: 25px;
  margin-right: 10px;
}

.content_wrapper {
  padding-top: 134px;
}
.txt_bold {
  font-family: 'Kanit-Bold';
}
.txt_light {
  font-family: 'Kanit-Light';
}

.txt_head_title {
/*  font-size: 36px;*/
	font-size: 30px;
  color: #412D68;
}

.txt_red {
  color: #d80027;
}

.border_bottom_gradient {
  border: 0px solid transparent;
  border-bottom: 6px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #5779EC, #FB63FC);
  display: inline-block;
}

.txt_13 {
  font-size: 13px;
}
.txt_14 {
  font-size: 14px;
}

.txt_15 {
  font-size: 15px;
}

.txt_profile_23 {
  font-size: 23px;
	color: #5F9FFF;
}

.txt_Pre-Assessment_23 {
  font-size: 23px;
	color: #5F9FFF;
}

.txt_16 {
  font-size: 16px;
  font-family: 'Kanit-Light';
}

.txt_16_setting {
  font-size: 16px;
  font-family: 'Kanit-Light';
	color: #333333;
}

.txt_13_orange {
  font-size: 13px;
  font-family: 'Kanit-Light';
	color: #FF8E01;
}


.txt_18 {
  font-size: 18px;
  font-family: 'Kanit-Light';
}

.txt_profile_14 {
  font-size: 14px;
	color: #3A3A3A;
}

.txt_profile_15 {
  font-size: 15px;
	color: #3A3A3A;
}

.txt_des_profile_16 {
  font-size: 16px;
  color: #333333;
}

.txt_Pre-Assessment_16 {
  font-size: 16px;
  color: #333333;
}


.txt_20 {
  font-size: 20px;
}

.txt_22 {
  font-size: 22px ;
color: #3A3A3A;
}

.txt_23 {
  font-size: 23px !important;
}

.txt_24 {
  font-size: 24px !important;
}
.txt_27 {
  font-size: 27px;
}
.txt_28 {
  font-size: 28px;
}

.txt_30 {
  font-size: 30px;
  color: #3A3A3A;
}

.txt_30_orange {
  font-weight:bold;
  font-size: 30px;
  color: #FF8400;
}

.txt_30_blue {
	 font-weight:bold;
  font-size: 30px;
  color: #5066FF;
}

.txt_18_blue {
	 font-weight:bold;
  font-size: 18px;
  color: #5066FF;
}

.txt_18_orange {
	 font-weight:bold;
  font-size: 18px;
  color: #ffab40;
}


.txt_24_blue {
	 font-weight:bold;
  font-size: 24px;
  color: #5066FF;
}


.txt_30_sky {
	 font-weight:bold;
  font-size: 30px;
  color: #5F9FFF;
}

.txt_33 {
  font-size: 33px;
}
.txt_36 {
  font-size: 36px;
}

.txt_40 {
  font-size: 40px;
}

.txt_Dashboard {
  font-weight:bold;
  font-size: 23px;
  color: #333333;
}

.txt_dashboard_14_blue {
  font-size: 14px;
	color: #5066FF;
}

.txt_dashboard_14_orange {
  font-size: 14px;
	color: #e57e17;
}

.txt_dashboard_24_blue {
	 font-weight:bold;
  font-size: 24px;
	color: #5066FF;
}

.txt_dashboard_24_orange {
	 font-weight:bold;
  font-size: 24px;
	color: #f48f21;
}

.breadcrumb-item_nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.625rem 0;margin-bottom:0;list-style:none;background-color:transparent;border-radius:0;color: #5F9FFF;}

.breadcrumb-item_nav +.breadcrumb-item_nav{padding-left:.625rem}
.breadcrumb-item_nav+.breadcrumb-item_nav ::before{display:inline-block;padding-right:.625rem;color:inherit;content:"/"}
.breadcrumb-item_nav+.breadcrumb-item_nav:hover::before{text-decoration:underline}
.breadcrumb-item_nav+.breadcrumb-item_nav:hover::before{text-decoration:none}
.breadcrumb-item_nav.active{color:#333333}


.txt_w {
  color: #ffffff !important;
}
.txt_blue {
  color: #3581ff !important;
}
.txt_purple {
  color: #6f63ff !important;
}

.txt_top_profile {
  font-family: 'Kanit-Bold';
  font-size: 21px;
  color: #3A3A3A;
}

.txt_top_Interests {
  font-family: 'Kanit-Light';
  font-size: 15px;
  color: #333333;
}

.txt_gray_35 {
  color: #353535 !important;
}
.txt_topnav_header {
  font-family: 'Kanit-Light';
  font-size: 15px;
  color: #494949;
}
.txt_topbnn_headbig_lv1 {
  font-family: 'Kanit-Bold';
  font-size: 72px;
  line-height: 80px;
  color: #ffffff;
}
.txt_topbnn_headbig_lv2 {
  font-family: 'Kanit-Bold';
  font-size: 44px;
  color: #ffffff;
}
.txt_topbnn_headbig_lv3 {
  font-family: 'Kanit-Light';
  font-size: 18px;
  color: #ffffff;
}
.txt_topbnn_headdes_lv1 {
  font-family: 'Kanit';
  font-size: 37px;
  line-height: 60px;
  color: #ffffff;
}
.txt_topbnn_headdes_lv2 {
  font-family: 'Kanit-Light';
  font-size: 15px;
  color: #ffffff;
}
.txt_bignum {
  font-family: 'Kanit-Bold';
  font-size: 105px;
  line-height: 110px;
  background: -webkit-linear-gradient(#f66aff, #1565ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt_bignum_title {
  font-family: 'Kanit-Bold';
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

.txt_bignum_mb {
  font-family: 'Kanit-Bold';
  font-size: 65px;
  line-height: 50px;
  background: -webkit-linear-gradient(#f66aff, #1565ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.txt_bignum_title_mb {
  font-family: 'Kanit-light';
  font-size: 16px;
	line-height: 48px;
  color: #000000;
}

.txt_session_title {
  font-family: 'Kanit-Bold';
  font-size: 44px;
  line-height: 48px;
  color: #6f63ff;
}
.txt_session_title_02 {
  font-family: 'Kanit-Bold';
  font-size: 44px;
  line-height: 48px;
  color: #17aaff;
}
.txt_session_title_03 {
  font-family: 'Kanit-Bold';
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
}

.txt_session_title_03_mb {
  font-family: 'Kanit-Bold';
  font-size: 30px;
  line-height: 48px;
  color: #ffffff;
}
.txt_session_des {
  font-family: 'Kanit-Light';
  font-size: 25px;
  line-height: 28px;
  color: #000000;
}


.txt_recent_event_title {
   font-family: 'Kanit-Bold';
	text-align: left;
   font-size: 44px;
  line-height: 48px;
  color: #17AAFF;
}

.txt_mb_recent_event_title {
	text-align: center;
  font-size: 30px;
  line-height: 48px;
  color: #17AAFF;
}

.txt_upcoming_event_title {
  font-family: 'Kanit-Bold';
  font-size: 44px;
  line-height: 48px;
  color: #6F63FF;
}

.txt_mb_upcoming_event_title {
  font-family: 'Kanit-Bold';
	text-align: center;
  font-size: 30px;
  line-height: 35px;
  color: #6F63FF;
}

.txt_mb01_upcoming_event_title {
  font-family: 'Kanit-Bold';
	text-align: center;
  font-size: 38px;
  line-height: 40px;
  color: #6F63FF;
}

.txt_partner_name {
  font-size: 29px;
  line-height: 32px;
}
.txt_partner_position {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.txt_partner_quote {
  font-size: 14px;
  line-height: 18px;
  color: #595959;
}
.txt_card_title {
  font-size: 27px;
  line-height: 30px;
  color: #3a3a3a;
}

.txt_blog {
	font-family: 'Kanit-Bold';
  color: #3a3a3a;
text-align: left;
    font-size: 40px;
    line-height: 48px;
}

.txt_card_blog {
	font-family: 'Kanit';
	text-align: left;
  font-size: 26px;
  line-height: 32px;
  color: #3a3a3a;

}

.txt_card_title_review {
  font-size: 30px;
  line-height: 30px;
  color: #3a3a3a;
}

.txt_card_title_review_mb {
  font-size: 26px;
  line-height: 26px;
  color: #FFFFFF;
}
.txt_review_show_mb {
position:absolute;
top:133px;
left: 20px;
z-index:999;
padding-right: 20px;
}

.txt_review_detail_mb {
position:absolute;
	top:190px;
	left: 20px;
	padding-right: 20px;
	z-index:999;
}

.txt_review_show_tb {
position:absolute;
top: 280px;
left: 45px;
z-index:999;
	padding-right: 20px;
}

.btn_bnn_header {
  font-size: 12px;
  color: #ffffff;
  border: 2.4px solid #ffffff;
  background-color: transparent;
}

.txt_bnn_header_title {
  font-size: 36px;
  color: #ffffff;
}
.txt_bnn_header_des {
  font-size: 20px;
  color: #ffffff;
}


.txt_review_detail_tb {
position:absolute;
	top:320px;
	left: 45px;
	z-index:999;
	padding-right: 20px;
}

.txt_card_title_event {
  font-size: 27px;
  line-height: 30px;
  color: #6F63FF;
}




.txt_card_title_recent_event {
  font-size: 27px;
  line-height: 30px;
  color: #17AAFF;
}

.txt_card_subtitle {
  font-size: 15px;
  line-height: 20px;
  color: #1b92e2;
}

.txt_card_subtitle_review {
  font-size: 21px;
  line-height: 20px;
  color: #1b92e2;
}

.txt_card_complete {
  font-size: 22px;
  color: #1b92e2;
}

.txt_card_des {
  font-size: 15px;
  line-height: 20px;
  color: #595959;
}
.txt_seemore {
  font-size: 16px;
  line-height: 20px;
  color: #595959;
}
.txt_card_bottom {
  font-size: 14px;
  line-height: 18px;
  color: #595959;
}

.txt_home_blog {
  font-size: 27px;
  color: #3a3a3a;
}

.txt_blog_detail_main {
  font-family: 'Kanit-Bold';
  font-size: 18px;
  color: #0A97E1;
}

.txt_blog_detail {
  	font-family: 'Kanit';
  font-size: 14px;
  color: #0A97E1;
}

.txt_blog_detail_mb {
  	font-family: 'Kanit';
  font-size: 14px;
  color: #0A97E1;
}

.txt_topic_course {
  font-family: 'Kanit-Bold';
  font-size: 34px;
  line-height: 40px;
  color: #474747;
}
.txt_detail_course {
  font-family: 'Kanit-Light';
  font-size: 15px;
  line-height: 20px;
  color: #595959;
}
.txt_feature_course {
  font-family: 'Kanit-Light';
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.txt_small_title_course {
  font-family: 'Kanit-Light';
  font-size: 14px;
  line-height: 18px;
  color: #a0a0a0;
}
.txt_tab_course {
  font-family: 'Kanit-Light';
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}

.txt_tab_show_all {
  font-family: 'Kanit-Light';
  font-size: 23px;
  color: #333333;
}


.txt_title_course {
  font-family: 'Kanit-Light';
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}
.txt_price_course {
  font-family: 'Kanit-Bold';
  font-size: 36px;
  line-height: 48px;
  color: #17aaff;
}

.txt_upcoming_event {
  font-family: 'Kanit-Bold';
  font-size: 36px;
  line-height: 48px;
  color: #6F63FF;
}

.txt_footer_title {
  font-family: 'Kanit-Bold';
  font-size: 36px;
  color: #ffffff;
}
.txt_footer_des {
  font-family: 'Kanit-Light';
  font-size: 18px;
  color: #ffffff;
}
.txt_footer_copyright {
  font-family: 'Kanit-Light';
  font-size: 16px;
  color: #ffffff;
}
.bg_gray_light {
  background-color: #e4ebef;
}

.bg_gray_dark {
  background-color: #D0D9DD;
}

.bg_gradient_blue {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(135deg, #00c7ff, #8d8dff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.bg_gradient_purple {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(135deg, #F36AFF, #1A65FF);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.bg_footer {
  background-color: #5b5b5b;
}
.bg_footer_bottom {
  background-color: #494949;
  border-top: 1px solid #ffffff;
}
.containner_search_bar {
  background-color: #d5dce0;
  border-radius: 25px;
}

img {
  /*  To contain the image to the confines of the div  */
  max-width: 100%;
}

.img-gradient {
  max-width: 100%;
  width: auto;
  margin: auto;
}

.img-gradient::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #231F20 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}

.btn_purple_sticky {
  border-radius: 100rem;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #00c7ff, #8d8dff);
  background-origin: border-box;
  background-clip: content-box, border-box;
  font-family: 'Kanit-Light';
  font-size: 19px;
   padding: 3px 35px;
	height: 40px;
	width: 150px;
}

.btn_purple_sticky:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #8d8dff, #00c7ff);
}



.btn_purple {
  border-radius: 100rem;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #00c7ff, #8d8dff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.btn_purple_disable {
  border-radius: 100rem;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #ccc, #ccc);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.btn_purple_disable:hover  ,.btn_purple_disable:focus {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #ccc, #ccc) !important;
}

.btn_purple:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #8d8dff, #00c7ff);
}

.btn_border_blue {
border: solid 1px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #8d8dff, #00c7ff);
}

.hero-image {
  background-image: url("../images/Preasses_dashboard_course.png"); /* The image used */
	color: #ffffff;
  border-radius: 8px;
  height: 314px; /* You must set a specified height */
  background-position: center center; /* Center the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.hero-image-mb{
  background-image: url("../images/mobile-Preassessment.png"); /* The image used */
	color: #ffffff;
  border-radius: 8px;
  height: 314px; /* You must set a specified height */
  background-position: center center; /* Center the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

/**css start rating***/
.ratings {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  direction: rtl;
  text-align: left;
}

.star {
  position: relative;
  line-height: 35px;
  display: inline-block;
  transition: color 0.2s ease;
  color: #ebebeb;
}

.star:before {
  content: '\2605';
  width: 35px;
  height: 35px;
  font-size: 35px;
}

.star:hover,
.star.selected,
.star:hover ~ .star,
.star.selected ~ .star{
  transition: color 0.8s ease;
  color: #FFB743;
}

.star1 {
  position: relative;
  line-height: 35px;
  display: inline-block;
  transition: color 0.2s ease;
  color: #ebebeb;
}

.star1:before {
  content: '\2605';
  width: 35px;
  height: 35px;
  font-size: 35px;
}

.star1:hover,
.star1.selected1,
.star1:hover ~ .star1,
.star1.selected1 ~ .star1{
  transition: color 0.8s ease;
  color: #FFB743;
}
.star2 {
  position: relative;
  line-height: 35px;
  display: inline-block;
  transition: color 0.2s ease;
  color: #ebebeb;
}

.star2:before {
  content: '\2605';
  width: 35px;
  height: 35px;
  font-size: 35px;
}

.star2:hover,
.star2.selected2,
.star2:hover ~ .star2,
.star2.selected2 ~ .star2{
  transition: color 0.8s ease;
  color: #FFB743;
}

.star3 {
  position: relative;
  line-height: 35px;
  display: inline-block;
  transition: color 0.2s ease;
  color: #ebebeb;
}

.star3:before {
  content: '\2605';
  width: 35px;
  height: 35px;
  font-size: 35px;
}

.star3:hover,
.star3.selected3,
.star3:hover ~ .star3,
.star3.selected3 ~ .star3{
  transition: color 0.8s ease;
  color: #FFB743;
}

.star4 {
  position: relative;
  line-height: 35px;
  display: inline-block;
  transition: color 0.2s ease;
  color: #ebebeb;
}

.star4:before {
  content: '\2605';
  width: 35px;
  height: 35px;
  font-size: 35px;
}

.star4:hover,
.star4.selected4,
.star4:hover ~ .star4,
.star4.selected4 ~ .star4{
  transition: color 0.8s ease;
  color: #FFB743;
}

.star5 {
  position: relative;
  line-height: 35px;
  display: inline-block;
  transition: color 0.2s ease;
  color: #ebebeb;
}

.star5:before {
  content: '\2605';
  width: 35px;
  height: 35px;
  font-size: 35px;
}

.star5:hover,
.star5.selected5,
.star45:hover ~ .star5,
.star5.selected5 ~ .star5{
  transition: color 0.8s ease;
  color: #FFB743;
}
/*****/

.pb_10p {
	padding-bottom: 10px;
}

.pl-30  {
	padding-left: 90px;
}

/**heart **/

.far {
	color: #17aaff;
}

.fas {
	color: #17aaff;
}


.heart {
	cursor: pointer;
}

.pulse {
	animation: pulse .5s;
}

@keyframes .pulse {
	0% {transform: scale(1); }
	100% {transform: scale(1);}
	100% {transform: scale(1);}
}

.badge_price {
  font-family: 'Kanit-Light';
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  border-radius: 6px;
  padding: 0rem 1.2rem;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #8d8dff, #00c7ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.btn_orange {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #ff6f00, #ffec00);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.btn_orange:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #ffec00, #ff6f00);
}

.btn_orange_del {
	width: 150px;
	height: 38px;
	font-size: 18px;
	background:
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(to right, #ffc300,#ff6f00) border-box;
  color: #EF8818;
  border-radius:8px;
  border:1px solid transparent;
	text-align: center;
padding: 0rem 0rem;
}
.btn_orange_del:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #ffec00, #ff6f00);
color: #fff;
	border-radius: 8px;
	padding: 0rem 0rem;
}

.btn_purple {
  border-radius: 100rem;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #00c7ff, #8d8dff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.btn_purple:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #8d8dff, #00c7ff);
}
.btn_regis_login {
  font-size: 16px;
  color: #ffffff;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(135deg, #00c7ff, #8d8dff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.btn_regis_login:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(135deg, #8d8dff, #00c7ff);
}

.btn_price_ws {
font-family: 'Kanit-Light';
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #8d8dff, #00c7ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
	color: #fff;
	height: 26px;
	width: 65px;
	padding: 2px 8px ;
	float : right;
	border-radius: 5px;
border: solid 0px transparent;
}

.btn_price {
  font-family: 'Kanit-Light';
  font-size: 18px;
  color: #ffffff;
  border-radius: 6px;
  padding: 0rem 1.2rem;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #8d8dff, #00c7ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.btn_price:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #00c7ff, #8d8dff);
}

.btn_price_pf {
  font-family: 'Kanit-Light';
  font-size: 18px;
  color: #ffffff;
	width: 120px;
	height: 38px;
  border-radius: 6px;
  padding: 0rem 1.2rem;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #8d8dff, #00c7ff);
  background-origin: border-box;
  background-clip: content-box, border-box;
}



.btn_price_pf:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #00c7ff, #8d8dff);
}

.btn_cancle {
  font-family: 'Kanit-Light';
  font-size: 18px;
	width: 120px;
	height: 38px;
	color: #6C9BFF;
  border-radius: 6px;
  padding: 0rem 1.2rem;
  border: solid 3px transparent;
	background-color: Transparent;
    background-repeat:no-repeat;
    cursor:pointer;
    overflow: hidden;
    outline:none;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.btn_cancle:hover ,.btn_cancle:focus {
 background: rgb(236,236,236);
background: linear-gradient(167deg, rgba(236,236,236,1) 30%, rgba(236,236,236,1) 55%);
	 overflow: hidden;
    outline:none;
}


.button_DC {
 overflow: hidden;
    outline:none;
}
.btn_save_mb {
  font-family: 'Kanit-Light';
  font-size: 18px;
  color: #ffffff;
  border-radius: 3px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #8d8dff, #00c7ff);
   height:  29px;
   padding: 0px 20px;
   text-align: center;
   display: block;
}


.btn_add {
  font-family: 'Kanit-Light';
  font-size: 18px;
  color: #6C9BFF;
  border-radius: 8px 8px 8px 8px;
	height: 43px;
  padding: 0rem 1.2rem;

}

.btn_cancle {
  font-family: 'Kanit';
  font-size: 18px;
  padding: 0rem 1.2rem;
  border: solid 3px transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.btn_cancle_mb {
  font-family: 'Kanit';
  font-size: 18px;
	background: #ffffff ;
	border-radius: 4px; color: #6C9BFF;
     padding: 0px 15px;
   text-align: center;
   display: block;
  background-origin: border-box;
  background-clip: content-box, border-box;
}





.btn_language_th {
  font-size: 13px;
  color: #494949;
  border: 1px solid #c1c1c1;
  border-right: 0px;
  background-color: #c1c1c1;
  padding: 4px 10px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.btn_language_en {
  font-size: 13px;
  color: #494949;
  border: 1px solid #c1c1c1;
  border-right: 0px;
  background-color: #c1c1c1;
  padding: 4px 10px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.btn_language_th.active, .btn_language_en.active, .btn_language_th:hover, .btn_language_en:hover {
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #c7c7c7, #ffffff);
}

.btn-upload {
font-family: 'Kanit-Light';
font-size: 16px;
  color: #ffffff;
  border: 1px solid #c1c1c1;
  border-right: 0px;
  background-color: #c1c1c1;
	height: 35px;
	 border-radius: 8px 8px 8px 8px;

}


.navbar-brand img {
  height: 66px;
}
.navbar_nav_header a {
  color: #494949;
  font-size: 16px;
}
.navbar_nav_header a.active, .navbar_nav_header a:hover {
  border: 0 solid;
  border-bottom: 5px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #ff6f00, #ffec00);
  display: inline-block;
}
.navbar_nav_header .nav-link {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
.swiper-button-prev {
  background-image: url(../../assets/images/slide_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.swiper-button-next {
  background-image: url(../../assets/images/slide_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.swiper-button-prev00 {
  background-image: url(../../assets/images/slide_arrow_left.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.swiper-button-next00 {
  background-image: url(../../assets/images/slide_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.swiper-button-next00::after, .swiper-button-prev00::after {
  display: none;
}

/*checkbox blue*/
.container_blue {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  	border-color:#cecece;
	margin-top: 3px;
}

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

/* Create a custom checkbox */
.checkmark_blue {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container_blue:hover input ~ .checkmark_blue {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_blue input:checked ~ .checkmark_blue {
  background-color: #2196F3;
}

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

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

/* Style the checkmark/indicator */
.container_blue .checkmark_blue: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);
}
/* /Create a custom checkbox */

/* Go to Top*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #dc202d;
  color: white;
  cursor: pointer;
  padding: 0px;
  border-radius: 50%;
  font-size: 18px;
  width: 50px;
  height: 50px;
  opacity: 0.3;
}
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 18px;
  background-color: #000000;
  color: #ffffff;
  opacity: 0.3;
  padding-top: 10px;
  z-index: 5;
}
a.back-to-top:focus, a.back-to-top:hover {
  color: #ffffff;
  opacity: 0.6;
  box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 5%);
}
html {
  scroll-behavior: smooth;
}
#myBtn:hover {
  background-color: #dc202d;
  opacity: 1;
}
/* /.Go to Top */

/* readmore */
.txt_readmore {
  font-size: 15px;
}
.content_page_readmore .collapse:not(.show) {
  /* height: 150px !important; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content_page_readmore .collapsing {
  min-height: 60px !important;
}
.content_page_readmore a.collapsed:after {
  content: 'อ่านทั้งหมด';
}
.content_page_readmore a:not(.collapsed):after {
  content: 'อ่านน้อยลง';
}

/* /. readmore */

/* readmore_review */
.txt_readmore_review {
  font-size: 15px;
}
.content_page_readmore_review .collapse:not(.show) {
  height: 35px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content_page_readmore_review .collapsing {
  min-height: 60px !important;
 float: right;
}
.content_page_readmore_review a.collapsed:after {
  content: 'อ่านทั้งหมด';
	float: right;
}
.content_page_readmore_review a:not(.collapsed):after {
  content: 'อ่านน้อยลง';
	float: right;
}

/* /. readmore_review */


.form_control {
  font-family: 'Kanit-Light';
  font-size: 18px;
  line-height: 24px;
  height: 3rem;
  border-radius: 25px;
}
.form_control_search {
  font-family: 'Kanit-Light';
  font-size: 18px;
  line-height: 24px;
  height: 2.2rem;
  border-radius: 25px;
}
.form_control_custom01 {
  font-family: 'Kanit-Light';
  font-size: 24px;
  border: 0;
  border-bottom: 1px solid #ccc;
  height: 50px;
}
.card-ribbon {
  position: absolute;
  overflow: hidden;
  top: -10px;
  right: -10px;
  width: 114px;
  height: 112px;
}
.card-ribbon span {
  color: #fff;
  font-size: 27px;
  position: absolute;
  display: block;
  width: 160px;
  padding: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(0deg, #ff6f00, #ffec00);
  text-transform: uppercase;
  text-align: center;
  right: -45px;
  top: 20px;
  transform: rotate(45deg);
}
.card:hover img {
  opacity: 0.9;
}
.card:hover .txt_card_title {
  color: #17aaff;
}
.card_event {
  background-color: transparent;
}
.card-img-event {
  border-radius: 8px;
}

.px_15p {
padding-left: 15px;
padding-right: 15px;
}
.ellipsis_1row {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all;
height: 30px !important;
}

.ellipsis_1row_review {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all;
height: 25px !important;
}

.ellipsis_1row_title_review {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
word-break: break-all;
height: 20px !important;
}


.ellipsis_1row_review_mb {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-break: break-all;
height: 50px !important;
}

.ellipsis_1row_review_blog_main {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
word-break: break-word;
height: 95px !important;
	margin-right: 15px;
}

.ellipsis_1row_review_blog {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-break: break-word;
height: 59px !important;
}


.break_all {
word-break: break-all;
}

[data-toggle="collapse"] .fa:before {
  background: url(../images/up-faq-02.svg) right bottom/100% auto;
    background-repeat: no-repeat;
}
[data-toggle="collapse"].collapsed .fa:before {
 background: url(../images/down-faq-02.svg) right bottom/100% auto;
    background-repeat: no-repeat;
}

/*
.accordion .card-header.collapsed:after {
   background: url(../images/up-faq-02.svg) right bottom/100% auto;
    background-repeat: no-repeat;
}
*/

.table_true_border_lv2 td, .table_true_border_lv2 th {
  font-family: 'Kanit-Light';
  padding: 0.5rem 1.1rem;
  border-bottom: 1px solid #DDDDDD !important;
  border-top: 0px;
  border-right: 0px solid #DDDDDD;
  font-size: 20px;
  color: #333;
}
.table_true_border_lv2 tr:last-child td{
  border-bottom: 0px solid #DDDDDD !important;
}
.table_true_border_lv2 tr td:last-child{
 width: 150px;
}
.table_true_border_lv2.table_hover tbody tr:hover td {
  color: #EA2127 !important;
  background-color: #F3F3F3;
}

.nameclass{
	color: #fff;
     margin:0;
     padding:0;
     background:url("../images/icon-dashboard-04.svg") no-repeat left top #fff;
     width: 28px;
     height:28px;
}

.nameclass_mb{
	color: #fff;
	  margin:0;
     padding:0;
     background:url("../images/icon-dashboard-04.svg") no-repeat left top #fff;
     width: 28px;
     height:28px;
}

.card_ic_event {
  width: 15px;
  margin-right: 5px;
}

.card_ic_blog_main {
  width: 25px;
  margin-right: 10px;
}

.card_ic_blog_detail {
  width: 20px;
  margin-right: 10px;
}

.card_ic_blog_detail_mb {
  width: 15px;
  margin-right: 5px;
}


.blur-image {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.special-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1280px;
}


.card_event .card-footer {
  background-color: transparent;
}
.card-footer .txt_card_footer {
  font-size: 16px;
  color: #6f63ff;
}
/* Fix thumbnail */
.inner {
  overflow: hidden;
  height: 148px;
  background-color: #F2F2F2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.inner img {
  transition: all 0.0s ease;
}
.inner:hover img, .inner img.card-body:hover, .card:hover.card_me img {
  transform: scale(1.0);
}
.card-img-top {
  width: 100%;
  /*
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem;
*/
}

.card-body2{
	background-color: #D0D9DD;
}

.card-body3{
	background-color: #fff;
	flex: 1 1 auto;
    padding: 8px 10px 8px 10px;
}


.card-img-top_event{
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}



.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
/* User Account */
.user_account_dropdown {
  position: absolute !important;
  min-width: 220px;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(145deg, #00c7ff, #8d8dff);
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.topimg_user_account {
  width: 28px;
  min-width: 28px;
  border-radius: 50%;
}
.txt_top_user_account {
  font-family: 'Kanit-Light';
  font-size: 16px;
  padding-left: 8px;
}

.setting_dropdown_menu a {
  font-size: 18px;
  color: #ffffff;
}
.setting_dropdown_menu a:hover, .setting_dropdown_menu a.active {
  color: #3a3a3a;
}

#tag1 {
 padding: 5px 15px 5px 15px;
 border-radius: 25px;
background: rgb(199,243,255);
background: linear-gradient(129deg, rgba(199,243,255,1) 0%, rgba(230,230,255,1) 100%);
}

.btn-link {
   font-family: 'Kanit-Light';
    color: #1B92E2;
    text-decoration: none;
    text-align: left;
    padding-left: 5px;
    padding-right: 20px;
  font-size: 18px;
  white-space: normal;
}
.btn-link:hover {
    color: #1B92E2;
    text-decoration: none;
}

.card-header {
    padding: .3rem 1.25rem;
    margin-bottom: 0 !important;
    background-color: #fff !important;
    border-bottom: 1px solid #fff !important;
    color: #070707;
  border-radius: 5px 5px 0 0 !important;
}

.accordion .card-header {
    padding: .5rem 0.8rem !important;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f106 ";
    float: right;
    margin-top: 0px;
    color: #070707;
    position: absolute;
    right: 19px;
    top: 14px;
}
/*
.accordion .card-header.collapsed:after {
    content: "\f107";
}
*/
.accordion .card-header {
    padding: .5rem 0.8rem !important;
}
.accordion .card-header:after {
	width: 19px;
    height: 16px;
    display: inline-block;
	content: url('');
    -webkit-mask-size: cover;
    mask-size: cover;
	background: url(../images/up-faq-02.svg) right bottom/100% auto;
    background-repeat: no-repeat;
}
.accordion .card-header.collapsed:after {
    background: url("../images/down-faq-02.svg") right bottom/100% auto;
    background-repeat: no-repeat;
	content: '';
}

.card-header {
  border-bottom: 0px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: .20rem .20rem 0 0;
}

/* Create container-checkbox */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
border-radius: 12px;

}

.container-checkbox_gradient {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	background:
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(to right, #00c7ff,#8d8dff) border-box;
  border-radius:4px;
}

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

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
 border: 1px solid #ccc;
	border-radius: 4px;

}

.checkmark_gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
background:
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(to right, #00c7ff,#8d8dff) border-box;
  border-radius:4px;
  border:1px solid transparent;
}

/* On mouse-over, add a grey background color */
.container-checkbox :hover input ~ .checkmark {
  background-color: #ccc;
	border-radius: 4px;
	border-style: solid;
}

.container-checkbox_gradient :hover input ~ .checkmark_gradient{
  background:
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(to right, #00c7ff,#8d8dff) border-box;
  border-radius:4px;
  border:1px solid transparent;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark{
  background-color: #2196F3;
	border-radius: 4px;
}

.container-checkbox_gradient input:checked ~ .checkmark_gradient{
	 background-color: #2196F3;
	border-radius: 4px;
}

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

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after,.container-checkbox_gradient input:checked ~ .checkmark_gradient:after {
  display: block;
}

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

.container-checkbox_gradient .checkmark_gradient:after{
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
    background:
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(to right, #00c7ff,#8d8dff) border-box;
  border-radius:4px;
  border:1px solid transparent;
  border-width: 0 2px 3px 0;
	 -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}

.embed-responsive-full {
    padding-top: 100%;
    height: 720px;
}

.checkmark_gradient_2 {
  position: absolute;
  height: 30px;
  width: 30px;
background:
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(to right, #00c7ff,#8d8dff) border-box;
  border-radius:4px;
  border:1px solid transparent;
}

/* On mouse-over, add a grey background color */
.checkmark_gradient_2 :hover input ~ .checkmark_2 {
  background-color: #ccc;
	border-radius: 4px;
	border-style: solid;
}

.container-checkbox_gradient_2 :hover input ~ .checkmark_gradient_2{
  background:
    linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/
    linear-gradient(to right, #00c7ff,#8d8dff) border-box;
  border-radius:4px;
  border:1px solid transparent;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox_2 input:checked ~ .checkmark_2{
  background-color: #2196F3;
	border-radius: 4px;
}

.container-checkbox_gradient_2 input:checked ~ .checkmark_gradient_2{
	 background-color: #2196F3;
	border-radius: 4px;
}

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

/* Show the checkmark when checked */
.container-checkbox_2 input:checked ~ .checkmark_2:after,.container-checkbox_gradient_2 input:checked ~ .checkmark_gradient_2:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox_2 .checkmark_2:after{
  left: 10px;
  top: 3px;
  width: 8px;
  height: 20px;
  border: 0 solid white;
  border-width: 0 2px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-checkbox_gradient_2 .checkmark_gradient_2:after {
    left: 10px;
    top: 3px;
    width: 8px;
    height: 20px;
    background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to right, #00c7ff,#8d8dff) border-box;
    border-radius: 1px;
    border: 1px solid transparent;
    border-width: 0px 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Box styles */
.myBox {
border: none;
font: 16px/16px;
font-family: 'Kanit-Light';
width: 100px;
height:340px;
overflow: scroll;
}

/* Scrollbar styles */
.myBox::-webkit-scrollbar {
width: 12px;
height: 12px;
}

.myBox::-webkit-scrollbar-track {
border-radius: 12px;
	margin-right: 35px;
}


.myBox::-webkit-scrollbar-track:vertical {
	background: #EAEAEA;
}


.myBox::-webkit-scrollbar-thumb {
	background: -webkit-linear-gradient(top,#00C7FF,#8D8DFF);
border-radius: 12px;
}

.myBox::-webkit-scrollbar-thumb:hover {
background: -webkit-linear-gradient(top,#00C7FF,#8D8DFF);
}
/* /Box styles */

/* Box pink styles */
.myBox_pink {
border: none;
font: 16px/16px;
font-family: 'Kanit-Light';
width: 100%;
height:300px;
overflow: scroll;
overflow-x: hidden;

}

/* Scrollbar styles */
.myBox_pink::-webkit-scrollbar {
width: 12px;
height: 12px;
}

.myBox_pink::-webkit-scrollbar-track {
border-radius: 12px;
margin-right: 35px;
margin-top:30px;

}


.myBox_pink::-webkit-scrollbar-track:vertical {
	background : #EAEAEA;
}


.myBox_pink::-webkit-scrollbar-thumb {
	background: -webkit-linear-gradient(top, #f66aff, #1565ff);
border-radius: 12px;

}

.myBox_pink::-webkit-scrollbar-thumb:hover {
background: -webkit-linear-gradient(top, #f66aff, #1565ff);
}
/* /Box styles */

/* Box page term_privacy styles */
.myBox_term {
border: none;
font: 16px/16px;
font-family: 'Kanit-Light';
width: auto;
overflow-y: scroll;
}

/* Scrollbar styles */
.myBox_term::-webkit-scrollbar {
width: 12px;
height: 12px;
}

.myBox_term::-webkit-scrollbar-track {
border-radius: 12px;
	margin-right: 35px;
}


.myBox_term::-webkit-scrollbar-track:vertical {
	background: #EAEAEA;
}


.myBox_term::-webkit-scrollbar-thumb {
	background: -webkit-linear-gradient(top,#00C7FF,#8D8DFF);
border-radius: 12px;
}

.myBox_term::-webkit-scrollbar-thumb:hover {
background: -webkit-linear-gradient(top,#00C7FF,#8D8DFF);
}
/* /Box styles */

input[type=text]:disabled {
  background: #BABABA;
}

#uname2::placeholder {
  color: #fff;
}

#course::placeholder {
  color: #333333;
}

.swiper-slide {
	height: auto !important;
	}

.swiper-slide .card2.h-80 {
	height: 100%;
}
.swiper-slide .swiper-slide {
	margin-bottom: 20px;
}
.swiper-slide .card2 .card-footer{
	padding-bottom: 0px;
}
.swiper-slide .card2 .card-body{
	padding-bottom: 0px !important;
}



/* --- */


@media (max-width: 1199px) {
  .inner {
    height: 122px;
  }

}

@media (min-width: 1200px) {

.line_nav{
     display: none;
  }

}


@media (max-width: 1024px) {
  .inner {
    height: 122px;
  }



}
@media (max-width: 991px) {
  .inner {
    height: 122px;
  }


}


@media (min-width: 1024px) {
  .inner {
    height: 122px;
  }

	.mb_setting_profile {
	  display: none;
   }

.card2-img-top_event_detail {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.img-user_account {
	border-radius: 70%;
	width: 140px;
	position:absolute;
	display:block;bottom:25px;
	z-index:999;
	}

}

@media (max-width: 820px)and (max-width: 990px) {
 .txt_bnn_header_title {
    font-size: 20px;
  }
  .txt_bnn_header_des {
    font-size: 10px;
  }

 .btn_bnn_header {
    font-size: 8px;
  }
}


@media (max-width: 820px) {
  .inner {
    height: 122px;
  }
.menu_profile{
	  display: none;
   }
.line_nav{
     display: block;
  }

.ellipsis_1row_review_blog_main {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
word-break: break-word;
height: 59px !important;
	margin-right: 15px;

}

.card2-img-top_event_detail {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.txt_blog_detail_main {
  	font-family: 'Kanit';
  font-size: 14px;
  color: #0A97E1;
}

	.card_ic_blog_main {
 width: 20px;
  margin-right: 10px;
}

.txt_card_blog {
font-family: 'Kanit-Light';
font-size: 18px;
  text-align: left;
	padding: 0px 0px 0px 10px;
	color: #000;
}


.card_ic_blog_detail_main{
  width: 20px;
  margin-right: 5px;
}

.img-user_account {
	border-radius: 70%;
	width: 60px;
	}

}


@media (max-width: 768px) {
  .inner {
    height: 122px;
  }

.menu_profile{
    display: none;
  }

.mb_setting_profile {
	  display: block;
   }
.card2-img-top_event_detail {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

	.card2-img-top_event{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.card2-img-top_blog{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

}
@media (max-width: 767px) {
  .inner {
    height: 291px;
  }
	.hidden-mobile {
          display: none;
        }

	#hidden-mobile_2 {
          display: none;
        }
	#add_more_pc {
	  display: none;
   }
#add_more_pc2 {
	  display: none;
   }

.line_nav{
     display: none;
  }
	.hidden-mobile_2 {
          display: none;
        }

.card2-img-top_event{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.card2-img-top_blog{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.card2-img-top_blog_detail{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.card-footer2{
		padding: 20px 0px 0px 0px;
		background-color:rgba(0,0,0,.02);
		border-top: 1px solid rgba(0,0,0,.125)
}

 .card-footer2 {
	margin-left : 10px;
	margin-right : 10px;
}

.ellipsis_1row_review_blog {
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    line-height: 16px;
	height: 30px !important;
	padding-right: 15px;
}

.card_ic_blog_detail_main{
  width: 15px;
  margin-right: 5px;
}

.card_ic_blog_detail{
  width: 12px;
  margin-right: 5px;
}

.txt_blog_detail {
  	font-family: 'Kanit';
  font-size: 9px;
  color: #0A97E1;
}

.img-user_account {
	border-radius: 70%;
	width: 60px;
	}

}

@media (max-width: 736px) {
  .inner {
    height: 291px;
  }

.card-footer3{
		padding: 10px 0px 0px 0px;
		background-color:rgba(0,0,0,.02);
		border-top: 1px solid rgba(0,0,0,.125)
}


}

@media (max-width: 576px) {
  .inner {
    height: 291px;
  }

.txt_card_title_event {
    -webkit-line-clamp: 3;
}
.swiper-course01 .swiper-slide:first-child {
    margin-left: 0px;
    padding-left: 0px;
}
.swiper-course01 .swiper-slide:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.swiper-course02 .swiper-slide:first-child {
    margin-left: 0px;
    padding-left: 0px;
}
.swiper-course02 .swiper-slide:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.swiper-container {
    padding: 0 10px !important;
	margin-bottom: 15px;
}

  .txt_bnn_header_title {
    font-size: 24px;
  }
  .txt_bnn_header_des {
    font-size: 16px;
  }

 .btn_bnn_header {
    font-size: 16px;
  }

 .txt_head_title {
    font-size: 26px;
  }
}

@media (max-width: 568px) {
  .inner {
    height: 307px;
  }

}
@media (max-width: 567px) {
  .inner {
    height: 306px;
  }
}
@media (max-width: 558px) {
  .inner {
    height: 301px;
  }
}
@media (max-width: 414px) {
  .inner {
    height: 220px;
  }

.txt_dashboard_14_blue {
  font-size: 11px;
	color: #5066FF;
}

.txt_dashboard_14_orange {
  font-size: 11px;
	color: #e57e17;
}

}
@media (max-width: 375px) {
  .inner {
    height: 198px;
  }

}

@media (min-width: 320px) and (max-width: 375px)  {
  #hidden_pageing {
		display: none;
	}
}

@media (max-width: 320px) {
  .inner {
    height: 167px;
  }
}
/* /.Fix thumbnail */
@media (min-width: 768px) {
  .bg_home_blog {
    background: url(../images/hd_img_01.png) right bottom/50% auto;
    background-repeat: no-repeat;
  }

#add_more_mobile{
     display: none;
  }

#line_nav{
     display: block;
  }

	.card2-img-top_event{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.card-footer2{padding:.9375rem 1.25rem;background-color:rgba(0,0,0,.02);border-top:1px solid rgba(0,0,0,.125)}
 .card-footer2 {
	margin-left : 10px;
	margin-right : 10px;
}

}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 8px;
    padding-left: 8px;
  }
}


@media (min-width: 1024px) {
	.mt-show {
		 display: block;

	}

}
@media (max-width: 768px) {}
@media (max-width: 576px) {
  .content_wrapper {
    padding-top: 100px;
  }
  .txt_topbnn_headbig_lv1 {
    font-size: 56px;
    line-height: 60px;
  }
  .txt_topbnn_headdes_lv1 {
    font-size: 22px;
    line-height: 40px;
  }
  .txt_home_blog {
    font-size: 18px;
  }
  .txt_topbnn_headbig_lv2 {
    font-size: 38px;
  }

  .navbar-brand img {
    height: 58px;
  }

 .accordion .card-header {
    padding: .5rem 0.3rem !important;
  }
  .table_true_border_lv2 td, .table_true_border_lv2 th {
    padding: 0px;
  }
  .accordion .card-header:after {
    right: 10px;
    top: 14px;
}
  .table_true_border_lv2 tr td:last-child {
    width: 100%;
}


}

.txt_dashboard_14_blue{
  font-size: 14px;
  color: #5066FF;
}

.txt_dashboard_24_blue{
  font-weight: bold;
  font-size: 24px;
  color: #5066FF;
}

.txt_18_blue {
  font-weight: bold;
  font-size: 18px;
  color: #5066FF;
}

.txt_dashboard_14_orange{
  font-size: 14px;
  color: #ffab40;
}

.txt_dashboard_24_orange{
  font-weight: bold;
  font-size: 24px;
  color: #ffab40;
}

.txt_18_orange {
  font-weight: bold;
  font-size: 18px;
  color: #f48f21;
}
