.text-dk-blue {
    color: #02336d !important;
}
.bg-light-gray {
    background-color: #f5f6fb !important;
}
.bg-texture1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg/seo_seo.jpg);
    background-position: top;
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
}
.title-dot {
    position: relative;
}
.sample-box .title-dot.orange::before {
    background-color: #fa3;
}
.sample-box .title-dot.red::before {
    background-color: #f33;
}
.title-dot::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #0c6;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#header .title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 0 24px;
}

.banner-section {
    height: 80vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    display: flex;
    align-items: center;
    margin-top: 70px;
}
.banner-section .webTitle {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    word-break: break-all;
}
.banner-section .webTitle span {
    display: block;
}
.numTitle {
    font-size: 42px;
    line-height: 1.2;
    color: #10bab9;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 10px;
}
@media (max-width: 1025px) {
    .banner-section {
        height: 40vh;
    }
    .banner-section .webTitle {
        font-size: 36px;
    }
    #header .title {
        padding: 0;
    }
}
@media (max-width: 575px) {
    .banner-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.4;
    }
    .banner-section .webTitle {
        position: relative;
        font-size: 28px;
        text-shadow: 0 0 8px #ffffff;
        text-align: center;
    }
    #header .title {
        font-size: 22px;
    }
}
@media (max-width: 321px) {
    .banner-section .webTitle {
        font-size: 24px;
        line-height: 1.2;
    }
}
.circle-progress {
    width: 120px;
    height: 120px;
    background-color: #def3e8;
    position: relative;
    border-radius: 100%;
}
.circle-progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.circle-progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.circle-progress .circle-progress-left {
  left: 0;
}
.circle-progress .circle-progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #0c6;
}
.circle-progress .circle-progress-left .circle-progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.circle-progress .circle-progress-right {
  right: 0;
}
.circle-progress .circle-progress-right .circle-progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.circle-progress .circle-progress-value {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  letter-spacing: 1px;
  color: #080;
}
@media (max-width: 575px) {
    .circle-progress {
        width: 95px;
        height: 95px;
    }
}
.progress-bar.bg-success {
    background-color: #0cce6a !important;
    position: relative;
}
.progress-bar.bg-success::before {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0;
    height: 14px;
    width: 12px;
    background-image: url(../img/icon/tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.progress-bar.bg-success .num {
    position: absolute;
    right: 0;
    transform: translateX(50%);
    top: 100%;
    font-size: 20px;
    color: #018642;
    font-weight: 600;
    padding: 8px 0;
}
.progress .progress-bar {
    border-right: 4px solid #fff;
}
.progress .progress-bar:last-child {
    border-right: 0;
}


.iconList .item {
    display: flex;
    margin-bottom: 24px;
}
.iconList .item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/icon/check.svg);
    background-position: center;
    margin-right: 12px;
    flex-shrink: 0;
}
article p,
article {
    font-size: 17px;
    line-height: 1.8;
    color: #484848;
}