@font-face {
    font-family: 'UTMSarah';
    src: url('/fonts/UTMSarah.ttf');
}

@font-face {
    font-family: 'UTMAvo-Italic';
    src: url('/fonts/UTMAvoItalic.ttf');
}

@font-face {
    font-family: 'UTMAvo';
    src: url('/fonts/UTMAvo.ttf');
}

@font-face {
    font-family: 'UTMAvo-Bold';
    src: url('/fonts/UTMAvoBold.ttf');
}

@font-face {
    font-family: 'UTMAvo-BoldItalic';
    src: url('/fonts/UTMAvoBold_Italic.ttf');
}

@font-face {
    font-family: 'SVN-Nexa Light';
    src: url('/fonts/SVN-Nexa Light.otf');
}

@font-face {
    font-family: 'SVN-Nexa Bold';
    src: url('/fonts/SVN-Nexa Bold.otf');
}
@font-face{
  font-family: 'hellvina';
  src: url('/fonts/VLHELLVINAHANDSCRIPT.OTF');
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
html {
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0;
    width: 100%;
    position: relative;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
body {
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212529;
    background-color: #fff;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
a{
    text-decoration: none;
    color: #000;
}
a {
    color: #116ab2;
}
input,button, select, textarea{
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif;
    outline: none;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
}
ul, ol{
  list-style: none;
}
input:disabled{
    background: #ececec;
    border: none;
    color: #495057;
    outline: none;
}
.input_white:disabled{
    background: #fff;
    border: 1px solid #ced4da;
    cursor: not-allowed;
    color: #495057;
}
::-webkit-input-placeholder { /* Edge */
  color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

::placeholder {
  color: #999;
}
h1, h2, h3, h4, h5, h6, ul, li, ol, p{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@keyframes play {

    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgba(67, 181, 30, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(67, 181, 30, 0.4), 0 0 0 20px rgba(67, 181, 30, 0.2);
    }
    25% {
        box-shadow: 0 0 0 15px rgba(67, 181, 30, 0.4), 0 0 0 30px rgba(67, 181, 30, 0.2);
    }

}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
       -ms-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
       -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
       -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
       -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
       -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@keyframes status {
    0% {
        visibility: visible
    }

    50% {
        visibility: hidden
    }
}
@-webkit-keyframes status {
    0% {
        visibility: visible
    }

    50% {
        visibility: hidden
    }
}
@-moz-keyframes status {
    0% {
        visibility: visible
    }

    50% {
        visibility: hidden
    }
}
@-o-keyframes status {
    0% {
        visibility: visible
    }

    50% {
        visibility: hidden
    }
}
@keyframes pulse{
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse{
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes pulse{
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes pulse{
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-moz-keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@-o-keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
/* Scrollbar  */
.scroller {
    overflow-y: auto;
    scrollbar-color: #ff6100 #C2D2E4;
    scrollbar-width: thin;
}
.scroller::-ms-scrollbar {
    width: 8px;
    scrollbar-color: #ff6100 #C2D2E4;
}
.scroller::-webkit-scrollbar {
    width : 8px;
    height : 5px;
}

.scroller::-webkit-scrollbar-track-piece  {
    background-color: #C2D2E4;
}

.scroller::-webkit-scrollbar-thumb {
    background-color: #a81e22;
}
.break::after {
    display: block;
    clear: both;
    content: "";
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.disable{
  background: #aaa !important;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.disable_text{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #aaa !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.hr{
    position: relative;
    display: inline-block;
    margin: auto;
    border-bottom:1px solid #dedede;
    height: 1px;
}
.bold{
    font-weight: 700;
}
.bg_violet {
    background: #bd10e0!important;;
}
.bg_green {
    background-color: #8bc34a!important;
}
.bg_orange {
    background-color: #f60 !important;
}
.bg_red {
    background-color: #f00 !important;
}
.bg_blue {
    background-color: #04a1d4 !important;
}
.bg_brown{
    background-color: #c4c4c4 !important;
}
.cl_violet {
    color: #bd10e0!important;;
}
.cl_green {
    color: #8bc34a!important;
}
.cl_orange {
    color: #f60 !important;
}
.cl_red {
    color: #f00 !important;
}
.cl_blue {
    color: #04a1d4 !important;
}
.cl_brown{
    color: #c4c4c4 !important;
}
.button_to_top{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    font-size: 50px; 
    color: rgb(142 77 53);
}
.load_overlay {
    position: fixed;
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    display: none;
}
.load_process {
    position: fixed;
    margin: auto;
    z-index: 99999;
    background: #fff;
    width: 400px;
    max-width: calc(90% - 10px);
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    display: none;
}
.load_note {
    color: #f60;
}

.phantrang{
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.phantrang a{
    background: #757575;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.phantrang a:hover{
    background: #000;
}
.phantrang span{
    background: #ff0000;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
}

.ic {
    width: 21px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(images/icon.png);
    background-repeat: no-repeat
}

.ic-1 {
    height: 18px;
    background-position: 0 0
}

.ic-2 {
    height: 16px;
    background-position: 0 -20px
}

.ic-3 {
    height: 20px;
    background-position: 0 -37px
}

.ic-4 {
    height: 14px;
    background-position: 0 -58px
}

.ic-5 {
    height: 16px;
    background-position: 0 -73px
}

.ic-6 {
    height: 24px;
    background-position: 0 -90px
}

.ic-7 {
    height: 20px;
    background-position: 0 -114px
}

.ic-8 {
    height: 12px;
    background-position: 0 -134px
}

.ic-9 {
    height: 22px;
    background-position: -1px -148px
}

.ic-10 {
    height: 20px;
    background-position: 0 -171px
}

.ic-11 {
    height: 18px;
    background-position: 0 -194px
}

.ic-12 {
    height: 18px;
    background-position: 0 -215px
}
.container{
    position: relative;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 970px;
    overflow: hidden;
}
header{
    width: 100%;
    padding: 15px 0px;
    height: 85px;
    display: inline-block;
}
header .logo{
    float: left;
    height: 60px;
    line-height: 60px;
}
header .logo a{
    display: inline-block;
    height: 60px;
    line-height: 60px;
}
header .logo a span{
    float: left;
    display: inline-block;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
    color: #a81e22;
    font-size: 28px;
    font-weight: 700;
}
header .logo img{
    height: 53px;
    margin-right: 10px;
    float: left;
}
header .box_search{
    float: right;
    width: 300px;
}
header .box_search input{
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 65px);
    float: left;
    height: 34px;
    border:  1px solid #d9534f;
}
header .box_search button{
    width: 65px;
    height: 34px;
    color: #fff;
    background-color: #d9534f;
    border:none;
    float: left;
    cursor: pointer;
}
.button_menu{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: none;
}
.menu{
    width: 100%;
    background-color: #a81e22;
    color: #fff;
    min-height: 40px;
    margin-bottom: 20px;
}
.menu ul{
    width: 100%;
}
.menu ul li{
    float: left;
    height: 40px;
    line-height: 40px;
}
.menu ul li a{
    color: #fff;
    padding: 10px 20px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    border-left: 1px solid rgba(255,255,255,.5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#breadcrumb{
    width: 100%;
    display: inline-block;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>li a {
    color: #116ab2;
}
.content{
    width: 100%;
    display: inline-block;
}
.content .box_left{
    float: left;
    width: calc(100% - 320px);
}
.content .box_right{
    padding-left: 20px;
    width: 320px;
    float: right;
}
.content .box_left .art .list-info li {
    position: relative;
    line-height: 18px;
    padding: 8px;
    vertical-align: middle;
}
.content .box_left .art .list-info li.bg-success {
    background-color: #dff0d8;
}
.content .box_left .art .list-info li span.c-red {
    color: #ff8040;
    padding-right: 10px;
}
.content .box_left .art .list-cities{
	display: inline-block;
	width: 100%;
}
.content .box_left .art .list-cities li {
    line-height: 24px;
    width: 50%;
    float: left;
    padding: 0 5px;
}
.content .box_left .art .list-cities li a {
    color: #333;
}
.content .box_left .page_ty_gia {
    width: 100%;
    display: inline-block;
}
.content .box_left .page_ty_gia .box_form h2{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    font-size: 22px;
    color: inherit;
}
.content .box_left .page_ty_gia .box_form .form-group{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.content .box_left .page_ty_gia .box_form .form-group input[type=text]{
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    height: 35px;
    border:1px solid #dedede;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.content .box_left .page_ty_gia .box_form .form-group select{
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    height: 35px;
    border:1px solid #dedede;
    display: inline-block;
}
.content .box_left .page_ty_gia .box_form .form-group button{
    width: 100%;
    height: 35px;
    border:1px solid #dedede;
    background: #a81e22;
    color: #fff;
    cursor: pointer;
    display: inline-block;
}
.content .box_left .page_ty_gia .box_form .form-group label{
    width: 100%;
    display: inline-block;
    font-weight: 500;
}
.content .page_ty_gia h1{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 28px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.content .page_ty_gia p {
    margin: 0 0 10px;
}
.content .page_ty_gia .list-style {
    padding-bottom: 10px;
}
.content .page_ty_gia .list-style li {
    position: relative;
    padding-left: 16px;
    margin-left: 20px;
    line-height: 18px;
}
.content .page_ty_gia .list-style li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    top: 6px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0,0,0,.3);
}
.content .page_ty_gia .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.content .page_ty_gia .table-responsive .table-bordered {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}
.content .page_ty_gia .table-responsive  .table-exchangeRate tr:nth-child(1) th {
    background-color: rgba(169,31,34,.6);
}
.content .page_ty_gia .table-responsive  .table-exchangeRate tr th {
    font-weight: 500;
    text-align: center;
    color: #fff;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-exchangeRate tr:nth-child(2) th {
    background-color: #a91f22;
}
.priceDown {
    color: #ed1f24;
}
.priceToday {
    background-color: rgba(169,31,34,.1);
}
.priceUp {
    color: #2caa49;
}
.content .box_left .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.content .box_left .table-responsive .table-bordered {
    border: 1px solid #ddd;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.content .box_left .table-responsive .table-bordered>tbody>tr>td, .content .box_left .table-responsive .table-bordered>tbody>tr>th, .content .box_left .table-responsive .table-bordered>tfoot>tr>td, .content .box_left .table-responsive .table-bordered>tfoot>tr>th, .content .box_left .table-responsive .table-bordered>thead>tr>td, .content .box_left .table-responsive .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.content .box_left .table-responsive .table-bordered td{
    vertical-align: middle;
}
.content .box_left .table-responsive .table-bordered td img {
    width: auto;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.content .box_left .page-content {
    padding-top: 20px;
}
.content .box_left .blog-page {
    width: 100%;
    display: inline-block;
}
.content .box_left .blog-page h1.blog-item-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content .box_left .blog-page .b-article-detail{
    width: 100%;
    display: inline-block;

}
.content .box_left .blog-page .blog-item {
    margin-bottom: 40px;
}
.content .box_left .blog-page .blog-item h3.blog-item-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #bfc5c6;
    margin: 5px 0;
    padding-bottom: 10px;
}
.content .box_left .blog-page .blog-item .clearfix{
    width: 100%;
    display: inline-block;
}
.content .box_left .blog-item .post-date {
    margin-bottom: 30px;
    display: none;
}
.content .box_left .blog-item .post-date table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.content .box_left .blog-item .post-date .text-center {
    text-align: center;
}
.content .box_left .blog-item .post-date table td {
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 18px;
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0;
}
.content .box_left .blog-item .post-date table td:first-child {
    font-size: 34px;
    border-right: 1px solid #ddd;
}
.content .box_left .blog-item .post-date table td:last-child {
    padding-right: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.content .box_left .blog-item .post-date .cf1 {
    color: #f17c3f;
    text-align: center;
}
.content .box_left .blog-item .post-date .c20 {
    color: #2064c8;
    text-align: center;
    font-size: 16px;
}
.content .box_left .blog-item .post-date ul li {
    border-bottom: 1px solid #ddd;
    padding: 6px 3px;
}
.content .box_left .blog-item .post-date .list-unstyled li {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
}
.content .box_left .blog-page .blog-item .col-sm-9 .post-details{
    width: 100%;
}
.content .box_left .blog-page .blog-item .post-desc img {
    margin-bottom: 15px;
    width: 100%;
}
.content .box_left .blog-page .blog-item  .post-toolbar li {
    margin-top: 8px;
    line-height: 11px;
    vertical-align: middle;
    padding: 0 0px 2px;
}
.content .box_left .blog-page .blog-item .post-toolbar li a {
    border-bottom: 1px dotted #919191;
}
.c0 {
    color: #000;
}
.content .box_left .blog-page .blog-item-title {
    border-bottom: 1px solid #bfc5c6;
    margin: 5px 0;
    font-size: 24px;
    padding-bottom: 10px;
}
.content .box_left .blog-page .list-info {
    padding: 6px 0;
}
.content .box_left .blog-page .list-info li {
    margin-right: 20px;
    font-size: 14px;
    color: #bfc5c6;
    position: relative;
    margin-bottom: 12px;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.content .box_left .blog-page .ar-author {
    font-style: italic;
    margin-bottom: 20px;
}
.content .box_left .blog-page .article-related {
    background-color: #e8eff9;
    padding: 12px;
}
.content .box_left .blog-page .article-related b {
    border-bottom: 1px solid rgba(174,175,174,.5);
    margin-top: 5px;
    padding-bottom: 10px;
    font-size: 20px;
    display: inline-block;
}
.content .box_left .blog-page .article-related .list-unstyled{
    margin-top: 10px;
}
.content .box_left .blog-page .article-related .list-unstyled li {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
}
.content .box_left .blog-page .article-related h4 {
    font-size: 14px !important;
}
.content .box_left .blog-page .article-related .list-unstyled li a {
    color: #116ab2;
}
.content .box_left .blog-page .article-related .pull-left {
    float: left!important;
}
@media (min-width: 768px){
    .content .box_left .blog-page .blog-item .col-sm-3 {
        padding-right: 15px;
        width: 25%;
        float: left;
    }
    .content .box_left .blog-page .blog-item .col-sm-9 {
        padding-left: 15px;
        width: 75%;
        float: left;
    }
    .content .box_left .blog-item .post-date {
        display: block;
    }
}
.content .box_left .blog-page .pagination-blog{
    width: 100%;
    display: inline-block;
}
.content .box_left .blog-page .pagination-blog .pagination {
    padding: 0 0 10px;
    text-align: right;
}
.content .box_left .blog-page .pagination-blog .pagination ul {
    overflow: hidden;
    display: inline-block;
}
.content .box_left .blog-page .pagination-blog .pagination ul li {
    float: left;
}
.content .box_left .blog-page .pagination-blog .pagination ul li a, .content .box_left .blog-page .pagination-blog .pagination ul li.active span {
    display: block;
    margin-left: 5px;
    padding: 4px 11px;
}
.content .box_left .blog-page .pagination-blog .pagination ul li a {
    border: 1px solid #2064c8;
    background-color: #fff;
    color: #116ab2;
}
.content .box_left .blog-page .pagination-blog .pagination ul li.active span {
    background-color: #2064c8;
    color: #fff;
}
.content .box_left .list-category, .content .box_left .list-category ul {
    display: inline-block;
    padding: 10px 0;
}
.content .box_left .list-category li {
    width: 50%;
    float: left;
    padding: 3px;
}
@media (min-width: 480px){
    .content .box_left .list-category li {
        width: 33%;
        float: left;
        padding: 3px;
    }
}
.content .box_left .list-category li a {
    color: #116ab2;
}
.content .box_left .box_tab{
    width: 100%;
    display: inline-block;
}
.content .box_left .box_tab .list_tab{
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    margin-top: 0px;
}
.content .box_left .box_tab .list_tab li{
    float: left;
}
.content .box_left .box_tab .list_tab li a{
    position: relative;
    display: block;
    padding: 10px 15px;
}
.content .box_left .box_tab .list_tab li.active a {
    background-color: #f4f5f5;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: -1px;
}
.content .box_left .box_tab .list_tab li:hover a {
    background-color: #f4f5f5;
}
.content .box_left .box_tab .tab_content{
    width: 100%;
    display: inline-block;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
    background-color: #f4f5f5;
    margin-top: -6px;
}
.content .box_left .box_tab .tab_content>.tab-pane {
    display: none;
}
.content .box_left .box_tab .tab_content>.active {
    display: block;
}
.content .box_left .box_tab .tab_content>.tab-pane .list-banks{
    margin: 0 0 0;
}
.content .box_left .box_tab .tab_content>.tab-pane .list-banks>li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.content .box_left .box_tab .tab_content>.tab-pane .list-banks .col-12{
    padding: 0 15px;
}
.content .box_left .box_tab .tab_content>.tab-pane .list-banks .col-12 .bank-title {
    font-size: 18px;
    color: #a81e22;
    margin-bottom: 10px;
    font-weight: 500;
}
.content .box_left .box_tab .tab_content>.tab-pane .list-banks .col-12 p {
    margin-bottom: 5px;
    line-height: 18px;
}
.content .box_left .box_tab .tab_content>.tab-pane .list-banks .col-12 .btn-style-1 {
    margin-top: 10px;
    background-color: #fff;
    border: 1px solid #a81e22;
    padding: 2px 20px;
}
.content .box_left .button_add_cauhoi {
    display: inline-block;
    width: 100%;
    height: 44px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-top: 20px;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
}
.content .box_left .page {
    display: inline-block;
    width: 100%;
}
.content .box_left .page .box_contact{
    display: inline-block;
    width: 100%;
}
.content .box_left .page .box_contact .form-group{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.content .box_left .page .box_contact .form-group label{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.content .box_left .page .box_contact .form-group input[type=text]{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dedede;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.content .box_left .page .box_contact .form-group textarea{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100px;
    line-height: 40px;
    border: 1px solid #dedede;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.content .box_left .page .box_contact .form-group button{
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    display: inline-block;
    background: #a81e22;
    color: #fff;
    border:none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 18px;
}
.content .box_left .page .faq-title {
    background: #b8eec9;
    font-size: 22px;
    padding: 8px;
    line-height: 1.42857;
}
.content .box_left .page .faq-content {
    background: #f0f0f0;
    padding: 18px;
    line-height: 1.8;
    margin: 8px 0;
}
.content .box_left .page .end-icon-detail {
    border-top: 1px dashed #8b898a;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
.content .box_left .page .frm-answer{
    width: 100%;
    display: inline-block;
}
.content .box_left .page .right_frm_answer{
    display: inline-block;
    width: 100%;
}
.content .box_left .page .right_frm_answer textarea{
    padding: 10px;
    height: 80px;
    width: 100%;
    border:  1px solid #dedede;
}
.content .box_left .page .right_frm_answer input[type=text]{
    height: 35px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    border:  1px solid #dedede;
    margin-bottom: 10px;
}
.content .box_left .page .right_frm_answer select{
    height: 35px;
    width: 65%;
    padding-left: 10px;
    padding-right: 10px;
    border:  1px solid #dedede;
    margin-bottom: 10px;
}
.content .box_left .page .code_row{
    width: 100%;
    display: inline-block;
}
.content .box_left .page .code_row .notes{
    float: left;
    width: calc(100% - 80px);
    font-size: 12px;
}
.content .box_left .page .code_row #btntraloi{
    float: left;
    width: 80px;
    height: 35px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border: none;
    cursor: pointer;
    font-size: 18px;
}
.content .box_left .page .article-related {
    display: inline-block;
    background-color: #e8eff9;
    padding: 12px;
    width: 100%;
}
.content .box_left .page .article-related .h3, .content .box_left .page .article-related h3 {
    font-size: 20px!important;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.content .box_left .page .list-unstyled li {
    margin-bottom: 10px;
    font-size: 14px;
}
.content .box_left .page .list-unstyled li a {
    color: #116ab2;
}
.content .box_left .page .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}
.content .box_left .page .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: none;
}
.content .box_left .page .table .faq-title {
    background: #b8eec9;
    padding: 8px;
    font-size: 14px;
}
.content .box_left .page .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.content .box_left .page .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}
.content .box_left .page-content .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.content .box_left .page-content .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.content .box_left .page-content .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.content .box_left .page-content .list-group-item .bank-title {
    font-size: 18px;
    color: #a81e22;
    margin-bottom: 10px;
    font-weight: 500;
}
.content .box_left .page-content .list-group-item .bank-title a {
    color: #116ab2;
}
.content .box_left .page-content .list-group-item p {
    margin: 0 0 10px;
}
.content .box_left .page-content .list-group-item p .c-red {
    color: #ff8040;
}
.content .box_left article.art{
    display: block;
    width: 100%;
}
.content .box_left article.art{
    display: block;
    width: 100%;
}
.content .box_left article.art .art_l>li {
    padding: 8px;
}
.content .box_left article.art .art_l>li.bg-success {
    background-color: #dff0d8;
}
.content .box_left article.art .art_l>li .fa {
    width: 24px;
    color: #ff8040;
}
.content .box_left article.art .s5_m {
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.content .box_left article.art .s5_m>li {
    padding: 0 5px 0 27px;
    margin: 0 0 1.5rem;
    color: #333;
    position: relative;
}
.content .box_left article.art .s5_m>li .s5_i {
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
@media (min-width: 650px){
    .content .box_left article.art .s5_m>li {
        float: left;
        width: 50%;
    }
}
.content .box_left article.art .s_t {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content .box_left .box_timkiem{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.content .box_left .box_timkiem input[type=text]{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #dedede; 
    width: calc(100% - 90px);
    height: 40px;
}
.content .box_left .box_timkiem button{
    width: 90px;
    margin:0px;
    height: 40px;
    border: none;
    background: #c9302c;
    color: #fff;
    cursor: pointer;
}
.content .box_left article.art section{
    display: inline-block;
    width: 100%;
}
.content .box_left article.art section .s_t {
    font-size: 2.2rem;
}
.content .box_left article.art section .s2_g {
    border: 1px solid #eee;
}
.content .box_left article.art section .s2_g .s2_h {
    padding: 1.5rem;
    color: #8a6d3b;
    background-color: #f2f2f2;
    text-transform: uppercase;
}
.content .box_left article.art section .s2_g ol, .content .box_left article.art section .s2_g p, .content .box_left article.art section .s2_g ul {
    margin: 0 0 1.2rem;
}
.content .box_left article.art section .s2_g .s2_l {
    margin-bottom: 0;
}
.content .box_left article.art section .s2_g .s2_l>li {
    padding: 1.8rem 1.5rem;
    margin: 0;
}
.content .box_left article.art section .s2_g .s2_l>li>h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
}
.content .box_left article.art section .s2_g .s2_l>li>h3 a {
    color: #1794d6;
    font-weight: 700;
    text-decoration: none;
}
.content .box_left article.art section .s2_g .s2_l>li>p {
    margin: .5rem 0 0;
    position: relative;
    padding-left: 1.8rem;
    color: #666;
}
.content .box_left article.art section .s2_g .s2_l>li>p:before {
    content: '\f041';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #ef7b3e;
}
.content .box_left h1{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.content .box_left .list_bank{
    width: 100%;
}
.content .box_left .list_bank .li_bank {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
    width: 100%;
}
.content .box_left .list_bank .li_bank:nth-child(even) {
    background-color: #fff;
}
.content .box_left .list_bank .li_bank .name{
    display: inline-block;
    width: 100%;
}
.content .box_left .list_bank .li_bank .name h2{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 22px;
}
.content .box_left .list_bank .li_bank .name a{
    color: #116ab2;
    font-size: 22px;
}
.content .box_left .list_bank .li_bank .address{
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}
.content .box_left .list_bank .li_bank .address .icon{
    color: #f60;
    font-size: 16px;
}
.content .box_left .list_bank .li_bank .mobile{
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
}
.content .box_left .list_bank .li_bank .mobile .icon{
    color: #f60;
    font-size: 16px;
}
.content .box_left .info_bank{
    width: 100%;
    display: inline-block;
}
.content .box_left .info_bank .art_l{
    width: 100%;
    display: inline-block;
}
.content .box_left .info_bank .art_l li{
    padding: 8px;
    width: 100%;
    display: inline-block;
}
.content .box_left .info_bank .art_l li.bg-success {
    background-color: #dff0d8;
}
.content .box_left .info_bank .art_l li .fa {
    width: 24px;
    color: #ff8040;
}
.content .box_left .info_bank .art_l li table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.tb1 tr td:first-child, .tb1 tr th:first-child {
    padding-left: 0;
}
.tb1 tr td, .tb1 tr th {
    border-bottom: 1px solid #eee;
}
.content .box_left .info_bank .list-info{
    width: 100%;
    display: inline-block;
}
.content .box_left .info_bank .list-info li{
    padding: 8px;
    width: 100%;
    display: inline-block;
}
.content .box_left .info_bank .list-info li.bg-success {
    background-color: #dff0d8;
}
.content .box_left .info_bank .list-info li .glyphicon {
    width: 24px;
    color: #ff8040;
}
.content .box_left .info_bank .list-info li table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.list-info tr td:first-child, .list-info tr th:first-child {
    padding-left: 0;
}
.list-info tr td, .list-info tr th {
    border-bottom: 1px solid #eee;
}
table tr td, table tr th {
    text-align: left;
    padding: 8px;
    vertical-align: top;
}
.text-bold, b, dt, strong, th {
    font-weight: 700;
}
.tb1 tr td:first-child {
    font-weight: 700;
}
ol, p, ul {
    margin: 0 0 1.2rem;
}
.s1 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 3rem;
    border-top: 1px solid #eee;
}
.s_h {
    margin-bottom: 1.5rem;
}
section .s_t {
    font-size: 2.2rem;
    margin: 0;
    font-weight: 500;
    line-height: 1.2;
}
.s1_l {
    margin-left: -5px;
    margin-right: -5px;
}
.s1_l>li {
    float: left;
    padding: 0 5px;
    width: 50%;
    margin: 0 0 1rem;
}
.s1_l>li a {
    color: #666;
}
.s1_l>li a:hover {
    color: #f17c3f;
}
.content .box_right .box_tigia{
    width: 100%;
}
.content .box_right .box_tigia .title{
    width: 100%;
}
.content .box_right .box_tigia .title h3{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
}
.content .box_right .box_tigia .table_tigia{
    width: 100%;
}
.content .box_right .box_tigia .table_tigia{
    width: 100%;
    border-collapse: collapse;
}
.content .box_right .box_tigia .table_tigia>tbody>tr>td, .content .box_right .box_tigia .table_tigia>tbody>tr>th, .content .box_right .box_tigia .table_tigia>tfoot>tr>td, .content .box_right .box_tigia .table_tigia>tfoot>tr>th, .content .box_right .box_tigia .table_tigia>thead>tr>td, .content .box_right .box_tigia .table_tigia>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ddd;
}
.content .box_right .box_tigia .table_tigia>tbody>tr>th{
    font-weight: 700;
}
.content .box_right .box_tigia .table_tigia>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.content .box_right .box_tigia .table_tigia tr:last-child td {
    text-align: center;
}
.content .box_right .box_tigia .table_tigia a {
    color: #116ab2;
}
.content .box_right .box_tigia .table_tigia a {
    color: #116ab2;
}
.content .box_right .box_tigia .table_tigia a:hover {
    color: #a81e22;
}
.content .box_right .box_menu{
    width: 100%;
    margin-top: 20px;
}
.content .box_right .box_menu .li_menu{
    width: 100%;
    margin-bottom: 10px;
}
.content .box_right .box_menu .li_menu h3{
    width: 100%;
    background-color: #2c276c;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.content .box_right .box_menu .li_menu:nth-of-type(2n) h3{
    background-color: #ef7b3e;
}
.content .box_right .box_menu .li_menu h3 a{
    color: #fff;
    font-size: 1.6rem;
    padding: 1.5rem;
    display: block;
}
.content .box_right .as-widget {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
    padding: 10px 15px 22px;
    background-color: #f9fafb;
    overflow: hidden;
}
.content .box_right .as-widget .w-title {
    padding: 3px 0 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #bfc5c6;
}
.content .box_right .as-widget .media {
    display: inline-block;
}
.content .box_right .as-widget .media:first-of-type {
    margin-top: 15px;
}
.content .box_right .as-widget .media-left, .content .box_right .as-widget .media>.pull-left {
    padding-right: 10px;
}
.content .box_right .as-widget img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.content .box_right .as-widget .media-object {
    display: block;
}
.content .box_right .as-widget hr {
    border: none;
    border-top: 1px solid #dedede;
    margin: 15px 0;
}
.content .box_right .as-widget ul {
    margin-top: 15px;
}
.content .box_right .as-widget ul li {
    background: url(./images/arrow-gray-left.png) left 11px no-repeat;
    padding-left: 15px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
}
.content .box_right .as-widget ul li a {
    color: #116ab2;
}
.footer {
    overflow: hidden;
    background-color: #a81e22;
    color: #fff;
}
.footer .footer_top, .footer .footer_bottom {
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
}
.footer .footer_bottom {
    border-top: 1px solid rgba(255,255,255,.5);
}
.footer .pull-left {
    float: left;
}
.footer .pull-right {
    float: right;
}
.footer .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.footer .list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.footer .list-inline>li a {
    color: #fff;
}
.footer .footer_top .pull-right label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}
.list-socials a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    position: relative;
    text-align: center;
    color: #fff;
    top: 0;
    -webkit-transition: top .2s;
    -moz-transition: top .2s;
    -ms-transition: top .2s;
    -o-transition: top .2s;
    transition: top .2s;
}
.list-socials a img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: 0;
}
.list-socials .facebook {
    background-color: #3b5997;
}
.list-socials .twitter {
    background-color: #00abec;
}
.list-socials .google-plus {
    background-color: #dc4b39;
}
@media all AND (max-width: 580px){
    .container{
        width: 100%;
    }
    header{
        height: 115px;
    }
    header .logo{
        width: 100%;
    }
    header .box_search{
        width: 100%;
    }
    .button_menu{
        display: block;
        cursor: pointer;
    }
    .nav-menu{
        display: none;
    }
    .nav-menu li{
        width: 100%;
        border-top: 1px dashed #fff;
    }
    .nav-menu li a{
        width: 100%;
        border-left: none !important;
    }
    .content .box_left{
        width: 100%;
    }
    .content .box_right{
        width: 100%;
        padding-left: 0px;
    }
    .footer .pull-left {
        width: 100%;
        text-align: center;
    }
    .footer .pull-right {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
}
@media all AND (min-width: 480px) AND (max-width: 666px){

}
@media all AND (min-width: 667px) AND (max-width: 767px){

}
@media all AND (min-width: 768px) AND (max-width: 1023px){

}
@media all AND (min-width: 768px) AND (max-width: 1000px){

}
@media all AND (min-width: 1000px) AND (max-width: 1150px){
}
