
@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-900.otf');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-900-italic.otf');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-800.otf');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-800-italic.otf');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-700.otf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-700-italic.otf');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-600.otf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-600-italic.otf');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-500.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-500-italic.otf');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-400.otf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-400-italic.otf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-300.otf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-300-italic.otf');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-100.otf');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-100-italic.otf');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-bold-italic.otf');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'SFProDisplay';
    src: url('./font/SFProDisplay/SFProDisplay-bold.otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@keyframes line-height {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}



:root {
    --Orange: #FF701D;
    --Blue: #1169B0;
    --Blue100: #DDE4FC;
    --Blue900: #191E67;
    --Green: #00D574;
    --primary: #3D3D3D;
    --primary100: #EEFAFF;  
    --primary200: #C6EEFF;
    --primary300: #7DD4FF;
    --primary400: #2DB5FF;
    --primary500: #00A2FD;
    --primary600: #0087DB;
    --primary700: #0071BD;
    --primary800: #004E86;
    --primary900: #003359;
    --primaryBlue: #4564ed;
    --white100: #FFFFFF;
    --white200: #FAFAFB;
    --white300: #EBECED;
    --white400: #CECFD2;
    --white500: #9D9FA5;
    --white600: #747783;
    --white700: #565C67;
    --white800: #343943;
    --white900: #1F2636;
    --Black: #1F2636;
    --gray1: #333333;
    --gray2: #4F4F4F;
    --gray3: #828282;
    --gray4: #BDBDBD;
    --gray5: #F5F5F5;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, h1, h2, h3, h4, p, span, a,li{
    font-family: 'SFProDisplay', sans-serif;
}
header{
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0 1px 2px 0 rgba(66, 66, 66, .3);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
header .header-top{
    background-color: var(--Blue900);
    display: flex;
    justify-content: center;
    height: 36px;
    align-items: center;
}
header .header-top .no-pad-l a{
    font-size: 14px;
    color:var(--white100);
    font-weight: 400;
    text-decoration: none;

}
header .header-top .no-pad-l a.active{
    margin-right: 32px;
    border-bottom: 1px solid var(--white100);
}
header .header-top .no-pad-r a.login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    color: var(--Blue100);
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
header .header-top .no-pad-r a.login img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
header .box_headmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    position: relative;
}
header form{
    width: 100%;
    height: 100%;
    padding: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
header form input{
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}
.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}
.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
header .main_header .box_headmenu .box_menu ul.list_menu{
    display: flex;
    align-items: center;
    list-style: none;
}
header .main_header .box_headmenu .box_menu ul.list_menu li a{
    padding: 25px 32px;
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .main_header .box_headmenu .box_menu .arrow {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-left: calc(2px + 0.45vw);
    background: url(../img/icon/menu-arrow.svg) no-repeat center center / 20px 20px;
}

header .main_header .box_headmenu .box_menu .sub_menu {
    padding: 15px 0;
    display: none;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
    position: fixed;
    left: 0px;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
   
}
header .main_header .box_headmenu .box_menu .sub_menu{
    webkit-border-bottom-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-bottomright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    width: 1440px;
    max-width: 1440px;
    padding: 40px 0 0;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
header .main_header .box_headmenu .box_menu .other{
    position: relative;
}
header .main_header .box_headmenu .box_menu .other .sub_menu{
    position: absolute;
    left: unset;
    right: 0 !important;
    width: auto;
    min-width: 222px;
    padding: 16px 24px;
}

header .main_header .box_headmenu .box_menu .open{
    display: block;
    transition: height 2s;
    animation: line-height linear 2s;
}
header .box_shearch{
    height: 70px;
    line-height: 70px;
    width: 36px;
}
header .box_shearch button {
    width: 100%;
    height: 100%;
    line-height: 1;
    display: table;
    border: 0px;
    background: transparent;
}
header .box_shearch button img {
    display: table-cell;
    margin: 0 auto;
}
.megamenu_lists {
    display: flex;
    margin: 0 auto;
    width: calc(100% - 4vw);
    transition-delay: 2s;
    flex-wrap: wrap;
}
.megamenu_list{
    padding-bottom: 40px;
    width: 24.5%;
    margin: 0;
    display: inline-table;
}
.megamenu_list > li {
    padding-left: 55px;
}
.megamenu_list>li>a {
    font-size: 16px !important;
    padding: 0px 15px 0px 0 !important;
    font-weight: 400 !important;
    line-height: 22px;
    margin-bottom: 12px;
}

.megamenu_list .megamenu_title{
    padding-left: 0px;
    margin-bottom: 24px;
}
.megamenu_list .title_sub{
    padding-left: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #3D3D3D;
}
.megamenu_list .icon-sub>img {
    width: 28px;
    height: 28px;
    display: flex;
    object-fit: contain;
}
header .main_header .box_headmenu .box_menu .other .megamenu_lists{
    margin: 0px;
    width: 100%;
    max-width: 100%;
}
header .main_header .box_headmenu .box_menu .other .megamenu_list{
    width: 100%;
    padding-bottom: 0px;
}
header .main_header .box_headmenu .box_menu .other .megamenu_list > li {
    padding-left: 0px;
}
header .main_header .box_headmenu .box_menu .other .megamenu_list > li a{
    font-weight: 600 !important;
    color: #3D3D3D;
}
header .main_header .box_headmenu .box_menu .megamenu_list > li a:hover{
    color:#F27227;
}
header .menu_mb{
    display: none;
}
    

/* home banner */
.main_banner, .sec_step {
    padding-top: 106px;
}
.main_banner .banner_slider img{
    width: 100%;
}
.main_banner .banner_slider .mobile{
    display: none;
}
.main_banner .banner_slider .slick-prev:before{
    content: "";
    background: #2525256e url(../img/arrow-left.svg) no-repeat center center / 28px 28px;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: calc(50% - 14px);
    transform: rotate(180deg);
    border-radius: 90px;
}
.main_banner .banner_slider .slick-prev {
    left: 6%;
    z-index: 99;
}
.main_banner .banner_slider .slider_item {
    margin-bottom: 0px;
}
.main_banner .banner_slider .slick-next {
    right: 6%;
}
.main_banner .banner_slider .slick-next:before{
    content: "";
    background: #252525 url(../img/arrow-left.svg) no-repeat center center / 28px 28px;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    top: calc(50% - 14px);
    border-radius: 90px;
}
.main_banner .banner_slider .slick-dots{
    bottom: 30px;
}
.main_banner .banner_slider .slick-list{
    max-height: auto;
}
.main_banner .banner_slider .slick-dots li button:before{
    font-size: 8px;
    color: #fff;
    opacity: 0.8;
}
.main_banner .banner_slider .slick-dots .slick-active{
    width: 35px;
    height: 10px;
    border-radius: 5px;
}
.main_banner .banner_slider .slick-dots li.slick-active button{
    height: 10px;
    width: 100%;
    border-radius: 5px;
    background-color: #00000080;
}
.main_banner .banner_slider .slick-dots li.slick-active button:before{
    background-color: #00000080;
    width: 35px;
    color: #00000080;
    height: 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.main_benefit{
    padding-bottom: 50px;
    padding-top: 30px;
}
.main_benefit .benefit_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    position: relative;
}
.main_benefit .benefit_list a::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 32px;
    background: rgba(37, 37, 37, .11);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main_benefit .benefit_list .img img {
    width: 40px;
    height: 41px;
    margin-right: 8%;
    object-fit: cover;
}
.main_benefit .benefit_list .text{
    width: 68%;
}
.main_benefit .benefit_list .arrow{
    width: 24px;
    height: 24px;
    margin-right: 8%;
}
.main_benefit .benefit_list .arrow img{
    width: 100%;
    height: 100%;
}
.main_benefit .benefit_list .text span{
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    padding-bottom: 6px;
    line-height: 1.1;
}
.main_benefit .benefit_list .text p {
    font-size: 16px;
    font-weight: 400;
    color: #888;
    margin: 0;
    line-height: normal;
    width: 100%;
    overflow: hidden;
}
.main_benefit .box_benefit:last-child .benefit_list a::before{
    width: 0;
}
.main_benefit .benefit_bt{
    border-bottom: 1px solid rgba(37, 37, 37, .2);
    padding-bottom: 30px;
    padding-top: 20px;
}
.main_package{
    overflow: hidden;
    margin-bottom: 30px;
}
.main_package .box_package {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_package .package_title{
    text-align: center;
    padding-bottom: 80px;
}
.main_package .package_title h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 56px;
    color: var(--primary);
}
.main_package .package_title p{
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
.main_package .package_item {
    border-radius: 10px;
    border: 1px solid var(--white400);
}
.main_package .package_item:hover{
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
}
.main_package .package_item .img img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.main_package .package_item h3{
    font-size: 32px;
    font-weight: 700;
    padding: 28px 0 26px;
    text-align: center;
    color: var(--primary);
}
.main_package .package_item .package_content{
    background-image: linear-gradient(#f5f5f5, #fff);
    padding: 0 24px 2px;
    margin: 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-grow: 1;
    height: 400px
}
.main_package .package_item .price{
    text-align: center;
}
.main_package .package_item .price span.icon-info{
    color: #888888;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 25px;
    margin-bottom: 8px;
}
.main_package .package_item .price .tooltip-container:hover span.icon-info:after {
    position: absolute;
    content: '';
    width: 39px;
    height: 20px;
    bottom: 22px;
    left: calc(50% + 4px);
    background: url(../img/icon/tooltip-shape1.png) no-repeat center top / 39px 20px;
    z-index: 10;
}
.main_package .package_item .price span.icon-info img{
    padding-left: 6px;
    width: 23px;
}
.main_package .package_item .price p{
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    padding-bottom: 12px;
    padding-bottom: 12px;
}
.main_package .package_item .list_item li{
    background: url(../img/icon/tick-circle.svg) left top no-repeat;
    background-size: 24px;
    text-align: left;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 32px;
    padding-right: 0;
    color: #3D3D3D;
    position: relative;
}
.main_package .package_item .package_btn {
    padding: 0 24px 2px;
    margin-bottom: 20px;
}
.main_package .package_item .package_btn a{
    margin-top: 8px;
    color: #f8f8ff;
    line-height: 25px;
    border: 0;
    padding: 11px 36px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    transition: transform .4s;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-size: 300% 100%;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(#4564ED), color-stop(#4564ED), color-stop(#5f7cfc), to(#4564ED));
    background-image: linear-gradient(to right, #4564ED, #4564ED, #5f7cfc, #4564ED);
}
.main_package .package_item .package_btn a:hover {
    color: #fff;
    background-position: 100% 0;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.main_package .silder_package .slick-slide {
    margin: 0px 12px;
}
.main_internet{
    padding: 50px 0px;
}
.main_internet .container{
    padding: 0px;
}
.main_internet .internet_item a{
    display: block;
}
.main_internet .internet_item img{
    width: 100%;
}
.main_internet .slider_internet .slick-slide , .main_package .silder_package .slick-slide{
    margin: 0px 12px;
}
.main_internet .slider_internet .slick-prev:before, .main_package .silder_package .slick-prev:before{
    content: "";
    background: #ffffffde url(../img/owl-arrow-right.svg) no-repeat center center / 28px 28px;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: calc(50% - 14px);
    transform: rotate(180deg);
    border-radius: 90px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
}
.main_internet .slider_internet .slick-prev , .main_package .silder_package .slick-prev{
    left: -8px;
    z-index: 99;
}
.main_internet .slider_internet .slick-next {
    right: 18px;
}
.main_internet .slider_internet .slick-next:before , .main_package .silder_package .slick-next:before{
    content: "";
    background: #ffffffde url(../img/owl-arrow-right.svg) no-repeat center center / 28px 28px;
    width: 50px;
    height: 50px;
    display: inline-block;
    position: relative;
    top: calc(50% - 14px);
    border-radius: 90px;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
}
.main_package .silder_package .slick-prev{
    left: 0px;
}
.main_package .silder_package .slick-next {
    right: 30px !important;
}
.block-quangcao{
    padding: 80px 15px ;
    background: #F0F3FE;
}
.block-quangcao .quangcao_right img {
    width: 100%;
    border-radius: 10px;
}
.block-quangcao .quangcao_left img {
    width: 100%;
    border-radius: 10px;
}
.block-quangcao .quangcao_left a:first-child {
    padding-bottom: 20px;
    display: block;
}
.main_news{
    padding: 80px 15px;
}

.main_news .box_title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 56px;
    text-align: center;
}
.main_news .box_title{
    padding-bottom: 80px;
}
.main_news .box_title p{
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}
.main_news .box_news .col-news{
    max-width: 25%;
    flex-basis: 25%;
    padding: 0px 12px 15px;
}
.main_news .box_news .list_news {
    display: flex;
    flex-wrap: wrap;
}
.main_news .box_news .col-news a{
    display: block;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid var(--gray4);
}
.main_news .box_news img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.main_news .box_news .new_title{
    padding: 16px 15px;
}
.main_news .box_news .new_title h4{
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    display: block;
    display: -webkit-box;
    margin: 0 auto 8px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 43px;
    line-height: 22.4px;
}
.main_news .box_news .new_title span{
    color: var(--primaryBlue);
    font-size: 16px;
    line-height: 22.4px;
}
.main_news .new_btn{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.main_news .new_btn a{
    background: #fff;
    color: var(--primaryBlue);
    border: 1px solid var(--primaryBlue);
    font-size: 16px;
    font-weight: 500;
    padding: 6px 22px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_news .new_btn a img{
    width: 20px;
    margin-left: 5px;
}
footer {
    background: #F8F9FA;
}
footer .footer_top {
    padding: 40px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--gray4);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer_top .footer_top-img a {
    width: 190px;
    height: 44px;
}
footer .footer_top .footer_top-img a img{
    width: 100%;
    height: 44px;
}
footer .footer_top .icon_netword ul{
    display: flex;
    align-items: center;
}
footer .footer_top .icon_netword ul li{
    margin: 0px 6px;
}
footer .footer_top .icon_netword ul li>a img{
    width: 52px;
    height: 52px;
}
footer .footer_bt {
    display: flex;
    flex-wrap: wrap;
}
footer .footer_bt .footer_right,footer .footer_bt .footer_left{
    max-width: 50%;
    flex-basis: 50%;
    padding-right: 30px;
}
footer .footer_bt .footer_right p{
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}
footer .footer_bt .footer_right p.space{
    font-weight: 700;
}
footer .footer_bt .footer_right p img {
    margin-right: 12px;
}
footer .footer_bt .footer_right p a{
    color: var(--primary);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
footer .footer_bt .footer_right p.name{
    margin: 16px 0px;
}
footer .footer_bt .footer_right .online-gov-vn a {
    display: inline-block;
    margin: 20px 0;
}
footer .footer_bt .footer_right .online-gov-vn img {
    height: 47px;
}
footer .footer_left .footer_col .footer_menu-title h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 28px;
    color: var(--primary);
}
footer .footer_bt .footer_left{
    display: flex;
}
footer .footer_bt .footer_lefft-mb{
    display: none;
}
footer .footer_bt .footer_left .footer_col{
    max-width: 33.3333%;
    padding: 0px 15px;
    flex-basis: 33.3333%;
}

footer .footer_bt .footer_left .footer_col input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
footer .footer_bt .footer_left .footer_col .tab__label {
    justify-content: space-between;
    padding: 4px 0;
    font-weight: 700;
    display: flex;
    color: var(--primary);
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
}
footer .footer_bt .footer_left .footer_col .tab__content{
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
    margin-bottom: 10px;
}
footer .footer_bt .footer_left .footer_col input:checked~.tab__content {
    max-height: 800px;
}
footer .footer_bt .footer_left .footer_col .tab__label::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 7px;
    line-height: 22px;
    z-index: 2;
    background: url('../img/icon/arrow.svg') center no-repeat;
    width: 30px;
    height: 21px;
    background-size: 8px;
    opacity: .8;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
footer .footer_bt .footer_left .footer_col input:checked+.tab__label::after {
    transform: rotate(270deg);
}
footer .footer_left ul li{
    transition: all 0.35s;
    margin-bottom: 2px;
}
footer .footer_left ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: var(--primary);
    text-decoration: none;
}
.box_contact-scroll {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 99;
}
.scroll_contact ul li{
    margin: 6px 0;
}
.scroll_contact ul li a, .croll-top a{
    background: #191E67;
    width: 65px;
    height: 65px;
    display: flex;
    transition: opacity .2s ease-out;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}
.croll-top a{
    background: #fff;
    border: 1px solid #191E67;
    margin-top: 6px
}
.scroll_contact ul li a:hover, .croll-top a:hover{
    background: #4564ED;
}
.croll-top a:hover{
    background: #4564ED url(../img/icon/top-white.svg) no-repeat center center / 32px !important;
    border: 2px solid #4564ED;
    opacity: 1 !important;
}
.croll-top a:hover img{
    display: none;
}

/* code page internet cá nhân */

.page_banner, .page_banner-mb{
    width: 100%;
}
.page_banner img, .page_banner-mb img{
    width: 100%;
}
.main_banner .page_banner-mb{
    display: none;
}
.breadcrumb_sv{
    background-color:#F0F3FE ;
    margin-bottom: 60px;
}
.breadcrumb_sv .list_service ul {
    overflow: auto;
    white-space: nowrap;
    text-align: center;
}
.breadcrumb_sv .list_service ul li {
    display: flex;
    display: inline-flex;
    align-items: center;
    padding: 30px 0 27px;
    width: 200px;
    border-bottom: 4px solid transparent;
}
.breadcrumb_sv .list_service ul li.active{
    border-bottom: 4px solid #4564ED;
}
.breadcrumb_sv .list_service ul li a {
    color: var(--primary);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    line-height: 22.4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.breadcrumb_sv .list_service ul li img{
    width: 46px;
    height: 46px;
    object-fit: cover;
}
.breadcrumb_sv .list_service ul li span{
    line-height: 22px;
    display: block;
    margin-top: 8px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}
/* css trang news */
.main_breadcrumb  {
   width: 98%;
   max-width: 98%;
   margin: auto;
}
.main_breadcrumb ul {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main_breadcrumb ul li{
    padding-right: 10px;
}
.main_breadcrumb ul li a{
    display: flex;
    align-items: center;
    color: var(--Black);
    text-decoration: none;
}
.main_breadcrumb ul li:last-child a{
    color: #f47a31;
}
.main_breadcrumb ul li a img{
    width: 15px;
    margin-left: 10px;
}
.main_service {
    background-color: #ebebeb;
}
.main_service .box_service {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 0px;
}
.main_service .box_service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
}

.main_service .box_service-item a.img{
    display: inline-block;
    text-align: center;
    background-color: #a3a3a3;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    padding: 13px 16px;
}

.main_service .box_service-item a.img img{
    width: 58px;
    margin-left: -11px;
    margin-top: -5px;
    max-width: none !important;
}
.main_service .box_service-item:hover a.img{
    background-color: #f47a31;
}
.main_service .box_service-item a.title{
    display: inline-block;
    text-align: center;
    color: #a3a3a3;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
    text-decoration: none;
}
.main_service .box_service-item:hover a.title{
    color: #f47a31;
}
.main_service .box_service-item.active a.img{
    background-color: #f47a31;
}
.main_service .box_service-item.active a.title{
    color: #f47a31;
}
/* code page news */
.page_news .news-title{
    display: inline-block;
    margin: 15px 0px;
    padding-bottom: 5px;
    border-bottom: 2px solid #f47a31;
}
.page_news .news-title .img , .page_news .news-title h2{
    display: table-cell;
    vertical-align: bottom;
    float: none;
}
.page_news .news-title .img{
    padding-right: 14px;
}
.page_news .news-title .img img{
    vertical-align: middle;
}
.page_news .news-title h2{
    vertical-align: bottom;
    color: #ff6634;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
}
.wrap_news .box_news-img .img{
    overflow: hidden;
    max-width: 730px;
    position: relative;
}
.wrap_news .box_news-img .img img{
    width: 100%;
    transition: transform .3s ease 0s;
    transition-duration: .2s;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    vertical-align: middle;
}
.wrap_news .box_news-img .img:hover a img{
    transform: scale(1.1);
}
.wrap_news .box_news-img .team_new img{
    width: 34px;
    position: absolute;
    right: 35px;
    top: 0;
    z-index: 99;
}
.wrap_news-text a{ 
    text-decoration: none;
    color: var(--Black);
}
.wrap_news-text .title{
    margin-bottom: 10px;
}
.wrap_news-text .title a{
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 700;
    opacity: 0.9;
}
.wrap_news-text .date-promotion {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 25px;
}
.wrap_news-text .date-promotion .text-pink{
    font-size: 15px;
    color: #fd6436;
    padding-right: 5px;
    position: relative;
}
.wrap_news-text .date-promotion span{
    font-size: 15px;
}
.wrap_news-text .content p{
    font-size: 15px;
    color: #000;
    text-align: justify;
    line-height: 25px;
}
.wrap_news-text a.read_more {
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #fd6436;
    font-weight: 600;
}
.wrap_news-text a.read_more i{
    padding-right: 5px;
}
.box_list-news{
    padding-top: 50px;
}
.box_list-news .news_item .new_img{
    width: 100%;
    padding-bottom: 20px;
}
.box_list-news .news_item .new_img a{
    display: block;
}
.box_list-news .news_item .new_img img{
    width: 100%;
}
.box_list-news .wrap_news-text .title a{
    font-size: 16px;
    webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 80px;
    display: inline-block;
    display: -webkit-box;
    opacity: 1;
}
.box_list-news .wrap_news-text .date-promotion .text-pink,.box_list-news .wrap_news-text .date-promotion span {
    font-size: 16px;
}
.box_list-news .news_item{
    padding-bottom: 40px;
}
.next_page{
    margin-bottom: 50px;
}
.next_page ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.next_page ul li{
    width: 45px;
    height: 45px;
    margin: 0px 5px;
    border: 1px solid #adadad;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}
.next_page ul li a{
    text-decoration: none;
    font-size: 18px;
    color: #adadad;
}
.next_page ul li.active, .next_page ul li:hover{
    border: 1px solid #fd6436;
    background-color: #fd6436;
}
.next_page ul li.active a, .next_page ul li:hover a{
    color: #fff;
}
/* css page detal-news */
.page_content{
    margin: 30px 0px;
}
.page_content .box_title{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.page_content .box_title h1{
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 700;
}
.article_content img {
    width: 100%;
}
.page_content .box_title .date-promotion {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 25px;
}
.page_content .box_title .date-promotion .text-pink{
    font-size: 15px;
    color: #fd6436;
    padding-right: 5px;
    position: relative;
    text-decoration: none;
}
.page_content .box_title .date-promotion span{
    font-size: 15px;
}
.page_content .article_content p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
}
.page_content .article_content b, .page_content .article_content strong{
    font-weight: 700;
}
.page_content .article_content li{
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.page_content .page_content-bt{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.page_content .page_content-bt ul{
    display: flex;
    align-items: center;
}
.page_content .page_content-bt .facebook{
    position: relative;
    margin-right: 10px;
}
.page_content .page_content-bt .facebook::after{
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    right: 0;
    top: 0;
}
.page_content .page_content-bt .facebook li{
    padding-right: 10px;
}
.page_content .page_content-bt .facebook li a {
    font-size: 13px;
    background-color: #1877f2;
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    display: block;
}
.page_content .page_content-bt .facebook li a i{
    padding-right: 5px;
    font-size: 11px;
}
.page_content .page_content-bt .facebook li a span{
    padding-left: 5px;
    font-size: 11px;
}
.page_content .page_content-bt .save li {
    margin-right: 10px;
}
.page_content .page_content-bt .save li img{
    width: 26px;
}
/* css trang đăng ký */

.sec_step {
    background-color: #f9fbfc;
}
.sec_step .box_steps{
    padding: 40px 0px;
}
.list_steps{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_steps li{
    color: var(--Neutral-3);
    justify-content: center;
    align-items: center;
    margin-left: 16px;
    display: flex;
}
.list_steps .step_item .ico{
    color: #fff;
    border: 1px solid #d4dbee;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    display: flex;
    
}
.list_steps .step_item:first-child .ico{
    background: #3e5184;
    border: 5px solid #d4dbee;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    display: flex;
}
.list_steps .step_item .ico svg{
    width: 18px;
    height: 18px;
}
.list_steps .step_item:before {
    content: "";
    background-color: var(--Neutral-3);
    background: linear-gradient(#0003 0% 100%), #c6ccde;
    width: 41px;
    height: 1px;
    margin-right: 16px;
    display: inline-block;
}
.list_steps .step_item .ico svg path{ 
    stroke: #8691b1;
}
.list_steps .step_item:last-child .ico svg{
    fill: #8691b1;
}
.list_steps .step_item.current .ico svg path{
    stroke: #fff;
}
.list_steps .step_item.current:before{
    display: none;
}
.list_steps .step_item .text {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    color: #000;
}
.list_steps .step_item:last-child .text{
    color: #8691b1;
}
.list_steps .step_item.current .text{
    font-weight: 700;
    color: #000;
}
.sec_step .step_register{
    padding: 40px;
    border: 1px solid #e6ecef;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #fff;
}
.sec_step .box_register .title {
    margin-bottom: 25px;
}
.sec_step .box_register .title h3 {
    color: #1e2f5b;
    margin: 0;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}
.form_register .form_title h4{
    color: #8691b1;
    letter-spacing: .39px;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding: 0px 8px;
}
.box_form{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.box_form .form_item{
    max-width: 50%;
    flex-basis: 50%;
    padding: 0px 8px;
    margin-bottom: 16px;
}
.box_form .form_item .form-label {
    color: #0a306d;
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: block;
}
.box_form .form_item input,.box_form .form_item select{
    background-color: #fbfcfc;
    border: 1px solid #d6dde1;
    border-radius: 5px;
    width: 100%;
    height: 42px;
    padding: 8px 16px 8px 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: block;
}
.box_form .form_item input::placeholder{
    color:#d6dde1;
}
.box_form .form_item input:focus{
    box-shadow: none;
    border: 1px solid #0047ff;
    outline: none;
    transition: border .3s;
}
.box_form .form_item select option{
    color: #3e5184;
}
.box_form .form_item select{
    outline: 0;
    box-shadow: none;
}
.box_form .form_item select:checked{
    outline: 1px solid #0047ff;
}
.radio-list .box_check{
    margin: 16px 0px 16px 16px;
}
.radio-list .box label.form_item {
    cursor: pointer;
    align-items: center;
    gap: 16px;
    margin: 5px 64px 0 0;
    font-weight: 600;
    display: inline-flex;
    color: #0a306d;
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
}
.radio-list .box input[type=radio] {
    --s: 16px;
    --c: #1e2f5b;
    height: var(--s);
    aspect-ratio: 1;
    border: calc(var(--s) / 16) solid #8691b1;
    padding: calc(var(--s) / 6);
    background: radial-gradient(farthest-side, var(--c) 94%, #0000) 50% / 0 0 no-repeat content-box;
    outline-offset: calc(var(--s) / 10);
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    font-size: inherit;
    border-radius: 50%;
    transition: all .3s;
}
.radio-list .box input[type=radio]:checked {
    border-color: var(--c);
    background-size: 100% 100%;
}
.nha_rieng .form_item ,.box_form .ghi_chu {
    max-width: 100%;
    flex-basis: 100%;
}
.radio-list .nha_rieng,.radio-list .chung_cu {
    display: none;
    margin-top: 20px;
}
.radio-list .nha_rieng.open, .radio-list .chung_cu.open{
    display: block;
}
.form_register .submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_register .submit a.back, .form_register .submit button, .package_service .submit a.back{
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #1e2f5b;
    border: 1px solid #1e2f5b;
    border-radius: 5px;
    min-height: 45px;
    padding: 10px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: all .3s;
    display: block;
    position: relative;
    top: 0;
    width: 180px;
    max-width: 180px;
}
.form_register .submit a.back, .package_service .submit a.back{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d6dde1;
    color: #1e2f5b;
}

.form_register .submit a.back:hover, .package_service .submit a.back:hover{
    border-color: #1e2f5b;;
}
.form_register .submit button:hover{
    background-color: #fff;
    color: #1e2f5b;
}
.order_info{
    background: url(../img/bg-order-info.png) 50% / cover no-repeat;
    border: 1px solid #e6ecef;
    margin-bottom: 46px;
    padding: 40px;
    border-radius: 10px;
}
.order_info .title h3{
    color: #1e2f5b;
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 24px;
}
.featured {
    padding: 24px 0 100px;
}
.featured ul {
    background-color: #f3f5f7;
    border: 1px solid #f3f5f7;
    border-radius: 16px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 28px 32px;
    display: flex;
}
.featured ul li {
    color: #1e2f5b;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    transition: color .3s;
    display: flex;
    position: relative;
}
.featured ul li.seperate {
    color: #1e2f5b;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    transition: color .3s;
    display: flex;
    position: relative;
}
.featured ul li.seperate:not(:last-child):after {
    content: "";
    background-color: #1e2f5b;
    width: 1px;
    height: 25px;
    display: block;
    position: absolute;
    right: 0;
}
.featured ul li .f-icon {
    align-items: center;
    margin-right: 7px;
    display: flex;
}
/* trang thanh toán */
.package_service {
    border: 1px solid #e6ecef;
    margin-bottom: 46px;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
}
.package_service .form_group{
    margin-bottom: 35px;
}
.package_service .box_title{
    margin-bottom: 24px;
}
.package_service .box_title h3 {
    color: #1e2f5b;
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.package_service .form_title h4 {
    color: #8691b1;
    letter-spacing: .39px;
    text-transform: uppercase;
    margin: 0 0 16px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.package_service .list_radio li{
    margin-bottom: 10px;
    transition: all .3s;
}
.package_service .list_radio li input{
    display: none;
}
.package_service .list_radio li label{
    letter-spacing: .48px;
    cursor: pointer;
    background: #f3f5f7;
    border: 1px solid #f3f5f7;
    border-radius: 5px;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    min-width: 250px;
    min-height: 58px;
    margin-bottom: 0;
    padding: 15px 24px 15px 58px;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    transition: all .3s ease-in-out;
    display: flex;
    position: relative;
    color: #0a306d;
}
.package_service .list_radio li label::before{
    content: "";
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #3e5184;
    width: 8px;
    height: 8px;
    transition: all .3s ease-in-out;
    top: 50%;
    left: 29px;
    transform: matrix(0, 0, 0, 0, 0, -4);
}
.package_service .list_radio label::after{
    content: "";
    border-radius: 50%;
    position: absolute;
    border: 1px solid #8691b1;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 24px;
    transform: translateY(-9px);
}
.package_service .list_radio .radio-item [type=radio]:checked~label:before{
    opacity: 1;
    visibility: visible;
    transform: translateY(-4px);
}
.package_service .list_radio .radio-item [type=radio]:checked~label::after{
    border: 1px solid #3e5184;
}
.package_service .list_radio .radio-item [type=radio]:checked~label{
    background-color: #f7f9ff;
    border-color: #0047ff;
}
.package_service .list_radio p.gift-tag-ap {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: 0.03em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #00C614;
    margin-top: 4px;
}
.checkbox_list li.updown-item {
    letter-spacing: .48px;
    cursor: pointer;
    border: 1px solid #0047ff;
    border-radius: 5px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
    min-width: 250px;
    min-height: 58px;
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    transition: all .3s ease-in-out;
    display: flex;
    position: relative;
    background-color: #f7f9ff;
    gap: 4px;
    padding: 15px 24px;
    color: #0a306d;
    margin-bottom: 10px;
    transition: all .3s;
}
.checkbox_list .desc{
    color: #8691b1;
    letter-spacing: .42px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.checkbox_list li.pick-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 15px;
    border: 1px solid #0047ff;
    border-radius: 5px;
    background-color: #f7f9ff;
}
.checkbox_list li.pick-item input{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.checkbox_list li.pick-item label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0a306d;
    font-size: 16px;
    font-weight: 600;
}
.package_service .submit{
    margin-top: 40px;
}
.sec_step .order_info .footer_col input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.sec_step .order_info .footer_col .tab__label {
    justify-content: space-between;
    padding: 4px 0;
    font-weight: 700;
    display: flex;
    color: #8691b1;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 13px;
}
.sec_step .order_info .footer_col .tab__content{
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
    margin-bottom: 10px;
}
.sec_step .order_info .footer_col input:checked~.tab__content {
    max-height: 800px;
}
.sec_step .order_info .footer_col .tab__label::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 0px;
    line-height: 22px;
    z-index: 2;
    background: url('../img/icon/arrow.svg') center no-repeat;
    width: 30px;
    height: 21px;
    background-size: 8px;
    opacity: .8;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}
.sec_step .order_info .footer_col input:checked+.tab__label::after {
    transform:rotate(88deg);
}
.thanh_toan .order_info{
    background: #fff;
}
.sec_step .order_info .footer_col li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d6dde1;
    margin-bottom: 8px;
    border-style: dashed;
}
.sec_step .order_info .footer_col li span{
    max-width: 50%;
    flex-basis: 50%;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 5px;
    color: #1e2f5b;
}
.sec_step .order_info .footer_col li span.text{
    color: #c6ccde;
}
.sec_step .order_info .footer_col li .info{
    text-align: right;
}
.sec_step .order_info .footer_col li .info a.dsvc {
    color: #0047ff;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sec_step .order_info .footer_col li .info a.dsvc svg{
    margin-right: 5px;
}
.sec_step .order_info .footer_col li .info a.dsvc svg path{
    stroke:#0047ff;
    margin-right: 8px;
}
.sec_step .order_info .footer_col .list_pay{
    flex-direction: column;
    padding-bottom: 30px;
}
.sec_step .order_info .footer_col .list_pay span{
    max-width: 100%;
    flex-basis: 100%;
    min-width: 100%;
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 10px;
}
.sec_step .order_info .footer_col .list_pay .form_group{
    min-width: 100%;
}
.sec_step .order_info .footer_col .list_pay .form_group select{
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #1e2f5b;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.sec_step .order_info .footer_col li.button{
    margin-top: 30px;
    border-bottom: 0px;
    max-width: 100%;
    flex-basis: 100%;
}
.sec_step .order_info .footer_col li.button button{
    width: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #1e2f5b;
    border: 1px solid #1e2f5b;
    border-radius: 5px;
    min-height: 45px;
    padding: 10px 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec_step .order_info .footer_col li.button span{
    color: #fff;
    max-width: none;
    flex: none;
    padding-bottom: 0px;
}
.sec_step .order_info .footer_col li.button:hover button{
    background-color: #fff;
}
.sec_step .order_info .footer_col li.button:hover span{
    color: #1e2f5b;
}
.sec_step .order_info .footer_col li.button:hover svg path{
    stroke: #1e2f5b;
}
.sec_step .order_info .footer_col li.dk-dk {
    font-size: 13px;
    color: #8691b1;
    justify-content: start !important;
    margin-top: 20px;
    border-bottom: 0px;
}
.sec_step .order_info .footer_col li.dk-dk a{
    padding-left: 4px;
    text-decoration: none;
}
.tooltip-text {
    visibility: hidden;
    background-color: #fff;
    color: #888;
    text-align: left;
    padding: 11px 13px;
    box-shadow: 0px 1px 7px 0 rgba(22, 22, 26, 0.1);
    line-height: 20px;
    position: absolute;
    bottom: 42px;
    right: -21px;
    width: calc(3vw + 220px);
    z-index: 9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #888888;
    font-size: 16px;
    font-weight: 400;
}
.tooltip-container:hover .tooltip-text {
    visibility: visible;
}
/* trang tìm kiếm */
.timkiem .timkiem_title .box_title{
    display: inline-flex;
    align-items: center;
    border-bottom: 2px solid #ff6634;
    margin-bottom: 12px;
}
.timkiem .timkiem_title .box_title h3 {
    color: #ff6634;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0px;
    align-content: flex-end;
    padding-left: 12px;
}
.timkiem_form{
    max-width: 66%;
}
.timkiem_form form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timkiem_form .seach_input{
    max-width: 79%;
    flex-basis: 79%;
}
.timkiem_form .seach_input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.timkiem_form button {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff4c2f, #f2793d) repeat scroll 0 0;
    border: medium none;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    max-width: 20%;
    flex-basis: 20%;
    position: relative;
    height: 34px;
    margin-left: 5px;
}
.timkiem .ketqua span {
    display: block;
    padding: 10px 0px;
    margin: 5px 0px 15px 0px;
    font-size: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.timkiem_box{
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px;
}
.timkiem_box .custom_pd-left{
    padding-left: 0px;
}
.timkiem_box .img a{
    display: block;
}
.timkiem_box .img img{
    width: 100%;
}
.timkiem_box .content .title a {
    color: #fd6436;
    text-decoration: none;
    line-height: 25px;
}
.timkiem_box .content .date span {
    font-size: 13px;
    line-height: 25px;
    color: #999;
}
.timkiem_box .content .text{
    line-height: 25px;
}
.search_breadcrumb ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.search_breadcrumb ul li{
    line-height:25px;
    padding: 0px 10px;
    position: relative;
    display: flex;
    align-items: center;
}
.search_breadcrumb ul li:first-child{
    padding-left: 0px;
}
.search_breadcrumb ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #000;
    opacity: 0.5;
}
.search_breadcrumb ul li:before {
    content: "";
    background: url(../img/arrow-right-black.svg) no-repeat;
    position: absolute;
    right: -8px;
    width: 15px;
    height: 15px;
    background-size: cover;
}
.search_breadcrumb ul li:last-child::before{
    display: none;
}
.timkiem .next_page{
    margin-top: 20px;
}
.other_news{
    padding: 30px 0px;
    background-color: #ebebeb;
}
.other_news .box_title{
    display: inline-flex;
    border-bottom: 2px solid #ff6634;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.other_news .box_title h3{
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #ff6634;
    align-content: flex-end;
    padding-left: 10px;
    
}
.other_news .list_item{
    padding: 10px;
}
.other_news .list_item .img img{
    width: 100%;
}
.other_news .list_item a{
    text-decoration: none;
}
.other_news .list_item .text {
    margin-top: 10px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 70px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.other_news .slick-prev,.other_news .slick-next{
    width: 24px;
    height: 24px;
}
.other_news .slick-next {
    right: -6px;
}
.other_news .slick-prev {
    left: -20px;
}
.other_news .slick-prev::before {
    content: "";
    background: url(../img/icon/i-arr-left.png) no-repeat;
    min-width: 100%;
    height: 100%;
    opacity: 1;
    background-size: contain;
    position: absolute;
}
.other_news .slick-next::before {
    content: "";
    background: url(../img/icon/i-arr-right.png) no-repeat;
    min-width: 100%;
    height: 100%;
    opacity: 1;
    background-size: contain;
    position: absolute;
}