
/*.why-choose .icon_box.style_1 .icon.font-color_third_bg i {*/
    /*background-color: #fd8344;*/
    /*color: #ffffff;*/
/*}*/
.tt-nhiemvu .icon_box:after {
    content: '';
    background-image: url(../images/arrow.png);
    background-size: contain;
    width: 43px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    z-index: 99;
    right: -54px;
}
.tt-nhiemvu .icon-arrow-right .icon_box:after {
    content: '';
    background-image: url(../images/arrow.png);
    background-size: contain;
    width: 43px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    z-index: 99;
    left: -55px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(180deg)
}
.tt-nhiemvu .icon-arrow-down .icon_box:after {
     content: '';
     background-image: url(../images/arrow.png);
     background-size: contain;
     width: 43px;
     height: 16px;
     background-repeat: no-repeat;
     position: absolute;
     top: 80px;
     z-index: 99;
     left: 50%;
     -ms-transform: rotate(90deg);
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
 }
.tt-nhiemvu .icon-arrow-top .icon_box:after {
    content: '';
    background-image: url(../images/arrow.png);
    background-size: contain;
    width: 43px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    z-index: 99;
    left: 50%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.tt-nhiemvu .icon-arrow-none .icon_box:after {
    content: '';
    display: none;
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    background: #2a579a;
    color: #fff;
}
body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    color: #2a579a;
    background: #fff;
    border: 2px solid #2a579a;
}