@charset "UTF-8";header{width:100%;background:#fff;position:fixed;top:0;left:0;z-index:1000;box-shadow:0 0 5px rgba(0,0,0,.5)}header,header .container{height:90px}header .container .logo{left:20px}header .container .lang_box,header .container .logo{position:absolute;top:50%;transform:translateY(-50%)}header .container .lang_box{right:20px;background:#bdbdbd;border-radius:10px;height:30px;line-height:30px}header .container .lang_box .lang{display:inline-block;padding:0 10px;cursor:pointer;color:#fff;border-radius:10px;font-weight:400}header .container .lang_box .lang.active{background:#2c347f;font-weight:500}header.login{background:rgba(0,0,0,.2)}header.login .container .logo{filter:brightness(0) invert(1)}header.login .container .notif_box{width:58px;height:58px;border-radius:58px;background:#fff url(/_next/static/media/icon_notif.6d95c32a.png) no-repeat 50%/17px;position:absolute;top:50%;right:260px;transform:translateY(-50%);cursor:pointer}header.login .container .notif_box .notif_count{position:absolute;top:14px;right:12px;background-color:red;color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;justify-content:center;align-items:center}header.login .container .lang_box{right:150px}header.login .container .logout_btn{width:140px;height:46px;line-height:46px;background:#fff url(/_next/static/media/icon_logout.b95e2b54.png) no-repeat 20px/18px;display:block;border-radius:20px;position:absolute;top:50%;right:0;transform:translateY(-50%);color:#ef6161;padding-left:50px;box-shadow:0 0 4px rgba(0,0,0,.2);cursor:pointer}header.login+section{padding-top:0}@media only screen and (max-width:1279px){header.login .container .notif_box{right:280px}header.login .container .lang_box{right:170px}header.login .container .logout_btn{right:20px}}@media only screen and (max-width:743px){header{height:70px}header.login .container .notif_box{width:36px;height:36px;right:170px;background-size:12px}header.login .container .notif_box .notif_count{position:absolute;top:5px;right:6px;background-color:red;color:#fff;font-size:9px;font-weight:700;width:14px;height:14px;border-radius:50%;display:flex;justify-content:center;align-items:center}header.login .container .lang_box{right:65px}header.login .container .logout_btn{right:20px;width:36px;height:36px;padding:0;text-indent:-9999px;background-position:50%}header .container{height:70px}}.card_flex{display:flex;flex-wrap:wrap}.card_event{width:calc((100% - 40px)/3);padding:10px;border-radius:10px;background:#fff;box-shadow:0 0 10px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;margin-right:20px;margin-bottom:20px}.card_event:nth-child(3n){margin-right:0}.card_event .card_image{width:100%;border-radius:10px;height:185px;overflow:hidden;margin-bottom:5px;position:relative}.card_event .card_image img{display:block;width:100%;height:100%;object-fit:cover}.card_event .card_image .card_flag{position:absolute;top:0;right:0;background:#2f318b;color:#fff;padding:5px 10px;font-weight:700;font-size:14px;border-radius:10px;text-transform:capitalize;box-shadow:0 4px 4px rgba(0,0,0,.2)}.card_event .card_image .card_flag.free{background:#009b4c}.card_event .card_info .event_title{font-size:16px;min-height:45px;max-height:45px;font-weight:700;color:#2f318b;margin-bottom:5px;display:block;line-clamp:2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card_event .card_info .event_location{background:url(/_next/static/media/icon_location.87827468.png) no-repeat 0/24px}.card_event .card_info .event_date,.card_event .card_info .event_location{padding-left:25px;font-size:14px;color:#c9c9c9;font-weight:500;margin-bottom:5px}.card_event .card_info .event_date{background:url(/_next/static/media/icon_date.fa55946f.png) no-repeat 0/24px}.card_event .card_info .event_time{padding-left:25px;background:url(/_next/static/media/icon_time.a2b84891.png) no-repeat 0/24px;font-size:14px;color:#c9c9c9;font-weight:500;margin-bottom:10px}.card_event .card_button_outer{display:flex;flex-direction:column;gap:10px}.card_event .card_button_outer .card_btn .blue_btn,.card_event .card_button_outer .card_btn .green_btn,.card_event .card_button_outer .card_btn .orange_btn{box-shadow:0 4px 4px rgba(0,0,0,.2);line-height:44px;font-weight:700}.card_event .card_button_outer .card_btn .blue_btn span{background:url(/_next/static/media/icon_ticket.3be653bc.png) no-repeat 0/24px;padding-left:25px}@media only screen and (max-width:1279px){.card_event{width:calc((100% - 20px)/2);margin-right:20px}.card_event:nth-child(2n){margin-right:0}.card_event .card_info .event_title{margin-bottom:10px}}@media only screen and (max-width:743px){.card_event{width:100%}.card_event,.card_event:nth-child(2n){margin-right:0}}.certificate_list_section{margin-top:20px;margin-bottom:20px}.certificate_list_section h3{color:#2c347f;font-size:24px;font-weight:700;margin-bottom:16px}.certificate_list_section .no_certificate_box{background-color:#fff;border:1px solid #e4e4e4;border-radius:12px;padding:20px;display:flex}.certificate_list_section .no_certificate_text{color:#333;font-size:18px;font-weight:500}.certificate_list_section .certificate_table{width:100%;border-collapse:collapse}.certificate_list_section .certificate_table thead tr{background-color:#f4f4f4}.certificate_list_section .certificate_table thead tr th{text-align:left;padding:12px;font-size:16px;color:#5b5b5b;text-transform:capitalize}.certificate_list_section .certificate_table tbody tr{background-color:#fff}.certificate_list_section .certificate_table tbody tr:nth-child(2n){background-color:#f9f9f9}.certificate_list_section .certificate_table tbody tr td{padding:12px;font-size:16px;color:#333}.certificate_list_section .certificate_table tbody tr td a.download_btn{display:inline-flex;align-items:center;background-color:#009b4c;color:#fff;padding:8px 16px;border-radius:8px;text-decoration:none;font-weight:500;transition:background-color .3s}.certificate_list_section .certificate_table tbody tr td a.download_btn:hover{background-color:#007f3a}.certificate_list_section .certificate_table tbody tr td a.download_btn svg{font-size:18px}.section_left_menu{width:215px;margin-right:55px}.section_left_menu .company_logo_box{width:215px;height:215px;position:relative;background:#c9c9c9;border-radius:10px;box-shadow:0 0 4px rgba(0,0,0,.2);margin-bottom:20px}.section_left_menu .company_logo_box img{display:block;width:100%;height:100%;object-fit:cover;position:absolute}.section_left_menu .company_logo_box .upload_logo_ctr .upload_logo_btn input[type=file]{width:30px;height:30px;top:auto;bottom:10px;left:auto;right:10px;z-index:10;cursor:pointer}.section_left_menu .company_logo_box .upload_logo_ctr .upload_logo_btn span{background:hsla(0,0%,100%,.75) url(/_next/static/media/icon_pencil.77920374.png) no-repeat 50%/20px;width:30px;height:30px;border-radius:30px;top:auto;bottom:10px;left:auto;right:10px;transform:none}.section_left_menu .company_logo_box .upload_logo_btn{width:100%;height:100%;display:block;position:absolute;top:0;left:0}.section_left_menu .company_logo_box .upload_logo_btn input[type=file]{width:100%;height:100%;display:block;position:absolute;top:0;left:0;opacity:0;cursor:pointer;z-index:10}.section_left_menu .company_logo_box .upload_logo_btn span{display:block;position:absolute;top:50%;left:50%;background:url(/_next/static/media/icon_picture.950cbd09.png) no-repeat top/24px;color:#2c347f;font-size:14px;font-weight:700;padding-top:30px;z-index:5;transform:translate(-50%,-50%);text-align:center}.section_left_menu .company_address_box{margin-bottom:20px;width:100%}.section_left_menu .company_address_box h5{color:#c9c9c9;font-size:14px;font-weight:500;border-bottom:1px solid #c9c9c9;margin-bottom:10px}.section_left_menu .company_address_box .cab_ctr{margin-bottom:20px;color:#5b5b5b;font-size:14px;font-weight:500}.section_left_menu .company_address_box .cab_ctr h4{font-size:18px;color:#2c347f;font-weight:500;margin-bottom:5px}@media only screen and (max-width:1279px){.section_left_menu{width:160px;margin-right:20px}.section_left_menu .company_logo_box{width:160px;height:160px}}@media only screen and (max-width:743px){.section_left_menu{position:absolute;top:0;left:20px;width:90px!important;margin-right:10px!important}.section_left_menu .company_logo_box{width:90px;height:90px}.section_left_menu .company_logo_box .upload_logo_btn span{font-size:12px}.section_left_menu .company_address_box{display:none}}.section_right_menu{width:calc(100% - 270px)}.section_right_menu .section_top_menu{margin-bottom:20px}.section_right_menu .section_company_name{padding-right:100px}.section_right_menu .section_company_name h2{font-size:40px;color:#2c347f;font-weight:700;text-transform:capitalize;display:inline-block}.section_right_menu .section_company_name .edit_profile_btn{background:url(/_next/static/media/icon_pencil.77920374.png) no-repeat 0/16px;color:#5b5b5b;font-weight:500;font-size:16px;padding-left:20px;text-decoration:underline;display:block;margin-left:15px;cursor:pointer;position:absolute;top:0;right:20px}.section_right_menu .section_company_stock_code h5{font-weight:700;font-size:24px;color:#c9c9c9;display:inline-block;margin-right:5px;text-transform:uppercase}.section_right_menu .section_company_stock_code span{color:#2c347f;font-size:24px;font-weight:700;display:inline-block;text-transform:uppercase}.section_right_menu .section_company_date{display:flex;flex-wrap:wrap;margin-bottom:10px}.section_right_menu .section_company_date .listing_date{font-size:16px;font-weight:500;color:#5b5b5b}.section_right_menu .section_company_date .listing_date span{color:#2c347f;font-weight:500}.section_right_menu .section_company_date .listing_date:after{content:"|";display:inline-block;margin:0 10px;color:#19a748}.section_right_menu .section_company_date .admission_date{font-size:16px;font-weight:500;color:#5b5b5b}.section_right_menu .section_company_date .admission_date span{color:#2c347f;font-weight:500}.section_right_menu .section_company_web{display:flex;flex-wrap:wrap}.section_right_menu .section_company_web .company_website{background:url(/_next/static/media/icon_website.96b3dd3b.png) no-repeat left 10px center/24px}.section_right_menu .section_company_web .company_email,.section_right_menu .section_company_web .company_website{box-shadow:0 0 4px rgba(0,0,0,.2);padding:0 10px 0 40px;height:50px;line-height:50px;border-radius:5px;margin-right:15px;color:#19a748}.section_right_menu .section_company_web .company_email{background:url(/_next/static/media/icon_email.9fb562af.png) no-repeat left 10px center/24px}.section_right_menu .section_company_web .data_submitted{background:#ff2f00 url(/_next/static/media/icon_upload_white.2be45489.png) no-repeat left 10px center/24px;box-shadow:0 0 4px rgba(0,0,0,.2);padding:0 10px 0 40px;height:50px;line-height:50px;border-radius:5px;color:#fff;cursor:pointer}.section_right_menu .section_company_web .in_review{background:#ffa629;box-shadow:0 0 4px rgba(0,0,0,.2);padding:0 10px;height:50px;line-height:50px;border-radius:5px;color:#fff;cursor:pointer}.section_right_menu .company_address_box{margin-bottom:20px;width:225px;display:none}.section_right_menu .company_address_box h5{color:#c9c9c9;font-size:14px;font-weight:500;border-bottom:1px solid #c9c9c9;margin-bottom:10px}.section_right_menu .company_address_box .cab_ctr{margin-bottom:20px;color:#5b5b5b;font-size:14px;font-weight:500}.section_right_menu .company_address_box .cab_ctr h4{font-size:18px;color:#2c347f;font-weight:500;margin-bottom:5px}.section_right_menu .section_company_menu{margin-top:20px}.section_right_menu .section_company_menu ul{display:flex;flex-wrap:wrap}.section_right_menu .section_company_menu ul:after{content:"";display:block;width:100%;border-bottom:1px solid #d9d9d9;position:relative;top:-1px;z-index:-1}.section_right_menu .section_company_menu ul li{display:block;margin-right:40px;font-weight:500;color:#2c347f;cursor:pointer}.section_right_menu .section_company_menu ul li.active{border-bottom:2px solid #19a748}.section_right_menu .section_bottom_ctr{display:flex;flex-wrap:wrap}.section_right_menu .section_bottom_ctr .section_profile_left{width:560px}.section_right_menu .section_bottom_ctr .section_profile_left .section_about_company,.section_right_menu .section_bottom_ctr .section_profile_left .section_industry_company{padding:20px;box-shadow:0 0 6px rgba(0,0,0,.2);border-radius:20px;background:#fff;margin-bottom:20px}.section_right_menu .section_bottom_ctr .section_profile_left .section_about_company h4,.section_right_menu .section_bottom_ctr .section_profile_left .section_industry_company h4{color:#2c347f;font-size:24px;font-weight:600;margin-bottom:10px}.section_right_menu .section_bottom_ctr .section_profile_left .section_about_company p,.section_right_menu .section_bottom_ctr .section_profile_left .section_industry_company p{font-size:14px;font-weight:500;color:#5b5b5b;word-break:normal}.section_right_menu .section_bottom_ctr .section_profile_left .section_industry_company{margin-bottom:0}.section_right_menu .section_bottom_ctr .section_profile_left .sic_box{border-bottom:1px solid #19a748;padding-bottom:10px;margin-bottom:10px}.section_right_menu .section_bottom_ctr .section_profile_left .sic_box:last-child{margin-bottom:0;border:none;padding:0}.section_right_menu .section_bottom_ctr .section_profile_left .sic_box h5{font-size:14px;font-weight:500;color:#2c347f}.section_right_menu .section_bottom_ctr .section_profile_right{width:calc(100% - 580px);margin-left:20px;overflow:hidden}.section_right_menu .section_bottom_ctr .section_profile_right .trading_box{height:390px;border-radius:20px;overflow:hidden}.section_right_menu .section_bottom_ctr .section_membership_none{background:#f0f0f0;border-radius:20px;padding:40px 20px;text-align:center;width:100%}.section_right_menu .section_bottom_ctr .section_membership_none.in_review{padding:80px 20px}.section_right_menu .section_bottom_ctr .section_membership_none.in_review h3{color:#ffa629}.section_right_menu .section_bottom_ctr .section_membership_none h3{font-size:24px;color:#2c347f;font-weight:700}.section_right_menu .section_bottom_ctr .section_membership_none p{color:#332c2b;font-size:500}.section_right_menu .section_bottom_ctr .section_membership_none .red_text{color:#ff2f00;font-weight:700}.section_right_menu .section_bottom_ctr .section_membership_none .black_text{color:#332c2b;font-weight:700}.section_right_menu .section_bottom_ctr .section_membership_none .download_pdf_btn{color:#fff;font-size:14px;background:#009b4c;border-radius:10px;margin-top:20px;height:50px;line-height:50px;display:inline-block;padding:0 20px;border:none;cursor:pointer}.section_right_menu .section_bottom_ctr .section_membership_none .download_pdf_btn span{background:url(/_next/static/media/icon_download_white.03bce332.png) no-repeat 0/24px;padding-left:30px;font-weight:600}.section_right_menu .section_bottom_ctr .section_membership{width:100%;display:flex;flex-wrap:wrap}.section_right_menu .section_bottom_ctr .section_membership .sm_left{width:220px}.section_right_menu .section_bottom_ctr .section_membership .sm_left .membership_box{width:100%;box-shadow:0 0 6px rgba(0,0,0,.1);padding:20px;border-radius:20px;margin-bottom:20px}.section_right_menu .section_bottom_ctr .section_membership .sm_left h3{color:#2c347f;font-size:24px;font-weight:700;margin-bottom:10px}.section_right_menu .section_bottom_ctr .section_membership .sm_left .mb_ctr{padding-bottom:5px;border-bottom:1px solid #009b4c;margin-bottom:5px}.section_right_menu .section_bottom_ctr .section_membership .sm_left .mb_ctr:last-child{padding-bottom:0;margin-bottom:0;border:none}.section_right_menu .section_bottom_ctr .section_membership .sm_left .mb_ctr h5{color:#2c347f;font-size:16px;font-weight:500}.section_right_menu .section_bottom_ctr .section_membership .sm_left .mb_ctr span{color:#5b5b5b;font-size:16px;font-weight:500}.section_right_menu .section_bottom_ctr .section_membership .sm_left .mb_ctr span.green_text{color:#009b4c;font-weight:700}.section_right_menu .section_bottom_ctr .section_membership .sm_left .member_status{width:100%;height:58px;line-height:58px;border-radius:15px;text-align:center;box-shadow:0 0 6px rgba(0,0,0,.1);color:#fff}.section_right_menu .section_bottom_ctr .section_membership .sm_left .member_status.inactive{background:linear-gradient(0deg,#ff9500 50%,#ffb855)}.section_right_menu .section_bottom_ctr .section_membership .sm_left .member_status.paid{background:linear-gradient(0deg,#009b4c 50%,#00c16e)}.section_right_menu .section_bottom_ctr .section_membership .sm_left .member_status span{font-size:24px;font-weight:700;margin-left:20px}.section_right_menu .section_bottom_ctr .section_membership .sm_right{width:calc(100% - 240px);margin-left:20px}.section_right_menu .section_bottom_ctr .section_membership .sm_right .section_payment_home{width:100%;height:100%;padding:20px;border-radius:20px;box-shadow:0 0 6px rgba(0,0,0,.1)}.section_right_menu .section_bottom_ctr .section_membership .sm_right .section_payment_home h3{color:#2c347f;font-size:24px;font-weight:700;margin-bottom:10px}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap{height:180px;overflow-x:auto}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box{position:relative;padding:5px 0;border-bottom:1px solid #009b4c}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box h5{color:#2c347f;font-size:14px;font-weight:500}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box .info{display:block;color:#f24822;font-size:14px;font-weight:500}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box .date{color:#5b5b5b;font-size:16px;font-weight:500}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box .green_btn,.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box .orange_btn{line-height:36px;width:176px;height:36px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box .green_btn .outline,.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box .orange_btn .outline{border:1px solid #19a748;background:#fff;color:#19a748}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box .orange_btn{width:186px;cursor:auto}.section_right_menu .section_bottom_ctr .section_table_box{width:100%;padding:20px;border-radius:10px;box-shadow:0 0 4px rgba(0,0,0,.2);margin-bottom:20px}.section_right_menu .section_bottom_ctr .section_table_box .stb_ctr{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:10px}.section_right_menu .section_bottom_ctr .section_table_box .stb_ctr h3{font-size:16px;font-weight:700;color:#2c347f}.section_right_menu .section_bottom_ctr .section_table_box .stb_ctr .add_more_btn{background:#009b4c url(/_next/static/media/icon_plus.d27704fa.png) no-repeat left 10px center/20px;padding-left:34px;color:#fff;border-radius:4px;box-shadow:0 0 4px rgba(0,0,0,.2);font-weight:500;height:34px;line-height:34px;width:130px;cursor:pointer}.section_right_menu .section_bottom_ctr .section_table_box table{width:100%;border-collapse:collapse}.section_right_menu .section_bottom_ctr .section_table_box table tr td{border-bottom:1px solid #19a748;padding:5px 0;color:#5b5b5b;font-weight:500}.section_right_menu .section_bottom_ctr .section_table_box table tr td span{display:block;color:#2c347f}.section_right_menu .section_bottom_ctr .section_table_box table tr td .action_btn{overflow:hidden}.section_right_menu .section_bottom_ctr .section_table_box table tr td .change_password{border-radius:4px;width:160px;background:#009b4c;height:27px;display:block;line-height:27px;color:#fff;padding:0 5px;text-align:center;cursor:pointer;float:right;margin-right:5px}.section_right_menu .section_bottom_ctr .section_table_box table tr td .change_password.disabled{background:#c9c9c9;color:#fff;cursor:not-allowed}.section_right_menu .section_bottom_ctr .section_table_box table tr td .edit_btn{width:27px;height:27px;display:block;text-indent:-9999px;background:url(/_next/static/media/icon_edit.a2f80f83.png) no-repeat 50%/contain;cursor:pointer;float:right}.section_right_menu .section_bottom_ctr .section_table_box table tr td .edit_btn.disabled{background:url(/_next/static/media/icon_edit_grey.e3f7fdfe.png) no-repeat 50%/contain;cursor:not-allowed}.section_right_menu .section_bottom_ctr .section_table_box table tr td .delete_btn{width:27px;height:27px;display:block;text-indent:-9999px;background:url(/_next/static/media/icon_delete.3e4ae48c.png) no-repeat 50%/contain;cursor:pointer;float:right}.section_right_menu .section_bottom_ctr .section_table_box table tr td .delete_btn.disabled{background:url(/_next/static/media/icon_delete_grey.d6e27c70.png) no-repeat 50%/contain;cursor:not-allowed}.section_right_menu .section_bottom_ctr .section_activity{width:100%}.section_right_menu .section_bottom_ctr .section_activity .sa_top{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:20px}.section_right_menu .section_bottom_ctr .section_activity .sa_top h3{font-size:24px;font-weight:700;color:#2c347f}.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu{display:flex;flex-wrap:wrap}.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .history_btn,.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .upcoming_btn{width:130px;height:34px;line-height:34px;box-shadow:0 0 4px rgba(0,0,0,.2);border-radius:4px;font-size:16px;color:#2f318b;text-align:center;margin-left:10px}.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .history_btn.active,.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .upcoming_btn.active{background:#19a748;color:#fff}.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .history_btn span{background:url(/_next/static/media/icon_lock.db208c08.png) no-repeat 0/24px;padding-left:26px}@media only screen and (max-width:1279px){.section_right_menu{width:calc(100% - 180px)}.section_right_menu .section_company_name h2{font-size:30px;line-height:32px}.section_right_menu .section_company_web .company_website{margin-bottom:15px}.section_right_menu .company_address_box{width:160px;top:175px}.section_right_menu .section_bottom_ctr .section_profile_left{width:100%;margin-bottom:20px}.section_right_menu .section_bottom_ctr .section_profile_right{width:100%;margin-left:0;height:60vh}.section_right_menu .section_bottom_ctr .section_profile_right .tradingview-widget-container{height:60vh}.section_right_menu .section_bottom_ctr .section_table_box:first-child .table_ctr table{width:100%}.section_right_menu .section_bottom_ctr .section_table_box .table_ctr{width:100%;overflow:auto}.section_right_menu .section_bottom_ctr .section_table_box .table_ctr table{width:800px}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box{width:100%;display:block!important;padding:10px 0}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box .green_btn{position:static!important;transform:none!important;margin-top:10px!important}}@media only screen and (max-width:743px){.section_right_menu{width:100%!important}.section_right_menu .section_company_name{padding-right:35px;padding-left:100px}.section_right_menu .section_company_name h2{font-size:16px;line-height:24px}.section_right_menu .section_company_name .edit_profile_btn{text-indent:-9999px;width:24px;height:24px;margin-left:0;padding:0;background-position:50%}.section_right_menu .section_company_stock_code{padding-left:100px}.section_right_menu .section_company_stock_code h5,.section_right_menu .section_company_stock_code span{font-size:14px}.section_right_menu .section_company_date{display:block;padding-left:100px}.section_right_menu .section_company_date .listing_date{font-size:12px}.section_right_menu .section_company_date .listing_date:after{content:"";width:100%;height:1px;display:block;background:#19a748;margin:5px 0}.section_right_menu .section_company_date .admission_date{font-size:12px}.section_right_menu .section_company_web{display:block}.section_right_menu .section_company_web .company_website{width:100%;margin-right:0}.section_right_menu .section_company_web .company_email{width:100%;margin-right:0;margin-bottom:15px}.section_right_menu .company_address_box{display:block;margin-top:15px;width:100%}.section_right_menu .company_address_box .cab_ctr{margin-bottom:10px}.section_right_menu .company_address_box .cab_ctr h4{font-size:16px;margin-bottom:0}.section_right_menu .section_company_menu ul li{font-weight:700;font-size:12px;margin-right:12px}.section_right_menu .section_bottom_ctr .section_profile_left .section_about_company,.section_right_menu .section_bottom_ctr .section_profile_left .section_industry_company{padding:15px}.section_right_menu .section_bottom_ctr .section_profile_left .section_about_company h4,.section_right_menu .section_bottom_ctr .section_profile_left .section_industry_company h4{line-height:20px;font-size:20px}.section_right_menu .section_bottom_ctr .section_activity .sa_top h3{font-size:20px;line-height:34px}.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu{justify-content:center;align-items:center;width:300px}.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .history_btn,.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .history_btn :active,.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .upcoming_btn,.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .upcoming_btn :active{width:120px;font-size:12px;margin:4px 12px}.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .history_btn,.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .history_btn :active,.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .upcoming_btn,.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .upcoming_btn :active{margin-top:8px}.section_right_menu .section_bottom_ctr .section_activity .sa_top .sa_menu .history_btn span{background-size:17px}.section_right_menu .section_bottom_ctr .section_table_box .stb_ctr .add_more_btn{width:80px;font-size:12px;background-position:left 4px center;background-size:12px;padding-left:16px}.section_right_menu .section_bottom_ctr .section_table_box:first-child .table_ctr table{width:400px}.section_right_menu .section_bottom_ctr .section_membership .sm_left{width:100%;margin-bottom:20px}.section_right_menu .section_bottom_ctr .section_membership .sm_left .membership_box{padding:15px}.section_right_menu .section_bottom_ctr .section_membership .sm_left .membership_box h3{font-size:20px}.section_right_menu .section_bottom_ctr .section_membership .sm_left .member_status{height:50px;line-height:50px}.section_right_menu .section_bottom_ctr .section_membership .sm_left .member_status span{font-size:20px}.section_right_menu .section_bottom_ctr .section_membership .sm_right{width:100%;margin-left:0;padding-left:0}.section_right_menu .section_bottom_ctr .section_membership .sm_right .section_payment_home h3{font-size:20px}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap{height:250px}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box{width:100%;display:block!important;padding:10px 0}.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box .green_btn,.section_right_menu .section_bottom_ctr .section_membership .sm_right .sp_wrap .sp_box .orange_btn{position:static!important;transform:none!important;margin-top:10px!important}}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slider_container .dekstop{width:100%;height:100%;object-fit:cover;display:block!important}.slider_container .mobile{display:none!important}@media only screen and (max-width:743px){.slider_container .dekstop{display:none!important}.slider_container .mobile{display:block!important}}footer{width:100%;height:100px;background:#2d3480}footer .container{height:100px;padding:0 20px}footer .logo{filter:invert(1) brightness(100);left:20px}footer .logo,footer .social_media{position:absolute;top:50%;transform:translateY(-50%)}footer .social_media{right:20px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}footer .social_media span{display:block;color:#beef61;font-size:16px;font-weight:500}footer .social_media ul{display:block;list-style:none;height:24px}footer .social_media ul li{display:inline-block;margin-left:10px}footer .social_media ul li img{display:block}@media only screen and (max-width:743px){footer{height:auto}footer .container{height:auto;padding:15px 0}footer .logo{margin:0 auto 15px}footer .logo,footer .social_media{position:static;display:block;transform:none}footer .social_media{margin:0 auto;text-align:center}}