.third-party-section {
  display: flex;
}

.third-party-section > * {
  flex: 1;
  text-align: center;
}

.login-image {
  cursor: pointer;
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.login-thematic-break {
  border: none;
  border-top: 3px solid #d1d1d9;
  color: #d1d1d9;
  overflow: visible;
  text-align: center;
  height: 5px;
  margin: 60px 0 21px 0;
}

.login-thematic-break:after {
  background: #fafafa;
  content: 'OR';
  padding: 0 20px;
  position: relative;
  top: -13px;
}

/* ul:before, ul:after { content: ''; display: table; }
ul:after { clear: both; } */
.full-img img { width: 100%; height: auto; }
img.img-crop { display: block; max-width: none }
.table-cell { display: table-cell; vertical-align: middle; padding: 0; }
.table-div { display: table; height: 100%; width: 100%; }
body.noscroll { overflow: hidden; }
.bar { background: #fff; position: fixed; z-index: 600; display: block; }
.bar-top, .bar-bottom { height: 10px; width: 100%; left: 0; right: 0; }
.bar-top { top: 0; }
.bar-bottom { bottom: 0; }
.bar-left, .bar-right { height: 100%; width: 10px; top: 0; bottom: 0; }
.bar-left { left: 0; }
.bar-right { right: 0; }
.header { position: fixed; top: 0; left: 0; right: 0; padding: 30px 0 30px 0; z-index: 500; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.page-head { background: #13171e }
.header.fixed-header { background: #fff; -webkit-box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2); box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2); }
.logo { float: left; line-height: 32px; }
.header.fixed-header .menu a { color: rgba(0,0,0,0.65) }
.header.fixed-header .menu li a:hover, .header.fixed-header .menu li:hover > a, .header.fixed-header .menu li.current-menu-item > a { color: #000; text-decoration: none; }
.header.fixed-header .menu li li a:hover { color: #31bcb1; }
.toggleMenu { display: none; height: 32px; width: 32px; background: url(../images/menu.svg) no-repeat center; background-size: 20px; text-indent: -9999px; float: right; margin-left: 20px; }
.toggleMenu.active { background: url(../images/close.svg) no-repeat center; background-size: 20px; color: #fff; }
.toggleMenu:hover { color: #fff; }
.main-nav { float: left; margin-left: 150px; }
.menu { list-style: none; *zoom:1;
margin: 0; padding: 0; width: 100%; display: table; }
.menu:before, .menu:after { content: ""; display: table; }
.menu:after { clear: both; }
.menu ul { list-style: none; width: 150px; float: none; left: 0; top: 100%; position: relative; border-radius: 5px; background: #fff; border: 1px solid #eee }
.menu a { padding: 0 15px; color: #a8a8a8; }
.menu li { position: relative; padding: 0; }
.menu > li > .parent:after { display: none; }
.menu li a:hover, .menu li:hover > a, .menu li.current-menu-item > a, .menu li.current-menu-parent > a { color: #fff; text-decoration: none; }
.menu > li { display: table-cell; font-size: 16px; position: relative; line-height: 32px; }
.menu > li:last-child { background: none; }
.menu > li > a { display: block; position: relative; }
.menu li ul { position: absolute; left: -9999px; margin: 0; list-style: none; padding: 6px 0 }
.menu > li.hover > ul { left: 50%; margin-left: -60px; }
.menu li li.hover ul { left: 100%; top: 0; }
.menu li li { padding: 0; line-height: 22px; text-align: left; margin: 0; }
.menu li li a { display: block; position: relative; z-index: 100; font-size: 14px; padding: 4px 5px; color: #5b5959; text-align: center; }
.menu li li:last-child { border-bottom: none; }
.menu li li a:hover { color: #31bcb1; }
.menu li li li a { background-color: #ffffff; z-index: 200; }

@media screen and (max-width:1199px) {
.main-nav { float: left; margin-left: 80px; }
}

@media screen and (max-width:991px) {
.main-nav .active { display: block; }
.main-nav { text-align: left; position: absolute; top: 100%; left: 0; right: 0; background: #111111; z-index: 9999; display: block; padding: 0; width: auto; margin: 0; }
.menu > li { float: none; display: block; border-bottom: 1px solid #333; text-align: left; line-height: 32px; background: none; }
.menu a { padding: 5px 25px }
.menu li { display: block; }
.menu li ul { border-radius: 0; }
.menu > li > .parent:after { background-image: none; display: block; }
.menu > li > .parent:after { content: '\f107'; font-family: 'FontAwesome'; position: absolute; top: 7px; right: 15px; left: auto; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
.menu li.hover > .parent:after { content: '\f106'; font-family: 'FontAwesome'; position: absolute; top: 7px; right: 15px; left: auto; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%) }
.menu li li .parent:after { content: '\f107'; font-family: 'FontAwesome'; position: absolute; top: 7px; right: 15px; left: auto; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%) }
.menu ul { display: block; width: auto; border-bottom: none; min-width: inherit; background: #000; }
.menu > li.hover > ul, .menu li li.hover ul { position: static; margin-left: 0 }
.menu li li a { padding: 5px 35px; text-align: left; }
.menu li li { text-align: left; }
.menu li li li a { padding: 5px 45px; }
.menu li li a { color: #a8a8a8; }
}
.banner .carousel-caption { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; bottom: auto; margin: 0; padding: 0; }
.banner .carousel-caption h2 { font-weight: 400; }
.banner .carousel-caption .btn { margin-top: 25px; text-align: center; }
.banner { position: relative; }
.banner:after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 42px; background: url(../images/slider-shape.png) no-repeat top; z-index: 1; }
.banner .carousel-indicators { bottom: 50px; }
.banner .carousel-indicators li { height: 12px; width: 12px; border: 1px solid #fff; background: none; border-radius: 20px; }
.banner .carousel-indicators .active { background: #3cbeb2; border-color: #3cbeb2; }
.header-btns { margin: 0; padding: 4px 0; list-style: none; float: right; }
.header-btns li { float: left; margin-left: 15px; font-size: 14px; }
.header-btns li a { display: block; line-height: 24px; }
header:not(.fixed-header) .header-btns li a.user:hover, header:not(.fixed-header) .header-btns li a.lang:hover { color: #fff; }
.header-btns li a.user { background: url(../images/user.svg) no-repeat left; background-size: 14px; padding-left: 22px; color: #a8a8a8; }
.header-btns li a.lang { color: #a8a8a8; }
.header-btns li a.button { padding: 0 10px; color: #fff; background: #0AC4B6; border-radius: 4px; }
.header-btns li a.button:hover { background: #009999; color: #fff; }
.w1 { position: relative; padding: 68px 0 168px; overflow: hidden; }
.w1 .container { position: relative; z-index: 100; }
.w1:after { top: 0; right: 0; bottom: 0; left: 0; content: ''; position: absolute; background: url(../images/video-green-bg.png) no-repeat bottom; }
.w1 h1 { font-size: 30px; }
.w1 .text-center { margin-bottom: 140px; }
.video { margin-bottom: 105px; -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.3); box-shadow: 0 0 20px 0 rgba(0,0,0,0.3); position: relative; }
.video .embed-responsive { -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.video:hover .embed-responsive { -webkit-transform: -webkit-scale(1.05) -webkit-rotate(0); transform: scale(1.05) rotate(0); }
.video .dot { -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; opacity: 0; animation: float 3s ease-in-out infinite; position: absolute; display: inline-block; border-radius: 50%; }
.video .dot-1 { height: 14px; width: 14px; background: #a4dbe1; top: 0; left: 10%; }
.video .dot-2 { height: 24px; width: 24px; background: #40c0bd; top: -6%; right: 44px; }
.video .dot-3 { height: 44px; width: 44px; background: #a5dcdf; top: 5%; right: 8%; }
.video .dot-4 { height: 20px; width: 20px; background: #a2dbe6; top: 60%; left: 8%; }
.video.active .dot { opacity: 1 }
.video.active .dot-1 { left: -10% }
.video.active .dot-2 { right: -44px; }
.video.active .dot-3 { right: -8%; }
.video.active .dot-4 { left: -7%; }
 @keyframes float {
 0% {
 transform: translatey(0px);
}
 50% {
 transform: translatey(-20px);
}
 100% {
 transform: translatey(0px);
}
}
.icon-link { display: block; position: relative; padding-left: 95px; min-height: 73px; margin-top: 20px; color: #fff; line-height: 100% }
.icon-link:hover { color: #fff; cursor: default; }
.icon-link .numscroller { font-size: 40px; font-weight: 400; line-height: 100%; margin: 0; }
.icon-link p {
  margin-bottom: 8px;
  font-size: 20pt;
  font-weight: 600;
  line-height: normal;
}
.icon-link img { position: absolute; top: 0; left: 0; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.icon-link:hover img { -webkit-transform: -webkit-scale(1.2) -webkit-rotate(0); transform: scale(1.2) rotate(0); }
.w2 { padding: 97px 0; }
.w2 h2 { position: relative; text-align: center; margin-bottom: 0; padding-bottom: 20px; }
.w2 h2:after { content: ''; height: 2px; width: 50px; content: ''; position: absolute; bottom: 0; left: 50%; margin-left: -25px; background: #2bbac3 }
.w2 .row { margin-top: 135px; }
.w2 .row:nth-child(even) { direction: rtl; }
.w2 [class*=col-] { direction: ltr; }
.w2 h3 { font-size: 26px; margin-bottom: 10px; }
.w2 .nav-tabs { border: none; }
.w2 .nav-tabs .nav-item { margin: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; line-height: 100%; }
.w2 .nav-tabs .nav-item .media { -webkit-align-items: center; align-items: center; }
.w2 .nav-tabs .nav-link { border: none; background: #fff; border-radius: 0; padding: 15px; }
.w2 .nav-tabs .nav-link.active, .w2 .nav-tabs .nav-link:hover { background: #edecec; border: none; }
.w2 .nav-tabs .nav-link h5 { color: #1e1b1a; margin-bottom: 5px; }
.w2 .nav-tabs .nav-link p { color: #4c4847 }
.w2 .tab-content img { width: 100%; }
.w3 .title { padding: 60px 0; }
.w3 .title h2 { position: relative; text-align: center; margin-bottom: 0; padding-bottom: 20px; }
.w3 .title h2:after { content: ''; height: 2px; width: 50px; content: ''; position: absolute; bottom: 0; left: 50%; margin-left: -25px; background: #2bbac3 }
.w3 .content { padding: 120px 0; color: #fff; text-align: center;
background-size: cover; }
.w3 .content h3 { margin-bottom: 15px; }
.w3 .content .link { border: 1px solid #777777; font-size: 12pt; border-radius: 6px; line-height: 30px; display: inline-block; color: #fff; padding: 0 15px; }
.w3 .content .link i { margin-left: 3px; }
.w3 .content .link:hover { background: #009999; border-color: #009999; }
.w3 .download-link { display: inline-block; background: url(../images/download-arrow.svg) no-repeat 8px; background-size: 16px; line-height: 20px; padding-left: 35px; }
.w3 .dropdown { position: relative; width: 180px; margin: 0 auto; }
.w3 .dropdown-toggle { position: relative; }
.w3 .btn { border: none; }
.w3 .dropdown-toggle:after { display: none; }
.w3 .dropdown-toggle:before { background: url(../images/drop-down-arrow.png) no-repeat center #578CFB; border-radius: 0 4px 4px 0; background-size: 10px; top: 0; right: 0; bottom: 0; width: 20px; border: none; content: ''; position: absolute; margin: 0; padding: 0; }
.w3 .dropdown-toggle:hover:before { background-color: #1E55C9; }
.w3 .dropdown-menu { width: 180px; }
.w3 .dropdown-menu a.dropdown-item { text-align: center; display: block; color: #615f5e; }
.w3 .dropdown-menu a.dropdown-item:hover { color: #4cc1b7; background: none; }
.w3 .btn { padding-right: 10px; padding-left: 10px; text-align: left; }
.w4 { padding: 80px 0; }
.w4 .content { background: #fff; border-radius: 8px; -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.3); box-shadow: 0 0 30px 0 rgba(0,0,0,0.3); overflow: hidden; position: relative; }
.w4 .content [class*=col-] .inner-content { padding: 50px 40px; }
.w4 .content [class*=col-]:last-child { background: url(../images/shape-bg.png) no-repeat center; background-size: cover; color: #fff; }
.w4 .content .button { border: 1px solid #474448; border-radius: 6px; line-height: 30px; display: inline-block; color: #474448; padding: 0 14px; font-size: 10pt; }
.w4 .content [class*=col-]:last-child .button { color: #dad7d8; border-color: #dad7d8; }
.w4 .content [class*=col-] .button:hover { background: #009999; border-color: #009999; color: #fff; }
.w4 .content [class*=col-]:last-child .inner-content { padding-left: 200px; }
.w4 .content [class*=col-]:first-child:after { background: url(../images/shape-left.png) no-repeat top; left: 100%; top: 0; bottom: 0; content: ''; width: 115px; position: absolute; z-index: 10; pointer-events: none }
.w4 .content .mobile { position: absolute; top: 50%; left: 50%; width: 226px; height: 189px; margin: -113px 0 0 -144px; z-index: 100 }
.w4 .col-lg-5 .button { margin-bottom: 10px; }
.w4 .col-lg-7 .button { margin-top: 55px; }
.w5 { padding: 80px 0; background: #f6f6f6; text-align: center; }
.w5 h2 { position: relative; text-align: center; margin-bottom: 20px; padding-bottom: 20px; }
.w5 h2:after { content: ''; height: 2px; width: 50px; content: ''; position: absolute; bottom: 0; left: 50%; margin-left: -25px; background: #2bbac3 }
.w5 ul { margin: 0; padding: 0; list-style: none; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -25px; margin-right: -25px; }
.w5 ul li { padding: 0 25px; margin-top: 10px; }
#download { padding-top: 30px; }
.footer { background: #13171e; color: #a8a8a8; }
.footer a { color: #a8a8a8; }
.footer a:hover { color: #fff; }
.footer-top { padding: 40px 0; border-bottom: 1px solid rgba(255,255,255,0.3); }
.footer-top h6 { margin-bottom: 20px; font-size: 20px; color: #fff }
.footmenu { margin: 0; padding: 0; list-style: none; }
.footmenu li { margin-bottom: 6px; }
.footmenu li:last-child { margin: 0; }
.footer-top p { font-size: 14px; }
.social { margin: 0 0 20px; padding: 0; list-style: none; }
.social li { float: left; margin-right: 10px; }
.social li a { display: flex; align-items: center; justify-content: center; height: 30px; width: 30px; text-align: center; line-height: 0; font-size: 34px; color: #9E999B; }
.social li a i { margin-top: -2px; position: relative; }
.social li a:hover { color: #4abfbc; }
.social li a.facebook:hover { color: #3b5998; }
.social li a.youtube:hover { color: #ff0000; }
.social li a.line { background: #9E999B; line-height: 22px; border-radius: 5.5px; }
.social li a.line:hover { background: #00c300; }
.social li a.line img { width: 20px; height: auto; vertical-align: middle; border-radius: 5px; }
.footer-bottom { padding: 20px 0 30px; text-align: center; color: #a9a3a5; }
.site-content { padding-top: 62px; }
.page-banner { position: relative; height: 216px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.page-title { position: absolute; top: 50%; left: 0; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 1 }
.page-title h1 { margin: 0; color: #fff; text-align: center; font-size: 30px; }
.page-title h1 span { padding-bottom: 15px; display: inline-block; padding: 0 20px; }
.page-content { overflow: hidden; background: #fafafa; position: relative; }

.sidebar-toggle-btn { background: url(../images/arrow-right.svg) no-repeat center #13171e; background-size: 11px; position: fixed; top: 220px; left: 0; z-index: 150; height: 15px; width: 15px; display: none; }
.sidebar-toggle-btn.active { background: url(../images/close.svg) no-repeat center #13171e; background-size: 15px; display: none; }
.sidebar-close-btn { background: url(../images/close.svg) no-repeat center #13171e; background-size: 14px; position: absolute; top: 10px; right: 10px; z-index: 150; height: 15px; width: 15px; display: none; }
.left-column { background: #13171e; }
.left-column:before { background: #13171e; right: 100%; top: 0; bottom: 0; content: ''; width: 3000px; position: absolute; }
.left-column .search { padding: 30px 30px 30px 0; margin-bottom: 0; }
.left-column .search .form-control { background: #0f1218; border: 1px solid #24272c; border-radius: 60px; color: white; }
.left-column .form-control::-webkit-input-placeholder {
color: #fff;
opacity: 1;
}
.left-column .form-control::-moz-placeholder {
color: #fff;
opacity: 1;
}
.left-column .form-control:-ms-input-placeholder {
color: #fff;
opacity: 1;
}
.left-column .form-control::-ms-input-placeholder {
color: #fff;
opacity: 1;
}
.left-column .form-control::placeholder {
color: #fff;
opacity: 1;
}
.left-column .sidebar-link { margin: 0 0 35px; color: #fff; }
.left-column .sidebar-link h6 { border-bottom: 1px solid #fff; font-size: 24px; margin-bottom: 18px; padding-bottom: 10px; }
.left-column .sidebar-link ul { margin: 0; padding: 0; list-style: none; }
.left-column .sidebar-link ul li { margin-bottom: 8px; }
.left-column .sidebar-link ul li:last-child { margin-bottom: 0; }
.left-column .sidebar-link ul li a { color: #A8A8A8; }
.left-column .sidebar-link ul li a:hover { color: #00d1c1; }
.left-column .sidebar-link ul ul { margin-top: 10px; padding-left: 20px; }
.right-column .content { padding: 40px 0 40px 40px; }
.right-column .content .title { position: relative; font-size: 30px; }
.right-column .content .title:before { content: ''; position: absolute; top: 0; bottom: 0; left: -40px; background: #00d1c1; width: 6px; }
.post-deatails .post-meta { margin: 0 0 15px; padding: 0 0 10px; border-top: 1px solid #e1e1e1; list-style: none; }
.post-deatails .post-meta li { float: left; margin-right: 12px; }
.post-deatails .post-meta li { color: #000000; }
.post-deatails .post-meta li:first-child { color: rgba(0,0,0,0.6) }
.post-deatails .post-meta li a { color: #000; }
.post-deatails .post-meta li a:hover { color: #00d1c1; }
.post-deatails .post-cat { margin: 0 0 25px; padding: 0; list-style: none; }
.post-deatails .post-cat li { margin-right: 5px; display: inline-block; }
.post-deatails .post-cat li a { border: 1px solid #3973ED; background: #3973ED; color: #fff; display: block; font-size: 12px; border-radius: 4px; padding: 3px 6px; font-weight: 700; }
.post-deatails .post-cat li a:hover { color: #fff; background: #1E55C9; border-color: #1E55C9; }
.video-item { margin-top: 30px; border-bottom: 2px solid #50e3c2; background: #fff; -moz-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.video-item:hover { -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.3); box-shadow: 0 0 30px 0 rgba(0,0,0,0.3); }
.video-item .content { padding: 20px 20px; }
.video-item .post-cat { margin: 0; padding: 8px 0 0 0; list-style: none; }
.video-item .post-cat li { float: left; margin-right: 12px; }
.video-item .post-cat li a { border: 1px solid #3973ED; background: #3973ED; color: #fff; display: block; font-size: 12px; border-radius: 4px; padding: 3px 6px; font-weight: 700; }
.video-item .post-cat li a:hover { color: #fff; background: #1E55C9; border-color: #1E55C9; }
.video-list { border-top: 1px solid #e1e1e1; }
.sidebar-link .card, .sidebar-link .card-header, .sidebar-link .card-body { border: none; padding: 0; background: bottom; box-shadow: none; border-radius: 0; }
.sidebar-link .btn, .sidebar-link .btn:hover, .sidebar-link .btn:focus { color: #fff; padding: 0 0 18px 0; margin-bottom: 18px; border-bottom: 1px solid #fff; border-bottom: 1px solid #fff; display: block; font-weight: 600; font-size: 24px; box-shadow: none !important; border-radius: 0; text-align: left; }
.sidebar-link .card, .sidebar-link .card-header, .sidebar-link .card-body { border: none; padding: 0; background: bottom; box-shadow: none; border-radius: 0; }
.sidebar-link .btn:not(:disabled):not(.disabled) { cursor: default }
.sidebar-link .card-body { padding: 0 10px 10px 5px }
.logo img { width: 100pt; }
/* main color*/

.main-color-b { color: #2ca4a2 !important; }
.main-color-r { color: red !important; }
/* sidebar-link */
#accordionSidebar .card .card-header { margin-bottom: 10px !important; padding-bottom: 6px !important; border-bottom: 1px solid grey; }
.content ul.post-cat li a { background: none !important; color: #009999 !important; border: 1px solid !important; padding: 2px 10px !important; border-radius: 7px !important; }
.content ul.post-cat li a:hover, .content ul.post-cat li a.active { background: #009999 !important; color: #fff !important; }
.author-post, .author-post a { color: #666666 !important; }
.video-item { border-bottom: none !important; }
.coleql_height > ul.post-cat li a { background: #3366ff !important; color: #fff !important; }
.btn-login-member:hover { /*background:#2755CC;*/ color: #fff; background-color: #578CFB; border-color: #578CFB; }
.btn-send-email-member:hover { /*background:#2755CC;*/ color: #fff; background-color: #578CFB; border-color: #578CFB; }
.card-member { margin-top: 40px; width: 600px; background: #FAFAFA; padding: 70px; border-radius: 12px; }
.card-header-member { margin-bottom: 30px; }
.card-body-member > form > .form-group label { color: #9e999b; font-size: 14px; }
.card-header-member h3 { font-size: 24px; color: #9e999b; font-weight: 300; }
.btn-login-member { width: 100%; background: #3973ED; color: #fff; margin-bottom: 22px; cursor: pointer; border: 1px solid transparent; border-radius: 0.25rem; }
.btn-send-email-member { width: 200px; background: #3973ED; color: #fff; margin-bottom: 22px; padding: 7px; cursor: pointer; border: 1px solid transparent; border-radius: 0.25rem; }
.form-group span a { text-decoration: underline !important; color: #33a8a6 !important; font-size: 12px !important; }
.form-group span a:hover { color: #578cfb !important; }
small.small-text-member { color: red !important; }
.small-text-member { font-size: 12px; }
span.small-text-member { padding-right: 20px; }
/**
Member order list
**/

.mb-oder-table { margin-bottom: 60px; background: #ffff; padding: 20px; -webkit-box-shadow: 0px -1px 16px 0px rgba(138,138,138,1); -moz-box-shadow: 0px -1px 16px 0px rgba(138,138,138,1); box-shadow: 0px -1px 16px 0px rgba(138,138,138,1); }
.mb-oder-table .table thead tr th { padding: 0.2rem 1.2rem; background: #cccccc; text-align: left; border-right: 2px solid #fff; color: #999999; }
.tbody-content tr th, .tbody-content tr td { padding: 0px; color: #999999; font-size: 14px; text-align: left; }
.table-mb-dl i { background: #6699ff !important; padding: 4px !important; border-radius: 4px !important; color: #fff !important; }
.mb-tab-menu.active { border-left: 3px solid #00d1c1 !important; color: #00d1c1 !important; }
.mb-tab-menu { color: #cccccc !important; padding-left: 30px !important; border-left: 2px solid #eee; margin: 6px 0; }
.mb-nav-left { padding-left: 60px !important; }
/* member register **/
#progressbar li { list-style-type: none; text-transform: uppercase; width: 20%; float: left; position: relative; text-align: center; }
#progressbar { margin-bottom: 30px; overflow: hidden; position: relative; left: -50px; counter-reset: step; }
#progressbar li:before { content: counter(step); counter-increment: step; width: 24px; height: 24px; line-height: 24px; display: block; font-size: 12px; color: #333; background: #e1e1e1; border-radius: 25px; margin: 0 auto 10px auto; position: relative; z-index: 1; }
#progressbar li:after { content: ''; width: 88%; height: 2px; background: #e1e1e1; position: absolute; left: -44%; top: 12px; }
#progressbar li:first-child:after { content: none; }
#progressbar li.active:before, #progressbar li.active:after { background: #0ac4b6; color: white; }
.captcha-register img { height: 40px; position: relative; top: 30px; }
.btn-edit-profile { width: 48% !important; background: #dddddd; }
.btn-edit-profile.btn-bk:hover { background: #2755CC !important; }
.btn-bk { background: #578cfb !important; color: #fff !important; }
/** price **/
.price-title h3 { position: relative; }
.price-title h3::after { content: ''; height: 3px; width: 8%; background: #0ac4b6; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); }
.wraper-price { padding: 0 30px; border-radius: 6px; transition: 500ms; -webkit-transition: 500ms; }
.row .wraper-price:last-child { border-right: none !important; }
.header-price { text-align: center; margin-top: 40px; height: 140px; }
.header-price-h6 { margin: 24px 0; color: #2ebcad; font-size: 24px; font-weight: 400; }
.header-price-h6 .period { font-size: 14px; }
.header-price a { margin: 20px 0; }
.wraper-price ul li { margin: 12px 0; color: #999999; font-weight: 400; text-align: left; padding-left: 10px; }
.pricing { margin: 80px 0; }
.wraper-price-star { transform: scale(1.1, 1.1); border: 2px solid rgb(46, 188, 173) !important; z-index: 10; position: relative !important; }
.wraper-price-star::before { width: 42px; height: 60px; content: ''; position: absolute !important; top: -8px; background-image: url(../images/img-price-star.png); }
.header-price > a.btn { background-color: #3973ed !important; border: none !important; }
.header-price > a.btn:hover { background: #1E55C9 !important; }
.pb60 { padding-bottom: 60px; }
.mb-forget-fieldsets-2 { display: none; }
.custom-table-price thead th { border-bottom: none !important; text-align: left !important; }
.card-price-cts { height: 100% !important; }
.card-price-cts >.card-body>a { background: #3973ed !important; }
.card-price-cts >.card-body>a:hover { background: #1E55C9 !important; }
.new-img { padding: 15px; }
.card-price-cts-col .card-body p { min-height: 120px; }

.school-name {
  color: rgba(0, 0, 0, 0.5);
  font-size: 6.5pt;
  text-align: center;
  margin: 20px auto;
}

.school-list-all {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

@media screen and (min-width: 1200px) {
  .card-price-cts-col .card-body p {
    min-height: 170px !important;
  }

  .logo-rwd > li {
    flex: 0 0 25%;
  }

  .logo-rwd > li > img {
    margin: 16px 10px;
  }

  .school-list {
    flex: 0 0 20%;
    min-width: min-content;
    margin: 10px 0;
  }

  .statistic-rwd {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  .statistic-container-rwd {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .announce-custom-btn {
    flex: 0 0 49% !important;
    margin: 5px 0 !important;
  }

  .col-md-3-v2 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .card-member {
    padding: 0;
  }

  #progressbar {
    left: -36px;
  }

  .card-price-cts-col .card-body p {
    min-height: 240px !important;
  }

  .logo-rwd > li {
    flex: 0 0 33%;
  }

  .logo-rwd > li > img {
    margin: 16px 10px;
  }

  .school-list {
    flex: 0 0 25%;
    min-width: min-content;
    margin: 10px 0;
  }

  .statistic-rwd {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .statistic-container-rwd {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .announce-custom-btn {
    flex: 0 0 49% !important;
    margin: 5px 0 !important;
  }

  .col-md-3-v2 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media screen and (max-width: 768px) {
  .card-price-cts-col .card-body p {
    min-height: auto !important;
  }

  .logo-rwd > li {
    flex: 0 0 50%;
  }

  .logo-rwd > li > img {
    margin: 16px 10px;
  }

  .school-list {
    flex: 0 0 50%;
    min-width: min-content;
    margin: 10px 0;
  }

  .statistic-rwd {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .statistic-container-rwd {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .announce-custom-btn {
    flex: 0 0 100% !important;
    margin: 5px 0 !important;
  }

  .col-md-3-v2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}