#navbar_canvas{height: 85px; transition: var(--transition);}
#navbar{width: 100%; position: fixed; top: 0px; left: 0px; z-index: 55; box-shadow: var(--shadow); box-sizing: border-box; background: var(--bg_red); border-bottom: 1px solid var(--bg_redline);}
#navbar .nbTop{height: 30px; border-bottom: 1px solid var(--bg_line); background: #AB1E21; color: var(--text_white); padding: 0px 20px;}
#navbar .nbTop > div{float: right; margin-top: 4px;}
#navbar .nbTop > div > div:not(:last-child){margin-right: 25px;}
#navbar .nbTop .ntItem{display: inline-block;}
#navbar .nbTop .ntItem > div{display: grid; grid-template-columns: 15px min-content; grid-gap: 10px; align-items: center; white-space: nowrap;}
#navbar .nbTop .ntItem > div > div{width: 100%;}
#navbar .nbTop .ntItem > div > div:first-child > div{width: 15px; height: 15px;}
#navbar .nbTop .ntLang{display: inline-block;}
#navbar .nbTop .ntLang > div{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 15px; align-items: center;}
#navbar .nbTop .ntLang > div > div{width: 100%;}
#navbar .nbTop .ntLang > div > div > div{width: 17px; height: 17px;}
#navbar .nbBottom{display: grid; height: 55px; padding: 0px 20px; box-sizing: border-box; grid-template-columns: 225px 1fr 225px; box-sizing: border-box; align-items: center; max-width: 1400px; transition: var(--transition);}
#navbar .nbBottom > div{width: 100%;}
#navbar .nbBottom > div:nth-child(3){text-align: right;}
#navbar .navLogo{width: 240px; display: inline-block; transition: var(--transition);}
#navbar .navLogo > div{padding-bottom: 14%;}
#navbar .navMenu{white-space: nowrap; max-width: min-content; border-radius: 50px;}
#navbar .navMenu > a{display: inline-block; margin: 0px 10px;}
#navbar .navMenu > a > div{padding: 5px 15px 6px 15px; border-radius: 50px; color: var(--text_white); position: relative;}
#navbar .navMenu > a.active > div{background: var(--bg_reddark); box-shadow: inset 0px 0px 0px 1px var(--bg_redline);}
#navbar .navMenu > a:not(.active):hover > div{opacity: 0.7;}
#navbar .navOpt{white-space: nowrap; float: right;}
#navbar .navOpt > a{display: inline-block;}
#navbar .navOpt > a:not(:last-child) > div{margin-right: 15px;}
#navbar .navOpt .noItem{display: grid; color: var(--text_black); grid-template-columns: 15px 1fr; grid-gap: 10px; align-items: center; border: 1px solid var(--bg_black); border-radius: 10px; padding: 5px 10px; background: var(--bg_white);}
#navbar .navOpt .noItem > div{width: 100%;}
#navbar .navOpt .noItem > div:first-child > div{width: 15px; height: 15px;}
#navbar .navRegister{width: 100px; display: inline-block;}
#navbar .navRegister button{max-width: 150px; width: 100%;}
#navbar .navHamburger{width: 25px; height: 25px; display: none; cursor: pointer;}

.navbarSubMenu{width: 100%; height: calc(100% - 85px); z-index: 53; top: 85px; left: 0px; position: fixed; background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); display: none;}
.navbarSubMenu > div{max-width: 550px; padding: 20px; box-sizing: border-box; background: var(--bg_white); box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); border: 1px solid rgba(255, 255, 255, 0.3); position: relative; top: 15px; border-radius: 10px;}
.navbarSubMenu .nsmGrid{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; align-items: center;}
.navbarSubMenu .nsmGrid > a{width: 100%;}
.navbarSubMenu .nsmGrid .ngItem{display: grid; grid-template-columns: 20px 1fr; color: var(--text_black); grid-gap: 15px; align-items: center;}
.navbarSubMenu .nsmGrid .ngItem > div{width: 100%;}
.navbarSubMenu .nsmGrid .ngItem > div:first-child > div{width: 20px; height: 20px;}

#footer{background-color: var(--bg_reddark); color: var(--text_white);}
#footer > div{max-width: 1100px; padding: 25px 20px;}
#footer .fContent{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 25px; align-items: start;}
#footer .fContent > div{width: 100%;}
#footer .fContent .fcMaps{max-width: 400px; width: 100%; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; margin: 0px;}
#footer .fContent .fcMaps > a{width: 100%; color: var(--text_white);}
#footer .fContent .fcMaps > a > div:nth-child(2){margin-top: 10px;}
#footer .fContent .fcMaps > a > div:nth-child(2) > div{padding-bottom: 57%; border-radius: 10px;}
#footer .fContent .fcSlogan{margin-top: 15px; font-size: 20px; font-family: 'bold'; max-width: 240px; display: inline-block;}
#footer .fContent .fcContact > div{display: grid; grid-template-columns: 15px 1fr; align-items: center; grid-gap: 10px;}
#footer .fContent .fcContact > div:not(:last-child){margin-bottom: 10px;}
#footer .fContent .fcContact > div > div{width: 100%;}
#footer .fContent .fcContact > div > div:first-child > div{width: 15px; height: 15px;}
#footer .fCopyright{text-align: center; margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--bg_white); font-size: 11px;}
#footer .fcSocmed{margin-top: 25px; white-space: nowrap;}
#footer .fcSocmed > a{display: inline-block;}
#footer .fcSocmed > a:not(:last-child){margin-right: 15px;}
#footer .fcSocmed .fcItem{width: 20px; height: 20px;}

section{max-width: 1100px;}
section.minHeight{min-height: calc(100vh - 100px);}
section div.distance{padding: 0px 15px;}

.contentSpace{height: 50px;}
.footerSpace{height: 50px;}
.sectionTitle{font-size: 25px; font-family: 'title'; font-weight: bold; text-align: center;}
.sectionTitleMini{font-size: 17px; font-family: 'title';}

.menuCenter{width: min-content; border-radius: 10px; border: 1px solid var(--bg_silver); font-size: 0px; overflow: hidden; white-space: nowrap;}
.menuCenter > a{display: inline-block; color: var(--text_black); font-weight: bold;}
.menuCenter > a:not(:last-child) > div{border-right: 1px solid var(--bg_silver);}
.menuCenter > a:hover:not(.active){color: var(--text_blue);}
.menuCenter > a.active{background: var(--bg_silvercalm);}
.menuCenter .mcItem{padding: 10px 15px; font-size: 13px;}

#popup{width: 100%; top: 0px; left: 0px; height: 100%; position: fixed; z-index: 90; background: rgba(239, 239, 239, 0.55); overflow: auto;}
#popup table{width: 100%; height: 100%;}
#popup .p_canvas{max-width: 400px; width: 80%; margin-top: 50px; margin-bottom: 50px; box-shadow: 0 0 6px 0 rgba(161, 161, 161, 0.5); border-radius: 5px; overflow: hidden;}

.popup_head_action{height: 50px; padding: 0px 15px; background: var(--bg_pink); color: var(--text_white);}
.popup_head_action .pha_title{font-size: 15px; font-family: 'bold'; float: left; margin-top: 15px;}
.popup_head_action .pha_action{float: right;}
.popup_head_action .pha_action button{margin-top: 10px;}

.popup_list{list-style-type: none;}
.popup_list > li{padding: 15px 20px; cursor: pointer; transition: all 0.5s ease;}
.popup_list > li:not(:last-child){border-bottom: 1px solid #f6f6f6;}
.popup_list > li:hover{background: #e7e7e7;}
.popup_list > a > li{padding: 15px 20px; cursor: pointer; transition: all 0.5s ease; color: var(--text_black);}
.popup_list > a:not(:last-child) > li{border-bottom: 1px solid #f6f6f6;}
.popup_list > a:hover > li{background: #e7e7e7;}

.popupSuccess{text-align: center; padding: 25px;}
.popupSuccess > div:first-child > div{width: 100px; height: 100px;}
.popupSuccess > div:nth-child(2){margin: 10px 0px;}

.pageBgLogos{z-index: -1; position: fixed; bottom: -75px; right: 20%; width: 700px; height: 700px; background-size: 100%; background-image: url('../../../images/bg.png');}

.pageTitle{padding: 20px 25px; font-size: 25px; font-weight: bold;}
.pageTitle > div{position: relative; width: min-content; white-space: nowrap; color: var(--text_purple); display: inline-block;}
.pageTitle > div:before{content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 3px; background: var(--bg_green);}

.pageHead{margin-bottom: 35px; position: relative;}
.pageHead .phImg{padding-bottom: 30%; position: relative; background-color: var(--bg_silvercalm); background-size: cover;}
.pageHead .phImg:before{content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0,0,0,0.4);}
.pageHead .phTitle{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--text_white);}
.pageHead .phTitle > div:first-child{font-size: 45px; font-weight: bold;}

.page_info{background: var(--bg_silvercalm); padding: 25px 0px;}

.page_empty{margin-top: 75px; margin-bottom: 75px; text-align: center; color: var(--text_silver);}

.tab > div:first-child{display: table; color: var(--text_silver); border-bottom: 1.5px solid var(--bg_silver); table-layout: fixed; width: 100%; height: 50px;}
.tab > div:first-child > div{cursor: pointer; vertical-align: middle; white-space: nowrap; padding-bottom: 3px; font-size: 17px; text-align: center; position: relative;}
.tab.mini > div:first-child > div{font-size: 13px; font-weight: bold;}
.tab > div:first-child > div{display: table-cell;}
.tab > div:first-child > div:before{content: ''; position: absolute; bottom: -1.5px; height: 1.5px; width: 60%; background: var(--bg_blue); left: 0; right: 0; margin-left: auto; margin-right: auto; opacity: 0;}
.tab > div:first-child > div:hover{color: var(--text_black);}
.tab > div:first-child > div.active{color: var(--text_black);}
.tab > div:first-child > div.active:before{opacity: 1;}
.tab > div:last-child > span:not(:first-child){display: none;}

#alert{width: 100%; height: 0px; position: fixed; top: 0px; left: 0px; z-index: 100;}
#alert > div{width: 90%; max-width: 450px; transition: 0.2s; box-shadow: 0 0 6px 0 rgba(161, 161, 161, 0.5); position: relative; top: -100px; border-radius: 20px;}
#alert > div > div{padding: 9px 15px 11px 15px; text-align: center; color: var(--text_white);}
#alert > div.success{background: var(--bg_alert_green);}
#alert > div.warning{background: var(--bg_alert_orange);}
#alert > div.failed{background: var(--bg_alert_red);}

.title{padding: 15px 0px;}
.title > div{display: table; table-layout: fixed; width: 100%;}
.title > div > div{display: table-cell; vertical-align: middle;}
.title > div > div:first-child > div:first-child{font-size: 25px; font-family: 'bold';}
.title > div > div:first-child > div:nth-child(2){margin-top: 3px; color: var(--text_silver);}
.title > div > div:last-child{width: 150px;}
.title > div > div:last-child > a > div{border: 1px solid var(--bg_black); border-radius: 5px; float: right; padding: 5px 10px 6px 10px; transition: all 0.2s ease; background: var(--bg_black); color: var(--text_white);}
.title > div > div:last-child > a > div:hover{box-shadow: inset 0px 0px 0px 2px var(--bg_line);}

.menu_horizontal{margin: 15px 0px; overflow: hidden; height: 42px;}
.menu_horizontal > div{white-space: nowrap; overflow: auto; height: 75px;}
.menu_horizontal > div > a > div{display: inline-block; color: var(--text_black); padding: 10px 20px 12px 20px; cursor: pointer; transition: 0.2s; border-radius: 5px; background: var(--bg_silver); font-family: 'bold'; margin-right: 15px;}
.menu_horizontal > div > a:first-child > div{margin-left: 15px;}
.menu_horizontal > div > a:hover > div{background: var(--bg_silvercalm);}
.menu_horizontal > div > a > div.active{background: var(--bg_black); color: var(--text_white);}

.page_enrollment_bottom{margin-top: 35px; padding: 60px 0px 30px 0px; text-align: center; border-top: 1.5px solid var(--bg_red);}
.page_enrollment_bottom > div:first-child{font-size: 20px; margin-bottom: 15px;}
.page_enrollment_bottom > div:nth-child(2) button{padding: 10px 25px;}

.listPackage > div{display: none;}
.listPackage > div.active{display: block;}

.chatFloat {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  transition: var(--transition);
  z-index: 55;
}
.chatFloat.cfUp{bottom: 100px;}

.chatFloat .icon {
  padding-bottom: 100%;
  cursor: pointer;
  background-color: #25D366; /* WA green */
  border-radius: 50%;
}

.chatFloat .chatFloat__box {
  position: absolute;
  bottom: 60px;
  right: 0;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.3s ease;
}

.chatFloat.active .chatFloat__box {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.chatFloat .chatFloat__item {
  padding: 15px;
  border-bottom: 1px solid var(--bg_line);
  cursor: pointer;
  font-size: 17px;
  white-space: nowrap;
  text-align: right;
}

.chatFloat .chatFloat__item:last-child {
  border-bottom: none;
}

/**FRONT**/
.front_layout{display: grid; width: 500px; overflow: hidden; grid-template-columns: 1fr 1fr; margin-top: 70px; border: 2.5px solid var(--bg_green); border-radius: 10px;}
.front_layout > div{width: 100%;}
.front_layout > div:first-child{background-image: url('../../../images/background/front_panel.png');}
.front_layout > div:nth-child(2) > div{padding: 70px 15px;}
.front_layout .flTitle{font-size: 15px; font-weight: bold;}
.front_layout .flBtn{margin-top: 15px;}
.front_layout .flBtn button{width: 100%;}

.front_section_box{padding: 55px 0px; overflow: hidden; background: var(--bg_reddark);}

.front_cta{position: fixed; bottom: 95px; left: 15px; height: 0px; width: 100%; display: none; z-index: 55;}
.front_cta > div{max-width: 700px; position: relative; bottom: 0px; background: rgba(255, 255, 255, 0.8); box-shadow: 0px 0px 5px var(--bg_silvercalm); border: 1.5px solid var(--bg_red); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); border-radius: 10px; padding: 10px 15px; box-sizing: border-box;}
.front_cta .fcDesign{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; position: absolute; width: 100%; top: 0px; left: 0px; height: 0px;}
.front_cta .fcDesign > div{width: 100%; position: relative;}
.front_cta .fcDesign .fdIcon{position: absolute; background-size: cover;}
.front_cta .fcDesign .fdIcon.fi1{left: -10px; top: -30px; width: 35px; height: 35px; background-image: url('../../../images/background/front_cta_1.png');}
.front_cta .fcDesign .fdIcon.fi2{left: 0px; right: 0px; top: -40px; width: 45px; height: 45px; background-image: url('../../../images/background/front_cta_2.png');}
.front_cta .fcDesign .fdIcon.fi3{right: -10px; top: -40px; width: 35px; height: 35px; background-image: url('../../../images/background/front_cta_3.png');}
.front_cta .fcDesign .fdIcon.fi4{right: -10px; top: -25px; width: 45px; height: 45px; background-image: url('../../../images/background/front_cta_4.png');}
.front_cta .fcBox{display: grid; grid-template-columns: 1fr 170px; grid-gap: 20px; height: 60px; align-items: center;}
.front_cta .fcBox > div{width: 100%;}
.front_cta .fcBox button{width: 100%; white-space: nowrap;}

.front_header{position: relative;}
.front_header .fhVideo{height: calc(100vh - 85px); overflow: hidden; position: relative;}
.front_header .fhVideo:before{content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: #0000007a; z-index: 1;}
.front_header .fhVideo > video{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.front_header .fhImg{position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-size: cover; background-image: url('../../../images/background/front.jpg'); display: none;}
.front_header .fhContent{position: absolute; top: 50%; left: 30%; transform: translate(-50%, -50%); color: white; z-index: 2;}
.front_header .fhContent .fcWelcome{font-size: 20pt; font-family: 'light';}
.front_header .fhContent .fcTitle{font-size: 55pt; font-family: 'title'; line-height: 70px;}
.front_header .fhContent .fcDesc{margin-top: 5px; margin-bottom: 15px; font-size: 15pt; font-family: 'light';}
.front_header .fhContent .fcBtn{margin-top: 45px;}
.front_header .fhContent .fcBtn button{padding: 10px 45px; font-size: 17px;}

.front_why{background: var(--bg_reddark); color: var(--text_white); padding: 30px 20px;}
.front_why .fwContent{grid-gap: 15px; grid-template-columns: 1fr 1fr 1fr; max-width: 1000px; display: grid; align-items: center;}
.front_why .fwContent > div{width: 100%; box-sizing: border-box; height: 100%; max-width: 300px; text-align: center; position: relative; border-radius: 15px; box-shadow: inset 0px 0px 0px 1px var(--bg_redline); padding: 55px 15px;}
.front_why .fwContent > div:first-child, .front_why .fwContent > div:nth-child(3){background: var(--bg_red);}
.front_why .fwContent > div:nth-child(2){background: var(--bg_reddark);}
.front_why .fwContent > div:not(:last-child):before{content: ''; opacity: 0.5; position: absolute; width: 2px; right: -14px; top: 0px; height: 50px; background: var(--bg_purple);}
.front_why .fwContent .fcIcon > div{width: 45px; height: 45px;}
.front_why .fwContent .fcTitle{font-size: 25px; font-family: 'title'; margin-bottom: 5px; margin-top: 10px;}
.front_why .fwContent .fcDesc{}

.front_whats{padding-top: 55px; padding-bottom: 55px; background: #fff4f4;}
.front_whats .fwTitle{font-size: 35px; font-weight: bold; text-align: center; font-family: 'title';}
.front_whats .fwContent{display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 50px; grid-gap: 25px; max-width: 1000px; transition: opacity 1.5s ease-in-out; opacity: 0;}
.front_whats .fwContent > div{width: 100%;}
.front_whats .fwContent .fcItem{transition: var(--transition);}
.front_whats .fwContent .fcItem:hover{transform: scale(1.1);}
.front_whats .fwContent .fcItem > div:first-child{margin-bottom: 20px;}
.front_whats .fwContent .fcItem > div:first-child > div{width: 55px; height: 55px;}
.front_whats .fwContent .fcItem .fiBody{padding: 25px 15px; border-radius: 10px; background: var(--bg_redsoft); color: var(--text_white);}
.front_whats .fwContent .fcItem .fiBody > div:first-child{font-weight: bold; font-size: 20px; font-family: 'title';}
.front_whats .fwContent .fcItem .fiBody > div:nth-child(2){margin-top: 5px;}

.front_desc{background-color: #f7f7f7; font-size: 45px; color: var(--text_red); font-family: 'light'; text-align: center; padding: 120px 0px; background-image: url('../../../images/background/front_indonesia.png'); background-size: cover; background-position: 100%;}
.front_desc span{font-family: 'title';}

.front_testi{margin-top: 35px;}
.front_testi .ftTitle{margin-bottom: 25px; font-family: 'title'; margin-top: 75px; font-size: 35px; text-align: center;}
.front_testi .ftList{}
.front_testi .ftList .flContent {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.front_testi .ftList .flContent .fcRow {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
}
.front_testi .ftList .flContent .fcRow > div{display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 20px;}
.front_testi .ftList .flContent .fcRow > div > div{width: 100%; overflow: hidden; box-sizing: border-box; border-radius: 50px 50px 0px 50px;}
.front_testi .ftList .flContent .fcRow > div > div:nth-child(odd){background: var(--bg_silvercalm);}
.front_testi .ftList .flContent .fcRow > div > div:nth-child(even){background: var(--bg_pinksoft);}
.front_testi .ftList .flContent .fcItem{width: 400px; display: grid; grid-template-columns: 150px 1fr; grid-gap: 15px; align-items: center;}
.front_testi .ftList .flContent .fcItem > div{width: 100%; box-sizing: border-box;}
.front_testi .ftList .flContent .fcItem > div:first-child{height: 100%; position: relative;}
.front_testi .ftList .flContent .fcItem > div:first-child > div{position: absolute; border-radius: 50px; top: 0px; left: 0px; width: 100%; height: 100%;}
.front_testi .ftList .flContent .fcItem > div:nth-child(2){padding: 10px 15px 10px 0px;}
.front_testi .ftList .flContent .fcItem .fcUser{}
.front_testi .ftList .flContent .fcItem .fcUser > div{width: 100%;}
.front_testi .ftList .flContent .fcItem .fcUser .fuName > div:first-child{font-weight: bold; font-size: 12pt;}
.front_testi .ftList .flContent .fcItem .fcUser .fuName > div:nth-child(2){font-size: 12pt;}
.front_testi .ftList .flContent .fcItem .fiBox{margin-top: 15px; max-height: 142px; overflow: hidden; padding-bottom: 10px;}
.front_testi .ftList .flOpt{margin-top: 15px;}
.front_testi .ftList .flOpt > div{display: inline-block; width: 25px; height: 25px; cursor: pointer; border-radius: 50%; transition: var(--transition); background: var(--bg_black);}
.front_testi .ftList .flOpt > div:not(:last-child){margin-right: 10px;}
.front_testi .ftList .flOpt > div:hover{background: var(--bg_red);}
.front_testi .ftList .flOpt > div > div{width: 10px; height: 10px; position: relative; top: 7px;}

.front_testi .ftList .flContent {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.front_testi .ftList .flContent .fcWrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.front_testi .ftList .flContent .fcRow {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease;
}


.front_point_title{font-family: 'title'; margin-top: 75px; font-size: 35px; color: var(--text_white);}
.front_point{margin-top: 50px; color: var(--text_white); margin-left: 15px; margin-right: 15px;}
.front_point > div{display: grid; grid-gap: 25px; align-items: center;}
.front_point > div:not(:last-child){margin-bottom: 25px;}
.front_point > div > div{width: 100%;}
.front_point .fpLeft{grid-template-columns: 250px 1fr; padding: 25px 55px; box-sizing: border-box; border-radius: 0px 150px 150px 0px; background: #ed6c68;}
.front_point .fpRight{grid-template-columns: 1fr 250px; padding: 25px 55px; box-sizing: border-box; border-radius: 150px 0px 0px 150px; background: #832622;}
.front_point .fpCenter{grid-template-columns: 250px 1fr; padding: 25px 55px; box-sizing: border-box; border-radius: 150px; background: #62160d;}
.front_point .fpIcon > div{padding-bottom: 100%; border-radius: 15px;}
.front_point .fpTitle{font-size: 25px; margin-bottom: 5px; font-family: 'title';}
.front_point .fpDesc{font-size: 15px;}
.front_point .fpDesc .fdBox{display: grid; margin-top: 15px; grid-template-columns: 1fr 1fr; grid-gap: 25px;}
.front_point .fpDesc .fdBox > div{width: 100%;}
.front_point .fpDesc .fdBox > div > div:first-child > div{width: 55px; height: 55px; display: inline-block;}
.front_point .fpDesc .fdBox > div > div:nth-child(2){margin-top: 10px; margin-bottom: 10px; color: var(--text_white); font-weight: bold; font-family: 'title'; font-size: 17px;}

.front_point_design{position: relative; background: var(--bg_reddark); padding: 1px 0px 45px 0px; margin-top: 35px;}
.front_point_design .fpdElement .feBl{width: 300px; position: absolute; bottom: 0px; left: 0px; z-index: -1;}
.front_point_design .fpdElement .feBl > div{padding-bottom: 237%; opacity: 0.3;}
.front_point_design .fpdElement .feBr{width: 300px; position: absolute; bottom: 0px; right: 0px; z-index: -1;}
.front_point_design .fpdElement .feBr > div{padding-bottom: 237%; opacity: 0.3;}

.front_box_title{font-family: 'title'; margin-bottom: 55px; font-size: 35px; color: var(--text_white); text-align: center;}
.front_box{display: grid; grid-gap: 25px; grid-template-columns: 1fr 1fr 1fr;}
.front_box > div{width: 100%; will-change: transform; transition: transform 0.3s ease-out; border-radius: 10px; border: 2px solid var(--bg_red); overflow: hidden; box-sizing: border-box; background: var(--bg_white);}
.front_box > div > div:first-child > div{padding-bottom: 55%;}
.front_box .fbContent{padding: 10px 15px 15px 15px; text-align: center;}
.front_box .fbContent > div:first-child{font-weight: bold; font-size: 17px; color: var(--text_purple); margin-bottom: 5px;}
.front_box .fbContent > div:nth-child(2){color: var(--text_silver);}
.front_box .fbBtn{padding: 0px 15px 15px 15px; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 15px; box-sizing: border-box;}
.front_box .fbBtn > div{width: 100%;}
.front_box .fbBtn button{width: 100%;}

.front_step{padding: 55px 0px; background-size: cover; background-image: url('../../../images/background/front_step_bg.png');}
.front_step .fsTitle{font-family: 'title'; text-align: center; font-size: 35px; margin-bottom: 35px; color: var(--text_white); text-shadow: -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px 1px 0 #000,
                1px 1px 0 #000,
                -2px 0px 0 #000,
                2px 0px 0 #000,
                0px -2px 0 #000,
                0px 2px 0 #000;}
.front_step .fsList{display: flow-root; transition: transform 0.2s ease-out;}
.front_step .fsList > div{clear: both;}
.front_step .fsList > div:not(:last-child){margin-bottom: 20px;}
.front_step .fsList .flContent{width: 500px; border-radius: 25px; background: rgba(255, 255, 255, 0.4); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); position: relative; color: var(--text_black);}
.front_step .fsList .flContent:before{content: ''; position: absolute; border-radius: 50%; background-size: cover;}
.front_step .fsList .flContent > div > div:first-child{font-size: 20px; font-family: 'title'; margin-bottom: 10px;}
.front_step .fsList .flItem1{float: left;}
.front_step .fsList .flItem1 .flContent:before{top: -15px; left: -20px; width: 150px; height: 150px; background-image: url('../../../images/background/front_step_1.png');}
.front_step .fsList .flItem1 .flContent > div{padding: 25px 20px 25px 150px;}
.front_step .fsList .flItem2{float: right;}
.front_step .fsList .flItem2 .flContent:before{bottom: -15px; right: -20px; width: 150px; height: 150px; background-image: url('../../../images/background/front_step_2.png');}
.front_step .fsList .flItem2 .flContent > div{padding: 25px 150px 25px 20px;}
.front_step .fsList .flItem3{float: left;}
.front_step .fsList .flItem3 .flContent:before{bottom: -15px; right: -20px; width: 150px; height: 150px; background-image: url('../../../images/background/front_step_3.png');}
.front_step .fsList .flItem3 .flContent > div{padding: 25px 150px 25px 20px;}

.front_enrollment{padding: 30px 0px 10px 0px; position: relative; background-size: cover; background-color: var(--bg_redblack); background-image: url('../../../images/background/front_enrollment.png');}
.front_enrollment .feContent{max-width: 450px; padding: 60px 20px 100px 20px; color: var(--text_white); text-align: center;}
.front_enrollment .feContent .fcDesc{font-size: 19pt;}
.front_enrollment .feContent .fcTitle{font-size: 40pt; font-family: 'title';}
.front_enrollment .feContent .fcBtn{margin-top: 15px;}
.front_enrollment .feContent .fcBtn button{padding: 13px 45px;}

.front_package{padding: 55px 0px;}
.front_package .fpHead{margin-bottom: 45px;}
.front_package .fpHead > div:first-child{font-family: 'title'; text-align: center; font-size: 35px; font-weight: bold; margin-bottom: 25px;}
.front_package .fpHead > div:nth-child(2){width: 250px;}
.front_package .fhSelect{display: grid; overflow: hidden; transition: var(--transition); grid-template-columns: 1fr 1fr; text-align: center; align-items: center; background: var(--bg_silvercalm); border-radius: 50px;}
.front_package .fhSelect > div{width: 100%; padding: 10px 0px; cursor: pointer;}
.front_package .fhSelect > div:hover{background: var(--bg_silvercalm);}
.front_package .fhSelect > div.active{background: var(--bg_red); color: var(--text_white);}

.front_news{margin-top: 35px;}
.front_news .fnHead{display: grid; grid-template-columns: min-content 1fr; align-items: center; grid-gap: 30px; margin-bottom: 15px;}
.front_news .fnHead > div{width: 100%;}
.front_news .fnHead > div:first-child{font-size: 40px; font-family: 'title'; font-weight: bold; white-space: nowrap;}
.front_news .fnHead > div:nth-child(2){text-align: right;}

/**AUTH**/
.auth_book{display: grid; grid-template-columns: 1fr 350px; align-items: center; max-width: 800px; margin-top: 35px; border-radius: 10px; border: 1px solid var(--bg_line); overflow: hidden; background: var(--bg_white);}
.auth_book > div{width: 100%; height: 100%;}
.auth_book .abBox{padding: 20px;}
.auth_book .abBox .abTitle{font-size: 20px; font-family: title; font-weight: bold;}
.auth_book .abBox .abDesc{margin-top: 15px;}
.auth_book .abBox .abContent{margin: 25px 0px; height: 300px;}
.auth_book .abBox .abContent > div:not(.active){display: none;}
.auth_book .abBox .abContent .acTime{height: 198px; overflow: auto;}
.auth_book .abOpt{display: grid; grid-template-columns: 1fr min-content 1fr; align-items: center;}
.auth_book .abOpt > div{width: 100%; white-space: nowrap;}
.auth_book .abOpt > div:nth-child(2){font-size: 11px; font-weight: bold; color: var(--text_silver);}
.auth_book .abOpt > div:nth-child(3){text-align: right;}

/**HOME**/
.home_layout{display: grid; grid-template-columns: 250px 1fr; grid-gap: 25px;}
.home_layout > div{width: 100%; box-sizing: border-box;}

.home_profile{padding: 15px; border: 1px solid var(--bg_line); border-radius: 10px;}
.home_profile > div:not(:first-child){margin-top: 10px;}
.home_profile .hpTitle{font-size: 15px; font-weight: bold;}
.home_profile .hpTable table{width: 100%;}
.home_profile .hpTable table tr td{padding: 2px 0px;}
.home_profile .hpTable table tr > td:first-child{width: 135px;}
.home_profile .hpTable table tr > td:nth-child(2){width: 15px;}
.home_profile .hpInfo{white-space: nowrap;}
.home_profile .hpInfo > div{display: inline-block; width: 150px; text-align: center; border-radius: 10px; overflow: hidden; border: 1px solid var(--bg_green);}
.home_profile .hpInfo > div:not(:last-child){margin-right: 10px;}
.home_profile .hpInfo > div > div{padding: 10px 0px;}
.home_profile .hpInfo > div > div:first-child{background: var(--bg_purple); color: var(--text_white); font-size: 12px;}
.home_profile .hpInfo > div > div:nth-child(2){font-weight: bold;}

.home_status{max-width: 300px; overflow: hidden; border-radius: 10px; text-align: center;}
.home_status > div:first-child{padding: 10px 0px; color: var(--text_white);}
.home_status.success{border: 1px solid var(--bg_green);}
.home_status.waiting{border: 1px solid var(--bg_blue);}
.home_status.failed{border: 1px solid var(--bg_red);}
.home_status.success > div:first-child{background: var(--bg_green);}
.home_status.waiting > div:first-child{background: var(--bg_blue);}
.home_status.failed > div:first-child{background: var(--bg_red);}
.home_status > div:nth-child(2){padding: 10px 0px; margin-top: 50px;}
.home_status .hsIcon{width: 150px; height: 150px; background-size: 100%;}
.home_status.success .hsIcon{background-image: url('../../../images/background/status_success.gif');}
.home_status.waiting .hsIcon{background-image: url('../../../images/background/status_waiting.gif');}
.home_status .hsTxt{font-size: 17px; font-weight: bold;}

/**GALLERY**/
.gallery_show{position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 100; background: var(--bg_black); display: grid; grid-template-columns: 1fr 50px; align-items: center; display: none;}
.gallery_show > div{width: 100%; height: 100%;}
.gallery_show > div:nth-child(2){height: min-content;}
.gallery_show .gsImg{box-sizing: border-box; text-align: center; position: relative; vertical-align: middle;}
.gallery_show .gsImg img{max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.gallery_show .gsControl{color: var(--text_white); display: grid; font-size: 11px; font-weight: bold; max-width: 500px; text-align: center; grid-template-rows: 1fr 1fr 1fr 35px; grid-gap: 10px; align-items: center; height: 250px;}
.gallery_show .gsControl > div{width: 100%; cursor: pointer;}
.gallery_show .gsControl .gcItem > div:first-child{width: 15px; height: 15px; margin-bottom: 5px;}

/**COURSES**/
.courses_desc{display: grid; grid-template-columns: 250px 1fr; grid-gap: 20px; align-items: center;}
.courses_desc > div{width: 100%;}
.courses_desc > div:first-child > div{padding-bottom: 87%; border-radius: 10px;}

.courses_select{margin: 25px 0px;}
.courses_select .csOpt{display: grid; overflow: hidden; transition: var(--transition); grid-template-columns: 1fr 1fr; text-align: center; align-items: center; background: var(--bg_silvercalm); border-radius: 50px; width: 250px;}
.courses_select .csOpt > div{width: 100%; padding: 10px 0px; cursor: pointer;}
.courses_select .csOpt > div:hover{background: var(--bg_silvercalm);}
.courses_select .csOpt > div.active{background: var(--bg_red); color: var(--text_white);}

.courses_select_desc > div{display: none;}
.courses_select_desc > div.active{display: block;}
.courses_select_desc .csdItem{display: grid; grid-template-columns: 100px 1fr; grid-gap: 25px; align-items: center; max-width: 500px; margin-bottom: 35px;}
.courses_select_desc .csdItem > div{width: 100%;}
.courses_select_desc .csdItem > div:first-child > div{width: 100px; height: 100px;}
.courses_select_desc .csdItem > div:nth-child(2) > div:first-child{font-size: 15px; font-weight: bold;}

.courses_resource{margin-top: 55px;}
.courses_resource .crTitle{text-align: center; font-size: 20px; font-family: 'title'; font-weight: bold;}
.courses_resource .crContent{margin-top: 20px;}
.courses_resource .crContent .ccTitle{font-size: 15px; font-weight: bold;}
.courses_resource .crContent .ccList{display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 20px; margin-top: 10px;}
.courses_resource .crContent .ccList > div{width: 100%; padding: 10px 15px; position: relative; box-sizing: border-box; border-radius: 10px; border: 1px solid var(--bg_line);}
.courses_resource .crContent .ccList .clItem .ciIcon{position: absolute; right: 0px; opacity: 0.4; bottom: 0px;}
.courses_resource .crContent .ccList .clItem .ciIcon > div{width: 50px; height: 50px;}
.courses_resource .crContent .ccList .clItem .ciList{padding-left: 15px;}
.courses_resource .crContent .ccList .clItem .ciList > div{position: relative;}
.courses_resource .crContent .ccList .clItem .ciList > div:before{content: ''; position: absolute; left: -15px; top: 10px; width: 5px; height: 2px; background: red;}

.courses_others{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 25px; max-width: 650px;}
.courses_others > div{width: 100%;}
.courses_others .coLogo{margin-bottom: 25px;}
.courses_others .coLogo > div{max-width: 150px;}
.courses_others .coLogo > div img{height: 45px;}

.courses_corporate{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 25px; margin-bottom: 100px;}
.courses_corporate > div{width: 100%;}
.courses_corporate .ccTitle{font-weight: bold; font-size: 20px; font-family: 'title'; margin-bottom: 10px;}

/**TESTI**/
.testiContent{margin-top: 45px;}
.testiContent > div:not(.active){display: none;}

.testiMain{margin-bottom: 25px; position: relative;}
.testiMain .tmDesign > div{position: absolute;}
.testiMain .tmContent{max-width: 700px; padding: 35px 0px; text-align: center;}
.testiMain .tmContent .tcUser{margin-bottom: 10px;}
.testiMain .tmContent .tcUser > div:first-child > div{width: 150px; height: 150px; border-radius: 50%; background-color: var(--bg_silvercalm);}
.testiMain .tmContent .tcUser > div:nth-child(2){margin-top: 10px;}
.testiMain .tmContent .tcUser > div:nth-child(2) > div:first-child{font-weight: bold;}


/**NEWS**/
.newsLayout{max-width: 800px;}

.newsHead{text-align: center;}
.newsHead .nhTitle{font-size: 25px; font-weight: bold;}
.newsHead .nhDate{color: var(--text_silver);}
.newsBanner{margin-top: 35px; margin-bottom: 25px;}
.newsBanner > div{padding-bottom: 60%; background-color: var(--bg_silver); border-radius: 10px;}

/**INFO**/
.infoBgFirst{padding-bottom: 35px;}
.info_aboutWhyUs .ibwTitle{font-family: 'title'; color: var(--text_red); font-size: 20px; font-weight: bold;}
.info_aboutWhyUs .ibwList{margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 20px;}
.info_aboutWhyUs .ibwList > div{width: 100%; padding: 15px; border-radius: 10px; box-sizing: border-box; background: var(--bg_white);}
.info_aboutWhyUs .ibwList .ilHead > div:first-child{padding-bottom: 60%; border-radius: 10px;}
.info_aboutWhyUs .ibwList .ilHead > div:nth-child(2){font-family: 'title'; margin-top: 10px; font-size: 17px;}
.info_aboutWhyUs .ibwList .ilDesc{margin-top: 15px;}

.info_aboutMore{margin-top: 35px;}
.info_aboutMore > div:not(:last-child){margin-bottom: 25px;}
.info_aboutMore .ibmList{color: var(--text_black); display: grid; grid-template-columns: 20px 1fr; grid-gap: 15px;}
.info_aboutMore .ibmList > div{width: 100%;}
.info_aboutMore .ibmList > div:first-child > div{width: 20px; height: 20px; margin-top: 10px;}
.info_aboutMore .ibmList .ilTitle{font-size: 17px; font-family: 'title'; color: var(--text_red); margin-bottom: 5px;}
.info_aboutMore .ibmList .ilList > div:not(:last-child){margin-bottom: 10px;}
.info_aboutMore .ibmList .ilList > div > div:first-child{font-weight: bold;}

.info_aboutVM{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 25px; position: relative;}
.info_aboutVM > div{width: 100%;}
.info_aboutVM::after{content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background-color: var(--bg_line); transform: translateX(-50%);}
.info_aboutVM .iavTitle{font-size: 17px; font-weight: bold; margin-bottom: 10px;}

.info_aboutCurriculum > div:first-child{margin-bottom: 15px; font-size: 25px; font-family: 'title'; font-weight: bold; color: var(--text_red); padding-left: 25px;}
.info_aboutCurriculum > div:nth-child(2){display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px;}
.info_aboutCurriculum > div:nth-child(2) > div{padding: 20px 15px; background: var(--bg_white); border-radius: 10px; border: 1px solid var(--bg_line); width: 100%; box-sizing: border-box;}
.info_aboutCurriculum .iacLogo > div{padding-bottom: 60%; border-radius: 10px;}
.info_aboutCurriculum .iacTitle{font-size: 20px; font-family: 'title'; margin-top: 15px; margin-bottom: 15px;}
.info_aboutCurriculum .iacDesc > div:not(:last-child){margin-bottom: 20px;}
.info_aboutCurriculum .iacDesc > div > div:first-child{font-weight: bold; font-size: 17px; color: var(--text_red); padding-left: 18px; position: relative;}
.info_aboutCurriculum .iacDesc > div > div:first-child:before{content: ''; position: absolute; left: 0px; top: 8px; width: 8px; height: 8px; background: var(--bg_silver); border-radius: 50%;}

.info_aboutProgram{display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; margin-top: 35px;}
.info_aboutProgram > div{width: 100%; padding: 15px; border-radius: 10px; background: var(--bg_white); box-sizing: border-box;}
.info_aboutProgram > div > div:first-child{font-size: 17px; font-family: 'title'; margin-bottom: 10px;}

/**ERROR**/
.error_box{max-width: 500px; width: 90%; margin-top: 50px; margin-bottom: 50px; background: var(--bg_white); border-radius: 5px;}
.error_box > div{padding: 25px;}
.error_box .eIcon{padding: 25px 0px 35px 0px;}
.error_box .eIcon > div{width: 90px; height: 90px;}
.error_box .ebDesc{text-align: center;}
.error_box .eLogin{text-align: center; margin-top: 15px;}
.error_box .eLogin > div:not(:last-child){margin-bottom: 15px;}
.error_box .eBtn{text-align: center; margin-top: 25px;}
.error_box .eBtn a{font-family: 'bold';}

.error_coming{max-width: 500px; height: calc(100vh - 100px);}
.error_coming > div{padding-top: 100px;}
.error_coming .ecTime{text-align: center; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 15px;}
.error_coming .ecTime > div{width: 100%; border: 1px solid var(--bg_line); border-radius: 10px;}
.error_coming .ecTime > div > div:first-child{font-size: 20px; font-weight: bold; padding: 10px 0px;}
.error_coming .ecTime > div > div:nth-child(2){padding: 5px 0px; background: var(--bg_line);}