@font-face{
    src: url('../font/Roboto/Roboto-Regular.ttf');
    font-family: Roboto;
}

*{
    font-family: Roboto;
}
/*bài viết */
.widget-area,
.entry-meta,
.entry-footer
{
    display: none !important;
}
#crumbs{
    display: flex;
    padding: 0;
    margin: 0;
}
#crumbs li, #crumbs span{
    margin: 0;
    list-style: none;
    padding: 5px;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    color: #B4B4B4;
    /*margin-top: 15px;*/
}
#crumbs li a{
    color: #1d60a6;
}

/* header ---------------------------------------------------------------------------- */
/*  */
.active-link {
    color: #f4c533 !important;
}
/*  */
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
/**/
/*phân trang */
.pagenavi{
    margin: 2em 0;
    text-align: right;
}
.pagenavi a {
    color: #fa3b0e;
    text-decoration: none;
}
.pagenavi a:hover {
    color: #fff;
    background: #fa3b0e;
}
.pagenavi .current{
    color: #fff;
    background: #fa3b0e !important;
    font-size: 12px;
}
.pagenavi .page-numbers{
    background: #fff;
    padding: 5px 11px;
    font-size: 12px;
    border-radius: 4px;
}
/*css single */
.type-post .entry-content img {
    max-width: 100%;
    object-fit: contain;
}
.type-post {
    box-sizing: border-box;
    /* box-shadow: 0 1px 29px 0 #bbb; */
    padding: 0.1em 1.5em 1em 0;
    margin-bottom: 2em;
}
.type-post h1, .type-post h2, .type-post h3, .type-post h4, .type-post h5, .type-post h6 {
    font-weight: bold !important;
}
.type-post h1 span, .type-post h2 span, .type-post h3 span, .type-post h4 span, .type-post h5 span, .type-post h6 span {
    font-weight: bold !important;
}
.type-post h1.entry-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #000000;
}
.type-post p span {
    /* font-style: italic; */
    /* font-weight: 400; */
    font-size: 16px;
    line-height: 139.5%;
    letter-spacing: 0.02em;
    color: #000000;
}
.type-post h2 {
    display: block;
    color: #000000;
    font-size: 22px;
}
.type-post h3 {
    font-size: 20px;
}
.type-post h4 {
    font-size: 18px;
    color: #000000;
}
.type-post h3 {
    font-size: 16px;
    color: #000000;
}
.type-post p b {
    color: #0e75bc;
}
.type-post p span {
    line-height: 2em;
}
.type-post ul li{
    padding: 0.2em;
}
.type-post ol li {
    margin: 2em 0;
}
.wp-caption-text {
    font-style: italic;
    text-align: center;
    padding-top: 10px;
}
.ez-toc-title-container p.ez-toc-title {
    font-size: 22px !important;
    font-weight: bold !important;
}
#ez-toc-container{
    margin-top: 1em;
    display: inline-block;
    background: #EFFBFF;
    border-radius: 4px;
    border: none;
}
#ez-toc-container a {
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
}

.dropdown-menu{
    position: absolute;
    top: 100%;
    left: 0;
    perspective: 1000px;
    display: none;
    width: 250px;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
    border-top: 4px solid #F1C430;
}
.dropdown:hover > .dropdown-menu
{
    display: block
}

.dropdown-menu
{
    animation: rotateMenu 400ms ease-in-out forwards;
    transform-origin: top center
}

@keyframes rotateMenu {
    0% {
        transform: rotateX(-90deg)
    }
    70% {
        transform: rotateX(20deg)
    }
    100% {
        transform: rotateX(0deg)
    }
}
/**/
.bg-header{
    z-index: 999;
    background: #06366a;
}

/* header */
.header {
    width: 100%;
    height: auto;
    z-index: 999;
    border: none;
    outline: none;
    background: #06366a;
}

.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    height: auto;
}

ul.menu{
    padding: 0;
}

.header .brand {
    padding-top: 0.5em;
}

.header .navbar {
    padding-top: 1.5em;
    max-width: 100%;
    height: auto;
    margin-left: 1em;
}

.menu-bar{
    position: absolute;
    top: 0px;
    width: 100%;
}

.menu-bar p{
    display: block;
    margin: 0 auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1D60A6;
    padding-top: 9%;
}
.sub-menu li {
    list-style: none;
}
.sub-menu li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #181C4B;
}

.sub-menu li {
    padding: 10px 0;
    border-bottom: 1px solid #F0F2F7;
}
.menu-item .nav-link {
    padding: 10px;
}

.header .nav-link i{
    padding-right: 5px;
}
.header .menu > .menu-item {
    position: relative;
    display: inline-block;
}

.header .menu #phone{
    background: #0E75BC;
}

.header .menu #phone:hover{
    background: #FFFFFF;
}

.header .menu #phone a.nav-link{
    color: #FFFFFF;
    padding: 5px 10px;
}


.header .menu > .menu-item > a {
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}


.header .menu > .menu-item > a .expand {
    position: relative;
    display: inline-block;
    height: 0.75rem;
    width: 0.75rem;
    margin-left: 0.35rem;
    border: none;
    outline: none;
    pointer-events: none;
}

.header .menu > .menu-item > a .expand:before, .header .menu > .menu-item > a .expand:after {
    position: absolute;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: '';
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #121212;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


.header .menu > .menu-item > a .expand::after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu > .menu-item > .sub-menu > .menu-item > a:hover {
    box-shadow: none;
    color: #0E75BC;
}

.header .menu > .menu-item > .sub-menu {
    position: absolute;
    left: -1rem;
    top: 100%;
    width: 20em;
    height: auto;
    padding: 0 0 0.75rem 0;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    /* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); */
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 2;
}

.header .menu > .menu-item > .sub-menu > .menu-item {
    display: block;
}

.header .menu > .menu-item > .sub-menu > .menu-item > a {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding: 1em 0.5em;
    color: #000000;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-decoration: none;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    margin-top: 8px;
}

.header .opened-menu {
    position: relative;
    display: none;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: none;
}

.header .closed-menu {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    outline: none;
    background: none;
}

.header .closed-menu img{
    display: block;
    width: 1rem;
    height: auto;
}

.header .overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

@media only screen and (min-width: 993px) {
    .header .menu > .menu-item-has-children:hover > .sub-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .header .menu > .menu-item-has-children:hover > a .expand::after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@media only screen and (max-width: 992px) {
    .header .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .header .navbar {
        position: fixed;
        top: 0;
        left: -18rem;
        width: 18rem;
        height: 100%;
        padding: 1rem 0;
        z-index: 999;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
        background: #ffffff;
        -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header .navbar.active {
        left: 0rem;
        opacity: 1;
        visibility: visible;
        margin: 0;
    }
    .header .navbar::-webkit-scrollbar {
        width: 5px;
    }
    .header .navbar::-webkit-scrollbar-thumb {
        border-radius: 1rem;
        background: #e6e6e6;
        -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
    }
    .header .menu {
        width: 100%;
        height: auto;
    }
    .header .menu > .menu-item {
        display: block;
        margin: 0;
    }
    .header .menu > .menu-item-has-children > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header .menu > .menu-item > a {
        padding: 0.75rem 1rem;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #1A1A1A;
        border-bottom: 0.5px dashed #CECECE;
    }
    .header .menu > .menu-item:first-child > a {
        border-top: 1px solid #f2f2f2;
    }
    .header .menu > .menu-item > a .expand::before, .header .menu > .menu-item > a .expand::after {
        background: #121212;
    }
    .header .menu > .menu-item-has-children.active > a .expand:after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .header .menu > .menu-item > .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }
    .header .menu > .menu-item > .sub-menu > .menu-item > a, .header nav.navbar .menu2 a {
        padding: 0.75rem 0 0.75rem 2rem;
        color: #121212;
        border-bottom: 1px solid #f2f2f2;
        box-shadow: none;
        font-size: 12px;
    }
    .header .opened-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        padding-right: 2em;

    }
    .header .closed-menu{
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        top: 1rem;
        right: 0.5rem;
    }

    .header nav.navbar .menu2{
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 0;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        background: transparent;
        box-shadow: none;
        margin: -2em 0 0 2em;
    }

}
/* header */
#btn-top{
    border: none;
    outline: none;
    display: none;
    position: fixed;
    bottom: 190px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background: #0c3b6b;
    color: #fff;
    text-align: center;
    padding-top: 9px;
}
#btn-top:hover {
    background: #008eff;
}
/* TRang chủ ----------------------------------------------------------------------------------------- */
.banner img {
    position: relative;
    width: 100%;
}
.btn-contact {
    cursor: pointer;
    background: linear-gradient(180deg, #F0B800 0%, #E97F00 100%);
    width: 160px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 100px;

    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.line-title-home {
    text-align: center;
    padding-bottom: 20px;
}
.line-title-home h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #1D60A6;
    font-weight: 700;
}
.line-title-home h3 {
    font-size: 24px;
    text-transform: uppercase;
}
.box-risk {
    display: flex;
    align-items: center;
}
.w50pc {
    width: 50%;
}
.risk-left-item {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgba(166, 48, 50, 0), rgba(166, 48, 50, 0)),
    linear-gradient(90deg, rgba(58, 136, 215, 0.2) 0%, rgba(212, 228, 244, 0.2) 84.13%, rgba(255, 255, 254, 0.2) 100%);
    margin: 10px 0;
    border-radius: 100px;
}
.risk-left-item .item-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #C6DFF8;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
}
.risk-left-item p {
    font-size: 16px;
    font-weight: 700;
    padding-left: 10px;
    color: #1D60A6;
}
.bg-reason {
    background-image: url(../images/home/banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.content-reason {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.item-reason {
    background: #ECF3FA;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
}
.item-reason .dess {
    font-size: 12px;
    margin-top: 10px;
}
.box-item-icon-rs {
    display: flex;
    align-items: center;
}
.box-item-icon-rs p {
    padding-left: 10px;
    font-size: 14px;
    color: #1D60A6;
    font-weight: 700;
}
.bg-option {
    background-image: url(../images/home/banner3.png);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 300px;
}
.thuongdo-banner {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 40px 0 40px 20px;
    color: #ffffff;
    background-image: url(../images/home/carblue.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 50px 0 20px 0;
}

/* Chia cột */
.banner-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.banner-left img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.banner-right {
    flex: 1.5;
    padding: 20px 5px 20px 30px;
}
.banner-content p {
    margin-bottom: 5px;
}
.banner-content h6 {
    margin-bottom: 5px;
}
.banner-content ul {
    margin-bottom: 5px;
}
/* Tiêu đề */
.banner-title {
    color: #ffcc00; /* Màu vàng của tiêu đề chính */
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.3;
}

.banner-title span {
    color: #ffffff;
    font-size: 24px;
}

/* Khu vực Buttons */
.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}

.btn {
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff !important;
    border: 2px solid #ffffff;
}
/* Nút Nhập khẩu trực tiếp (Vàng) */
.btn-primary {
    border: 2px solid #FFE100;
    color: #ffcc00;
}
.btn:hover {
    border: 2px solid #FFE100;
    color: #FFE100 !important;
}
.banner-content {
    height: 187px;
    overflow-y: auto;
    font-size: 13px;
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #f0b800 transparent;
}
.banner-content::-webkit-scrollbar {
    width: 6px;
}
.banner-content::-webkit-scrollbar-track {
    background: transparent;
}
.banner-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #F0B800 0%, #E97F00 100%);
    border-radius: 999px;
}
.banner-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #e0aa00 0%, #d96f00 100%);
}
.dess-res-seven  {
    display: flex;
    justify-content: center;
}
.dess-res-seven span {
    width: 55%;
    font-size: 14px;
    color: #555555;
    padding-top: 15px;
}
.mTam80 {
    margin-top: -80px;
}
.chart-wrapper{
    width:400px;
    height:400px;
    margin:auto;
    position:relative;
}
.center-image{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:120px;
    height:120px;
    border-radius:50%;
    overflow:hidden;
    z-index:10;
    border:6px solid #fff;
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}

.center-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}



/*<!--  Quy trình      -->*/
.timeline-bg {
    background-image: url(../images/home/banner4.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.timeline-wrap{
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 400px;
    margin: auto;
    overflow: hidden;
}
/* SVG LINE */
.timeline-line{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/* ITEM */
.timeline-item{
    position: absolute;
    transform: translateX(-50%);
}
/* PIN */
.pin{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #5B9BE6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    animation: float 3s ease-in-out infinite;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);cursor: pointer;
}
.pin img{
    width: 42px;
    height: 42px;
    object-fit: contain;
}
/* giọt nước */
.pin::after{
    content:'';
    position:absolute;
    bottom:-25px;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:14px solid transparent;
    border-right:14px solid transparent;
    border-top:24px solid #5B9BE6;
}
/* chấm dưới */
.pin::before{
    content:'';
    position:absolute;
    bottom:-36px;
    left:50%;
    transform:translateX(-50%);

    width:10px;
    height:10px;
    border-radius:50%;
    background:#2D74C4;
}
/* active */
.pin.active{
    border-color:#2D74C4;
    transform: scale(1.1);
    background:#d7ebff99;
}
.pin.active::after{
    border-top-color:#2D74C4;
}
/* POSITIONS */
.item1{
    left:18%;
    top:18px;
}
.item2{
    left:40%;
    top:50px;
}
.item3{
    left:66%;
    top:155px;
}
.item4{
    left:88%;
    top:95px;
}
/* FLOAT */
@keyframes float{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-10px);
    }
    100%{
        transform:translateY(0px);
    }
}
/* LINE ANIMATION */
.timeline-line path{
    animation: dashMove 20s linear infinite;
}
@keyframes dashMove{
    to{
        stroke-dashoffset:-400;
    }
}
/* MOBILE */
@media(max-width:768px){

    .pin{
        width:70px;
        height:70px;
    }
    .pin img{
        width:32px;
        height:32px;
    }
}
.steps-content {
    background: linear-gradient(180deg, rgba(215, 235, 255, 0.6) 0%, rgba(223, 239, 255, 0.6) 100%);
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    margin-top: -80px;
}
.steps-content h4 {
    color: #1D60A6;
    font-weight: 700;
}
.steps-content p {
    font-size: 14px;
    margin-top: 10px;
}


/*chi tiết báo giá */
.bg-quote-detail {
    padding: 50px 0;
    background-image: url(../images/home/banner5.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* responsive mobile */
@media(max-width: 768px){
    .row-4{
        grid-template-columns: 1fr 1fr;
    }

}

@media(max-width: 480px){
    .row-4{
        grid-template-columns: 1fr;
    }
}

.contact-iframe{
    width: 100%;
    height: 900px;
    border: none;
    display: block;
    background: transparent;
}

/* scrollbar đẹp */
.contact-iframe::-webkit-scrollbar{
    width: 10px;
}

.contact-iframe::-webkit-scrollbar-track{
    background: #f1f1f1;
    border-radius: 20px;
}

.contact-iframe::-webkit-scrollbar-thumb{
    background: linear-gradient(180deg,#4facfe,#00c6fb);
    border-radius: 20px;
}

.contact-iframe::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(180deg,#2196f3,#00bcd4);
}
.contact-wrapper{
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.contact-iframe{
    width: 100%;
    border: none;
    display: block;
    overflow: hidden;
    background: transparent;
    min-height: 300px;
}
/*<!--  bảng giá  -->*/
.bg-quote-price {
    background-image: url(../images/home/bannerprice.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*// footer*/
.footer {
    padding-top: 80px;
    background: #0c3b6b;
    color: #b9b9b9;
}
.footer .head_footer {
    padding-top: 7px;
}
.footer .note {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.16px;
    margin: 10px 0 !important;
}
.footer .head_footer h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px; /* 200% */
    letter-spacing: 0.16px;
}
.footer .head_footer .line {
    border-radius: 3px;
    background: #ffa800;
    width: 41px;
    height: 4px;
}
.footer .website {
    display: flex;
    align-items: center;
}
.footer .website .box_web {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #F6F5F6;
    border-radius: 5px;
}
.footer .website .box_web i {
    font-size: 20px;
    padding-top: 5px;
    color: #000;
}
.footer .menu_main_footer ul {
    margin: 0;
    padding: 0;
}
.footer .menu_main_footer {
    padding-top: 16px;
}
.footer .menu_main_footer ul li {
    list-style: none;
    padding: 5px 0;
}
.footer .menu_main_footer ul li a {
    text-decoration: none;
    color: #b9b9b9;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px; /* 200% */
    letter-spacing: 0.16px;
}
.footer .menu_main_footer i {
    padding-right: 10px;
}
.footer_bottom {
    background: #062648;
    padding: 30px 0;
}
.footer_bottom .bottom_right span {
    color: var(--x2, #424B5A);
    font-size: 16px;
    font-weight: 700;
    line-height: 32px; /* 200% */
    letter-spacing: 0.16px;
    padding-right: 10px;
}
.footer_bottom .bottom_right input  {
    width: 60%;
    padding: 8px 24px;
    border-radius: 44px;
    background: #FFF;
    border: none;
    outline: none;
    color: var(--x2, #424B5A);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; /* 200% */
    letter-spacing: 0.16px;
}
.footer_bottom .bottom_right a {
    border-radius: 44px;
    background: var(--primary-11, #EF3F23);
    color: var(--x1, #FFF);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; /* 200% */
    letter-spacing: 0.16px;
    padding: 8px 24px;
    margin-left: 10px;
    text-decoration: none;
}
.footer_bottom .bottom_right a:hover {
    background: #fff;
    color: red;
}
.footer_bottom .text {
    display: flex;
    align-items: center;
    color: var(--x2, #424B5A);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px; /* 200% */
    letter-spacing: 0.16px;
}
/*// footer */
/* css mobile ------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px), (max-width: 1023px) {

    .line-title-home h2 {
        font-size: 18px;
    }
    .line-title-home h3 {
        font-size: 16px;
    }
    .mTam80 {
        margin-top: 0px;
    }
    .btn-contact {
        top: 22%;
    }

    .box-risk .w50pc {
        width: 100%;
    }
    .box-risk {
        flex-wrap: wrap;
    }
    .risk-left-item p {
        font-size: 13px;
    }
    .bg-reason {
        padding: 20px 0;
    }
    .content-reason {
        flex-wrap: wrap;
    }
    .bg-option {
        background-size: cover;
        background: #E8F3FF;
    }
    .bg-option .container {
        padding: 0 !important;
    }

    .thuongdo-banner {
        background-size: cover;
        padding: 0;
        background: none;
        color: #1D60A6;
    }
    .banner-content {
        font-size: 14px;
        font-weight: 700;
    }
    .banner-left {
        display: none;
    }

    .banner-title {
        font-size: 18px;
    }
    .btn {
        padding: 5px 10px;
        color: #ffcc00 !important;
        border: 2px solid #1D60A6
    }
    .banner-right {
        padding: 20px 0;
    }
    .banner-title span {
        font-size: 16px;
        padding-top: 10px;
        color: #ffcc00;

    }
    .dess-res-seven span {
        width: 90%;
    }
    .reson-item {
        display: none;
    }
    .steps-content {
        margin-top: 10px;
    }
    .steps-content h4 {
        font-size: 16px;
    }
    .item1 {
        left: 38px;
        top: 26px;
    }
    .item2 {
        top: 25px;
    }
    .item3 {
        top: 55px;
    }
    .item4 {
        left: 89%;
        top: 35px;
    }
    .timeline-wrap{
        height:255px;
    }

}
/*// phần mục lục trong bài viết */
.ez-post {
    padding: 0;
}
.ez-post #ez-toc-container {
    margin: 0;
    border: none;
    border-radius: 20px;
    background: var(--x1, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(205, 205, 205, 0.16);
    padding: 24px;
}
.ez-post .ez-toc-title-container {
    padding-bottom: 10px !important;
}
.ez-post .ez-toc-title  {
    color: #000;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px;
    text-transform: uppercase;

}
.ez-post .ez-toc-link  {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.32px;
}
.ez-post #ez-toc-container a {
    line-height: 28px;
}
.ez-post #ez-toc-container a:visited {
    color: #EF3F23 !important;
}
.ez-post .ez-toc-js-icon-con {
    display: none !important;
}

/*/// css hover menu dịch vụ */