header h1 {
  color: #2c5d93;
  font-weight: bold;
}

.label_section, .section3 p.title_section, .section4 p.title_section, .section11 .more_info p.title_section {
  font-size: 25px;
  text-transform: uppercase;
  color: #ffcc00;
  font-weight: bold;
  margin-top: 40px;
  padding: 5px;
  background-color: white;
}

.section1 img, .section11 .more_info .img_congcu {
  -webkit-box-shadow: 9px 9px 20px 0 #ccc;
  box-shadow: 9px 9px 20px 0 #ccc;
}

@font-face {
  font-family: myRoboto;
  src: url(../fonts/Roboto-Regular.ttf);
}
body {
  background-color: #fff;
  color: #000;
  font-size: 15px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.bg_parallax {
  position: fixed;
  height: 50000px;
  background: url("../img/part_background.png") top left repeat;
  width: 100%;
  top: 0;
  z-index: -100;
}

.bg_white {
  background-color: white;
}

header {
  background-color: #fff;
  min-height: 90px;
  padding: 15px 0 7px 0;
}
header h1 {
  font-size: 21px;
  margin: 0 0 10px 27px;
}
header .partner img {
  margin-left: 12px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  header .img_itplus {
    margin: 0 auto;
    float: none !important;
  }
  header h1 {
    text-align: center;
    margin-top: 20px;
  }
  header .partner {
    text-align: center;
  }
}

.banner img {
  width: 100%;
}

.section1 h2 {
  font-size: 16px;
  color: #001f73;
  font-weight: bold;
  margin-bottom: 20px;
}
.section1 .paragraph-block {
  padding-left: 35px;
}
.section1 .paragraph-block .bg_paragraph {
  padding: 15px;
  background-color: #f6f5f5;
}
.section1 .paragraph-block .bg_paragraph p {
  color: #001f73;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .section1 .paragraph-block {
    padding-left: 0;
  }
}
.section1 img {
  margin-top: 130px;
}
@media only screen and (max-width: 991px) {
  .section1 img {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.section2 {
  margin-top: 30px;
}
.section2 .content {
  padding-left: 25px;
  padding-right: 25px;
}
@media only screen and (max-width: 767px) {
  .section2 .content {
    padding: 0;
    margin-top: 15px;
  }
}
.section2 .content h2 {
  font-size: 16px;
  color: #001f73;
  font-weight: bold;
  margin-bottom: 20px;
}
.section2 .content h2 {
  text-align: right;
}
.section2 .content .bg_paragraph {
  padding: 15px;
  background-color: #f6f5f5;
}
.section2 .content .bg_paragraph p {
  color: #001f73;
  text-align: justify;
}
.section2 .content p {
  text-align: right !important;
}
@media only screen and (max-width: 991px) {
  .section2 img {
    margin-left: auto;
    margin-right: auto;
  }
}

.section3 p {
  color: #001f73;
  text-align: justify;
  padding: 0 10px;
}
.section3 .bg_paragraph {
  padding: 15px;
  background-color: #f6f5f5;
}
.section3 .bg_paragraph p {
  color: #001f73;
  text-align: justify;
}
@media only screen and (max-width: 991px) {
  .section3 img {
    margin-left: auto;
    margin-right: auto;
  }
}

.section4 {
  margin-top: 30px;
}
.section4 p {
  color: #001f73;
  text-align: right !important;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .section4 p {
    padding-left: 0px;
  }
}
.section4 p.title_section {
  margin-top: 10px;
}
.section4 .bg_paragraph {
  padding: 15px;
  background-color: #f6f5f5;
}
.section4 .bg_paragraph p {
  color: #001f73;
  text-align: justify;
}
@media only screen and (max-width: 991px) {
  .section4 img {
    margin-left: auto;
    margin-right: auto;
  }
}

.section5 {
  margin-top: 30px;
}
.section5 .title_section5 {
  text-align: center;
  margin-bottom: 30px;
}
.section5 .title_section5 span {
  color: #001f73;
  font-size: 25px;
  font-weight: bold;
  border: 1px solid #ffcc00;
  padding: 10px;
  width: 270px;
  display: inline-block;
}
.section5 .course_detail {
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #2c5d93;
  margin: 0;
  padding: 10px 13%;
}
.section5 > .row {
  margin-top: 32px;
}
.section5 > .row a img {
  width: 100%;
}
.section5 > .row .box-title {
  background-color: #2c5d93;
  margin: 0;
  padding: 16px 0;
}
.section5 > .row .box-title a {
  display: block;
  text-align: center;
  color: white;
}
.section5 > .row .section8-col2 {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .section5 > .row .section8-col2 {
    margin-left: 8.33333333%;
    margin-top: 32px;
  }
}
.section5 > .row .modal-content {
  background-color: #2c5d93;
  border-radius: 0;
}
.section5 > .row .modal-content .modal-header {
  min-height: 51px;
  border-bottom: 1px solid #a0a2a2;
}
.section5 > .row .modal-content .modal-header .modal-title {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.section5 > .row .modal-content .modal-header .close {
  color: white;
  font-size: 25px;
}
.section5 > .row .modal-content .modal-body {
  position: relative;
}
.section5 > .row .modal-content .modal-body ul {
  margin-left: 7%;
  padding-left: 5%;
}
.section5 > .row .modal-content .modal-body ul li {
  color: white;
  padding-top: 15px;
}
.section5 > .row .modal-content .modal-body a {
  position: absolute;
  right: 20px;
  bottom: -38px;
  font-weight: bold;
  color: white;
  background-color: #3d6ea4;
  border: 0;
  padding: 5px;
  font-size: 20px;
}
.section5 > .row .modal-content .modal-body a span {
  color: #ffcc00;
  font-weight: bold;
}
.section5 > .row .modal-content .modal-body img {
  margin: 0 auto;
}

.section6, .section7, .section8 {
  margin-top: 30px;
}
.section6 .course_detail, .section7 .course_detail, .section8 .course_detail {
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #2c5d93;
  margin: 0;
  padding: 10px 13%;
}
.section6 > .row, .section7 > .row, .section8 > .row {
  margin-top: 32px;
}
.section6 > .row a img, .section7 > .row a img, .section8 > .row a img {
  width: 100%;
}
.section6 > .row .box-title, .section7 > .row .box-title, .section8 > .row .box-title {
  background-color: #2c5d93;
  margin: 0;
  padding: 16px 0;
}
.section6 > .row .box-title a, .section7 > .row .box-title a, .section8 > .row .box-title a {
  display: block;
  text-align: center;
  color: white;
}
.section6 > .row .section8-col2, .section7 > .row .section8-col2, .section8 > .row .section8-col2 {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .section6 > .row .section8-col2, .section7 > .row .section8-col2, .section8 > .row .section8-col2 {
    margin-left: 8.33333333%;
    margin-top: 32px;
  }
}
.section6 > .row .modal-content, .section7 > .row .modal-content, .section8 > .row .modal-content {
  background-color: #2c5d93;
  border-radius: 0;
}
.section6 > .row .modal-content .modal-header, .section7 > .row .modal-content .modal-header, .section8 > .row .modal-content .modal-header {
  min-height: 51px;
  border-bottom: 1px solid #a0a2a2;
}
.section6 > .row .modal-content .modal-header .modal-title, .section7 > .row .modal-content .modal-header .modal-title, .section8 > .row .modal-content .modal-header .modal-title {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}
.section6 > .row .modal-content .modal-header .close, .section7 > .row .modal-content .modal-header .close, .section8 > .row .modal-content .modal-header .close {
  color: white;
  font-size: 25px;
}
.section6 > .row .modal-content .modal-body, .section7 > .row .modal-content .modal-body, .section8 > .row .modal-content .modal-body {
  position: relative;
}
.section6 > .row .modal-content .modal-body ul, .section7 > .row .modal-content .modal-body ul, .section8 > .row .modal-content .modal-body ul {
  margin-left: 7%;
  padding-left: 5%;
}
.section6 > .row .modal-content .modal-body ul li, .section7 > .row .modal-content .modal-body ul li, .section8 > .row .modal-content .modal-body ul li {
  color: white;
  padding-top: 15px;
}
.section6 > .row .modal-content .modal-body a, .section7 > .row .modal-content .modal-body a, .section8 > .row .modal-content .modal-body a {
  position: absolute;
  right: 20px;
  bottom: -38px;
  font-weight: bold;
  color: white;
  background-color: #3d6ea4;
  border: 0;
  padding: 5px;
  font-size: 20px;
}
.section6 > .row .modal-content .modal-body a span, .section7 > .row .modal-content .modal-body a span, .section8 > .row .modal-content .modal-body a span {
  color: #ffcc00;
  font-weight: bold;
}
.section6 > .row .modal-content .modal-body img, .section7 > .row .modal-content .modal-body img, .section8 > .row .modal-content .modal-body img {
  margin: 0 auto;
}

.section9, .section10 {
  margin-top: 30px;
}
.section9 .course_detail, .section10 .course_detail {
  font-size: 20px;
  font-weight: bold;
  color: white;
  background-color: #2c5d93;
  margin: 0;
  padding: 10px 13%;
}
.section9 .content, .section10 .content {
  margin-top: 32px;
}
.section9 .content .panel, .section10 .content .panel {
  margin-bottom: 8px;
  border: 0;
  border-radius: 0;
}
.section9 .content .panel .panel-heading, .section10 .content .panel .panel-heading {
  padding-left: 35px;
  background-color: #2c5d93;
  color: white;
  border-radius: 0;
}
.section9 .content .panel .panel-heading a, .section10 .content .panel .panel-heading a {
  position: relative;
  display: block;
  margin-right: 14px;
  font-size: 15px;
}
.section9 .content .panel .panel-heading a .glyphicon, .section10 .content .panel .panel-heading a .glyphicon {
  position: absolute;
  right: -27px;
  top: -7px;
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .section9 .content .panel .panel-heading a .glyphicon, .section10 .content .panel .panel-heading a .glyphicon {
    font-size: 20px;
    top: -2px;
  }
}
.section9 .content .panel .panel-body, .section10 .content .panel .panel-body {
  padding-left: 35px;
  border: 1px solid #e6a34d !important;
  margin-top: 6px;
}
.section9 .content .panel .panel-body ul, .section10 .content .panel .panel-body ul {
  list-style-type: square;
  color: #001f73;
  padding-left: 20px;
  margin-bottom: 0;
}

.section11 {
  color: #002371;
  margin-top: 20px;
}
.section11 .more_info p {
  color: #001f73;
  margin-bottom: 2px;
}
.section11 .more_info p.title_section {
  margin-bottom: 10px;
}
.section11 .more_info .bg_paragraph {
  padding: 15px;
  background-color: #f6f5f5;
}
.section11 .more_info .bg_paragraph p {
  color: #001f73;
  text-align: justify;
}
.section11 .more_info .left p {
  padding: 0 10px 10px 50px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .section11 .more_info .left p {
    padding: 0px;
  }
}
.section11 .more_info .img_congcu {
  margin: 95px 0 55px;
}
@media only screen and (max-width: 991px) {
  .section11 .more_info .img_congcu {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
footer {
  margin-top: 61px;
  background-color: #323644;
  min-height: 252px;
  padding-top: 23px;
  color: white;
}
footer .border_top {
  border: 2px solid #f65959;
  margin-bottom: 48px;
}
footer .col_footer1 {
  border-left: 4px solid #f65959;
  padding-left: 15px;
  min-height: 188px;
}
footer .col_footer1 h3 {
  margin: 0 0 20px;
}
footer .col_footer1 p {
  font-size: 17px;
}
footer .col_footer2 p.text-title {
  color: #f65959;
  font-size: 22px;
  margin-bottom: 0;
  font-weight: bold;
}
footer .icon-container {
  margin-top: 10px;
}
footer .icon-container .icon-facebook, footer .icon-container .icon-global {
  width: 27px;
  height: 27px;
}
footer .icon-container .icon {
  margin-right: 26px;
  text-indent: -9999px;
  display: inline-block;
  font-size: 0;
  background-image: url("../img/icon.png");
}
footer .icon-container .icon-facebook {
  background-position: 0 0;
}
footer .icon-container .icon-global {
  background-position: -27px 0;
}
footer .icon-container .icon-m {
  width: 37px;
  height: 37px;
  background-position: 0 -34px;
  margin-top: -6px;
}
@media only screen and (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer .icon-container {
    text-align: center;
  }
}
.qdangki{
  margin: 20px auto;
  padding: 8px 15px;
    background-color: #002371;
    color: white;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}
.qdangki:hover{
  padding: 8px 15px;
    background-color: #002371;
    color: white;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
}

/*# sourceMappingURL=site.css.map */
