body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: normal;
    font-weight: normal;

}

a {
    text-decoration: none !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a img {
    outline: none;
}

p {
    font-size: 19px;
    line-height: normal;
    margin: 0 !important;
    padding: 10px 0;
    color: #474E62;
    font-weight: 400;
    font-family: "Noto Sans Thai", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    font-family: "Noto Sans Thai", sans-serif;

}

h1 {
    font-size: 39px;
    line-height: 45px;
}

h2 {
    font-size: 25px;
    line-height: 35px;
}

h3 {
    font-size: 18px;
    line-height: 30px;
}

img {
    vertical-align: middle;
    width: 100%;
}

#wrapper {
    max-width: 1920px;
    margin: auto;
    padding: 0;
}

#header {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
}

.container {
    width: 97% !important;
    max-width: 1800px !important;
    margin: 0 auto;
}
.divider {
    background: linear-gradient(90deg, #00A8EF 0%, #FCDD26 119.76%);
    height: 15px;
    width: 100%;
}
.header {

}
.header img {
    width: 170px;
    margin: 20px auto;
    display: block;
}
.banner{
    width: 100%;
    position: relative;
}
.text-banner {
    position: absolute;
    bottom: 40px;
    width: 100%;
    font-family: "Noto Sans Thai", sans-serif;
}
.text-top {
    font-size: 48px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
}
.text-banner .nav {
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.text-banner .nav img {
    width: 15px;
    margin: 0 5px;
}
#bg-main{
    background-image: url(../images/bg-main.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    font-family: "Noto Sans Thai", sans-serif;
    padding-bottom: 40px;
}
.main-box {
    padding-top: 7rem;
    display: flex;
}
.main-box .l {
    width: 60%;
}
.main-box .r {
    justify-content: flex-end;
    display: flex;
    width: 40%;
}
.txt-50 {
    font-size: 40px;
    line-height: 55px;
    color: #001E7F;
    font-weight: 600;
}
.txt-25 {
    font-size: 25px;
    line-height: 45px;
    color: #2253AD;
    font-weight: 600;
}
.txt-20{
    font-size: 20px;
    line-height: 30px;
    color: #2253AD;
    font-weight: 600;
}
.btn-orange {
    background: #FFFFFF;
    padding: 8px 30px;
    border-radius: 31px;
    color: #666B7D;
    font-size: 20px;
    margin: 0 15px;
    height: 48px;
}
.btn-orange img {
    width: 36px;
    margin-right: 4px;
    
}
a:hover.btn-orange{
    color: #FFFFFF!important;
    background: #FA9370!important;
}
a:hover.btn-orange img {
    filter: brightness(0) invert(1);
}
.btn-orange.active{
    color: #FFFFFF!important;
    background: #FA9370!important;
}
.active.btn-orange img{
    filter: brightness(0) invert(1);
}
.box-form {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 2.5rem;
    margin: 1rem auto 4rem auto;
    box-shadow: 2px 4px 11px 0px rgb(135 136 137 / 25%);
    -webkit-box-shadow: 2px 4px 11px 0px rgb(135 136 137 / 25%);
    -moz-box-shadow: 2px 4px 11px 0px rgb(135 136 137 / 25%);
}
.txt-border-bottom-index a{
        color: #474E62!important;
}

.complaint {
    width: 99%;
    position: relative;
    margin-left: 10px;
}
#myTab {
    width: 102%;
    position: relative;
    display: flex;
    margin-left: -30px;
}
#myTab .nav-item {
    width: 25%;
}
.nav-tabs{
    border-bottom: none;
}
.tab-complaint .tab {
    background: #DFF7FF;
    border: none;
    border-radius: 35px;
    color: #0091D9;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 25px;
    margin-right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    box-shadow: 2px 4px 11px 0px rgb(0 145 217 / 25%);
    -webkit-box-shadow: 2px 4px 11px 0px rgb(0 145 217 / 25%);
    -moz-box-shadow: 2px 4px 11px 0px rgb(0 145 217 / 25%);
}
.tab-complaint .tab:hover{
    color: #fff;
    background-color: #0091D9;
    border:none;
}
.tab-complaint .tab:hover .icon img{
    filter: brightness(0) invert(1);
}
.tab-complaint .tab:first-child {
    margin-left: 30px;
}
.tab-complaint .tab:last-child{
    margin-right: 0;
}
.row-tab {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.row-tab .icon {
    display: flex;
    justify-content: center;
    margin-right: 10px;
}
.row-tab .text {
    display: flex;
    justify-content: center;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0091D9;
    border:none;
}
.nav-tabs .nav-link.active .row-tab .icon img{
    filter: brightness(0) invert(1);
}
.txt-border-bottom {
    border-bottom: 1px solid #CCCED4;
    padding-top: 30px;
    margin-bottom: 30px;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 19px;
    line-height: normal;
    color: #474E62;
}
.tab-content{
    padding-top: 30px;
}
.mar-r-10 {
    margin-right: 10px !important;
}
.check-tab label{
    font-size: 19px;
    line-height: normal;
}
.accept_policy {
    padding-left: 22px;
}
.flex{
    display: flex;
    width: 100%;
}
.flex-start {
    display: flex;
    justify-content: start;
    width: 50%;
}
.flex-end{
    display: flex;
    justify-content: end;
    width: 50%;
}
.btn-next-step{
    background: #FA9370;
    color: #FFFFFF!important;
    font-size: 18px;
    border-radius: 25px;
    border: none;
    padding: 8px 40px;
    cursor: pointer;
}
.btn-next-step:hover{
    color: #FFFFFF!important;
}
.whistle {
    font-size: 18px;
    color: #474E62;
}
.img-whistle {
    width: 66px;
    margin-right: 15px;
}
.pad-whistle {
    padding-left: 80px;
    padding-bottom: 15px;
}
.irpc-copyright-section {
    display: flex;
    width: 97% !important;
    max-width: 1800px !important;
    margin: 0 auto;
    align-items: center;
}
.irpc-copyright-section .left {
    width: 50%;
    display: inline-block;
}
.irpc-copyright-section .right {
    width: 50%;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding-top: 13px;
}
.irpc-copyright-section .right ul{
    display: flex;
}
.irpc-copyright-section .right ul li {
    display: inline;
    padding: 0 15px;
}
.irpc-copyright-section .right svg {
    vertical-align: middle;
    margin-right: 5px;
}
.irpc-copyright-section .right ul li a {
    font-family: "Noto Sans Thai", sans-serif;
    line-height: normal;
    color: #474E62;
    font-size: 17px;
}
.irpc-copyright-section .right ul li:hover a{
    color: #FA9370;
}
.irpc-copyright-section .right ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #FA9370;
    transition: width .2s;
}

.irpc-copyright-section .right ul li:hover::after {
    width: 100%;
    //transition: width .4s;
}
.txt-center{
    text-align: center;
}
.box-form-col {
    width: 100%;
}
.tab-content  label {
    font-size: 19px;
    color: #474E62;
}
.tab-content  label span{
    color: #F34B36;
}
.tab-content .form-input {
    width: 100%;
    border: 1px solid #CCCED4;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 18px;
    margin-bottom: 25px;
}
.whistle-form {
    margin: 25px auto;
}
.file-control{
  display:none;
}
.label-file {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 8px 50px 8px 15px;
    vertical-align: middle;
    overflow: hidden;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #CCCED4;
}
.label-file:after {
    content: "เลือกไฟล์";
    position: absolute;
    background-color: #0091d9;
    right: 0;
    top: 0px;
    height: 47px;
    display: inline-block;
    padding: 14px 20px 0 20px;
    color: #fff;
    line-height: 20px;
}
.tab-content  .label-file span {
    color: #474E62!important;

}
.tab-content  .border-confirm {
    border: 1px solid #CCCED4;
    border-radius: 10px;
    padding: 30px;
}
.confirm-border-bottom {
    border-bottom: 1px solid #CCCED4;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.p-confirm {
    color: #9D9D9F;
    font-size: 18px;
    padding: 0;

}
#popup-confirm {
    display: inline-block;
    width: 600px;
    max-width: 100%;
    text-align: center;
    font-family: "Noto Sans Thai", sans-serif;
}
#popup-confirm img {
    margin-bottom: 20px;
}
#popup-confirm h4 {
    font-size: 25px;
    font-weight: 600;
    color: #001E7F;
    padding-bottom: 10px;
}
#popup-confirm .flex {
    display: flex;
    width: 265px;
    justify-content: center;
    margin: 20px auto 0 auto;
}
.border-thank{
    border: 1px solid #CCCED4;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}
.mar-h1 {
    padding: 60px 0 30px 0;
}
.txt-border-bottom-index {
    border-bottom: 1px solid #CCCED4;
    padding-top: 15px;
    min-height: 60px;
}
.img-relative{
    position: relative;
}
.btn-systen {
    position: absolute;
    bottom: 50px;
    margin: 0;
    top: 81%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-systen a{color: #FFFFFF!important;}
.system-list{
    background-image: url(../images/whistle-border-bottom.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 450px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 2rem;
    margin: 1rem auto 4rem auto;
    box-shadow: 2px 4px 11px 0px rgb(135 136 137 / 25%);
    -webkit-box-shadow: 2px 4px 11px 0px rgb(135 136 137 / 25%);
    -moz-box-shadow: 2px 4px 11px 0px rgb(135 136 137 / 25%);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.system-list img{

}
.system-list h2 {
    font-size: 25px;
    line-height: normal;
    color: #2253AD;
    padding: 25px 0 5px 0;
}
.system-list p{
    min-height: 180px;
}
.system-list:hover{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.system-list a:hover{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.pad-25 {
    padding-bottom: 25px;
}
.list-none {
    list-style: none;
}
.list-none li{
    list-style: none;
}
.pt-35 {
    padding-top: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}