body{
	width: 100%;
	max-width: 480px;
	margin: auto;
	background: #fff;
}
.ttu{
    text-transform: uppercase;
}
p{
    margin-top: 8px;
    margin-bottom: 8px;
}
.secWrp:not(#sec-1){
    padding: 30px 0;
}
.sec-head{
    text-align: center;
    font-family: 'HelvetIns';
    color: #f82323;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#sec-2{
    background: #fff2be;
    padding-bottom: 0 !important;
}
.sec2Survey-q{
    margin-top: 15px;
    margin-bottom: 10px;
    background: #009e7b;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
}
.sec2Survey-a label{
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 2px 0;
}
.sec2Survey-a .sectest-input{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background: transparent;
    border: 1px solid #333;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    z-index: 2;
    border-radius: 50%;
    margin-right: 5px;
}
.sec2Survey-a .sectest-input:checked {
    background: #009e7b;
}
#sec2Form{
    background: #c7efe3;
    padding: 20px 10px;
    margin-top: 15px;
}
#sec2NoteBox{
    background: #fff;
    border-radius: 15px;
    border: 2px dotted #6698c6;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
#sec2NoteBox img{
    width: 47px;
}
#sec2NoteBox span{
    flex: 1;
    padding-left: 10px;
    text-align: justify;
}
#sec2NoteBox b{
    display: block;
    font-size: 20px;
    color: #ff3539;
}
.sec2Note{
    margin: 15px 0;
    text-align: center;
}
.sec2Note span{
    color: #ff3539;
    font-weight: 500;
}
.sec2Note span+span{
    color: #2776d1;
}
#sec2Form input{
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #b2d6cd;
    text-align: center;
    box-shadow: inset 0 4px 5px rgba(0, 0, 0, .25);
    margin-bottom: 10px;
}
#sec2Btns{
    position: relative;
}
#sec2Btns a{
    display: block;
    width: 50%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}
#sec2Btns a#sec2Btn-lc{
    left: unset;
    right: 0;
}

#sec3Lst li{
    position: relative;
    margin-bottom: 8px;
}
#sec3Lst li::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 5px;
    margin-right: 7px;
    margin-bottom: 2px;
}
#sec3-note{
    background: #fffab0;
    border: 1px dotted #bba139;
    border-radius: 12px;
    padding: 8px 15px;
    text-align: center;
    font-family: 'HelvetIns';
    color: #f82323;
}

#sec-4{
    background: #3ca288;
}
#sec-4 .sec-head{
    color: #fff;
}
.sec4-wrap blockquote{
    background: #218068;
    margin-left: 0;
    margin-right: 0;
    border-radius: 12px;
    padding: 2px 15px;
    color: #ffff00;
}

#sec-5{
    background: url(../icd-lau-20250729/bg-1.jpg);
}
#sec-5 .sec-head{
    margin-bottom: 0;
}
#bsLst{
    margin-left: -10px;
    margin-right: -10px;
}
.bsItm{
    padding: 80px 15px 20px;
}
.bsBox{
    position: relative;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(51, 51, 51, .2);
    border-top: 65px solid #4dbb9f;
    position: relative;
    padding: 100px 15px 10px;
}
.bsBox::before{
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../icd-lau-20250729/bs-bg.png) center top no-repeat;
}
.bsBox img{
    display: block;
    width: 60%;
    max-width: 238px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-62%);
    box-shadow: 0 0 10px rgba(51, 51, 51, .4);
    border-radius: 50%;
}
.bs-name{
    text-align: center;
    text-transform: uppercase;
    color: #3ca288;
    margin-bottom: 15px;
}
.bs-name span{
    display: block;
    font-family: 'HelvetIns';
    font-size: 24px;
    color: #f3343c;
}
.bs-info li{
    padding-left: 18px;
    margin-bottom: 8px;
    text-align: justify;
    position: relative;
}
.bs-info li::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #666;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 5px;
}
.bs-count{
    margin: 0 auto 10px;
    display: block;
    padding: 8px 10px;
    border: 1px solid #cccccb;
    border-radius: 5px;
    font-size: 14px;
    width: 180px;
    text-align: center;
}
.bs-count i{
    color: #3ca288;
    margin-right: 7px;
}
.bs-time{
    background: #dcf7f0;
    border-radius: 15px;
    padding: 15px
}
.bs-time-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 10px;
}
.bs-time-title i{
    color: #3ca288;
    margin-right: 7px;
    font-size: 18px;
}
.bs-times{
    display: flex;
    justify-content: space-between;
}
.bs-times span{
    width: calc(25% - 5px);
    background: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}
.bs-times span.current{
    background: #3ca288;
}
.bs-btns{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 10px;
}
.bs-btns a{
    width: calc(50% - 7px);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-family: 'HelvetIns';
    color: #fff;
    text-transform: uppercase;
}
.bs-livechat, .bs-dathen.active{
    background: #e92134;
}
.bs-dathen, .bs-livechat.active{
    background: #2b6dd4;
}
#bsLst .slick-dots{
    bottom: -10px;
}
#bsLst .slick-dots li button:before{
    display: none;
}
#bsLst .slick-dots li , #bsLst .slick-dots li button{
    width: 12px;
    height: 12px;
}
#bsLst .slick-dots li button{
    padding: 0;
    border-radius: 6px;
    border: 1px solid #3ca288;
    background: transparent;
}
#bsLst .slick-dots li.slick-active button{
    background: #3ca288;
}

.sec6-wrap{
    position: relative;
    margin: 1rem 0;
}
.sec6-btns{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
}
.sec6-btns a{
    flex: 50%;
    height: 50px;
}


#footerCD{
    /* background: #d4f4ec; */
    color: #fff;
    background: var(--color-gradient-1);
    background: linear-gradient(90deg, var(--color-gradient-1) 15%, var(--color-gradient-2) 100%);
}
#footerCD-logo{
    /* background: #3ca288; */
    background: rgba(0,0,0,0.2);
    padding: 15px 0;
    text-align: center;
}
#footerCD-info{
    padding-bottom: 20px;
    margin-bottom: 0;
}
#footerCD-info li{
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}
#footerCD-info li i{
    width: 30px;
    font-size: 20px;
    padding-top: 8px;
    text-align: right;
    padding-right: 10px;
}
#footerCD-info li span{
    flex: 1;
    line-height: 26px;
}
.footerCD-title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #047357;
    text-align: center;
}
#footerCD-giayphep img {
    display: block;
    margin: auto;
    max-width: 100%;
}
#footerCD-copyright{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0,0,0,0.2);
}
#footerCD-copyright .small{
    font-size: 12px;
}
#footerCD-copyright .line{
    width: 100%;
    height: 1px;
    background: #3ca288;
    margin: 10px 0;
}
