body {
	max-width: 480px;
	margin: auto;
	font-family: 'Tahoma';
    font-size: 15px;
	color: #333333;
}
#headerMid-wrp {
	height: 60px;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
#mainMenu-btn {
	background-color: transparent;
	border: none;
	font-size: 34px;
	line-height: 60px;
	width: 40px;
	padding: 0;
	margin: 0;
}
#search-btn {
	background-color: transparent;
	border: none;
	font-size: 23px;
	padding: 0;
	margin: 0;
	width: 40px;
}

#logo img {
	height: 42px;
}
#footer {
	background: #3ab58a;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 45px!important;
}
#ftmLogo {
	background: #34a37c;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	text-align: center;
}

#ftInf {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 20px 0;

	margin-top: 30px;
	margin-bottom: 30px;
}

#ftInf li {
	display: flex;
	align-items: center;
	gap: 5px;
}

#ftTime {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #34a37c;
	padding: 10px;
	border-radius: 20px;
}
.tac {
	text-align: center;
}

#ftTime b {
	display: block;
	font-size: 22px;
}

#ftmCopyright {
	border-top: 1px solid #fff;
	text-align: center;
	margin-top: 20px;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
}

#p-fixbot {
	position: fixed;
	bottom: 0;
	background: #fff;
	box-shadow: -1px 0 20px #b4b4b4;
}

#pfbMobi {
	position: relative;
}

#pfbMobi-btn {
	display: flex;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
}

/***************************/
.icThuocSui {
	background-image: url(img_thuocsui/icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle
}
p{
    text-align: justify;
}
.c_red{
    color: #f62b2b;
}
.c_yellow{
    color: #ffff00;
}
.c_white{
    color: #fff;
}
.bg1{
    background: #339367;
}
.bg2{
    background: #faf0ce;
}
.bg3{
    background: #e9e9e9;
}
.ffHelvetIns{
    font-family: 'HelvetIns';
}
.ffHelvetIns *{
    font-weight: 400 !important;
}
.tit_{
    font-size: 18px;
}
.blockquote{
    background: #faf0ce;
    border: 2px dotted #ebc962;
    border-radius: 20px;
    padding: 20px;
    text-align: justify;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.fdC{
    flex-direction: column;
}
.fdRR{
	flex-direction: row-reverse;
}
#blockquoteIC{
    width: 45px;
    height: 45px;
    background-position: -9px -9px;
    margin-right: 15px;
}
.blockquote b{
    flex: 1;
}
.tuvanBox{
    background: #109369;
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 15px;
}
.tuvanBox_title{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.tuvanBox_title b{
    font-size: 24px;
}
.tuvanBox_form{
    padding-top: 20px;
}
.tuvanBox_form input{
    width: 100%;
    height: 45px;
    display: block;
    background: #fff;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 99px;
    border: 1px solid #52b890;
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, .45);
}
.tuvanBox_btn{
    padding-top: 10px;
    justify-content: space-between;
}
.tuvanBox_btn a{
    display: block;
    width: calc(50% - 10px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 53, 84, 0.55);
    color: #fff;
    font-size: 18px;
    border-radius: 99px;
}
.tuvanBox_send{
    background: #e1a911;
}
.tuvanBox_live{
    background: #ea4040;
}
#secCD2 ul li{
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}
#secCD2 ul li:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #333333;
    margin-right: 10px;
}
#secCD3 .secHead{
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
}
#secCD3 .secHead b{
    font-size: 28px;
}
#listTest{
    padding: 10px;
}
.testQ{

}
.testQ .q{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.testQ .q b{
    width: 40px;
    height: 40px;
    background: #339379;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: relative;
    padding-left: 5px;
    margin-right: 15px;
}
.testQ .q b:after{
    content: '';
    display: block;
    width: 10px;
    height: 40px;
    background: #339379;
    transform: skewX(10deg);
    position: absolute;
    right: -5px;
    bottom: 0;
    z-index: 0;
}
.testQ a{
    padding-top: 10px;
    padding-bottom: 20px;
}
.testQ label{
    display: block;
    width: 100%;
    padding: 3px 0;
}
.testQ .op-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: 13px;
	width: 13px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	border: 1px solid #414141;
	background: transparent;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: none;
	border-radius: 50%;
	margin-right: 12px;
}
.testQ .op-input:checked {
	background: #339379;
}
#frmTest_text{
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
#frmTest_ic1{
	width: 47px;
	height: 71px;
	background-position: -62px -4px;
}
#frmTest_text p{
	flex: 1;
	padding-left: 10px;
	color: #fff;
	margin: 0;
}
#frmTest_text p b{
	font-size: 18px;
	display: block;
}
#frmTest__{
	padding: 15px 20px;
}
#frmTest__ p{
	text-align: center;
	margin-top: 0;
}
#frmTest__ p b{
	color: #177fcf;
}
#frmTest__ p b+b{
	color: #e93333;
}
#frmTest__ input{
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	border-radius: 25px;
	text-align: center;
	border: 1px solid #fff;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.35);
}
#frmTest_btn{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}
#frmTest_btn a{
	width: calc(50% - 10px);
	height: 50px;
	border-radius: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
#frmTest_btn i{
	margin-right: 10px;
}
#frmTest_send{
	background: #ee5757;
}
#frmTest_live{
	background: #177fcf;
}
#frmTest_ic2{
	width: 21px;
	height: 28px;
	background-position: -113px -4px;
}
#frmTest_ic3{
	width: 28px;
	height: 32px;
	background-position: -113px -43px;
}

.secHead{
	font-family: 'HelvetIns';
	font-size: 28px;
	text-align: center;
	padding: 30px 0 20px;
}
.sec4_btnHead{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.sec4_btnHead span{
	background: #138e59;
	width: calc(33.3333% - 5px);
	height: 45px;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-family: 'HelvetIns';
	font-size: 18px;
}

.sec4Box{
	background: #cbeedf;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
.sec4Box_tit{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.sec4Box img{
	width: 35%;
	max-width: 185px;
}
.sec4Box p{
	flex: 1;
	padding-left: 10px;
	text-align: justify;
}
.sec4Box .fdRR p{
	padding-left: 0px;
	padding-right: 10px;
}
.sec5Box{
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}

#secCD6{
	padding-bottom: 30px;
}
#secCD6 .secHead{
	font-size: 18px;
}
.sec7Box{
	background: #d0fae8;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 15px;
}
.sec7Box img{
	width: 35%;
	max-width: 110px;
}
.sec7Box p{
	margin: 0;
	flex: 1;
	padding-left: 10px;
}
.sec7Box.fdRR{
	background: #fff;
}
.sec7Box.fdRR p{
	padding-left: 0px;
	padding-right: 10px;
	text-align: right;
}

.bsBox{
	background: #bfeada;
	border-radius: 20px;
	padding: 20px;
	margin-top: 165px;
    position: relative;
    padding-top: 130px;
	position: relative;
}
.bsBox img{
	max-width: 250px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: -20px;
    left: 50%;
}
.bsBox-name{
	position: relative;
}
.bsBox-name:after{
	content:'';
	display: block;
	width: 150px;
	height: 1px;
	background: #0e7c3c;
	margin: 10px auto;
}
.bsBox-name span{
	text-transform: uppercase;
	font-size: 24px;
}
.bsBox-name span span{
	color: #0e7c3c;
}
.bsBox ul{
	padding-left: 15px;
}
.bsBox li{
	padding: 5px 0;
	position: relative;
}
.bsBox li:before{
	content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #0e7c3c;
    position: absolute;
    top: 14px;
    left: -15px;
}
.bsBox-btn{
	width: 90%;
	max-width: 300px;
	height: 65px;
	background: #e1a911;
	border: 2px solid #fff;
	border-radius: 20px;
	box-shadow: 0 3px 9px rgba(68, 68, 68, 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px auto 0;
}
.bsBox-ic{
	width: 38px;
	height: 43px;
	background-position: -9px -69px;
	margin-right: 10px;
}
.bsBox-btn span{
	font-family: 'HelvetIns';
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
.bsBox-btn span b{
	display: block;
	font-weight: 400;
	color: #715404;
}
#secCD8 .line{
	width: 100%;
	height: 1px;
	background: #715404;
	margin: 10px 0;
}


#dathenBox {
	background: #bde7d8;
	padding: 20px;
	border-radius: 15px;
	border: 2px solid #fff;
	margin: 10px 0;
}
#dathenBox_tit {
	text-align: center;
	font-size: 28px;
	color: #019762;
	line-height: 1.8;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#dathenBox_frm input {
	display: block;
	margin-bottom: 10px;
	outline: none;
	background: #fff;
	width: 100%;
	height: 45px;
	border-radius: 25px;
	border: 1px solid #ffffff;
	text-align: center;
	box-shadow: inset 0 2px 4px rgba(129,129,129,.8);
}

#dathenBox_btn {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 10px;
}
#dathenBox_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 45px;
	border-radius: 30px;
	color: #fff;
	font-family: 'HelvetIns';
	font-weight: normal;
	font-size: 16px;
	background: rgb(40,135,210);
	background: linear-gradient(90deg, rgba(40,135,210,1) 0%, rgba(3,95,199,1) 100%);
	gap: 10px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .3);
}
#dathenBox_btn span {
    flex: 1;
	padding-right: 10px;
    font-style: italic;
    font-size: 15px;
	color: #ff1f1f;
}
#countdown ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	max-width: 275px;
	margin: 30px auto 0;
}
#countdown ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 71px;
	background: #fff;
	border-radius: 10px;
	color: #339379;
	font-weight: 600;
	box-shadow: inset 2px 1px 8px rgba(0, 0, 0, 0.3);
}
#countdown ul li span{
	font-weight: 400;
	font-size: 30px;
	line-height: 1.1;
	color: #333333;
	font-family: 'HelvetIns';
}
.tn {
	text-align: center;	
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
}

@media screen and (max-width: 575.98px){
	
}



#p-fixbot {
	position: fixed;
	bottom: 0;
	background: #fff;
	box-shadow: -1px 0 20px #b4b4b4;
	max-width: 480px;
}

#pfbMobi {
	position: relative;
}

#pfbMobi-btn {
	display: flex;
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
}

#pfbMobi-btn a {
	width: 28%;
}

#pfixbot-hotline {
	flex: 1;
}
#popup_callto{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999999}#callto_ovl{display:block;width:100vw;height:100vh;position:absolute;top:0;left:0;background:rgb(0,0,0,15%)}#callto_wrap{position:absolute;bottom:0;width:100%;max-width:480px;display:flex;flex-direction:column;margin:auto;padding:0 10px;z-index:1;left:50%;transform:translateX(-50%);}#callto_wrap a,#callto_wrap span{display:flex;align-items:center;justify-content:center;width:100%;height:50px;background:#fff;border-radius:10px;margin-top:5px;color:#2196f3;font-size:18px;font-family:Arial;border:1px solid #767676}#callto_wrap a i{font-size:25px;margin-right:10px;margin-top:3px}#callto_wrap span{background:#c11111;border-color:#ff9b9b;color:#fff}#callto_wrap a b{font-weight:500}
