#footer-section{
  padding: 25px 0px;
  background: #404040;
  font-size: 14px;
  line-height: 20px;
  color: #d0d1d3;
}
#footer-section .border-top {
    border-top: 1px solid #878787!important;
}

#footer-section h4 {
    font-size: 20px;
    line-height: 24px;
}

#footer-section ul {
    padding-inline-start: 25px;
    list-style: none;
    margin-bottom: 0px;
}


#footer-section ul li:before {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    content: "\e931";
    margin-left: -25px;
    padding-right: 10px;
}

#footer-section ul li a {
 color: inherit;
}


#footer-section ul li a:hover {
 color: #56a9f7;
}





.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'ดูทั้งหมด >>';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'ย่อยลง <<';
}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding-left: 25px;
  color: #faa002;
  font-size: .9em;
  line-height: 2;
  border-radius: .25em;
}








#footer-section .qa-title{
    background: transparent;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 5px 0px;
    padding-right: 50px;
    text-align: left;
    position: relative;
}


#footer-section .qa-title{
    color: #404040; 
    font-size: 14px;
}

#footer-section .qa-title:hover, .qa-title:focus{
    color: #404040; 
}

#footer-section .box-icon span{
    position: absolute;
    top: 50%;
    right: 0px;
    width: 15px;
    height: 1px;
    background-color: #404040;
    transition: all .3s;
}

#footer-section .box-icon span:nth-child(2){
    transform: rotate(90deg);

}
#footer-section .opened span{
    transform: rotate(360deg);
    opacity: 0;
}
#footer-section .opened span:nth-child(2){
    transform: rotate(360deg);
    opacity: 1;
}

#footer-section .qa-content{
    display: none;
    padding: 15px;
    color: #6f6f6f;
    font-size: 12px;
    background-color: #f5f5f5;
}


.assessment-bg{
    background-image: url(../images/assessment-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.organization-zoon .col-organization{
    width: 50%;
    float: left;
    display: block;

}
.organization-zoon .col-organization h5{
    font-weight: 400;
    line-height: 16px;

}
@media (min-width: 789px) {
.organization-zoon .col-organization{
    width: 33.33%;
    float: left;
    display: block;

}
}

@media (min-width: 992px) {
.organization-zoon .col-organization{
    width: 14.25%;
    float: left;
    display: block;

}
}




@media (max-width: 789px) {
    #back-to-top {
        cursor: pointer;
        right: 0;
        display: block !important;
        width: 100%;
        background-color: #418cdd;
        color: #fff;
        text-align: center;
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        padding: 8px 5px 14px;
        letter-spacing: 0.02em;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear
    }
    #section-footer{
        padding: 0px 0px;
    }

    #back-to-top .icon {
        font-size: 24px;
        position: relative;
        top: 3px;
        margin-right: 2px
    }

    #back-to-top:hover {
            background: #56a9f7;
        color: #ffffff;
    }
}

@media (max-width: 789px) and (max-width: 767px) {
    #back-to-top {
        display: block
    }
}

@media (min-width: 789px) {
    #back-to-top {
        cursor: pointer;
        /*display: none;*/
        opacity: 0;
        position: fixed;
        right: 0;
        bottom: 10%;
        z-index: 6;
        width: 62px;
        height: 62px;
        font-size: 39px;
        line-height: 55px;
        background-color: #418cdd;
        color: #fff;
        border-radius: 20px;
        text-align: center;
        -moz-transition: background 0.3s linear;
        -o-transition: background 0.3s linear;
        -webkit-transition: background 0.3s linear;
        transition: background 0.3s linear;
        backface-visibility: hidden
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #back-to-top .icon {
        font-size: 39px;
        line-height: 39px;
        position: relative;
        top: 10px;
        backface-visibility: hidden;
        transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear
    }

    #back-to-top .text {
        display: none;
    }

    #back-to-top:hover {
        background: #56a9f7;
        color: #fff
    }

    #back-to-top span {
        color: #fff;
        font-size: 40px;
    }


    #back-to-top.show {
        /*display: block;*/
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 789px) and (max-width: 789px) {
    #back-to-top {
        /*display: none !important*/
    }
}





















footer .mobile-collapse_title {
  font-size: 18px;
  padding: 0 0 5px 0;
  color: #222222;
  font-weight: 500;
  margin-bottom: 0px;
}

@media (max-width: 992px) {




  footer .mobile-collapse {
    margin-top: -1px;
    margin-bottom: 0;
    padding: 0 0 0 15px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    margin-left: -15px;
    margin-right: -15px
}

footer .mobile-collapse_content {
    display: none;
    padding-bottom: 17px;
    font-size: 14px
}

footer .open>.mobile-collapse_content {
    display: block
}

footer .mobile-collapse_title {
    cursor: pointer;
    position: relative;
    font-size: 20px!important;
    margin-bottom: 0px!important;
    padding: 10px 38px 9px 0;
    letter-spacing: 0.02em;
    line-height: 26px;
    overflow: hidden;
    color: #ffffff!important;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color 0s linear;
    -ms-transition: color 0s linear;
    -webkit-transition: color 0s linear;
    -o-transition: color 0s linear
}

footer .mobile-collapse_content {
    padding-right: 25px;
    padding-top: 15px
}

footer .mobile-collapse.open .mobile-collapse_title {
    padding: 10px 38px 5px 0
}

footer .mobile-collapse_title:hover {
    color: #cfa348
}

footer .mobile-collapse_title:hover:before {
    color: #ffffff
}

footer .mobile-collapse_title:before {
    position: absolute;
    display: block;
    top: 10px;
    right: 14px;
    font-family: 'Material Icons Outlined';
    font-size: 24px;
    content: "\e145";
    line-height: 25px;
    font-weight: 300;
    color: #ffffff;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear
}

footer .open>.mobile-collapse_title:before {
    content: "\e15b"
}

footer .mobile-collapse__title.title-under:



