.GrayContent {
    background: #f3f3f3;
}

.head_select {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 70px 0;
    text-align: center;
    background-image: url("https://xacthuctenmien.vn/Content/images/banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFF;
}

.head_select h1 {
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    background: linear-gradient(to bottom right, #E5462C 0%, #E5472C 23%, #CC1C07 50%) bottom right / 50% 50% no-repeat, linear-gradient(to bottom left, #E5462C 0%, #E5472C 23%, #CC1C07 50%) bottom left / 50% 50% no-repeat, linear-gradient(to top left, #E5462C 0%, #E5472C 23%, #CC1C07 50%) top left / 50% 50% no-repeat, linear-gradient(to top right, #E5462C 0%, #E5472C 23%, #CC1C07 50%) top right / 50% 50% no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: block;
    margin-bottom: 16px;
}

.head_select h1 img {
    height: 33px;
    display: inline-block;
    margin-top: -15px;
}

.head_select .desc {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 32px;
}

.head_select .cSelect {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}

.head_select .cSub {
    display: inline-block;
    width: 100%;
    margin-bottom: 13px;
    font-weight: 500;
}

.head_select .cLogo {
    display: inline-block;
    position: relative;
    margin-bottom: 24px;
    padding-left: 0;
}

.head_select .cLogo li {
    display: block;
    float: left;
    color: #8C8C8C;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 72px 12px 0;
    width: 270px;
    height: 99px;
    position: relative;
    border-radius: 8px;
    white-space: nowrap;
    text-transform: uppercase;
    border: solid 1px #FFF;
    cursor: pointer;
}

.head_select .cLogo li.active {
    color: #009ada;
    border: solid 1px #009ada;
    box-shadow: 0px 8px 24px -4px #FEF0E1, 0px 6px 12px -6px #FFF0E1;
}

.head_select .cLogo li:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url(../Content/images/LandingPageFreeVN/tab_logo_uncheck.svg) center center no-repeat;
    background-size: contain;
}

.head_select .cLogo li.active:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 12px;
    right: 12px;
    background: url(../Content/images/LandingPageFreeVN/tab_logo_checked.svg) center center no-repeat;
    background-size: contain;
}

.head_select .cLogo li:first-child {
    background: url(../Content/images/LandingPageFreeVN/tab_logo_idvn_g.svg) center 16px no-repeat, #FFF;
    background-size: 88px 40px;
    margin-right: 20px;
}

.head_select .cLogo li:last-child {
    background: url(../Content/images/LandingPageFreeVN/tab_logo_bizvn_g.svg) center 16px no-repeat, #FFF;
    background-size: 88px 40px;
}

.head_select .cLogo li.active:first-child {
    background: url(../Content/images/LandingPageFreeVN/tab_logo_idvn.svg) center 16px no-repeat, #FFF;
    background-size: 88px 40px;
}

.head_select .cLogo li.active:last-child {
    background: url(../Content/images/LandingPageFreeVN/tab_logo_bizvn.svg) center 16px no-repeat, #FFF;
    background-size: 88px 40px;
}

.fogetTaxcode {
    margin-top: 32px;
}

.link,
.link:hover {
    color: #1E74E8;
    text-decoration: underline;
    cursor: pointer;
}

.center {
    text-align: center;
    display: block;
}

.cSearch {
    width: 946px;
    max-width: 100%;
    height: 64px;
    display: block;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 8px;
    border-radius: 4px;
    text-align: left;
    position: relative;
}

.cSearch input[type=text],
.cSearch textarea {
    width: calc(100% - 300px);
    height: 48px;
    display: block;
    float: left;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #7B7B7B;
    border: none;
    resize: none;
    overflow: hidden;
}

.cSearch .selectFor {
    color: #333;
    display: block;
    float: right;
    position: relative;
    width: 100px;
    height: 40px;
    padding: 8px;
    margin: 4px 0;
    background: url(../Content/images/LandingPageFreeVN/Triangle.svg) no-repeat, #F5F5F5;
    background-position: calc(100% - 12px) center;
    background-size: 12px 12px;
    border-radius: 4px;
}

.cSearch .selectFor label {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    display: block;
}

.cSearch .selectFor ul {
    display: none;
}

.cSearch .selectFor:hover {
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}

.cSearch .selectFor:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 0;
    list-style: none;
    background: #FFF;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 3px #0000002b;
}

.cSearch .selectFor:hover ul li {
    padding: 8px;
    display: block;
    font-weight: 700;
}

.cSearch .selectFor:hover ul li:hover {
    background: #D9D9D9;
}

.cSearch .btn {
    width: 160px;
    height: 64px;
    display: block;
    float: right;
    margin-top: -8px;
    margin-right: -8px;
    margin-left: 24px;
    padding: 12px 28px 12px 68px;
    background: linear-gradient(90deg, rgb(218, 33, 40) -43.17%, rgb(225, 57, 43) -16.94%, rgb(233, 81, 46) 16.56%, rgb(238, 98, 47) 52.21%, rgb(241, 108, 49) 91.2%, rgb(242, 111, 49) 139.75%);
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    position: relative;
    border-radius: 0 4px 4px 0 !important;
}

.cSearch .btn:before {
    width: 24px;
    height: 24px;
    background: url(../Content/images/HomePage/Icon/search.svg) center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 20px;
    left: 24px;
}

.cSearch .btn .tx {
    margin-top: 8px;
    display: block;
}

.returnSearch {
    display: block;
    position: relative;
    width: 946px;
    max-width: 100%;
    margin: 0 auto;
}

.returnSearch .box {
    display: block;
    min-height: 64px;
    margin-top: 32px;
    background: #FFF;
    padding: 20px;
    text-align: left;
    border-radius: 8px;
}

.returnSearch .box strong {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #333333;
    min-height: 24px;
    display: block;
    margin-bottom: 20px;
}

.returnSearch .box strong b {
    font-weight: 700;
}

.returnSearch .box strong.succ {
    padding-left: 36px;
    background: url(../Content/images/hoadon/bannerdangky/Icon.svg) left top no-repeat;
    background-size: 24px;
}

.returnSearch .box p {
    display: block;
    padding: 0;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
}

.returnSearch .box .block {
    display: block;
}

.returnSearch .box .btn {
    padding: 8px 20px;
    color: #FFFFFF;
    background: #7B7B7B;
    border-radius: 4px;
}

.returnSearch .box .btn+.link {
    margin-top: 12px;
}

.returnSearch .box .btn.blue {
    background: #1E74E8;
    width: 200px;
    max-width: 100%;
}

.returnSearch .box .link {
    text-decoration: underline;
}

.returnSearch .box .link:hover {
    color: #1E74E8;
}

.alertify-notifier {
    z-index: 9000000011;
}

#lb_note_phone,
#err_phone,
#err_bz-phone {
    white-space: nowrap;
}

.tlink {
    display: block;
    float: right;
    padding: 11px 40px 0 0;
    margin-top: 24px;
    text-decoration: underline;
    color: #333333;
}

.tlink:hover {
    color: #333333;
    cursor: pointer;
}

.cPopup,
.ePopup {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000000000;
    background: #02020266;
}

.cPopup .close,
.ePopup .close {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1 !important;
    background: url(../Content/images/LinhVucDomain/Close.svg) center no-repeat;
    background-size: contain;
}

.cPopup .popup,
.ePopup .popup {
    display: block;
    padding: 32px;
    width: 640px;
    min-height: 200px;
    max-width: calc(100vw - 30px);
    max-height: calc(100vh - 72px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F9F9F9;
    border-radius: 8px;
}

.ePopup .popup {
    width: 590px;
}

.cPopup .popup .content,
.ePopup .popup .content {
    display: block;
}

.formInfo {
    display: block;
    position: relative;
    width: 946px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px;
}

.cSubject {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 32px;
}

.cStep {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 52px;
    position: relative;
}

.cStep ul {
    list-style: none;
    padding-left: 0;
}

.cStep li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    position: relative;
}

.cStep li::after {
    content: '2';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    color: #FFFFFF;
    background: #D9D9D9;
}

.cStep li.active:hover {
    text-decoration: underline;
    cursor: pointer;
}

.cStep li.active::after {
    background: #009ada;
}

.cStep li:first-child::after {
    content: '1';
    left: 0;
    transform: initial;
}
.cStep li:nth-child(2)::after {
    content: '2';
    position: absolute;
    left: 0;
    transform: initial;
}

.cStep li:nth-child(3)::after {
    content: '3';
    position: absolute;
    left: 0;
    transform: initial;
}
.cStep li:nth-child(4)::after {
    content: '4';
    position: absolute;
    left: 0;
    transform: initial;
}


.cStep li:first-child {
    text-align: left;
}

.cStep li:last-child {
    text-align: right;
}

.cStep li.active {
    color: #009ada;
    font-weight: 600;
}

.step-line {
    display: block;
    position: absolute;
    width: calc(100% - 10px);
    height: 4px;
    top: 36px;
    left: 5px;
    z-index: -1;
    overflow: hidden;
    background: #D9D9D9;
}

.step-line .active {
    display: block;
    position: absolute;
    background: #009ada;
    top: 0;
    left: 0;
    width: 50%;
    height: 4px;
}

.step-line .active2 {
    display: block;
    position: absolute;
    background: #009ada;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.overContent {
    display: block;
    width: 100%;
    /* max-height: calc(100vh - 262px); */
    overflow: auto;
    padding: 30px;
    font-size: 14px;
    line-height: 22px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.overContent ul {
    padding-left: 15px;
}

.overContent video {
    width: 520px !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    background: #F6F6F6;
    border-radius: 8px;
}

.cacbuoc strong {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    color: #000000;
}

.c_subject {
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D6D6D6;
}

.c_subject_v {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 16px;
}

.c_subject_v .c_right_v {
    float: right;
}

.showWSucc {
    padding-left: 36px;
    background: url(../Content/images/hoadon/bannerdangky/Icon.svg) left top no-repeat;
    background-size: 24px;
    color: #1E74E8;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 51px;
}

.showWErro {
    padding-left: 30px;
    background: url(../Content/images/LandingPageFreeVN/cta_failer.svg) left top no-repeat;
    background-size: 20px;
    color: #fc3b3e;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.showWErro+.link {
    color: #1E74E8;
    text-decoration: underline;
    display: block;
    margin: 8px 0 16px;
    cursor: pointer;
}

.c2dong {
    margin-top: -5px !important;
}

#blood_line {
    display: block;
    margin-top: 16px;
    width: 100%;
    height: 16px;
    position: relative;
    background: #F3F3F3;
    border-radius: 6px;
}

#blood_line:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #1E74E8;
    border-radius: 6px;
    z-index: 10;
    width: 0;
    height: 16px;
}

#blood_line.line1:before {
    width: 33%;
}

#blood_line.line2:before {
    width: 66%;
}

#blood_line.line3:before {
    width: 100%;
}

/*#blood_line.line4:before {*/
/*    width: 80%;*/
/*}*/

/*#blood_line.line5:before {*/
/*    width: 100%;*/
/*}*/

.group_cmnd {
    display: block;
    position: relative;
}

.group_cmnd .cmnd {
    width: 25%;
    display: block;
    float: left;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.group_cmnd .cmnd:before {
    display: block;
    margin: 0 auto 23px;
    content: '';
    width: 96px;
    height: 60px;
    background: #F6F6F6;
    padding: 6px 9px;
    background-size: 100% !important;
}

.group_cmnd .cmnd_1:before {
    background: url(../Content/images/icon/3.jpg) center no-repeat, #F6F6F6;
    background-size: 78px 45px;
}

.group_cmnd .cmnd_2:before {
    background: url(../Content/images/icon/4.jpg) center no-repeat, #F6F6F6;
    background-size: 78px 45px;
    background-position-x: 40px;
    opacity: 1;
}

.group_cmnd .cmnd_3:before {
    background: url(../Content/images/icon/5.jpg) center no-repeat, #F6F6F6;
    background-size: 78px 45px;
    opacity: .5;
}

.group_cmnd .cmnd_4:before {
    background: url(../Content/images/icon/6.jpg) center no-repeat, #F6F6F6;
    opacity: 1;
}

.group_cmnd.sau .cmnd_1:before {
    background: url(../Content/images/LandingPageFreeVN/CCCD_Sau.svg) center no-repeat, #F6F6F6;
    background-size: 78px 45px;
}

.group_cmnd.sau .cmnd_2:before {
    background: url(../Content/images/LandingPageFreeVN/CCCD_Sau.svg) center no-repeat, #F6F6F6;
    background-size: 78px 45px;
    background-position-x: 40px;
    opacity: 1;
}

.group_cmnd.sau .cmnd_3:before {
    background: url(../Content/images/LandingPageFreeVN/CCCD_Sau.svg) center no-repeat, #F6F6F6;
    background-size: 78px 45px;
    opacity: .5;
}

.group_cmnd.sau .cmnd_4:before {
    background: url(../Content/images/LandingPageFreeVN/sau__watermask.svg) center no-repeat, #F6F6F6;
    opacity: 1;
}

.group_cmnd .cmnd:after {
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    top: 51px;
    left: 50%;
    transform: translate(-50%, 0);
}

.group_cmnd .cmnd.er:after {
    background: url(../Content/images/LandingPageFreeVN/Failer_ico.svg) center no-repeat, #FFF;
    background-size: contain;
    border-radius: 50%;
}

.group_cmnd .cmnd.ok:after {
    background: url(../Content/images/LandingPageFreeVN/Success_ico.svg) center no-repeat, #FFF;
    background-size: contain;
    border-radius: 50%;
}

.new_h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 12px;
}

.chatruocsau {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px -10px;
}

.mattruoc,
.matsau {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    background: #F6F6F6;
    border-radius: 8px;
    width: calc(50% - 20px);
    min-height: 150px;
    padding: 13px 18px;
    margin: 0 10px 10px;
    position: relative;
    text-align: center;
}

.mattruoc:hover .change-img,
.matsau:hover .change-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    padding: 40px 10px 10px;
    border-radius: 8px;
    cursor: pointer;
    display: block !important;
    background: url(../Content/images/LandingPageFreeVN/up-arrow.svg) center 10px no-repeat, #ffffffab;
}

.vmattruoc,
.vmatsau {
    display: none;
    width: 100%;
    height: 150px;
    position: relative;
}

.vmattruoc.ok:after,
.vmatsau.ok:after {
    background: url(../Content/images/LandingPageFreeVN/Success_ico.svg) center no-repeat, #FFF;
    background-size: contain;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    right: -5px;
    content: '';
}

.vmattruoc.er:after,
.vmatsau.er:after {
    background: url(../Content/images/LandingPageFreeVN/Failer_ico.svg) center no-repeat, #FFF;
    background-size: contain;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    right: -5px;
    content: '';
}

.vmattruoc img,
.vmatsau img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 8px;
}

.change-img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto;
    padding-top: 30px;
    cursor: pointer;
    background: url(../Content/images/LandingPageFreeVN/up-arrow.svg) top center no-repeat;
}

.change-img.load {
    background: url(../Content/images/loading.svg) top center no-repeat;
    background-size: 50px;
    margin-top: 30px;
    padding-top: 60px;
    pointer-events: none;
}

.cacbuoc .btn,
#buoc_e .btn {
    padding: 11px 20px;
    color: #FFF;
    min-width: 152px;
    text-align: center;
    cursor: not-allowed;
    background: #D2D2D2;
    border-radius: 8px !important;
    pointer-events: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    float: right;
    display: block;
    margin-top: 24px;
}

#buoc_e .btn {
    display: inline-block;
    float: none;
    min-width: 300px;
    margin: 0 auto 24px;
}

.cacbuoc .btn.enabled,
#buoc_e .btn.enabled {
    background: #1E74E8;
    pointer-events: initial;
    cursor: pointer;
}

#btnWhoisDomain {
    margin: 0 auto;
    float: none !important;
    width: 300px;
    max-width: 100%;
}

.input_err {
    border-color: #FC4649 !important;
}

.tax.input_err {
    border-right: none !important;
}

.mattruoc.input_err,
.matsau.input_err {
    border: solid 1px #FC4649;
}

.chatruocsau+.err-alert {
    font-size: 14px;
    line-height: 17px;
}

.veriSucc,
.veriError {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.veriSucc img {
    height: 87px;
    display: block;
    margin: 0 auto 16px;
}

.veriError img {
    height: 100px;
    display: block;
    margin: 0 auto 16px;
}

.taxcode input[type=text] {
    width: calc(100% - 152px) !important;
    border-radius: 4px 0px 0px 4px !important;
}

.taxcode .btn {
    width: 150px;
    border-radius: 0px 4px 4px 0px !important;
    margin-top: 0;
    padding: 9px 12px;
    background: #009ada !important;
}

.taxcode .btn:hover {
    background: #6fb51d !important;
}

.fromUpload {
    display: block;
    position: relative;
}

.fromUpload label input[type=file] {
    display: none;
}

.fromUpload label span {
    padding: 12px 12px 12px 34px;
    border-radius: 4px;
    border: solid 1px;
    color: #1E74E8;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    background: url(../Content/images/LandingPageFreeVN/up-arrow.svg) 10px center no-repeat;
    background-size: 15px;
    cursor: pointer;
    display: block;
    margin-bottom: 0;
}

.fromDownload {
    display: inline-block;
    padding: 12px 12px 12px 34px;
    border-radius: 4px;
    border: solid 1px;
    color: #1E74E8;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    background: url(../Content/images/LandingPageFreeVN/download-arrow.svg) 10px center no-repeat;
    background-size: 15px;
    cursor: pointer;
}

.fromDownload:hover {
    color: #1E74E8;
    text-decoration: underline;
}

.fromDownload+p,
.fromUpload+p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.face_icon {
    display: block;
}

.face_icon .item {
    display: block;
    float: left;
    width: 33.3%;
    padding: 0 10px 16px;
    text-align: center;
}

.face_icon .item img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 8px;
}

.revGiay {
    display: block;
    position: relative;
    margin-top: 20px;
}

.revGiay a {
    display: inline-block;
    text-align: center;
    padding: 65px 0 0;
    background: url(../Content/images/LandingPageFreeVN/file_upload.svg) center 24px no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.revGiay a b {
    font-weight: 400;
    color: #ffffff;
    display: block;
    font-weight: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    min-width: 80px;
    max-width: 150px;
    padding: 3px 10px;
    background: rgba(60, 58, 58, 0.55);
}

.SuperMenu {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    height: 72px;
    z-index: 1000;
    padding: 20px 0;
    background: #ffffff;
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.1);
}

.SuperFix {
    position: fixed;
}

.SuperFix+.afterFix {
    display: block;
    padding: 20px 0;
    height: 72px;
}

.SuperMenu ul {
    display: inline-block;
    float: left;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

.SuperMenu ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}

.SuperMenu ul li:first-child {
    padding-left: 0;
}

.SuperMenu ul li.active {
    color: #ff4343;
}

.SuperMenu .btn {
    padding: 10px;
    margin-top: -7px;
    float: right;
    width: 210px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    border-radius: 3px;
    background: #009ada;
    color: #FFF;
}

.SuperMenu .btn:hover {
    background: #619e19;
    cursor: pointer;
}

.superCenter {
    display: table;
}

.superCenter .col-md-5,
.superCenter .col-md-6,
.superCenter .col-md-7 {
    /* display:table-cell;
    vertical-align:middle;
    float:none; */
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

.img-toiuu {
    margin: 10px auto;
    display: block;
    width: 100%
}

.color_ID_VN {
    background: #FFEEE8;
}

.color_BIZ_VN {
    background: #F5FCFF;
}

.content-detail-4 {
    color: #414141 !important;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: left;
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
}

.content-detail-6 {
    text-align: left;
}

.text-center {
    text-align: center !important;
}

.content-toiuu .container {
    padding: 72px 0;
}

.superCenter .content-detail-4 {
    color: #003DA0 !important;
    line-height: 40px !important;
    font-size: 25px;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.superCenter .content-detail-4 strong {
    display: block;
    color: #FD4549;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
}

.fontinter .superCenter .content-detail-4 {
    color: #333 !important;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px !important;
    margin-bottom: 16px;
}

.fontinter .superCenter .content-detail-4 strong {
    margin-top: 24px;
}

.superCenter .color-red {
    font-size: 36px;
    color: #ea4441;
    display: block;
    margin: 0 0 20px;
}

.content-detail-6 .btn {
    background: #009ada;
    width: 50%;
    padding: 10px 0;
    border-radius: 3px;
    color: #FFF;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    display: block;
}

.fontinter .content-detail-6 {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.fontinter .content-detail-6 .btn {
    margin-top: 41px;
}

.fontinter .content-detail-6 p {
    width: 468px;
    max-width: 100%;
    margin: 0 auto;
}

.groupContent .container {
    padding: 72px 0;
    display: flex;
    align-items: center;
}

span.home-title span {
    color: #F26E31 !important;
}

span.home-title {
    color: #003DA0 !important;
    line-height: 40px !important;
    font-size: 25px;
    display: block;
    margin: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

#div_2 .container {
    padding-top: 0;
}

#div_h img {
    max-width: calc(100% - 30px);
}

.email-title {
    margin: 0;
    text-transform: initial;
    font-size: 30px;
    margin-bottom: 52px;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
}

.email-include {
    margin-bottom: 72px;
}

.email-include .row-detail {
    color: #414141;
    line-height: 40px;
}

.email-include .row-detail div {
    padding-right: 0px;
}

.email-include .row-detail div .office-content {
    height: 60px;
}

.email-include p {
    font-weight: bold;
}

.office-detail {
    padding-top: 3px;
    float: left;
}

.office-detail-p1 {
    color: #414141 !important;
    line-height: 24px !important;
    font-size: 16px;
    margin-bottom: 5px;
}

.icon-img {
    width: 12px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.ask-title {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 52px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
}

.panel-heading.collapsed {
    margin-top: 0;
    padding: 7.5px 15px;
}

.collapse .panel-body {
    padding-left: 25px;
}

.panel-default>.panel-heading {
    background: none;
    border: none;
    display: inline-block;
    margin-top: 0 !important;
    width: 100%;
    cursor: pointer;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding-top: 0;
    padding-left: 40px;
}

.panel-default>.panel-heading .panel-title {
    line-height: 26px;
}

.panel-default>.panel-heading i {
    color: #ff4343;
    margin-right: 10px;
    margin-top: 3px;
    float: left;
}

.panel-default>.panel-heading span {
    display: inline-block;
    width: calc(100% - 30px);
    float: left;
}

.panel-collapse .panel-body {
    padding: 15px 0;
    padding-right: 15px;
    margin-left: 25px;
}

.panel-collapse .panel-body [href*='.'],
#dichvudikem [href] {
    color: #2749cf;
    text-decoration: underline;
}

.panel-default>.panel-heading.collapsed i:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../Content/images/LandingPageFreeVN/drop_left.svg) center no-repeat;
    background-size: contain;
    font-style: initial;
}

.panel-default>.panel-heading.active i:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../Content/images/LandingPageFreeVN/drop_down.svg) center no-repeat;
    background-size: contain;
    font-style: initial;
}

#cauhoithuonggap {
    background: #f6f6f6;
}


.mbdot {
    display: none;
}

.introduceOne,
.introduceTwo,
.introduceThree {
    position: absolute;
    left: 108%;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
    width: 300px;
    top: 50%;
    z-index: 300;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    background: #4385f4;
    margin-top: -50px;
    box-shadow: 4px 4px 8px #00000036;
    font-family: Arial;
}

.showintroduce .introduceOne {
    top: calc(50% - 12px);
    left: calc(100% + 15px);
}

.showintroduce .introduceTwo {
    top: 40%;
    left: 90%;
}

.introduceThree {
    top: calc(100% + 45px);
    left: auto;
    right: 140px;
    z-index: 50000;
    width: 300px;
    max-width: 100vw;
    padding-right: 30px;
}

.introduceOne:before,
.introduceTwo:before,
.introduceThree:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: -5px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background: #4385f4;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}

.introduceThree:before {
    top: 0;
    left: 75%;
}

.introduceOne .lnk,
.introduceTwo .lnk,
.introduceThree .lnk {
    font-weight: bold;
    display: block;
    text-align: right;
    color: #FFF !important;
}

.introduceOne:hover,
.introduceTwo:hover,
.introduceThree:hover {
    cursor: pointer;
}

.introduceOne:hover .lnk,
.introduceTwo:hover .lnk,
.introduceThree:hover .lnk {
    color: #FFF;
    text-decoration: underline;
}

.introduceOne .close,
.introduceTwo .close,
.introduceThree .close {
    color: #FFF;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../Content/images/closeWhite.svg) center no-repeat;
    background-size: 12px;
    width: 12px;
    height: 12px;
    opacity: 0.7;
}

.introduceOne .close:hover,
.introduceTwo .close:hover,
.introduceThree .close:hover {
    opacity: 1;
}

.khungcmnd {
    margin-bottom: 24px;
    width: 100%;
    float: left;
}

@media (max-width: 1024px) {

    .superCenter .col-md-5,
    .superCenter .col-md-6,
    .superCenter .col-md-7 {}
}

@media (max-width: 768px) {


    .mbhide {
        display: none;
    }

    .mbdot {
        display: inline;
        color: #1E74E8;
        margin-left: 3px;
    }

    .mattruoc,
    .matsau {
        width: 100%;
        height: 300px;
    }

    .SuperMenu {
        height: auto;
        border-top: solid 1px #e9e9e9;
        padding: 15px 0;
    }

    .SuperFix {
        top: 56px;
    }

    .SuperMenu ul {
        text-align: center;
        margin-bottom: 0;
    }

    .SuperMenu ul li {
        display: inline-block;
        cursor: pointer;
        float: none;
        width: 33.3%;
        border: none;
        white-space: nowrap;
        line-height: 24px;
        padding: 3px 5px;
        font-size: 16px;
    }

    .SuperMenu ul li:first-child {
        text-align: left;
    }

    .SuperMenu ul li:last-child {
        text-align: right;
    }

    .superCenter {
        display: block;
        height: auto;
    }

    .superCenter .col-md-5,
    .superCenter .col-md-6,
    .superCenter .col-md-7 {
        display: block;
        width: 100%;
        float: left;
        padding: 0;
    }

    .groupContent .container,
    .content-toiuu .container,
    #cauhoithuonggap .container {
        padding: 52px 15px;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .content-detail-4 {
        text-align: center;
    }

    .link {
        display: block;
        font-weight: 700;
        font-size: 14px;
        margin-top: 24px;
        line-height: 20px;
        text-align: center;
        color: #1E74E8 !important;
    }

    .is_box_mb {
        display: block;
        padding: 24px 16px !important;
        background: #FFF;
        box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
        border-radius: 8px;
        margin-top: -120px;
    }

    #div_2 .is_box_mb {
        margin-top: -60px;
    }

    .email-include .row-detail div .office-content {
        display: inline-block;
        width: 100%;
    }

    .padcarosel .item {
        line-height: 30px;
    }

    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding-left: 28px;
    }

    .ask-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 32px;
    }

    #cauhoithuonggap .container {
        display: inline-block;
        width: 100%;
    }

    .panel-default>.panel-heading {
        margin: 0 auto 16px;
        background: #FFF;
        box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
        border-radius: 8px;
        display: block;
        float: left;
    }

    .panel-default>.panel-heading span,
    .panel-collapse .panel-body {
        font-size: 14px;
    }

    .panel-heading.collapsed {
        padding: 16px;
    }

    .email-include {
        margin-bottom: 52px;
    }

    .img-toiuu {
        margin-bottom: 32px;
        max-width: 100%;
    }

    .content-detail-6 .btn {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        width: 250px;
        max-width: 100%;
    }

    #div_3 .superCenter .content-detail-4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px !important;
    }

    .superCenter .content-detail-4,
    .email-title {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px !important;
        margin-bottom: 14px;
    }

    .superCenter .content-detail-4 strong {
        font-size: 16px;
        line-height: 24px !important;
    }

    .office-detail-p1,
    .content-detail-6 {
        font-size: 14px;
        line-height: 24px;
    }

    .content-detail-6 strong {
        display: block;
        margin-bottom: 16px !important;
    }

    .middelpad {
        display: block;
        margin-bottom: 52px;
    }

    #div_2 .container {
        padding-bottom: 24px;
    }

    .midSeach {
        display: block;
        background: #FFFFFF;
        border-radius: 8px;
        width: 100%;
        height: 52px;
        position: relative;
        overflow: hidden;
        box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    }

    .midSeach input[type=text] {
        border: none;
        height: 52px;
        padding: 12px;
        width: 100%;
    }

    .midSeach .btn {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1000;
        background: linear-gradient(90deg, #DA2128 -43.17%, #E1392B -16.94%, #E9512E 16.56%, #EE622F 52.21%, #F16C31 91.2%, #F26F31 139.75%);
        width: 52px;
        height: 52px;
        border-radius: 0 8px 8px 0 !important;
    }

    .midSeach .btn:before {
        width: 24px;
        height: 24px;
        background: url(../Content/images/HomePage/Icon/search.svg) center no-repeat;
        background-size: contain;
        content: '';
        position: absolute;
        top: 13px;
        left: 13px;
    }

    .returnSearch .box {
        box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    }

    .returnSearch .box .link {
        text-align: left;
        color: #333 !important;
        font-weight: normal;
    }

    .popup .content .ui_row input[type=text] {
        width: 100%;
        max-width: 100%;
    }

    .introduceThree {
        top: calc(100% + 54px);
        right: 52px;
        max-width: calc(100% - 40px);
    }

    .c2dong {
        margin-top: 6px !important;
    }
}

@media (max-width: 550px) {
    .office-content {
        display: inline-block;
        width: 100%
    }

    .head_select .cLogo li {
        white-space: normal;
        min-width: initial;
        width: 100%;
        height: 92px;
        padding: 70px 8px 0;
        font-size: 11px;
        font-size: 10px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .head_select .cLogo li.active:first-child,
    .head_select .cLogo li:first-child {
        background-position-y: 24px;
        background-size: 70px 32px;
        margin-right: 16px;
    }

    .head_select .cLogo li.active:last-child,
    .head_select .cLogo li:last-child {
        background-position-y: 24px;
        background-size: 70px 32px;
    }

    .head_select .cSub {
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .cSearch {
        height: 52px;
    }

    .cSearch input[type=text],
    .cSearch textarea {
        width: calc(100% - 56px);
        height: 36px;
        padding: 8px 12px;
    }

    .cSearch .selectFor {
        height: 32px;
        margin: 2px 0;
        padding: 6px 8px;
    }

    .cSearch .btn {
        width: 52px;
        height: 52px;
        padding: 12px 0;
        margin-left: 8px;
        border-radius: 0 8px 8px 0 !important;
    }

    .cSearch .btn:before {
        left: 14px;
        top: 14px;
    }

    .cSearch .btn .tx {
        display: none;
    }

    .group_cmnd .cmnd {
        width: 50%;
    }

    .mattruoc,
    .matsau {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }

    .cStep {
        padding-bottom: 65px;
    }

    .cStep li {
        padding: 0 12px;
    }

    #danhchoCaNhan .cStep li {
        padding: 0 15px;
    }

    .cStep li::after {
        top: 36px;
    }

    #danhchoCaNhan .cStep li:first-child,
    .cStep li:first-child {
        padding-left: 0;
        padding-right: 24px;
    }

    #danhchoCaNhan .cStep li:first-child {
        padding-right: 30px;
    }

    #danhchoCaNhan .cStep li:last-child,
    .cStep li:last-child {
        padding-right: 0;
        padding-left: 24px;
    }

    #danhchoCaNhan .cStep li:last-child {
        padding-left: 30px;
    }

    #danhchoDoanhNghiep .cStep li:last-child {
        padding-left: 50px;
    }

    #danhchoCaNhan .overContent,
    #danhchoDoanhNghiep .overContent {
        /* max-height: calc(100vh - 313px); */
    }

    .step-line {
        top: 50px;
    }

    p[style="margin-bottom:16px;"] {
        margin-bottom: 8px !important;
    }

    p[style="margin-bottom:8px;"] {
        margin-bottom: 6px !important;
    }

    .group_cmnd .cmnd:before {
        margin-bottom: 16px;
    }

    .group_cmnd .cmnd {
        margin-bottom: 20px;
    }

    .vmattruoc,
    .vmatsau {
        height: auto;
        min-height: initial;
    }

    .mattruoc,
    .matsau {
        min-height: 137px;
    }

    .khungcmnd {
        margin-bottom: 0;
    }

    .popup .content input[type=text] {
        width: calc(100% - 160px);
        max-width: calc(100% - 160px);
    }

    .popup .content .tax {
        width: calc(100% - 115px) !important;
        border-right: 0 !important;
    }

    .taxcode .btn {
        width: 115px;
        min-width: initial;
    }

    #btnWhoisDomain {
        min-width: initial !important;
        max-width: 100%;
        white-space: normal;
    }
}

@media (max-width: 375px) {
    #danhchoDoanhNghiep .cStep li:first-child {
        padding-left: 0;
        padding-right: 14px;
    }
}

@media (max-width: 320px) {
    .group_cmnd .cmnd {
        width: 100%;
    }
}

.align-center {
    display: flex;
    align-items: center;
}

.fl-right {
    float: right;
}

.banner-center img {
    width: 80%;
    margin: auto;
    display: block;
}

.tool-item {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.tool-item img {
    width: 70px;
    object-fit: contain;
}

.tool-item .tool-body {
    width: calc(100% - 70px);
    padding-left: 15px;
}

.tool-item .tool-body h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0px;
}

.tool-item .tool-body p {
    margin: 0px;
    font-size: 14px;
}

.mt-2 {
    margin-top: 50px !important;
}

section#div_3 {
    background: #BFF0FF;
    padding: 50px 0;
}

.box-id span {
    color: #E74A2D;
}

.box-id p {
    font-size: 17px;
    line-height: 27px;
}

.box-id img {
    width: 150px;
    margin: 0 0 20px 0;
}

.box-id {
    border-radius: 15px;
    border: 4px solid #E74A2D;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
    padding: 20px;
    text-align: center;
    height: 100%;
}

.box-center {
    display: flex;
    justify-content: center;
}

.pd-30 {
    padding: 30px 0 !important;
}

.box-register {
    border-radius: 15px;
    border: 4px solid #E74A2D;
    background: #FFF;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.35);
    padding: 40px 20px 30px 20px;
    width: 100%;
    position: relative;
    text-align: center;
    display: block;
}

.box-register .box-register-content {
    font-weight: 700;
    font-size: 15px;
    height: 100px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.box-register .box-register-header {
    background: linear-gradient(180deg, #DD2A29 0%, #F16D31 100%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.h100 {
    height: 100%;
}

.btn-register {
    border-radius: 8px;
    background: #003DA0;
    border-color: #003DA0 !important;
    padding: 8px 25px !important;
}

.mt-1 {
    margin-top: 20px !important;
}

.tool-2 .tool-item {
    align-items: top;
}

.tool-2 .tool-item img {
    width: 50px !important;
}

.tool-2 .tool-item .tool-body {
    width: calc(100% - 50px)
}

.tool-2 .tool-item .tool-body h4 {
    margin-bottom: 5px !important;
}

input.form-control.form-email {
    border-radius: 12px !important;
    background: #FFF;
    height: 40px !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1) !important;
    border: 0;
}

/*footer*/
#footer {
    padding: 40px 0 0px 0;
    width: 100%;
    display: inline-block;
    background: #373737;
}

#footer a {
    color: var(--primary-color)
}

#footer .footer-top {
    width: 100%;
    display: inline-block;
}

#footer .footer-top .footer-logo img {
    max-width: 250px;
}

#footer .footer-top p,
#footer .footer-top a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}

#footer .footer-top a:hover {
    color: var(--primary-color) !important
}

#footer .footer-cty {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}

#footer .footer-top .footer-cty a {
    background: #fff !important;
    display: block;
    padding: 10px;
    border-radius: 5px;
    width: 31%;
    height: 60px;
    float: left;
    margin-bottom: 10px;
    transition: 0.3s ease-in-out;
}

#footer .footer-top .footer-cty a:not(:nth-child(3n)) {
    margin-right: 10px;
}

#footer .footer-top .footer-cty a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#footer .footer-top .footer-cty a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-10px);
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.3);
}

#footer .footer-top .footer-address {
    width: 100%;
    display: inline-block;
}

#footer .footer-top p.company-name {
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 5px;
    font-size: 15px !important;
}

#footer .footerBorder:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin: 10px 0;
    padding: 10px 0;
}

#footer .footer-top .footer-address p {
    display: flex;
    align-items: start;
}

#footer .footer-top .footer-address p img {
    width: 20px;
    margin-right: 5px;
    margin-top: 2px;
}

#footer .footer-copyright {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

#footer .footer-top .footer-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

#footer .footer-top .footer-title h3 {
    color: #fff;
    font-size: 16px;
    margin: 0px !important;
}

#footer .footer-top .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #3b5998;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    transition: 0.3s ease-in-out;
}

#footer .footer-top .footer-social a:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-10px);
    color: #fff !important;
    box-shadow: 0px 2px 16px rgba(255, 255, 255, 0.3);
}

#footer .footer-top .footer-social a:not(:last-child) {
    margin-right: 10px;
}

#footer .footer-top .footer-social a.pinterest {
    background: #dd4b39;
}

#footer .footer-top .footer-social a.twitter {
    background: #00aced;
}

#footer .footer-top .footer-social a.youtube {
    background: #bb0000;
}

#footer .footer-top .footer-social a.linkedin {
    background: #006699;
}

.mb25 {
    margin-bottom: 20px;
}

#footer .footer-top .footer-zalo img {
    max-width: 80px;
}

#footer .footer-top .footer-payment a img {
    width: 40px;
}

#footer .footer-register a img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

@media only screen and (max-width: 768px) {

    .cStep li {
        font-size: 6px;
    }

    .mt-footer,
    .box-register {
        margin-bottom: 20px !important;
    }

    .align-center,
    .box-center,
    .groupContent .container {
        display: block !important;
    }

    .box-id {
        margin-bottom: 20px !important;
    }

    .img-toiuu {
        margin-top: 50px !important;
    }

    .fl-right {
        float: none;
    }

    .tool-item {
        margin: 0 0 30px 0 !important;
    }

    .banner-center img {
        margin: 0 auto 20px !important;
    }

    span.home-title {
        color: #003DA0 !important;
        line-height: 35px !important;
    }
}
#buoc_5 {
    display: block;
    width: 100%;
    /* max-height: calc(100vh - 262px); */
    overflow: auto;
    padding: 30px;
    font-size: 14px;
    line-height: 22px;
    background: #FFFFFF;
    position: relative;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
div#buoc_5 b {
    font-size: 30px;
}


















