body{
	color: #363636;
	background: #fff;
	width: 100%;
	max-width: 480px;
	margin: auto;
}
.ctn{
	padding-left: 10px;
	padding-right: 10px;
}
.secWrp{
    padding: 20px 0;
}
.secHead{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
	color: #2776d1;
	font-size: 22px;
    font-family: 'HelvetIns';
	text-transform: uppercase;
}
.secHead span{
	color: #f82323;
}
.color-red{
	color: #e83629;
}
.text-center{
    text-align: center;
}

/* ======================
    Main CSS
======================= */
#sec1{
    padding-top: 0 !important;
}
#sec1Quote{
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #457ec9;
	outline: 3px dotted #2b72b5;
	border-radius: 20px;
	padding: 1px 20px 15px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
#sec1Quote-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffde3c;
    height: 50px;
    border-radius: 99px;
    text-transform: none;
    padding: 0 15px;
    color: #333;
	box-shadow: 0 5px 5px rgb(51 51 51 / 52%);
}
#sec1Quote-btn i{
    font-size: 22px;
    margin-right: 10px;
}


#sec2{
    padding-bottom: 1px !important;
    background: url(../../img/icd-20251122/bg-1.jpg);
}
.sec2Box{
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 3px 8px rgba(51,51,51,.3);
    overflow: hidden;
}
.sec2Box-img{
    margin: 0 10px;
}
.sec2Box span{
    display: block;
    text-align: center;
    padding: 25px 5px 10px;
    background: #f9d568;
    margin-top: -15px;
    text-transform: uppercase;
}


#sec3{
    padding-bottom: 0 !important;
}
#testCD{
	margin: 1rem 0 0;
	width: 100%;
	background-color: #fff;
	border: 2px solid #208cbe;
	border-radius: 20px;
	overflow: hidden;
}
#testCD-head img{
	width: 100%;
}
#testCD-ctnt{
	padding: 10px 0;
}
#testCD-title{
	text-align: center;
	text-transform: uppercase;
	font-family: 'HelvetIns';
	margin-bottom: 10px;
}
#testCD-a label{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 50px;
	padding: 5px 15px;
	font-weight: 500;
	line-height: 24px;
}
#testCD-a label:nth-child(odd){
	background: linear-gradient(90deg, #fff3df 0%, #ffdea4 100%);
}
#testCD-a label span{
	flex: 1;
}
#testCD-a label input{
	appearance: none;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #333;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    margin-left: 10px;
}
#testCD-a label input:checked{
	background: #208cbe;
}
#testCD-form{
	display: flex;
	flex-wrap: wrap;
	background-color: #ddeff4;
}
#testCD-form > div{
	width: 100%;
	padding: 10px;
}
#testCD-form-text{
	display: flex;
	align-items: center;
	background-color: #208cbe;
	color: #fff;
}
#testCD-form-text p{
	flex: 1;
	padding-left: 15px;
	text-align: justify;
	margin: 0;
}
#testCD-form-contact p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#testCD-form-contact p b{
	color: #2993c5;
}
#testCD-form-contact p b+b{
	color: #fe3a32;
}
#testCD-form-contact input{
	width: 100%;
	height: 46px;
	background-color: #fff;
	border: 1px solid #c4d7dd;
	border-radius: 23px;
	text-align: center;
}
#testCD-btn{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.testCD-button{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - 5px);
	height: 40px;
	border-radius: 20px;
	text-transform: uppercase;
	color: #fff;
	font-family: 'HelvetIns';
	font-size: 15px;
}
#pstTest2-lc{
    --c1-start: #238fc0;
    --c1-end: #42a9d7;
    --c2-start: #fe3932;
    --c2-end: #f87126;
    animation: bg-swap 1400ms infinite;
}
#pstTest2-send{
    --c1-start: #fe3932;
    --c1-end: #f87126;
    --c2-start: #238fc0;
    --c2-end: #42a9d7;
    animation: bg-swap 1400ms infinite;
}



#sec4Btn{
    display: block;
    text-align: center;
}



#sec5{
    padding: 0!important;
}
#s5Head{
    background-color: #f9d568;
}

#s5Head{
    padding: 15px 0 100px;
}
#s5Head-text1{
    font-size: 18px;
    text-shadow: 
        -2px -2px 0 #fff,  
         2px -2px 0 #fff,
        -2px  2px 0 #fff,
         2px  2px 0 #fff,
        -2px  0px 0 #fff,
         2px  0px 0 #fff,
         0px -2px 0 #fff,
         0px  2px 0 #fff,
         3px  3px 3px rgba(0, 0, 0, 0.5); /* Bóng đen phía dưới */
}
#s5Head-box{
    background: #fff;
    width: 90%;
    max-width: 360px;
    padding: 12px;
    border-radius: 15px;
    margin-top: 10px;
}
.s5Head-line1{
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #d9d9d9;
    font-size: 24px;
    text-shadow: 
        -2px -2px 0 #fff,  
         2px -2px 0 #fff,
        -2px  2px 0 #fff,
         2px  2px 0 #fff,
        -2px  0px 0 #fff,
         2px  0px 0 #fff,
         0px -2px 0 #fff,
         0px  2px 0 #fff,
         3px  3px 3px rgba(0, 0, 0, 0.5); /* Bóng đen phía dưới */
}
.s5Head-line2{
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.s5Head-line2 b{
    font-weight: 400;
}
.sec5-img img{
    margin-top: -105px;
}

#sec5Frm{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f9d568;
    padding: 20px;
    border-radius: 20px;
}
#sec5Frm-tit{
    color: #2776d1;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'HelvetIns';
}
#sec5Frm-time{
    margin: 20px 0 5px;
    display: flex;
}
#sec5Frm-time li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 75px;
    line-height: 30px;
    height: 70px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 5px;
}
#sec5Frm-time li span{
    font-size: 30px;
    font-family: 'HelvetIns';
}
#sec5Frm .d_contact{
    margin-top: 15px;
}
#sec5Frm input{
    width: 100%;
    height: 45px;
    border-radius: 99px;
    margin-bottom: 10px;
    padding: 0 15px;
    border: 1px solid #c9b987;
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
}
#sec5Frm-btns{
    display: flex;
    align-items: center;
}
#sec5Frm-btns em{
    flex: 1;
    padding-right: 5px;
    font-size: 14px;
    color: #ff3333;
}
#sec5Frm-btns button{
    background-color: #2776d1;
    color: #fff;
    font-family: 'HelvetIns';
    height: 35px;
    border: none;
    border-radius: 99px;
    padding: 0 15px 2px;
    font-weight: 400;
}


#sec6Title{
    padding: 5px 10px;
    background-color: #4672b9;
    color: #fff;
}
.sec6Box-box{
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #e3e1e1;
}
.sec6Box-img{
    width: 70px;
}
.sec6Box-img img{
    width: 100%;
}
.sec6Box-text{
    flex: 1;
    padding-left: 10px;
    font-size: 13px;
}
.sec6Box-name{
    font-weight: 700;
}
.sec6Box-text p{
    margin-top: 5px;
    margin-bottom: 0;
}
.sec6Box-text span{
    color: #4672b9;
}


#footer{
    padding-bottom: 35px;
	background: #ffeebb;
}
#ftLogo{
	background: #d8a302;
	padding: 10px;
	text-align: center;
}
#ftTime {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 20px auto;
    background: #fff;
    border-radius: 20px;
    padding: 12px 15px;
    color: #333;
    box-shadow: 0 0 5px rgba(74, 63, 30, 0.25);
}
#ftTime .time{
    display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-family: 'HelvetIns';
	font-size: 22px;
    padding: 12px 15px;
    margin: 10px 0;
    background: #f3c026;
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.25);
}
#ftTime .time li{
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 8px;
    font-family: 'HelvetIns';
}
#ftTime .time li:not(.sepr){
    width: 40px;
    background: #fff;
    margin: 0 3px;
    border: 1px solid #ffefbd;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}
#ftTime .time li.sepr{
    margin: 0 7px;
}
#ftInf{
	text-align: center;
	padding-bottom: 20px;
}
#ftInf li{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 0;
	font-weight: 500;
}
#ftInf li img{
	margin-right: 5px;
}

#ftCopyRight{
	font-size: 14px;
	text-align: center;
	padding: 0 20px
}
#ftCopyRight span{
	display: block;
	padding: 10px 0;
}
#ftCopyRight span:first-child{
	font-size: 12px;
	border-bottom: 1px solid #dac894;
}

#fixbot {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
}
#fixbotM {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 5;
}
#fixbotM-btns {
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 100;
}

#fixbotM-btns a {
	display: block;
	flex: 1;
	height: 55px;
}

#fixbotM-hotline {
	width: 65px !important;
	flex: none;
	position: relative;
}