/*------- BOX VITAMIN -------*/
.box-vitamin {
    border-radius: 10px;
    padding: 20px;
    width: 878px;
    display: inline-block;
    margin-bottom: 15px;
}

.box-tim {
    background: #482b83;
    color: white;
}

.box-vang {
    background: #ffff06;
    color: #482b83;
}

.box-xanh {
    background: #efffe0;
    color: #231f20;
}

.box-vitamin ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.box-vitamin ul li {
    position: relative;
    margin: 0 0 10px 0;
}

.box-vitamin ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin-left: -20px;
    background: #0b8040;
    top: 5px;
}

.box-vitamin.box-tim ul li:before {
    background: #ffca05;
}

.box-vitamin.box-vang ul li:before {
    background: #882888;
}
/*------- BOX VITAMIN -------*/

/*------- BUTTON VITAMIN -------*/
.btn-vitamin {
    width: 140px;
    height: 40px;
    display: inline-block;
    background: #0b8040;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.btn-vitamin:hover, .btn-vitamin:focus {
    color: white;
}

.btn-vitamin.btn-tim {
    background: #882888;
}

.btn-vitamin.btn-vang {
    background: #ffca05;
    color: #231f20;
}

.btn-vround {
    width: 224px;
    height: 42px;
    display: inline-block;
    background: #0b8040;
    color: white;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}
/*------- BUTTON VITAMIN -------*/

/*------- BOX BORDER -------*/
.box-border {
    width: 940px;
    display: inline-block;
    padding: 25px 30px;
    border: 1px solid #0b8040;
    margin-bottom: 15px;
}

.box-border.box-round {
    border-radius: 20px;
}

.box-border.box-dashed {
    border: 1.5px dashed #0b8040;
    border-radius: 20px;
}

.box-border ul {
    margin: 0;
    list-style: none;
}

.box-border ul.bxck {
    padding: 0 0 0 70px;
}

.box-border ul.bxtk {
    padding: 0 0 0 50px;
}

.box-border ul li {
    position: relative;
    margin: 0 0 15px 0;
}

.box-border ul.bxck li {
    min-height: 56px;
}

.box-border ul.bxtk li {
    min-height: 31px;
}

.box-border ul.bxck li:before {
    content: '';
    background: url("../images/bxck2.png") no-repeat;
    width: 56px;
    height: 56px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin: -5px 0 0 -70px;
}

.box-border ul.bxck.bxck-tim li:before {
    background: url("../images/bxck1.png") no-repeat;
}

.box-border ul.bxck.bxck-vang li:before {
    background: url("../images/bxck3.png") no-repeat;
}

.box-border ul.bxtk li:before {
    content: '';
    background: url("../images/bxtk2.png") no-repeat;
    width: 37px;
    height: 31px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    margin: 0 0 0 -50px;
}

.box-border ul.bxtk.bxtk-tim li:before {
    background: url("../images/bxtk1.png") no-repeat;
}

.box-border ul.bxtk.bxtk-vang li:before {
    background: url("../images/bxtk3.png") no-repeat;
}
/*------- BOX BORDER -------*/

/*------- NUMBER -------*/
.bxnumber {
    width: 91px;
    height: 91px;
    display: inline-block;
    font-size: 42px;
    font-weight: bold;
    line-height: 91px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}

.number-xanh {
    background: url("../images/bxnum1.png") no-repeat;
    color: white;
}

.number-trang {
    background: url("../images/bxnum2.png") no-repeat;
    color: #0b8040;
}