html,
body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    font-size: 23px;
    color: #3a3a3a;
    line-height: 36px;
    max-width: 100%;
    max-width: 1510px;
    margin: auto;
    position: relative;
}

body.lang-en {
    font-size: 24px;
}

a {
    color: #3a3a3a; 
	/*color: #ffb100;*/
}

*:focus {
    outline: 1px solid white;
}

.li-marker::marker {
    content: '- ';
}

hr.border {
    border: 2px solid #c3c3c3;
}

.panel.border-none,
.panel.border-none .panel-heading,
.panel.border-none .panel-body {
    border-radius: 0px !important;
    border: none !important;
}

table.border-none,
table.border-none tr,
table.border-none td {
    border: none !important;
}

.td-width {
    width: 150px;
}

.bg-white {
    background-color: #fff !important;
}

.underline {
    color: #1714d5 !important;
    text-decoration: underline;
}

.link {
    color: #1714d5 !important;
}

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

.pointer {
    cursor: pointer;
}

.container-fluid {
    max-width: 85%;
}

.content-article .container-fluid {
    max-width: 80%;
}

.header-bar {
    /* border-bottom: 2px solid linear-gradient(45deg, rgba(208, 103, 255, 1) 0%, rgba(170, 135, 253, 1) 50%, rgba(122, 178, 255, 1) 100%); */

    /* border-bottom: 2px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-radius: 8px;
  border-image-source: linear-gradient(45deg, rgba(199, 110, 255, 1) 0%, rgba(134, 167, 255, 1) 50%, rgba(59, 231, 255, 1) 100%); */
}

.header-bar .border-bottom {
    padding-bottom: 5px;
    /*background: linear-gradient(45deg, rgba(199, 110, 255, 1) 0%, rgba(134, 167, 255, 1) 50%, rgba(59, 231, 255, 1) 100%);*/
	background: linear-gradient(45deg, rgba(0, 123, 167, 1) 0%, rgba(113, 180, 193, 1) 50%, rgba(202, 227, 232, 1) 100%);
    border-radius: 8px;
}

.header-bar img.bullet-icon {
    width: 55px;
    transform: rotate(90deg);
    margin-right: 15px;
}

.header-bar h2,
.header-bar h1 {
   /* color: #9036d6;*/
	color: #e88900;
    font-weight: bold;
}

.list-menu .list-group-item {
    border: none;
    line-height: 40px;
    color: #fff;
}

.list-menu .list-group-item2 {
    border: none;
    line-height: 40px;
    color: #000000;
}

.list-menu .list-group-item:first-child,
.list-menu .list-group-item:last-child {
    border-radius: 0;
}

.list-menu-news {
    background-color: #78cea2;
}

.list-menu-news .list-group-item {
    background-color: #78cea2;
}

.list-menu-news .list-group-item:hover {
    background-color: #5da37e;
    color: #fff;
}

.list-menu-result {
    background-color: #fefac7;
}

.list-menu-result .list-group-item {
    background-color: #fefac7;
    color: #000000;
}

.list-menu-result .list-group-item:hover {
    background-color: #fae483;
    color: #000000;
}

.img-banner {
    width: 100%;
}

#sail-header .lang-button {
    padding: 0;
}
#sail-header .lang-button img {
    max-height: 36px;
}

#sail-header .mobile-lang-button {
    display: none;
}

#sail-header.home-header {
    position: absolute;
    width: 100%;
}

#sail-header .navbar-nav {
    margin: 20px 0 0 0;
}

#sail-header .navbar-right li {
    margin: 0;
    margin-right: 30px;
}

#sail-header .navbar {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

#sail-header .dropdown-menu {
    /*background-color: rgba(255, 255, 255, 0.9) !important;*/
	background-color: #ffffff !important;
}

#sail-header .dropdown-menu {
    padding: 20px 0;
}

#sail-header .dropdown-menu li .active,
#sail-header .dropdown-menu li:hover {
   /* background-color: #9036d6;*/
	 background-color: #ffb100;
}

#sail-header .dropdown-toggle.active {
    background-color: transparent !important;
 /* color: #9036d6 !important; */
	color: #ffb100 !important;
}


#sail-header .dropdown-menu li:hover>a {
    /* color: #ffffff !important; */
	color: #808080 !important;
}

#sail-header .dropdown-menu li {
    line-height: 1;
    margin: 0;
    padding: 5px 30px;
}

#sail-header .dropdown-menu li a {
    color: #ababab !important;
}

.page-home .content-article {
    color: #ffffff;
    /*
	background: rgba(208, 103, 255, 1);
	background: linear-gradient(45deg, rgba(208, 103, 255, 1) 0%, rgba(170, 135, 253, 1) 50%, rgba(122, 178, 255, 1) 100%);
	*/
	background: rgb(0, 123, 167);
    background: linear-gradient(45deg, rgba(37, 142, 179, 1) 0%, rgba(48, 148, 182, 1) 50%, rgba(185, 234, 252, 1) 100%);
}

.page-home .content-article #article-list {
    padding-inline-start: 0px;
    list-style: none;
    font-weight: normal;
}

.page-home .content-article #article-list li {
    background: url('../img/bullet.png') 0 0 no-repeat;
    background-position-y: 3px;
    line-height: 30px;
    padding-left: 32px;
    list-style-type: none;
    margin-bottom: 15px;
}

.page-home .content-info {
    text-align: center;
    /*background-color: #f3ecff;*/
	background-color: #dffaff;
}

.page-home .content-register {
    text-align: center;
   /*
	background: rgba(208, 103, 255, 1);
    background: linear-gradient(45deg, rgba(208, 103, 255, 1) 0%, rgba(170, 135, 253, 1) 50%, rgba(122, 178, 255, 1) 100%);
	*/
	background: rgb(0, 123, 167);
    background: linear-gradient(45deg, rgba(0, 123, 167, 1) 0%, rgba(113, 180, 193, 1) 50%, rgba(202, 227, 232, 1) 100%);
}

.page-home .register-competition-button {
    margin-top: 3.5%;
}

.page-home .content-logo .logo-main,
.page-home .content-logo .logo-support,
.page-home .content-logo .logo-friend {
    height: 55px;
    max-width: 100%;
    margin: 30px 10% 40px 0;
}

.page-home .content-logo .logo-hkpc {
    height: 70px;
}

.page-home .content-logo .logo-support {
    height: 52px;
}

.page-home .content-logo .logo-cahk {
    height: 62px;
}

.page-home .content-logo .logo-hkdx {
    height: 32px;
}

.page-home .content-logo .logo-hkcs {
    height: 74px;

}

.page-home .content-logo .logo-hkfew {
    height: 72px;
}

.page-home .button_join,
.page-join .button_join {
    max-width: 220px;
}

.page-home .icon,
.page-competition_detail .icon,
.page-news .icon,
.page-in .icon {
    max-width: 40px;
}

.page-contact_us .icon-person,
.page-contact_us .icon-phone {
    width: 20px;
    max-width: 20px;
    margin-right: 10px;
}

.page-contact_us .icon-email {
    width: 23px;
    max-width: 23px;
    margin-right: 5px;
}

.page-contact_us .contact-info {
   /* background-color: #9036d6;*/
	background: #ffb100;
    color: #ffffff;
    border-radius: 8px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-news .icon {
    max-width: 22px;
}

.page-contact_us .contact-info a {
    color: #ffffff !important;
}

.page-news .news-info {
   /* background-color: #9036d6;*/
	background: #ffb100;
    color: #ffffff;
    border-radius: 8px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
}

.page-news ul li{
    line-height: 26px;
}




.page-competition_detail .icon-arraw,
.page-in .icon-arraw,
.page-news .icon-arraw {
    max-width: 30px;
}

.page-competition_detail .grading-table td, .page-competition_detail .grading-table th {
    border: 5px solid #ffffff;
    padding: 10px 15px;
}

th.border-radius-left {
    border-radius: 15px 0px 0 0;
}

th.border-radius-right {
    border-radius: 0px 15px 0 0;
}

.page-competition_detail a {
    /*color: #9036d6;*/
	color: #ffb100;
}

.page-competition_detail .register-button {
    max-width: 300px;
}

.lang-en .page-competition_detail .register-button {
    max-width: 550px;
}

.page-competition_detail .bg_awards {
    background-color: #faedc9;
}

.page-in .bg_processaug {
    background-color: #fdf9c2;
}

.page-competition_detail .bg_awards .thumbnail {
    background: none !important;
    border: none !important;
}

.page-competition_detail .bg_process {
    background-color: #dff3ec;
}

.page-competition_detail .bg_training {
    background-color: #b3d5fc;
}

.page-competition_detail .bg_first_round {
    background-color: #d9f6e3;
}

.page-competition_detail .bg_final_round {
    background-color: #fbebd4;
}

.page-competition_detail ul {
    padding-inline-start: 20px;
}

.page-competition_detail ul li {
    padding-left: 10px;
    margin-bottom: 15px;
    line-height: 36px;
}

.page-competition_detail ul li::marker {
    font-size: 12px;
}

.page-competition_detail ul.sub-ul {
    list-style: none;
    padding-inline-start: 0px;
    margin-top: 5px;
}

.page-competition_detail ul.sub-ul li {
    padding-left: 15px;
    /*border-left: 5px solid #9036d6;*/
	border-left: 5px solid #ffb100;
    margin-bottom: 20px;
    line-height: 1.5;
}

.page-competition_detail .prize-info h2,
.page-competition_detail .prize-info h3,
.page-competition_detail .prize-info h1 {
    margin: 25px 0 20px 0;
    font-weight: bold;
}

.page-competition_detail .prize-info h1 {
    font-size: 46px;
}

.lang-en .page-competition_detail .prize-info h1 {
    font-size: 52px;
}

.page-competition_detail .prize-info .col-md-8 h2,
.page-competition_detail .prize-info .col-md-8 h3 {
    padding-left: 25px;
}

.page-competition_detail .champion-left {
   /* background: #ffb73a;*/
	background: #FCB016;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
}

.page-competition_detail .first-runner-up-left {
   /*  background: #f0660a;*/
   background: #3386C7;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
}

.page-competition_detail .second-runner-up-left {
   /* background: #1dcef0;*/
	background: #F6861F;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
}

.page-competition_detail .merit-award-left {
    /* background: #10a6cb;*/
	 background: #1EBDBC;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
}

.page-competition_detail .best-performance-award-left {
    /* background: #b361f2;*/
	background: #996CAF;
    color: #ffffff;
    border-radius: 10px 0 0 10px;
}

.page-competition_detail .champion-right,
.page-competition_detail .first-runner-up-right,
.page-competition_detail .second-runner-up-right,
.page-competition_detail .merit-award-right,
.page-competition_detail .best-performance-award-right,
.page-competition_detail .grading-table {
    background: #f7fffc;
}

.page-competition_detail .champion-right .col-md-8,
.page-competition_detail .first-runner-up-right .col-md-8,
.page-competition_detail .second-runner-up-right .col-md-8,
.page-competition_detail .merit-award-right .col-md-8,
.page-competition_detail .best-performance-award-right .col-md-8 {
    text-align: left;
}

.page-competition_detail .champion-right h1 {
    color: #ffb73a;
    text-shadow: 2px 2px 1px #b18b2b;
}

.page-competition_detail .first-runner-up-right h1 {
    color: #f0660a;
    text-shadow: 2px 2px 1px #a24100;
}

.page-competition_detail .second-runner-up-right h1 {
    color: #1dcef0;
    text-shadow: 2px 2px 1px #0088a2;
}

.page-competition_detail .merit-award-right h1 {
    color: #10a6cb;
    text-shadow: 2px 2px 1px #006b86;
}

.page-competition_detail .best-performance-award-right h1 {
    color: #b361f2;
    text-shadow: 2px 2px 1px #702da4;
}

.page-competition_detail .seminar-register-button {
    margin-top: -6%;
}

.page-competition_detail .seminar-icon {
    height: 25px;
    margin-right: 15px;
}

.page-competition_detail .seminar-icon.seminar-icon-location {
    height: 25px;
    margin-left: 3px;
    margin-right: 20px;
}

.page-competition_detail .seminar-icon.seminar-icon-course {
    height: 25px;
    margin-left: 3px;
    margin-right: 15px;
}

.page-competition_detail .seminar-timetable {
    border-collapse: collapse;
    font-weight: bold
}

.page-competition_detail .seminar-timetable td {
    padding: 6px;
}

.page-competition_detail .seminar-sub-timetable-left td:nth-child(2) {
    /*color: #9036d6;*/
	color:#ffb100;
}

.page-competition_detail .seminar-timetable .col-md-2 {
    color: #9036d6;
}

.page-competition_detail .course-text {
    color: #9036d6;
}

.page-competition_detail .seminar-sub-timetable-left {
    width: 90px;
}

.lang-en .page-competition_detail .seminar-sub-timetable-left {
    width: 160px;
}

.page-competition_detail .seminar-sub-timetable-right {
    width: 86%;
    margin-bottom: 15px;
}

.lang-en .page-competition_detail .seminar-sub-timetable-right {
    width: 74%;
    margin-bottom: 15px;
}

.page-competition_detail .seminar-sub-timetable-left.course {
    width: 230px;
}

.lang-en .page-competition_detail .seminar-sub-timetable-left.course {
    width: 180px;
}

.page-competition_detail .seminar-sub-timetable-right.course {
    width: 67%;
    margin-bottom: 15px;
}

.lang-en .page-competition_detail .seminar-sub-timetable-right.course {
    width: 74%;
    margin-bottom: 15px;
}

.page-competition_detail .seminar-sub-timetable-right.course {
    text-align: center !important;
    margin-bottom: 15px;
}

.page-competition_detail .seminar-sub-timetable-right.course ul {
    list-style: none;
    padding-inline-start: 0px;
    margin-top: 5px;
    text-align: left;
}


.page-competition_detail .seminar-sub-timetable-right.course ul li {
    padding-left: 15px;
    /*border-left: 5px solid #9036d6;*/
	border-left: 5px solid #ffb100;
    margin-bottom: 15px;
    line-height: 1;
}

.process-container {
    width: 780px;
    height: 937px;
    margin: auto;
    position: relative;
    /*background-color: red;*/
}

.process-container .item {
    position: absolute;
    color: #fff;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}

.process-container .item-date {
    width: 200px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 29px;
}

.process-container .item-date-0 {
    color: #19abcc;
    top: 6%;
    font-size: 52px;
}

.process-container .item-date-1 {
    top: 17%;
}

.process-container .item-date-2 {
    top: 27.5%;
}

.process-container .item-date-3 {
    top: 37.5%;
}

.process-container .item-date-4 {
    top: 48%;
}

.process-container .item-date-5 {
    top: 58%;
}

.process-container .item-date-6 {
    top: 68.5%;
}

.process-container .item-date-7 {
    top: 79%;
}

.process-container .item-date-8 {
    top: 89.5%;
}

.process-container .item-text {
    text-align: center;
    font-size: 29px;
    line-height: 35px;
    padding: 27px 39px;
}

.process-container .item-text-left-1 {
    top: 10%;
}

.process-container .item-text-left-2 {
    top: 31%;
}

.process-container .item-text-left-3 {
    top: 52%;
}

.process-container .item-text-left-4 {
    top: 75.5%;
}

.process-container .item-text-right {
    right: 0;
}

.process-container .item-text-right-1 {
    top: 20%;
}

.process-container .item-text-right-2 {
    top: 41%;
    padding: 28px 25px;
}

.process-container .item-text-right-3 {
    top: 62.5%;
}

.process-container .item-text-right-4 {
    top: 86%;
}


/* ======================== photo =========================== */
.content-photo_gallery .item-title {
    /*background: rgba(0,0,0,0.5);*/
    height: 17%;
    width: 80%;
    left: 10%;
    top: 10%;
}

.content-photo_gallery .item-panel-one {
    /*background: rgba(0,0,0,0.5);*/
    height: 17%;
    width: 19%;
    left: 27%;
    top: 52%;
}

.content-photo_gallery .item-panel-two {
    /*background: rgba(0,0,0,0.5);*/
    height: 17%;
    width: 20.4%;
    left: 53%;
    top: 52%;
}

.content-photo_gallery .item-photos {
    /*background: rgba(0,0,0,0.5);*/
    height: 44%;
    width: 0%;
    left: 20%;
    top: 51.2%;
}

.content-photo_gallery .item-photos .tip {
    margin: 0 60px 10px 60px;
    font-size: 20px;
    color: #fff;
}

.content-photo_gallery .item-videos {
    /*background: rgba(0,0,0,0.5);*/
    height: 55%;
    width: 59%;
    left: 20.5%;
    top: 41.5%;
}

.content-photo_gallery .item-videos .thumbnail {
    background: transparent;
    border: none;
    text-decoration: none;

}

.content-photo_gallery .item-videos .text-content {
    color: #f3f3f3;
    font-size: 18px;
}

.content-photo_gallery .item-back {
    /*background: rgba(0,0,0,0.5);*/
    width: 8.3%;
    height: 10%;
    left: 13%;
    top: 37%;
}

.content-photo_gallery .item-back .text-menu {
    color: #fff !important;
}

.content-photo_gallery .item-menu-top1 {
    /*background: rgba(0,0,0,0.5);*/
    width: 26.5%;
    height: 10%;
    left: 23%;
    top: 37%;
}

.content-photo_gallery .item-menu-top2 {
    /*background: rgba(0,0,0,0.5);*/
    width: 26.5%;
    height: 10%;
    right: 23%;
    top: 37%;
}

.content-photo_gallery .unactive {
    color: #ce7f42 !important;
}


.content-photo_gallery .item-subtitle {
    /*background: rgba(0,0,0,0.5);*/
    height: 7.8%;
    width: 46.5%;
    left: 27%;
    top: 38.2%;
}


.scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #68bc52;
    opacity: 0.8;
}

.scrollbar-inner {
    max-height: 100%;
    overflow-y: auto;
}

.content-home .item-alert .scrollbar-inner>.scroll-element .scroll-bar {
    background-color: #c2c2c2 !important;
}

.content-photo_gallery .scrollbar-inner>.popup-gallery {
    padding: 0px 40px;
}

.content-photo_gallery .scrollbar-inner>.videos {
    padding: 0 40px;
}

.mfp-bottom-bar {
    margin-top: -40px;
    padding: 10px 20px;
    background-color: #5e85bf;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.popup-only-gallery .mfp-bottom-bar {
    display: none !important;
}

.mfp-title {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    line-height: 25px;
}

#popup-video .modal-content {
    width: inherit;
    max-width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0 20px;
}

#popup-video .modal-header {
    padding: 0;
    border: none;
}

#popup-video .modal-header .close {
    font-size: 45px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

#popup-video .modal-body {
    padding: 0;
}



/* ======================== single page =========================== */
.content-singlepage .scroll-wrapper {
    padding-right: 40px !important;
}

.content-singlepage .text-subtitle {
    margin-bottom: 20px !important;
}

.content-singlepage .item-article {
    /*background: rgba(0,0,0,0.6);*/
    height: 81.5%;
    width: 68.2%;
    left: 15.5%;
    top: 9.3%;
    padding: 50px;
}


.content-mobile-gallery .item-videos {
    /*background: rgba(0,0,0,0.5);*/
    height: 74%;
    width: 49%;
    left: 25%;
    top: 22.5%;
    overflow-y: auto;
}

#sail-footer .footer {
    border-top: 1px solid #ddd;
    font-size: 16px;
}

#sail-footer .footer-menu {
    margin-top: 10px;
}

#sail-footer .footer-menu a {
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}

#sail-footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#sail-footer .w3c {
    width: 100px;
}


 #navNew {
}

#navNew li {
  background: transparent;
}

#navNew li a {  
  color: transparent;
}

#navNew li li a {
/*   font-size: 80%;*/
}

#navNew li:hover {
   background: transparent;
}

#navNew ul {
  position: absolute;
  padding: 0;
  left: 0;
  display: none;
}

#navNew li:hover ul ul {
  display: none;
}

#navNew li:hover ul {
  display: block;
}

#navNew li li:hover ul {
  display: block;
  margin-left: 200px;
  margin-top: -35px;
  }