body{
	width: 100%;
	max-width: 480px;
	margin: auto;
	background: #fff;
    position: relative;
    padding-top: 60px;
}
.ttu{
    text-transform: uppercase;
}
p, ul, ol{
    margin-top: 8px;
    margin-bottom: 8px;
}
.secWrp{
    position: relative;
}
.secWrp:not(#sec1){
    padding: 30px 0;
}
.cred{
    color: #f5192d;
}
.allic {
    background-image: url(../icd-tri-20260318/icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.secHead{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    font-family: var(--font-heading);
    text-transform: uppercase;
}

/* Sec 2 */
#sec2Head{
    background: #fffbdf;
    border: 3px dotted #e7a700;
    border-radius: 20px;
    padding: 10px 20px;
    font-family: 'HelvetIns';
    color: #2b9c75;
    font-size: 24px;
    text-align: center;
}
#sec2Test{
    margin-top: 30px;
}
.sec2Test-q{
    margin-top: 15px;
    font-weight: 700;
}
.sec2Test-a label{
    display: block;
    width: 100%;
    padding: 3px 0;
}
.sec2Test-a .option-input, .sec2Test-a .option-input.checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 12px;
    width: 12px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #28906c;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    z-index: 0;
    border-radius: 50%;
    margin-right: 3px;
}
.sec2Test-a .option-input.checkbox{
    border-radius: 2px;
}
.sec2Test-a .option-input:checked, 
.sec2Test-a .option-input.checkbox:checked {
    background: #28906c;
}
#sec2Frm{
    background: #eeeeee;
    margin-top: 20px;
}
#sec2Note1{
    padding: 10px 15px;
    background: #2b9c75;
    color: #fff;
    display: flex;
}
#sec2Ic-1{
    width: 47px;
    height: 71px;
    background-position: 0 0;
}
.sec2Note1-txt{
    flex: 1;
    padding-left: 10px;
}
#sec2Note1 b{
    display: block;
    font-size: 20px;
}
.sec2Frm{
    padding: 10px 20px 30px;
}
.sec2Frm p{
    font-weight: 600;
    text-align: center;
}
.sec2Frm p span{
    color: #1a8c5d
}
.sec2Frm p span+span{
    color: #ea3c58
}
.sec2Frm input{
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 99px;
    box-shadow: inset 0px 3px 4px rgba(0,0,0,0.2);
    text-align: center;
}
.sec2Frm-gbtn{
    margin: 20px 0 30px;
    display: flex;
    justify-content: space-between;
}
.sec2Frm-gbtn a{
    display: flex;
    width: calc(50% - 5px);
    height: 50px;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'HelvetIns';
    border: 1px solid #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.88);
    letter-spacing: 0px;
}
#sec2Frm-send{
    background: rgb(229,62,78);
    background: linear-gradient(180deg, rgba(229,62,78,1) 0%, rgba(176,48,60,1) 100%);
}
#sec2Frm-live{
    background: rgb(37,159,109);
    background: linear-gradient(180deg, rgba(37,159,109,1) 0%, rgba(28,122,83,1) 100%);
}
.sec2Frm-gbtn i{
    margin-right: 5px;
}
#sec2Ic-2{
    width: 21px;
    height: 28px;
    background-position: -53px 0;
}
#sec2Ic-3{
    width: 23px;
    height: 27px;
    background-position: -53px -36px;
}
.sec2Note2{
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    text-align: justify;
}
.sec2Note2 b{
    color: #dc3c4b;
}

/* Sec 3 */
#sec3{
    background: #258161;
}
#sec3 .secHead {
    background: #ffffff;
    border: 1px dashed#0b4b35;
    border-radius: 20px;
    padding: 10px 20px;
    font-family: var(--font-heading);
    color: #2b9c75;
    font-size: 24px;
    text-align: center;
}
#sec3Wrp-lst{
    color: #fff;
}
#sec3Wrp-lst li{
    padding: 10px 0;
    text-align: justify;
}
#sec3Wrp-lst b{
    color: #ffff00;
}

/* Sec 4 */
#sec4{
    padding-bottom: 0 !important;
    position: relative;
}
#sec4Head{
    background: #2b9c75;
    padding: 7px 0;
    color: #fff;
    font-family: var(--font-heading);
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
}
#sec4Img{
    padding-top: 86%;
    position: relative;
}
#sec4Img img{
    position: absolute;
    z-index: 1;
    top: 0;
}
#sec4Wrp{
    padding: 30px 0;
    background: rgb(2,146,63);
    background: linear-gradient(180deg, rgba(2,146,63,1) 0%, rgba(23,135,121,1) 100%);
    color: #fff;
}
#sec4Wrp b{
    color: #ffff00;
    text-transform: uppercase;
}
#sec4Wrp ol, #sec4Wrp ol li{
    list-style: decimal;
}
#sec4Wrp ol{
    padding-left: 18px;
}
#sec4Wrp ol li{
    padding: 3px 0;
}
#sec4Wrp img{
    display: block;
    margin: auto
}

/* Sec 5 */
#sec5{
    background: #f5f5f5;
}
.boxBs img{
    display: block;
    margin: auto;
}
.boxBs-name{
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.boxBs-name span{
    display: block;
    font: 22px 'HelvetIns';
    color: #3d9b79;
}
.boxBs-info{
    width: 90%;
    background: #fff;
    margin: 25px auto 0;
}
.boxBs-info li{
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-bottom: 1px dashed #f5f5f5;
    padding: 5px 10px;
}
#sec5Wrp .slick-dots button{
    background: transparent;
    border: 1px solid #3d9b79;
}
#sec5Wrp .slick-dots li.slick-active button{
    background: #3d9b79;
}
.secFrm{
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 20px 25px;
    margin: 60px auto 0;
    color: #fff;
    box-shadow: 0 0 10px rgba(48,48,48,.5);
    background: rgb(2,146,63);
    background: linear-gradient(0deg, rgba(2,146,63,1) 0%, rgba(23,118,135,1) 100%);
}
.secFrm-head{
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
.secFrm-head span{
    display: block;
    text-transform: uppercase;
    font: 26px/1.3 'HelvetIns';
}
#sec5Frm .d_contact{
    display: flex;
    flex-direction: column;
}
#sec5Frm input, #sec5Frm button{
    width: 100%;
    height: 45px;
    border-radius: 99px;
    margin-bottom: 15px;
    text-align: center;
}
#sec5Frm button{
    background: #ffd304;
    color: #665b0e;
    border: none;
    font-family: 'HelvetIns';
    font-size: 20px;
    margin-bottom: 0;
}
#sec5Frm button i{
    color: #fff;
    margin-left: 5px;
    font-size: 24px;
}

/* Sec 6 */
#sec6{
    background: #40a985;
    padding: 30px 0;
}
#sec6Head{
    color: #fff;
}

/* Sec 7 */
#sec7Wrp{
    color: #fff;
    margin-top: 0;
}
#sec7Head{
    font-size: 20px;
    margin-bottom: 15px;
}
#sec7Times{
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#sec7Time{
    display: flex;
    justify-content: center;
}
#sec7Time li{
    width: 75px;
    height: 65px;
    background: #fff;
    border-radius: 5px;
    margin: 0 5px;
    text-align: center;
    color: #333;
}
#sec7Time li span{
    display: block;
    font: 30px/1.2 'HelvetIns', sans-serif;
}
#sec7Frm input{
    width: 100%;
    height: 45px;
    border-radius: 99px;
    margin-bottom: 12px;
    text-align: center;
    box-shadow: inset 0px 3px 4px rgba(0,0,0,0.2);
}
.sec7Submit{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec7Submit button{
    width: 130px;
    height: 45px;
    color: #473d26;
    border-radius: 10px;
    font: 18px/1.2 'HelvetIns', sans-serif;
    border: 1px solid #fbf095;
    background: rgb(175,111,0);
    background: linear-gradient(90deg, rgba(175,111,0,1) 0%, rgba(251,240,149,1) 50%, rgba(175,111,0,1) 100%);
}
.sec7Submit button i{
    font-size: 20px;
    margin-right: 5px;
}
.sec7Submit em{
    flex: 1;
    padding-right: 10px;
    line-height: 1.2;
    font-size: 13px;
}
#sec7Bot{
    padding: 20px 10px;
    background: url('../icd-tri-20260318/bg1.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 30px;
}
.sec7Box{
    border: 1px solid #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin: auto;
}
.sec7Box b{
    font-size: 72px;
    color: #fee857;
    line-height: 1.1;
}

/* Sec 8 */
#sec8{
    padding-top: 0 !important;
}
#sec8Head{
    height: 45px;
    line-height: 45px;
    background: #737373;
    color: #fff;
}
.boxFB{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.boxfb-img{
    width: 68px;
    height: 68px;
    border-radius:99px;
    margin-top: 5px;
}
.boxFB-text{
    flex: 1;
    padding-left: 10px;
    font-size: 14px;
}
.boxFB-text p{
    margin-top: 0;
    margin-bottom: 5px;
    color: #05224a;
    line-height: 1.3;
}
.boxFB-name{
    font-weight: bold;
    color: #05224a;
}
.boxFB-star{
    font-size: 10px;
    color: #ffbc01;
}
.boxFB-meta{
    display: flex;
    font-size: 12px;
    color: #4366b0;
}
.boxFB-ic{
    margin-left: 15px;
    padding-left: 20px;
    color: #737373;
    background: url(../icd-tri-20260318/icfb.png) 0 0 no-repeat;
    background-size: 16px;
}
.boxFB-time{
    margin-left: auto;
}
#sec8Feedback-btn{
    text-align: center;
}
#sec8Feedback-btn img{
    width: 60px;
}


/* FOOTER */
#cdFooter{
    background: #ddfff3;
}
#cdFooter-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 15px;
    background: linear-gradient(90deg,#02923f ,#177687);
}
#cdFooter-timer{
    width: 85%;
    margin: 0 auto 15px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border: 1px solid #b0dbd0;
    border-radius: 20px;
    font-weight: 500;
}
#cdFooter-timer ul{
    display: flex;
    justify-content: center;
    padding: 15px 20px;
    margin: 5px 0;
    border-radius: 10px;
    background: linear-gradient(90deg,#02923f,#177687);
}
#cdFooter-timer ul li:not(.noBg){
    width: 38px;
    color: #333;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(255, 238, 189, 0.8);
}
#cdFooter-timer ul li{
    margin: 0 5px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-family: var(--font-heading);
    font-size: 20px;
    color: #fff;
}
#cdFooter-info{
    text-align: center;
    font-weight: 500;
}
#cdFooter-info i{
    margin-right: 5px;
}
#cdFooter-ic-addr{
    width: 17px;
    height: 21px;
    background-position: 0 -94px;
}
#cdFooter-ic-hotline{
    width: 23px;
    height: 18px;
    background-position: -22px -94px;
}
#cdFooter-copyright{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 60px;
    font-size: 13px;
    text-align: center;
}
.cdFooter-copyright-line{
    display: block;
    margin: 12px 0;
    width: 100%;
    height: 1px;
    background: #387ce2;
}

/* Popup FixTop Chuyên Đề */
#pfixTopCD{
    width: 100%;
    max-width: 480px;
    height: 60px;
    border-bottom: 1px solid #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #3d9b79;
    z-index: 9;
    margin: auto;
}
#pfixTopCD-wrp{
    display: flex;
    align-items: center;
    height: 60px;
}
#pfixTopCD-wrp span{
    flex: 1;
    padding-right: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
#pfixTopCD-frm{
    width: 65%;
    max-width: 300px;
    display: flex;
    justify-content: space-between;
}
#pfixTopCD-frm input{
    width: calc(100% - 45px);
    height: 40px;
    background: #fff;
    border-radius: 5px;
    padding: 0 10px;
}
#pfixTopCD-frm button{
    width: 40px;
    height: 40px;
    color: #393838;
    border-radius: 5px;
    font: 18px/1.2 'HelvetIns', sans-serif;
    border: 1px solid #fbf095;
    background: rgb(175,111,0);
    background: linear-gradient(0deg, rgba(175,111,0,1) 0%, rgba(251,240,149,1) 50%, rgba(175,111,0,1) 100%);
}

#pFixBotCD {
    position: fixed;
    width: 100%;
    max-width: 480px;
    bottom: 0;
    z-index: 3;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}
#pFixBotCD a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: calc((100% - 55px) / 2);
    color: #fff;
    font-size: 14px;
    border-radius: 99px;
}
#pFixBotCD-hotline {
    background: #e64245;
}
#pFixBotCD-livechat {
    background: #1dab81;
}
#pFixBotCD a i {
    margin-right: 5px;
    font-size: 18px;
}
#pFixBotCD-home {
    width: 35px!important;
    height: 35px!important;
    background: #333;
    border-radius: 50%;
    margin: 0 10px;
}
#pFixBotCD-home i {
    margin-right: 0!important;
}