@import url(bootstrap-multiselect.css);
@import url(bootstrap.css);
@import url(bootstrap-slider.css);
@import url(owl.carousel.css);
@import url(font-awesome.css);

/*==========================================================

	1. IMPORT FILES

==========================================================*/
/*

font-family: 'Tahoma';
font-family: 'Open Sans', sans-serif;

font-family: 'Lato', sans-serif;

font-family: 'Oswald', sans-serif;

font-family: 'Montserrat', sans-serif;

font-family: 'Georgia-Regular' , sans-serif;

font-family: 'Roboto', sans-serif;


font-family: 'Roboto', sans-serif;

font-family: 'Roboto Condensed', sans-serif;


*/
@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.eot');
    src: url('../fonts/Tahoma.woff2') format('woff2'), url('../fonts/Tahoma.woff') format('woff'), url('../fonts/Tahoma.ttf') format('truetype'), url('../fonts/Tahoma.svg#Tahoma') format('svg'), url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma-bold.eot');
    src: url('../fonts/Tahoma-bold.woff2') format('woff2'), url('../fonts/Tahoma-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma-Bold.woff') format('woff'), url('../fonts/Tahoma-Bold.ttf') format('truetype'), url('../fonts/Tahoma-Bold.svg#Tahoma-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tahoma-bold';
    src: url('../fonts/Tahoma-bold.eot');
    src: url('../fonts/Tahoma-bold.woff2') format('woff2'), url('../fonts/Tahoma-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma-Bold.woff') format('woff'), url('../fonts/Tahoma-Bold.ttf') format('truetype'), url('../fonts/Tahoma-Bold.svg#Tahoma-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*==========================================================

	2. GENERAL

==========================================================*/
body {
    max-width: 1920px;
    margin: auto;
    font-size: 14px;
    font-family: 'Tahoma', sans-serif;
    font-weight: 400;
    color: #333333;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    color: #0096d7;
}

a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #055699;
}

img {
    max-width: 100%;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
}

.audio-responsive iframe {
    width: 100%;
    height: 126px;
}

/*==========================================================

	3. ELEMENTS

==========================================================*/
.pagination {
    text-align: center;
    display: block;
    margin: 15px 0;
    background-color: #f2f2f2;
    padding: 10px 10px 0;
    border-radius: 0;
}

.pagination > li {
    display: inline-block;
    font-size: 14px;
    margin-left: 1px;
    margin-bottom: 10px;
    vertical-align: top;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
    color: #333333;
    border: 1px solid transparent;
    line-height: 32px;
    min-width: 34px;
    text-align: center;
    padding: 0 5px;
    border-radius: 0;
    background-color: transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #34495e;
    color: #fff;
    border-color: #34495e;
}

.pagination .disabled > a,
.pagination .disabled > span {
    background-color: transparent;
    border-color: transparent;
}

.pagination .action > a,
.pagination .action > span {
    color: #888888;
}

.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
    background-color: #34495e;
    color: #fff;
    border-color: #34495e;
}

.pager > li > a,
.pager > li > span {
    color: #a9a9a9;
    border-color: #dcdcdc;
    line-height: 37px;
    min-width: 39px;
    text-align: center;
    padding: 0 25px;
    border-radius: 40px;
}

.pager > li > a:hover,
.pager > li > span:hover,
.pager > li > a:focus,
.pager > li > span:focus {
    background-color: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}

.breadcrumb {
    background-color: #f1f1f1;
    text-transform: none;
    padding: 8px 5px;
    font-size: 14px;
    margin: 10px 0 20px;
    border-radius: 0;
}

.breadcrumb li {
    color: #333;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: bottom 2px right;
    background-image: url(../images/icon/chevron.gif);
    padding-right: 10px;
    margin-right: 5px;
}

.breadcrumb li .fa-home {
    color: #666;
    margin-right: 5px;
}

.breadcrumb li + li:before {
    color: #999999;
    content: none;
    margin: 0 5px;
    width: 5px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/chevron.gif);
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb li a {
    color: #0096d7;
}

.breadcrumb li a:hover {
    color: #055699;
}

.breadcrumb .active {
    color: #666666;
    background-image: none;
}

.breadcrumb .active a {
    color: #666666;
}

.dropdown-menu {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
}

.dropdown-menu > li > a {
    color: #333333;
    padding: 6px 12px;
}

.dropdown-menu > li > a:hover {
    background-color: #055699;
    color: #fff;
}

.dropdown-menu .dropdown-header {
    color: #777;
    padding: 6px 12px;
}

.list-check {
    margin-left: 15px;
}

.list-check li {
    font-size: 12px;
    color: #555;
    list-style-image: url(../images/icon/li_list_style_filter.png);
    list-style-position: outside;
    margin-bottom: 5px;
}

.list-arraw {
    margin-left: 15px;
}

.list-arraw li {
    list-style-image: url(../images/icon/li_list_arraw.png);
    list-style-position: outside;
    display: list-item;
}

.request-form .errorMessage {
    display: block;
    text-align: right;
    font-size: 12px;
}

.request-error .errorMessage {
    color: #f15a29;
}

.request-error .errorMessage:before {
    content: "\f06a";
    font-family: "FontAwesome";
    margin-right: 5px;
    font-size: 14px;
}

.request-error .form-control {
    border: 1px solid #f15a29 !important;
}

.request-error .multiselect.dropdown-toggle {
    border: 1px solid #f15a29 !important;
}

.request-form-check .errorMessage {
    text-align: left;
}

._block-blue {
    background-color: #055699;
}

._block-gray {
    background-color: #d8d8d8;
}

.text-uppercase {
    text-transform: uppercase;
}

.btn {
    border-radius: 0;
    text-transform: none;
    font-size: 14px;
    padding: 6px 35px;
    font-family: 'Tahoma', sans-serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.form-control-feedback {
    border: none;
    pointer-events: auto;
}

.btn:focus,
.btn.focus {
    outline: none;
    outline-style: none;
}

.btn:hover,
.btn:focus {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-style: none;
}

.btn1 {
    background-color: #055699;
    text-transform: none;
    color: #fff;
    border-radius: 3px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    padding: 0 10px;
}

.btn1 .fa {
    font-size: 14px;
}

.btn1:hover,
.btn1:focus {
    background-color: #032c4f;
    color: #fff;
}

a.btn1 {
    line-height: 28px;
    height: auto;
}

.btn-vay {
    width: 215px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/btn-vay.png);
    background-size: 100%;
    padding: 0;
    background-color: transparent;
    display: block;
    margin: 10px auto;
}

.btn-vay span {
    display: none;
}

.btn-vay:hover,
.btn-vay:focus {
    background-color: transparent;
    background-image: url(../images/icon/btn-vay.png);
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

.btn-hero {
    width: 158px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/tieptuc.png);
    background-size: 100%;
    padding: 0;
    background-color: transparent;
    display: block;
    margin: 10px 0;
}

.btn-hero span {
    display: none;
}

.btn-hero:hover,
.btn-hero:focus {
    background-color: transparent;
    background-image: url(../images/icon/tieptuc.png);
    -webkit-filter: grayscale(30%);
    filter: grayscale(30%);
}

.btn-vay2 {
    height: 43px;
    background-color: #055699;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}

.btn-vay2:hover {
    background-color: #032c4f;
    color: #fff;
}

.btn-vay2:hover,
.btn-vay2:focus {
    background-color: transparent;
    background-color: #032c4f;
}

.btn3 {
    display: inline-block;
    background-color: #fff;
    line-height: 58px;
    border-radius: 8px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.btn3:hover,
.btn3:focus {
    background-color: #22b14c;
}

.btn4 {
    display: inline-block;
    background-color: #22b14c;
    line-height: 58px;
    border-radius: 8px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.btn4:hover,
.btn4:focus {
    background-color: #167130;
    color: #fff;
}

.btn5 {
    height: 36px;
    background-color: #05dc5d;
    color: #fff;
    padding: 0 25px;
    border: none;
    border: 1px solid #05dc5d;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 3px;
    white-space: normal;
    width: 145px;
    text-align: center;
    padding: 0 5px;
}

.btn5:hover,
.btn5:focus {
    background-color: #03913d;
    border-color: #03913d;
    color: #fff;
}

a.btn5 {
    line-height: 36px;
    height: auto;
}

.btn9 {
    line-height: 36px;
    background-color: #fff;
    color: #0088cc;
    padding: 0 12px;
    border: 1px solid #0088cc;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 3px;
    width: 145px;
    white-space: normal;
    padding: 0 5px;
}

.btn9:hover,
.btn9:focus {
    background-color: #cbcbcb;
    border-color: #adb8da;
    color: #0088cc;
}

.btn-block {
    font-size: 18px;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ececec;
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control:hover,
.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ececec !important;
}

/*
select.form-control {
	 -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-position: center right 11px;
   background-repeat: no-repeat;
   background-image: url(../images/icon/arrow-select.png);
   padding-right: 22px;
}


select::-ms-expand {
    display: none;
}
.input-group-addon{
  border-radius: 0;
}
*/
.form-group label sup {
    color: #ff0000;
}

.multiselect-container li a {
    white-space: normal;
}

.multiselect.dropdown-toggle {
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    width: 150px;
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    border: 1px solid #ececec;
}

.multiselect-selected-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
    width: -o-calc(100% - 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multiselect-container > li > a > label {
    padding-left: 26px;
}

.multiselect-container {
    font-size: 13px;
}

.multiselect-container > li > a {
    padding: 6px 3px;
}

.block-banner1 .multiselect.dropdown-toggle {
    width: 200px;
}

.form-question .multiselect.dropdown-toggle {
    width: 240px;
}

@media (max-width: 1199px) {
    .form-question .multiselect.dropdown-toggle {
        width: 190px;
    }
}

@media (max-width: 991px) {
    .form-question .multiselect.dropdown-toggle {
        width: 260px;
    }
}

.form_card .multiselect.dropdown-toggle {
    width: 100%;
}

.form_card .multiselect.dropdown-toggle {
    width: 100%;
}

.form_card .btn-group {
    display: block;
    width: 100%;
}

.form_card .multiselect-container {
    width: 100%;
}

.filte-company-card .multiselect.dropdown-toggle {
    width: 100%;
}

.filte-company-card .multiselect.dropdown-toggle {
    width: 100%;
}

.filte-company-card .btn-group {
    display: block;
    width: 100%;
}

.filte-company-card .multiselect-container {
    width: 100%;
}

.block-sendTv .multiselect.dropdown-toggle {
    width: 100%;
}

.block-sendTv .multiselect.dropdown-toggle {
    width: 100%;
}

.block-sendTv .btn-group {
    display: block;
    width: 100%;
}

.block-sendTv .multiselect-container {
    width: 100%;
}

.message-validation {
    color: red;
    font-size: 13px;
    margin: 8px 0;
    padding: 3px 5px;
    border: 1px solid #fff;
    float: left;
    background-color: #fff;
    position: relative;
}

.message-validation:before,
.message-validation:after {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.message-validation:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.message-validation:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.nav-tabs {
    margin-bottom: 15px;
}

.nav-tabs > li > a {
    border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: #ddd #ddd transparent;
    background-color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #055699;
}

.nav-pills {
    margin-bottom: 15px;
}

.nav-pills > li > a {
    border-radius: 0;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    color: #fff;
    background-color: #5e5e5e;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #5e5e5e;
}

.owl-carousel .owl-item img {
    width: auto;
    transform-style: flat;
}

/*==========================================================

	4. HEADER

==========================================================*/
.site-header {
    background-color: #055699;
}

.site-header .header-top {
    padding: 12px 0;
}

.site-header .header-top:before,
.site-header .header-top:after {
    content: "";
    display: table;
}

.site-header .header-top:after {
    clear: both;
}

.site-header .header-top .logo {
    float: left;
    width: 235px;
}

.site-header .header-top .nav-right {
    float: right;
    width: calc(100% - 235px);
    width: -moz-calc(100% - 235px);
    width: -webkit-calc(100% - 235px);
    width: -o-calc(100% - 235px);
    padding-top: 30px;
}

.site-header .header-top .bg-header {
    margin-bottom: 10px;
}

.site-header .header-top .bg-header img {
    display: block;
    width: 100%;
}

.site-header .header-top .share {
    float: left;
}

.site-header .header-top .share a {
    padding: 0 3px;
    display: inline-block;
    vertical-align: top;
}

.site-header .header-top .share img {
    height: 26px;
}

.site-header .header-top .links {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.site-header .header-top .links > li {
    float: left;
    margin-left: 20px;
    line-height: 36px;
    display: block;
}

.site-header .header-top .links > li img {
    margin-right: 4px;
}

.site-header .header-top .links > li span {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: 1;
}

.site-header .header-top .links .toggle-menu {
    display: none;
}

@media (max-width: 991px) {
    .site-header .header-top .links .toggle-menu {
        display: block;
    }
}

.site-header .header-top .links a {
    color: #055699;
    display: block;
    line-height: 36px;
}

.site-header .header-top .links a:hover {
    color: #333;
}

.site-header .header-top .links .link-search a {
    width: 36px;
    line-height: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #06b8f4;
    color: #fff;
    text-align: center;
    display: block;
}

.site-header .header-top .links .link-search a span {
    display: none;
}

.site-header .header-top .links .link-search a:before {
    content: "\f002";
    font-family: "FontAwesome";
}

.site-header .header-top .links .link-search a:hover {
    background-color: #0480a9;
}

.site-header .myaccount {
    display: block;
    font-weight: 500;
}

.site-header .myaccount .dropdown-toggle {
    display: block;
    line-height: 30px;
    text-align: center;
    padding: 0;
    color: #333;
    text-transform: capitalize;
}

.site-header .myaccount .dropdown-toggle .icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    vertical-align: top;
    margin-left: 5px;
}

.site-header .myaccount:hover .dropdown-toggle,
.site-header .myaccount.open .dropdown-toggle {
    color: #055699;
}

.site-header .myaccount .dropdown-menu {
    background-color: #055699;
    margin-top: 10px;
    right: 0;
    left: auto;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.site-header .myaccount .dropdown-menu li {
    border-bottom: 1px solid #ddd;
}

.site-header .myaccount .dropdown-menu li:last-child {
    border-bottom: none;
}

.site-header .myaccount .dropdown-menu li:hover a {
    background-color: #055699;
    color: #fff;
}

.site-header .myaccount .dropdown-menu:after,
.site-header .myaccount .dropdown-menu:before {
    bottom: 100%;
    right: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-header .myaccount .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-right: 1px;
}

.site-header .myaccount .dropdown-menu:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 9px;
}

.site-header .header-content {
    background-color: #055699;
    position: relative;
    z-index: 999;
}

.site-header .header-content .container:before,
.site-header .header-content .container:after {
    content: "";
    display: table;
}

.site-header .header-content .container:after {
    clear: both;
}

.site-header .block-nav-menu {
    background-color: #055699;
    border-radius: 3px;
    padding: 0 5px;
}

.site-header .block-nav-menu .close-nav {
    display: none;
}

.site-header .block-nav-menu .ui-menu:before,
.site-header .block-nav-menu .ui-menu:after {
    content: "";
    display: table;
}

.site-header .block-nav-menu .ui-menu:after {
    clear: both;
}

@media (min-width: 992px) {
    .site-header .block-nav-menu .ui-menu > li {
        cursor: pointer;
        display: block;
        float: left;
        border-right: 1px solid #5089b8;
        border-left: 1px solid #1a3f5e;
        position: relative;
    }

    .site-header .block-nav-menu .ui-menu > li:first-child {
        border-left: none;
    }

    .site-header .block-nav-menu .ui-menu > li:last-child {
        border-right: none;
    }

    .site-header .block-nav-menu .ui-menu > li > a {
        display: block;
        text-transform: none;
        font-size: 14px;
        line-height: 34px;
        padding: 0 10px;
        color: #fff;
        font-weight: bold;
    }

    .site-header .block-nav-menu .ui-menu > li > a:hover {
        color: #000;
    }

    .site-header .block-nav-menu .ui-menu > li > a .fa-home {
        font-size: 24px;
    }

    .site-header .block-nav-menu .ui-menu > li.active > a {
        color: #055699;
    }

    .site-header .block-nav-menu .ui-menu > li:hover > a {
        color: #fff;
        background-color: #2795F0;
    }

    .site-header .block-nav-menu .ui-menu > li:hover .submenu {
        display: block;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: -1px;
        background-color: #cfe5f7;
        border: 1px solid #fff;
        min-width: 180px;
        z-index: 2000;
        padding: 0;
        display: none;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu .submenu {
        left: 100%;
        top: 0;
        display: none;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu li {
        display: block;
        line-height: 33px;
        position: relative;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu li + li {
        border-top: 1px solid #fff;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu li a {
        display: block;
        font-size: 14px;
        padding: 0 15px;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu li:hover > a {
        color: #fff;
        background-color: #2795F0;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu li:hover > .submenu {
        display: block;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu .parent > a {
        padding-right: 20px;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu .parent > a:before {
        content: "\f105";
        font-family: "FontAwesome";
        width: 20px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 0;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu a {
        color: #000;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu a:hover {
        color: #055699;
    }

    .site-header .block-nav-menu .ui-menu .toggle-submenu span {
        display: none;
    }
}

@media (min-width: 1200px) {
    .site-header .block-nav-menu .ui-menu > li > a {
        padding: 0 8px;
    }
}

@media (max-width: 991px) {
    .site-header .block-nav-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 300px;
        bottom: 0;
        background-color: #f3f3f3;
        z-index: 999;
        padding-top: 45px;
        visibility: hidden;
        opacity: 0;
        margin-top: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        padding-bottom: 20px;
    }

    .site-header .block-nav-menu.has-open {
        left: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .site-header .block-nav-menu .close-nav {
        width: 40px;
        line-height: 40px;
        cursor: pointer;
        background-color: #ccc;
        display: block;
        text-align: center;
        font-size: 16px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .site-header .block-nav-menu .close-nav:before {
        font-family: 'FontAwesome';
        content: "\f00d";
    }

    .site-header .block-nav-menu .close-nav span {
        display: none;
    }

    .site-header .block-nav-menu .ui-menu {
        padding: 0 10px;
        overflow-y: auto;
        height: 100%;
        margin-bottom: 20px;
    }

    .site-header .block-nav-menu .ui-menu > li {
        border-bottom: 1px solid #dfdfdf;
        position: relative;
        padding: 5px 0;
        line-height: 40px;
    }

    .site-header .block-nav-menu .ui-menu > li a {
        position: relative;
        z-index: 10;
        display: inline-block;
        padding-right: 20px;
    }

    .site-header .block-nav-menu .ui-menu > li a .fa-home {
        font-size: 24px;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu {
        display: none;
        position: static;
    }

    .site-header .block-nav-menu .ui-menu li {
        position: relative;
    }

    .site-header .block-nav-menu .ui-menu li.open-submenu > a {
        color: #055699;
    }

    .site-header .block-nav-menu .ui-menu li.open-submenu > .submenu {
        display: block;
    }

    .site-header .block-nav-menu .ui-menu .toggle-submenu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        line-height: 40px;
        text-align: right;
        font-size: 18px;
        z-index: 5;
    }

    .site-header .block-nav-menu .ui-menu .toggle-submenu:before {
        content: "\f105";
        font-family: "FontAwesome";
    }

    .site-header .block-nav-menu .ui-menu .open-submenu > .toggle-submenu:before {
        content: "\f107";
        color: #055699;
    }
}

.site-header .nav-toggle-menu {
    display: none;
    cursor: pointer;
    background-position: top 4px left;
    background-repeat: no-repeat;
    background-image: url(../images/icon/bar.png);
    color: #333;
    padding-left: 22px;
    background-size: 15px auto;
}

@media (max-width: 991px) {
    .site-header .nav-toggle-menu {
        display: block;
    }
}

@media (max-width: 860px) {
    .site-header .header-top .nav-right {
        float: none;
        clear: both;
        width: 100%;
        padding-top: 0;
    }

    .site-header .header-top .nav-right:before,
    .site-header .header-top .nav-right:after {
        content: "";
        display: table;
    }

    .site-header .header-top .nav-right:after {
        clear: both;
    }

    .site-header .header-top .nav-right .bg-header {
        display: none;
    }

    .site-header .header-top .logo {
        float: none;
        text-align: center;
        display: block;
        clear: both;
        margin-bottom: 15px;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .site-header .header-top .nav-right .share {
        display: none;
    }

    .site-header .header-top .nav-right .links {
        text-align: center;
        float: none;
    }

    .site-header .header-top .nav-right .links > li {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0 0 10px;
        padding: 0 5px;
    }
}

body.menu-open {
    overflow: hidden;
}

#myModalSearch .modal-header {
    background-color: #055699;
    color: #fff;
}

#myModalSearch .modal-header .close {
    width: 20px;
    line-height: 1;
    height: 20px;
    border-radius: 100%;
    background-color: #032c4f;
}

#myModalSearch .modal-body {
    padding: 40px 30px;
}

#myModalSearch .modal-body .form-search:before,
#myModalSearch .modal-body .form-search:after {
    content: "";
    display: table;
}

#myModalSearch .modal-body .form-search:after {
    clear: both;
}

#myModalSearch .modal-body .form-search .form-control {
    height: 45px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#myModalSearch .modal-body .form-search .input-search {
    width: 300px;
    width: calc(100% - 370px);
    width: -moz-calc(100% - 370px);
    width: -webkit-calc(100% - 370px);
    width: -o-calc(100% - 370px);
}

@media (max-width: 639px) {
    #myModalSearch .modal-body .form-search .input-search {
        width: 100%;
    }
}

#myModalSearch .modal-body .form-search .select-cate {
    width: 200px;
}

@media (max-width: 639px) {
    #myModalSearch .modal-body .form-search .select-cate {
        width: 100%;
    }
}

#myModalSearch .modal-body .form-search .btn-search {
    width: 150px;
    float: left;
    height: 45px;
    background-color: #055699;
    color: #fff;
    border-color: #055699;
    border-radius: 3px;
}

@media (max-width: 639px) {
    #myModalSearch .modal-body .form-search .btn-search {
        width: 100%;
    }
}

#myModalSearch .modal-body .form-search .btn-search:hover {
    background-color: #032c4f;
    border-color: #032c4f;
    color: #fff;
}

.site-header._header-style2 .nav-toggle-menu {
    color: #fff;
    background-image: url(../images/icon/bar2.png);
}

.site-header._header-style2 .logo img {
    max-width: 190px;
}

.site-header._header-style2 .header-top {
    background-color: #055699;
}

.site-header._header-style2 .header-top .links a {
    color: #fff;
}

.site-header._header-style2 .header-top .links a:hover {
    color: #000;
}

.site-header._header-style2 .header-content {
    background-color: #086bbd;
}

@media (min-width: 992px) {
    .site-header._header-style2 .block-nav-menu {
        background-color: #086bbd;
    }

    .site-header._header-style2 .block-nav-menu .ui-menu > li > a {
        text-transform: uppercase;
        line-height: 44px;
        font-size: 13px;
    }
}

/*==========================================================

	5. SIDEBAR

==========================================================*/
.col-sidebar .block {
    display: block;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .col-sidebar .img-responsive {
        display: block;
        width: 100%;
    }
}

.block-link-tuvan {
    padding: 15px 9px 5px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    border-radius: 5px;
}

.block-link-tuvan .btn {
    display: block;
    width: 100%;
    background-color: #055699;
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    border: none;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.block-link-tuvan .btn img {
    vertical-align: text-top;
    margin-right: 7px;
}

.block-link-tuvan .btn:hover {
    background-color: #032c4f;
}

/*==========================================================

	6. FOOTER

==========================================================*/
.site-footer {
    padding-top: 30px;
}

.site-footer .footer-column {
    background-color: #494949;
    color: #fff;
    padding: 10px 30px 30px;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #ccc;
}

.site-footer .title {
    display: block;
    text-transform: none;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #e60128;
    font-weight: bold;
}

.site-footer .fa {
    margin-right: 5px;
}

.site-footer ul li {
    margin-bottom: 5px;
}

.site-footer .copyright {
    padding: 15px 30px;
    color: #494949;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 767px) {
    .site-footer .col {
        width: 50%;
        float: left;
    }

    .site-footer .col:nth-child(3n+1) {
        clear: none;
    }

    .site-footer .col:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 479px) {
    .site-footer .col {
        width: 100%;
    }
}

.site-footer._footer-style2 {
    background-color: #055699;
}

.site-footer._footer-style2 .footer-column {
    background-color: transparent;
}

.site-footer._footer-style2 .title {
    color: #fff;
    text-transform: uppercase;
}

.site-footer._footer-style2 .copyright {
    border-top: 1px solid #fff;
    color: #fff;
}

/*==========================================================

	7. Blog

==========================================================*/
/*==========================================================

	8. SHOP

==========================================================*/
.review .rating-result {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.review .rating-result,
.review .rating-result > span {
    color: #9c9c9c;
    white-space: nowrap;
}

.review .rating-result:before,
.review .rating-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 3px;
}

.review .rating-result > span {
    color: #ffab09;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.review .rating-result > span span {
    display: none;
}

.post-product:before,
.post-product:after {
    content: "";
    display: table;
}

.post-product:after {
    clear: both;
}

.post-product .photo {
    float: left;
    margin-right: 10px;
}

.post-product .img {
    width: 143px;
    height: 85px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px;
}

.post-product .img img {
    display: none;
}

@media (max-width: 479px) {
    .post-product .img {
        width: 119px;
    }
}

.post-product .title {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #055699;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-product .title a {
    color: #055699;
}

.post-product .readmore {
    color: #e30000;
}

.post-product .review .count,
.post-product .review .rating-result {
    display: inline-block;
    vertical-align: middle;
}

.post-product .review .count {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.post-product .review .count span {
    color: #666;
    font-weight: normal;
}

.post-product .actions {
    width: 130px;
    float: right;
    padding-top: 7px;
}

.post-product .actions .btn {
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    text-align: center;
    padding: 0 2px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #34884a;
}

.post-product .actions .btn:hover {
    background-color: #1f512c;
}

.post-product .actions a.btn {
    height: auto;
    line-height: 30px;
}

.post-product .des {
    float: left;
    width: calc(100% - 135px);
    width: -moz-calc(100% - 135px);
    width: -webkit-calc(100% - 135px);
    width: -o-calc(100% - 135px);
    font-size: 13px;
}

@media (max-width: 479px) {
    .post-product .des {
        width: 100%;
    }
}

.post-product .detail {
    float: left;
    width: calc(100% - 153px);
    width: -moz-calc(100% - 153px);
    width: -webkit-calc(100% - 153px);
    width: -o-calc(100% - 153px);
}

@media (max-width: 479px) {
    .post-product .detail {
        width: calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: -webkit-calc(100% - 130px);
        width: -o-calc(100% - 130px);
    }
}

/*==========================================================

	9. PAGES

==========================================================*/
.cms-compare .site-main {
    background-color: #F0F0F0;
}

.back-to-top {
    cursor: pointer;
    color: #055699;
    font-size: 12px;
    margin-top: 30px;
    display: inline-block;
}

.wrapper {
    position: relative;
}

.wrapper .banner-fixed-left {
    position: absolute;
    top: 0;
    left: -120px;
    width: 120px;
}

.wrapper .banner-fixed-left img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.wrapper .banner-fixed-right {
    position: absolute;
    top: 0;
    right: -120px;
    width: 120px;
}

.wrapper .banner-fixed-right img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.heading-opt1 {
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
    color: #333;
    margin: 20px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.block-tuvan {
    margin-bottom: 30px;
    padding: 10px 0 30px;
}

.block-tuvan .block-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

.block-tuvan .block-title p {
    margin-bottom: 5px;
}

.block-tuvan .block-content {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}

.block-tuvan .box-content {
    background-color: #ccc;
    max-width: 765px;
    margin: 0 auto 0;
    text-align: center;
    min-height: 86px;
    display: table;
    width: 100%;
    border: 2px solid #055699;
}

.block-tuvan .box-content .col-left,
.block-tuvan .box-content .col-center,
.block-tuvan .box-content .col-right {
    display: table-cell;
    vertical-align: middle;
}

.block-tuvan .box-content .col-left {
    width: 154px;
    color: #fff;
    padding: 10px 5px;
    height: 100%;
    background-color: #055699;
}

.block-tuvan .box-content .col-left span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.block-tuvan .box-content .col-center {
    height: 100%;
    width: calc(100% - 325px);
    width: -moz-calc(100% - 325px);
    width: -webkit-calc(100% - 325px);
    width: -o-calc(100% - 325px);
}

.block-tuvan .box-content .col-center li {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px;
    overflow: hidden;
}

.block-tuvan .box-content .col-center img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: 55px;
    height: 55px;
}

.block-tuvan .box-content .col-right {
    height: 100%;
    width: 170px;
    color: #fff;
    background-color: #055699;
}

.block-tuvan .box-content .col-right a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px 5px;
    height: 100%;
    background-color: #055699;
}

.block-tuvan .box-content .col-right a span {
    display: block;
    font-weight: bold;
}

.block-tuvan .box-content .col-right a:hover {
    background-color: #032c4f;
}

.block-tuvan .box-content .col-right:hover {
    background-color: #032c4f;
}

@media (max-width: 767px) {
    .block-tuvan .box-content .col-left,
    .block-tuvan .box-content .col-center,
    .block-tuvan .box-content .col-right {
        display: block;
        width: 100%;
    }
}

.block-congcu {
    position: relative;
    margin-bottom: 30px;
}

.block-congcu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 22.5px 0 22.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: 100%;
    z-index: 10;
}

.block-congcu .block-title {
    margin-bottom: 20px;
}

.block-congcu .block-content {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px;
}

.block-congcu .box-content {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
}

.block-congcu .box-content:before,
.block-congcu .box-content:after {
    content: "";
    display: table;
}

.block-congcu .box-content:after {
    clear: both;
}

.block-congcu .box-content a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

@media (max-width: 991px) {
    .block-congcu .box-content {
        margin-bottom: 20px;
    }
}

.block-congcu .box-content .icon {
    display: block;
    width: 80px;
    color: #fff;
    font-size: 40px;
    margin-right: 6px;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.block-congcu .box-content .icon img {
    max-width: 80px;
    max-height: 80px;
}

.block-congcu .box-content .title {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.block-congcu .box-content .title a {
    color: #000;
}

.block-congcu .box-content .detail {
    width: calc(100% - 86px);
    width: -moz-calc(100% - 86px);
    width: -webkit-calc(100% - 86px);
    width: -o-calc(100% - 86px);
    color: #999;
    text-align: left;
}

.block-congcu .box-content .detail,
.block-congcu .box-content .icon {
    height: 80px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-justify-content: center;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    float: left;
    padding: 5px;
}

.block-congcu .box-content .icon {
    -webkit-align-items: center;
    align-items: center;
}

.block-congcu .box-content:hover .icon {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.block-congcu .box-content:hover img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.list-sosanh {
    margin-bottom: 30px;
}

.list-sosanh .block-title {
    margin-bottom: 20px;
}

.list-sosanh .block-content {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 20px;
}

.list-sosanh .box-content {
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
}

.list-sosanh .box-content:before,
.list-sosanh .box-content:after {
    content: "";
    display: table;
}

.list-sosanh .box-content:after {
    clear: both;
}

.list-sosanh .box-content .icon {
    display: block;
    width: 96px;
    line-height: 96px;
    height: 96px;
    color: #055699;
    margin: 0 auto 7px;
    border: 3px solid #055699;
    border-radius: 5px;
}

.list-sosanh .box-content .icon img {
    max-width: 80px;
    max-height: 80px;
}

.list-sosanh .box-content .title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}

.list-sosanh .box-content .detail {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 5px;
    font-size: 12px;
    color: #999;
}

.list-sosanh .box-content:hover img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.list-sosanh .col-left {
    font-size: 16px;
}

.list-sosanh .col-left li {
    margin-bottom: 20px;
}

.list-sosanh .col-left .title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    color: #055699;
    margin: 10px 0 10px;
}

.list-sosanh .col-left .title img {
    width: 28px;
    margin-right: 5px;
}

.list-sosanh img:hover {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.main__steps {
    margin: 0px 0 45px;
    padding: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .main__steps {
        height: 185px;
        background: url(../images/icon/khung2.png);
        border-radius: 5px;
    }
}

.main__steps .main__steps__item {
    padding: 32px 0 0 60px;
    list-style: none;
}

.main__steps .main__steps__item:first-child {
    padding-left: 20px;
}

.main__steps .main__steps__item i {
    display: inline-block;
    margin-right: 13px;
    color: #d6d6d6;
    font-size: 40px;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .main__steps .main__steps__item i i {
        vertical-align: top;
    }
}

@media (max-width: 991px) {
    .main__steps .main__steps__item {
        float: none;
        margin: 0 auto;
        width: 100%;
        padding: 20px 0;
        border-bottom: 2px solid #eee;
    }

    .main__steps .main__steps__item:first-child {
        padding-top: 0;
        padding-left: 0;
    }
}

.main__steps .main__steps__title {
    display: block;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
    height: 45px;
    min-height: 45px;
    font-size: 16px;
}

.main__steps .main__steps__title span {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
}

.main__steps .main__steps__title .main__steps__num {
    margin-right: 10px;
    height: 45px;
    width: 45px;
    color: #fff;
    font-size: 24px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    background: #055699;
    border-radius: 50%;
}

.main__steps .main__steps__body {
    padding: 0 0 0 40px;
}

@media (min-width: 992px) {
    .main__steps .main__steps__body {
        padding: 0;
    }
}

.main__steps .main__steps__body__text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
}

@media (min-width: 992px) {
    .main__steps .main__steps__body__text {
        vertical-align: top;
        font-size: 14px;
    }
}

.main__steps .icon_step {
    width: 55px;
    display: inline-block;
    vertical-align: middle;
}

.main__steps .icon_step > img {
    padding-left: 10px;
    margin-top: 3px;
}

.block-why {
    margin-bottom: 30px;
}

.block-why .main__subtitle {
    margin-bottom: 30px;
}

.block-why .main__icons__item {
    margin-bottom: 20px;
    min-height: 110px;
}

@media (max-width: 991px) {
    .block-why .main__icons__item:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .block-why .main__icons__item {
        width: 50%;
        float: left;
    }

    .block-why .main__icons__item:nth-child(3n+1) {
        clear: none;
    }

    .block-why .main__icons__item:nth-child(2n+1) {
        clear: both;
    }
}

.block-why .main__icons__item:hover img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.block-why img {
    height: 50px;
    margin-bottom: 10px;
}

.block-sp-vay {
    margin-bottom: 30px;
}

.block-sp-vay .block-title {
    text-align: center;
}

.block-sp-vay .item {
    background-color: #f3f3f3;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px;
    min-height: 100px;
    color: #333;
}

.block-sp-vay .item .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 60px;
    display: block;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}

.block-sp-vay .item .icon img {
    max-width: 100%;
    max-height: 100%;
    display: inline;
}

.block-sp-vay .item:hover img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.block-vay-opt1 {
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    margin-bottom: 30px;
}

.block-vay-opt1 .block-title {
    margin-bottom: 40px;
}

.block-vay-opt1 .block-title .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: block;
    font-size: 30px;
}

.block-vay-opt1 .block-title .title span {
    color: #00ff00;
}

.block-vay-opt1 .form-control {
    height: 56px;
    border-radius: 3px;
}

.block-vay-opt1 .form-group {
    margin-bottom: 33px;
}

.block-vay-opt1 .form-group:before,
.block-vay-opt1 .form-group:after {
    content: "";
    display: table;
}

.block-vay-opt1 .form-group:after {
    clear: both;
}

.block-vay-opt1 .message-validation {
    color: red;
    font-size: 13px;
    margin: 8px 0;
    padding: 3px 5px;
    border: 1px solid #fff;
    float: left;
    background-color: #fff;
    position: relative;
}

.block-vay-opt1 .message-validation:before,
.block-vay-opt1 .message-validation:after {
    bottom: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.block-vay-opt1 .message-validation:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.block-vay-opt1 .message-validation:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
}

.block-vay-opt1 .slider.slider-horizontal {
    width: 100%;
    max-width: 450px;
}

.block-vay-opt1 .slider-tick {
    background-image: none;
}

.block-vay-opt1 .slider-tick-label {
    cursor: pointer;
    color: #fff;
}

.block-vay-opt1 .slider-range {
    margin-bottom: 40px;
    margin-top: 15px;
}

.block-vay-opt1 .tooltip-inner {
    background-color: #055699;
}

.block-vay-opt1 .tooltip.top .tooltip-arrow {
    border-top-color: #055699;
}

.block-vay-opt1 .slider-range {
    padding-left: 20px;
    padding-right: 20px;
}

.slider-range {
    margin-bottom: 20px;
    padding-top: 2px;
}

.slider-range:before,
.slider-range:after {
    content: "";
    display: table;
}

.slider-range:after {
    clear: both;
}

.slider-range .ui-slider {
    position: relative;
    height: 3px;
    background-color: #888888;
    border-radius: 0px;
    margin: 5px 0;
    margin-right: 23px;
}

.slider-range .ui-slider-range {
    height: 3px;
    background-color: #686868;
    position: absolute;
    top: 0;
}

.slider-range .ui-slider-handle {
    border-radius: 0;
    background-color: #888888;
    display: block;
    position: absolute;
    top: -3px;
    width: 23px;
    height: 23px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/slider-range.png);
    cursor: pointer;
}

.slider-range .action:before,
.slider-range .action:after {
    content: "";
    display: table;
}

.slider-range .action:after {
    clear: both;
}

.slider-range .action .price {
    font-size: 18px;
    float: left;
    margin-bottom: 15px;
}

.slider-range .action .price > span {
    line-height: 30px;
    border: 1px solid #dfdfdf;
    text-align: center;
    width: 73px;
    display: block;
    float: left;
    font-size: 14px;
    color: #000000;
    margin: 0 25px 0 0;
    border-radius: 3px;
}

.slider-range .action .btn {
    height: 32px;
    width: 73px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #fff;
    background-color: #ffaa13;
    float: right;
    margin-bottom: 15px;
    border-radius: 3px;
}

.slider-range .action .btn:hover,
.slider-range .action .btn:focus {
    background-color: #c57e00;
}

.slider-range .amount-min,
.slider-range .amount-max {
    display: block;
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #888888;
}

.slider-range .amount-min .catalog-view_op1,
.slider-range .amount-max .catalog-view_op1 {
    display: none;
}

.slider-range .amount-max {
    float: right;
}

.block-vay-step-opt1 {
    background-color: #f6f6f6;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
    padding: 50px;
}

@media (max-width: 479px) {
    .block-vay-step-opt1 {
        padding: 50px 15px;
    }
}

.block-vay-step-opt1 .block-title {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}

.block-vay-step-opt1 .form-control {
    height: 46px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
}

.block-vay-step-opt1 label.label {
    text-align: right;
    display: block;
    line-height: 46px;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}

@media (max-width: 991px) {
    .block-vay-step-opt1 label.label {
        text-align: left;
    }
}

.block-vay-step-opt1 .sms__timer {
    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(../images/icon/chuyen.png);
    padding-left: 20px;
}

.block-vay-step-opt1 .step__title-left {
    font-size: 20px;
}

.block-vay-step-opt1 .nav-step {
    margin-bottom: 30px;
    -moz-box-align: center;
    -moz-box-pack: justify;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.block-vay-step-opt1 .nav-step ul:before,
.block-vay-step-opt1 .nav-step ul:after {
    content: "";
    display: table;
}

.block-vay-step-opt1 .nav-step ul:after {
    clear: both;
}

.block-vay-step-opt1 .nav-step li {
    font-size: 15px;
    padding: 0px 30px;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-color: #e9e9e9;
    position: relative;
    line-height: 43px;
}

.block-vay-step-opt1 .nav-step li a {
    color: #9a9a9a;
    display: block;
}

.block-vay-step-opt1 .nav-step li:before,
.block-vay-step-opt1 .nav-step li:after {
    content: "";
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #d1d1d1;
    border-top: 22px solid rgba(0, 0, 0, 0);
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
}

.block-vay-step-opt1 .nav-step li:before {
    border-left-color: #d1d1d1;
    right: -10px;
}

.block-vay-step-opt1 .nav-step li:after {
    border-left-color: #e9e9e9;
    right: -9px;
}

.block-vay-step-opt1 .nav-step li:last-child:before,
.block-vay-step-opt1 .nav-step li:last-child:after {
    content: none;
}

.block-vay-step-opt1 .nav-step li.active {
    background-color: #055699;
}

.block-vay-step-opt1 .nav-step li.active a {
    color: #fff;
}

.block-vay-step-opt1 .nav-step li.active:before {
    border-left-color: #055699;
    right: -10px;
}

.block-vay-step-opt1 .nav-step li.active:after {
    border-left-color: #055699;
    right: -9px;
}

@media (max-width: 639px) {
    .block-vay-step-opt1 .nav-step {
        display: block;
    }

    .block-vay-step-opt1 .nav-step li + li {
        border-top: 1px solid #ccc;
    }

    .block-vay-step-opt1 .nav-step li:before,
    .block-vay-step-opt1 .nav-step li:after {
        content: none;
    }
}

.block-vay-step-opt1 .btn-back {
    margin-top: 20px;
    display: inline-block;
}

.block-vay-step-opt1 .step-compalate {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 30px;
}

.block-vay-step-opt1 .step-compalate:before,
.block-vay-step-opt1 .step-compalate:after {
    content: "";
    display: table;
}

.block-vay-step-opt1 .step-compalate:after {
    clear: both;
}

.block-vay-step-opt1 .step-compalate .box-content {
    background-color: #f6f6f6;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex: 1 1 0;
}

@media (max-width: 639px) {
    .block-vay-step-opt1 .step-compalate .box-content {
        display: block;
    }
}

.block-vay-step-opt1 .step-compalate .col {
    float: none;
    border-right: 1px solid #ccc;
    padding: 20px 15px;
    width: 100%;
}

.block-vay-step-opt1 .step-compalate .col:last-child {
    border: none;
}

@media (max-width: 639px) {
    .block-vay-step-opt1 .step-compalate .col {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
}

.block-vay-opt2 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 0;
}

.block-vay-opt2 .block-title {
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.block-vay-opt2 .block-title .title {
    color: #055699;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: block;
    font-size: 26px;
}

.block-vay-opt2 .block-title .title span {
    color: #055699;
}

@media (max-width: 767px) {
    .block-vay-opt2 .block-title .title {
        font-size: 20px;
    }
}

.block-vay-opt2 .form-vay {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px 30px;
    min-height: 396px;
}

.block-vay-opt2 .form-control {
    border-radius: 3px;
}

.block-vay-opt2 label.label {
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0;
    display: inline-block;
}

.block-vay-opt2 .slider.slider-horizontal {
    width: 100%;
}

.block-vay-opt2 .slider-tick {
    width: 15px;
    height: 15px;
    top: 2px;
    background-color: #ccc;
    background-image: none;
}

.block-vay-opt2 .slider-tick.in-selection {
    background-color: #89cdef;
}

.block-vay-opt2 .slider-track {
    background-color: #ccc;
    background-image: none;
}

.block-vay-opt2 .slider-tick-label {
    cursor: pointer;
    color: #333;
}

.block-vay-opt2 .slider-range {
    margin-bottom: 10px;
    margin-top: 40px;
    padding: 0 20px;
}

.block-vay-opt2 .tooltip-inner {
    background-color: #055699;
}

.block-vay-opt2 .tooltip.top .tooltip-arrow {
    border-top-color: #055699;
}

@media (max-width: 991px) {
    .block-vay-opt2 .step-left {
        display: none;
    }
}

.block-vay-opt2 .step-left .header_register {
    color: #aaa;
    margin-bottom: 15px;
}

.block-vay-opt2 .step-left .header_register h3 {
    color: #fff;
}

.block-vay-opt2 .step-left .nav {
    border: none;
    margin-bottom: 0;
}

.block-vay-opt2 .step-left .nav:before,
.block-vay-opt2 .step-left .nav:after {
    content: "";
    display: table;
}

.block-vay-opt2 .step-left .nav:after {
    clear: both;
}

.block-vay-opt2 .step-left .nav li {
    display: block;
    float: none;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 38px;
    margin-bottom: 0;
}

.block-vay-opt2 .step-left .nav li a {
    display: block;
    font-weight: bold;
    width: 100%;
    color: #fff;
    position: relative;
    padding-left: 50px;
    min-height: 44px;
}

.block-vay-opt2 .step-left .nav li a:hover,
.block-vay-opt2 .step-left .nav li a:focus {
    background-color: transparent;
    color: #fff;
    border-color: transparent;
}

.block-vay-opt2 .step-left .nav li a:after {
    border-color: #ffffff;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    color: #ffffff;
    content: "";
    display: block;
    height: 44px;
    margin-right: 13px;
    padding: 8px 0 0;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 44px;
    left: 0;
}

.block-vay-opt2 .step-left .nav li:before {
    border-left: 1px solid #ffffff;
    bottom: 0;
    content: "";
    height: calc(100% - 44px);
    height: -moz-calc(100% - 44px);
    height: -webkit-calc(100% - 44px);
    height: -o-calc(100% - 44px);
    left: 22px;
    position: absolute;
}

.block-vay-opt2 .step-left .nav li:last-child:before {
    content: none;
}

.block-vay-opt2 .step-left .nav li:nth-child(1) a:after {
    content: "1";
}

.block-vay-opt2 .step-left .nav li:nth-child(2) a:after {
    content: "2";
}

.block-vay-opt2 .step-left .nav li:nth-child(3) a:after {
    content: "3";
}

.block-vay-opt2 .step-left .nav li:nth-child(4) a:after {
    content: "4";
}

.block-vay-opt2 .step-left .nav li.active a {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #055699;
}

.block-vay-opt2 .step-left .nav li.active a:after {
    background-color: #055699;
    border-color: #055699;
    transition: all 1s ease 0s;
    color: #fff;
}

.block-vay-opt2 .form-title {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    color: #333;
    font-weight: 500;
}

.block-vay-opt2 .table {
    background-color: #fff;
}

.block-dv {
    margin-bottom: 40px;
}

.block-dv .block-title {
    margin-bottom: 30px;
}

.block-dv .item_step {
    margin-bottom: 20px;
    position: relative;
    z-index: 100;
}

.block-dv .item_step .media {
    margin-bottom: 20px;
}

.block-dv .item_step .media img {
    height: 129px;
}

.block-dv .item_step:hover img {
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
}

.block-dv .block-content {
    position: relative;
}

.block-dv .line_step:before {
    border-top: 2px dashed #055699;
    content: "";
    display: block;
    height: 1px;
    left: 190px;
    position: absolute;
    top: 70px;
    width: 770px;
    z-index: 10;
}

@media (max-width: 1199px) {
    .block-dv .line_step {
        display: none;
    }
}

.block-vay {
    margin-bottom: 30px;
}

.block-vay > .block-content {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 15px 20px;
}

.block-vay > .block-title {
    margin-bottom: 30px;
}

.block-calculator {
    margin: 40px 0;
}

.block-calculator .block-title {
    margin-bottom: 30px;
}

.block-calculator .slider-range {
    padding: 25px 20px 0;
}

.block-calculator .slider-range .slider {
    width: 100%;
    margin-bottom: 10px;
}

.block-calculator .slider-range .slider-handle {
    background: #0096d7 none repeat scroll 0 0;
    border-radius: 50px;
    cursor: pointer;
    height: 30px;
    width: 80px;
    top: -5px;
    margin-left: -40px;
    color: #fff;
    padding: 0 20px;
    line-height: 30px;
}

.block-calculator .slider-range .slider-handle:before {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
}

.block-calculator .slider-range .slider-handle:after {
    content: "\f104";
    font-family: "FontAwesome";
    float: left;
}

.block-calculator .slider-range .slider-tick {
    width: 1px;
    height: 10px;
    top: 5px;
    background-color: #fff;
    background-image: none;
    margin-left: 0;
}

.block-calculator .slider-range .slider-tick.in-selection {
    background-color: #fff;
    background-image: none;
}

.block-calculator .slider-range .slider-track {
    background-image: none;
    background-color: #ccc;
}

.block-calculator label.label {
    color: #333;
    font-size: 14px;
    padding: 0;
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.block-calculator .total {
    background-color: #ececec;
    padding: 40px 20px;
    text-align: center;
}

.block-calculator .total > div {
    margin: 20px 0;
}

.block-calculator .total .value-info {
    font-size: 16px;
    color: #055699;
}

.block-text-column1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 12px;
    color: #999999;
}

.block-text-column1 img {
    margin-bottom: 5px;
    margin-top: 15px;
}

.heading_page {
    font-size: 25px;
    font-weight: bold;
}

.nav1 {
    border-bottom: 2px solid #0096d7;
}

.nav1 li {
    display: inline-block;
    background-color: transparent;
    color: #555555;
    line-height: 36px;
    padding: 0 12px;
    font-size: 15px;
}

.nav1 li a {
    color: #555555;
}

.nav1 li.active,
.nav1 li:hover {
    background-color: #0096d7;
}

.nav1 li.active a,
.nav1 li:hover a {
    color: #fff;
}

@media (max-width: 479px) {
    .nav1 li {
        padding: 0 8px;
    }
}

.item-cart-carousel {
    position: relative;
    overflow: hidden;
    padding: 15px;
    font-size: 13px;
}

.item-cart-carousel:before,
.item-cart-carousel:after {
    content: "";
    display: table;
}

.item-cart-carousel:after {
    clear: both;
}

.item-cart-carousel .price {
    font-size: 24px;
    line-height: 1;
}

.item-cart-carousel .price small {
    font-size: 11px;
}

.item-cart-carousel .total {
    color: #4182e8;
    font-weight: bold;
}

.item-cart-carousel .total span {
    color: #000;
}

.item-cart-carousel .img {
    display: block;
    float: left;
    width: 170px;
    margin-bottom: 10px;
    text-align: left;
}

.item-cart-carousel .sosanh {
    float: left;
    width: 130px;
}

.item-cart-carousel .sosanh .btn-compare {
    width: 60px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #035797;
    border-radius: 100%;
    display: inline-block;
    color: #035797;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.item-cart-carousel .sosanh .btn-compare:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}

.item-cart-carousel .sosanh .btn-compare:not(._active):hover:before {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    background-image: url(../images/icon/check.png);
}

.item-cart-carousel .sosanh .btn-compare._active {
    font-size: 0;
    background-color: #035797;
}

.item-cart-carousel .sosanh .btn-compare._active:before {
    background-image: url(../images/icon/check-active.png);
}

.item-cart-carousel .sosanh strong {
    font-size: 20px;
    display: block;
    font-weight: normal;
}

.item-cart-carousel .detail {
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    width: calc(100% - 470px);
    width: -moz-calc(100% - 470px);
    width: -webkit-calc(100% - 470px);
    width: -o-calc(100% - 470px);
    padding: 0 10px 0 15px;
}

.item-cart-carousel .detail .subtitle {
    color: red;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}

.item-cart-carousel .detail .subtitle .fa {
    color: #4584e5;
    margin-right: 10px;
}

.item-cart-carousel .detail table tr td {
    text-align: left;
    border: none;
    padding: 3px;
}

.item-cart-carousel .detail table tr .t-value {
    text-align: right;
    font-weight: 700;
}

.item-cart-carousel .actions {
    float: right;
    width: 160px;
    text-align: center;
    margin-top: 30px;
}

.item-cart-carousel .actions .btn {
    margin: 0 auto 15px;
    display: block;
}

@media (max-width: 767px) {
    .item-cart-carousel .detail {
        clear: left;
        width: calc(100% - 170px);
        width: -moz-calc(100% - 170px);
        width: -webkit-calc(100% - 170px);
        width: -o-calc(100% - 170px);
        padding: 0 10px 0 15px;
    }
}

@media (max-width: 600px) {
    .item-cart-carousel .detail {
        clear: left;
        width: 100%;
        padding-top: 10px;
        margin-left: 0;
    }

    .item-cart-carousel .actions {
        margin-top: 0;
    }
}

.compare-card .tootbar {
    margin: 0 0 15px;
}

.compare-card .tootbar:before,
.compare-card .tootbar:after {
    content: "";
    display: table;
}

.compare-card .tootbar:after {
    clear: both;
}

.compare-card .tootbar ._blue {
    color: #05dc5d;
}

.compare-card .info_company_card {
    background-color: #ebf2f4;
    padding: 10px;
    margin-bottom: 10px;
}

.compare-card .info_company_card .bank-name {
    display: block;
    font-size: 18px;
    padding: 10px 0;
}

.compare-card .info_company_card .bank-description:before,
.compare-card .info_company_card .bank-description:after {
    content: "";
    display: table;
}

.compare-card .info_company_card .bank-description:after {
    clear: both;
}

.compare-card .info_company_card .list-check {
    float: left;
    width: calc(100% - 190px);
    width: -moz-calc(100% - 190px);
    width: -webkit-calc(100% - 190px);
    width: -o-calc(100% - 190px);
}

@media (max-width: 639px) {
    .compare-card .info_company_card .list-check {
        float: none;
        width: 100%;
    }
}

.compare-card .info_company_card .img-bank {
    float: right;
    width: 170px;
}

@media (max-width: 639px) {
    .compare-card .info_company_card .img-bank {
        float: none;
        margin: 0 auto 10px;
        width: 100px;
    }
}

.compare-card .tb_filter_step {
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    border-radius: 3px;
}

.compare-card .nav {
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: none;
}

.compare-card .nav li {
    margin-bottom: 0;
    border-right: 1px solid #ddd;
}

@media (max-width: 479px) {
    .compare-card .nav li {
        font-size: 11px;
        border-right: none;
    }

    .compare-card .nav li li {
        border-left: 1px solid #ddd;
    }
}

.compare-card .nav li a {
    border: none !important;
    margin: 0;
    background-color: transparent;
    color: #333;
}

.compare-card .nav li.active a {
    background-color: #E5ECF3;
    color: #333;
}

.filte-company-card {
    background-color: #f7f8fa;
    margin-top: 15px;
    margin-bottom: 15px;
}

.filte-company-card .block-title {
    display: block;
    background-color: #e2e6f2;
    color: #555;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.filte-company-card .block-content {
    padding: 10px;
}

.filte-company-card .form-group {
    font-size: 12px;
    color: #555555;
}

.filte-company-card .form-group label.label {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
    text-align: left;
}

.filte-company-card .form-group .control label {
    font-weight: normal;
    cursor: pointer;
}

.block-compare {
    padding: 15px;
    background-color: #f0f0f0;
    margin-top: 15px;
}

.compare-mini {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 15px;
    text-align: center;
}

.compare-mini ul li {
    display: inline-block;
    vertical-align: text-top;
    padding: 0 10px;
}

@media (max-width: 979px) {
    .compare-mini ul li:nth-child(4) {
        display: none;
    }
}

@media (max-width: 599px) {
    .compare-mini ul li:nth-child(3) {
        /*display: none;*/
    }
}

.compare-mini .item {
    width: 175px;
    border: 2px solid #055699;
    background-color: #fff;
    text-align: center;
    padding: 10px 5px;
    height: 80px;
    position: relative;
}

.compare-mini .item .remove {
    position: absolute;
    top: -6px;
    right: -6px;
    display: block;
    color: red;
    font-size: 28px;
    background-color: #f85665;
    color: #fff;
    width: 17px;
    line-height: 12px;
    height: 17px;
    border-radius: 100%;
}

.compare-mini .item .remove .fa {
    display: block;
}

.compare-mini .item .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compare-mini .item .des {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}

.compare-mini .item .info {
    display: block;
}

.compare-mini .item .info small {
    font-size: 9px;
}

.compare-mini .empty {
    border: 2px solid #FFF;
    color: #FFF;
    text-align: center;
    padding: 10px 5px;
    height: 80px;
    width: 175px;
    padding-top: 30px;
}

.compare-mini .actions {
    height: 80px;
    width: 175px;
    padding-top: 8px;
}

.compare-mini .actions .btn {
    display: inline;
    width: 100%;
    margin-bottom: 5px;
    line-height: 34px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
}

.compare-mini .actions .btn-compare {
    background-color: #4182e8;
    color: #fff;
}

.compare-mini .actions .btn-rep {
    color: #e5666d;
    font-weight: bold;
}

@media (max-width: 979px) {
    .compare-mini .actions,
    .compare-mini .empty,
    .compare-mini .item {
        width: 100%;
    }

    .compare-mini ul:before,
    .compare-mini ul:after {
        content: "";
        display: table;
    }

    .compare-mini ul:after {
        clear: both;
    }

    .compare-mini ul li {
        width: 25%;
        padding: 0 10px;
        float: left;
    }
}

@media (max-width: 599px) {
    .compare-mini {
        padding: 5px;
    }

    .compare-mini .actions,
    .compare-mini .empty,
    .compare-mini .item {
        width: 100%;
        font-size: 10px;
        border-width: 1px;
    }

    .compare-mini ul:before,
    .compare-mini ul:after {
        content: "";
        display: table;
    }

    .compare-mini ul:after {
        clear: both;
    }

    .compare-mini ul li {
        width: 33.33333333%;
        padding: 0 1px;
        float: left;
    }

    .compare-mini .empty {
        padding-top: 10px;
    }

    .compare-mini .item .des,
    .compare-mini .item .info {
        font-size: 10px;
        /*display: none;*/
    }

    .compare-mini .actions .btn {
        font-size: 9px;
        line-height: 16px;
        display: block;
        width: 60%;
        padding: 0 5px;
    }
}

.compare-card-detail {
    margin: 30px 0;
    padding-bottom: 30px;
}

.compare-card-detail .col10-5 {
    float: left;
    width: 20%;
    padding: 0 5px;
    display: block;
    min-height: 1px;
}

.compare-card-detail .compare-card-head {
    padding: 30px 0;
}

.compare-card-detail .compare-card-head .row {
    margin: 0 -5px;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.compare-card-detail .compare-card-head .compare-selection-box {
    height: 100%;
}

.compare-card-detail .compare-selection-box {
    text-align: center;
    min-height: 230px;
    background-color: #fff;
    padding: 6px;
}

.compare-card-detail .compare-selection-box h3 {
    margin: 0;
}

@media (max-width: 979px) {
    .compare-card-detail .compare-selection-box h3 {
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .compare-card-detail .compare-selection-box h3 {
        font-size: 15px;
    }
}

.compare-card-detail .compare-selection-box .remove {
    color: #333;
    margin: 4px 10px 0 0;
}

.compare-card-detail .compare-selection-box .price-box {
    display: inline-block;
}

.compare-card-detail .compare-selection-box .price-box .price {
    font-size: 20px;
    padding-left: 5px;
}

.compare-card-detail .compare-selection-box .price-box .price small {
    font-size: 11px;
}

.compare-card-detail .compare-selection-box .total {
    font-weight: bold;
    color: #356cd1;
    text-align: left;
}

.compare-card-detail .compare-selection-box .total span {
    color: #000;
}

.compare-card-detail .compare-selection-box .fa-circle._blue {
    color: #356cd1;
}

.compare-card-detail .compare-selection-box .fa-circle._yalow {
    color: #faff00;
}

.compare-card-detail .compare-selection-box .price-info {
    position: relative;
    padding-left: 12px;
    font-size: 10px;
    text-align: left;
}

.compare-card-detail .compare-selection-box .price-info .fa {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 10px;
}

.compare-card-detail .compare-selection-box .des {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.compare-card-detail .compare-selection-box p {
    margin-bottom: 6px;
}

.compare-card-detail .compare-selection-box .btn-add {
    display: block;
    text-align: center;
    width: 100%;
    margin: 100px 0 0;
    background-color: #ddd;
    border-radius: 3px;
    padding: 8px 2px;
    white-space: normal;
    line-height: 24px;
}

.compare-card-detail .compare-selection-box .btn-chechout {
    background-color: #05db5c;
    display: block;
    border-radius: 3px;
    color: #fff;
    border: none;
    line-height: 36px;
    text-align: center;
    width: 100%;
    padding: 0 4px;
}

.compare-card-detail .compare-selection-box .btn-chechout:hover,
.compare-card-detail .compare-selection-box .btn-chechout:focus {
    background-color: #03903d;
    color: #fff;
}

@media (max-width: 979px) {
    .compare-card-detail .compare-selection-box .col-xs-6 {
        width: 100%;
    }
}

.compare-card-detail .panel-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}

.compare-card-detail .panel-default > .panel-heading {
    background-color: #356cd1;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.compare-card-detail .panel-default > .panel-heading a {
    display: block;
    color: #fff;
}

.compare-card-detail .panel-default > .panel-heading a:before {
    content: "-";
    border: 1px solid #fff;
    width: 20px;
    text-align: center;
    line-height: 18px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
}

.compare-card-detail .panel-default > .panel-heading a.collapsed:before {
    content: "+";
}

.compare-card-detail .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

.compare-card-detail table {
    font-size: 13px;
    width: 100%;
    border-spacing: 10px 0px;
    border-collapse: separate;
}

.compare-card-detail table tbody tr td,
.compare-card-detail table tbody tr th {
    width: 20%;
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    text-align: center;
    background-color: #fff;
}

.compare-card-detail table tbody tr .t-label {
    vertical-align: middle;
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
    background-color: transparent;
}

.compare-card-detail table tbody tr:first-child td,
.compare-card-detail table tbody tr:first-child th {
    border-top: none;
}

.compare-card-detail .fa-times {
    color: red;
}

.compare-card-detail .fa-check {
    color: #05db5c;
}

.compare-card-detail .fa-gift {
    color: #356cd1;
}

@media (max-width: 979px) {
    .compare-card-detail .col10-5 {
        width: 25%;
    }

    .compare-card-detail .item-compare-4 {
        /*display: none;*/
    }
}

@media (max-width: 599px) {
    .compare-card-detail .row {
        margin: 0 -3px;
    }

    .compare-card-detail .col10-5 {
        width: 50%;
        padding: 0 3px;
    }

    .compare-card-detail .item-compare-3 {
        /*display: none;*/
    }

    .compare-card-detail table {
        font-size: 11px;
    }

    .compare-card-detail table tbody tr th,
    .compare-card-detail table tbody tr td {
        padding: 10px 3px;
    }

    .compare-card-detail .compare-selection-box {
        font-size: 11px;
    }

    .compare-card-detail .compare-selection-box .btn-chechout {
        font-size: 10px;
        white-space: normal;
        line-height: 1.2;
        padding: 10px 5px;
    }

    .item-cart-carousel .img {
        max-width: 150px;
    }

    .item-cart-carousel .sosanh {
        float: right;
        width: auto;
    }
}

.compare-card-item {
    padding: 40px 0;
}

.compare-card-item .panel-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.compare-card-item .panel-default > .panel-heading {
    background-color: #356cd1;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
}

.compare-card-item .panel-default > .panel-heading a {
    display: block;
    color: #fff;
    position: relative;
}

.compare-card-item .panel-default > .panel-heading a:before {
    content: "\f0d7";
    font-family: "FontAwesome";
    width: 20px;
    text-align: center;
    line-height: 18px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.compare-card-item .panel-default > .panel-heading a.collapsed:before {
    content: "\f0d8";
}

.compare-card-item .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.compare-card-item .panel-group {
    background-color: #fff;
    padding: 15px;
}

.compare-card-item .item-info {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}

.compare-card-item .item-info p {
    margin-bottom: 6px;
}

.compare-card-item .item-info .price {
    font-size: 24px;
}

.compare-card-item .item-info .price small {
    font-size: 11px;
}

.compare-card-item .item-info .total {
    font-weight: bold;
    color: #356cd1;
    text-align: left;
}

.compare-card-item .item-info .total span {
    color: #000;
}

.compare-card-item .item-info .fa-circle._blue {
    color: #356cd1;
}

.compare-card-item .item-info .fa-circle._yalow {
    color: #faff00;
}

.compare-card-item .item-info .price-info {
    position: relative;
    padding-left: 12px;
    font-size: 10px;
    text-align: left;
}

.compare-card-item .item-info .price-info .fa {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 10px;
}

.compare-card-item .item-info .sale {
    background-color: red;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding: 0 5px;
    float: left;
    position: relative;
    top: -10px;
    left: -5px;
}

.compare-card-item .item-info .item-info-hed {
    padding: 10px;
    position: relative;
    clear: both;
}

.compare-card-item .item-info .item-info-hed .detai {
    padding-right: 70px;
    position: relative;
    min-height: 80px;
}

.compare-card-item .item-info .item-info-bottom {
    border-top: 1px solid #ccc;
    padding: 10px;
}

.compare-card-item .item-info .item-info-bottom .gift {
    color: red;
}

.compare-card-item .item-info .item-info-bottom .gift .fa {
    color: #356cd1;
}

.compare-card-item .item-info .btn-addcard {
    background-color: #05db5c;
    display: block;
    border-radius: 3px;
    color: #fff;
    border: none;
    line-height: 36px;
    text-align: center;
    width: 100%;
    padding: 0 4px;
}

.compare-card-item .item-info .btn-addcard:hover,
.compare-card-item .item-info .btn-addcard:focus {
    background-color: #03903d;
    color: #fff;
}

.compare-card-item .item-info .btn-addcard.text-uppercase {
    text-transform: uppercase;
}

.compare-card-item .item-info h3 {
    margin-top: 0;
}

.compare-card-item .item-info .btn-compare {
    width: 60px;
    height: 60px;
    line-height: 1;
    text-align: center;
    border: 1px solid #035797;
    border-radius: 100%;
    display: inline-block;
    color: #035797;
    padding-top: 15px;
    white-space: normal;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.compare-card-item .item-info .btn-compare:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
}

.compare-card-item .item-info .btn-compare:not(._active):hover:before {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    background-image: url(../images/icon/check.png);
}

.compare-card-item .item-info .btn-compare._active {
    font-size: 0;
    background-color: #035797;
}

.compare-card-item .item-info .btn-compare._active:before {
    background-image: url(../images/icon/check-active.png);
}

.compare-card-item table.table tr td,
.compare-card-item table.table tr th {
    border: none;
    text-align: right;
}

.compare-card-item table.table tr .t-label {
    text-align: left;
}

@media (max-width: 979px) {
    .compare-card-item table.table tr .item-compare-4 {
        display: none;
    }
}

@media (max-width: 599px) {
    .compare-card-item table.table tr {
        font-size: 11px;
    }

    .compare-card-item table.table tr .item-compare-3 {
        display: none;
    }

    .compare-card-item table.table tr th,
    .compare-card-item table.table tr td {
        padding: 10px 3px;
    }
}

.tb_filter_step._opt2 {
    float: left;
    width: 33.33333333%;
    padding: 0 15px;
    border: none;
    margin-bottom: 30px;
}

.tb_filter_step._opt2:nth-child(3n+1) {
    clear: both;
}

@media (max-width: 767px) {
    .tb_filter_step._opt2 {
        width: 50%;
    }

    .tb_filter_step._opt2:nth-child(n) {
        clear: none;
    }

    .tb_filter_step._opt2:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 479px) {
    .tb_filter_step._opt2 {
        width: 100%;
    }

    .tb_filter_step._opt2:nth-child(n) {
        clear: none;
    }

    .tb_filter_step._opt2:nth-child(2n+1) {
        clear: both;
    }
}

.tb_filter_step._opt2 .tb_filter-top {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.tb_filter_step._opt2 .label-sale {
    background-color: #fc5b6c;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 10px;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    left: -3px;
}

.tb_filter_step._opt2 .item-cart-carousel {
    padding: 0;
}

.tb_filter_step._opt2 .item-cart-carousel .img,
.tb_filter_step._opt2 .item-cart-carousel .sosanh,
.tb_filter_step._opt2 .item-cart-carousel .detail,
.tb_filter_step._opt2 .item-cart-carousel .actions {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    padding: 0 10px;
}

.tb_filter_step._opt2 .item-cart-carousel .img .name {
    padding-right: 65px;
    position: relative;
    min-height: 65px;
}

.tb_filter_step._opt2 .item-cart-carousel .img .sosanh {
    position: absolute;
    top: 0;
    right: 0;
}

.tb_filter_step._opt2 .item-cart-carousel .img .photo {
    display: block;
}

.tb_filter_step._opt2 .item-cart-carousel .img .photo img {
    display: block;
    width: 100%;
    height: 140px;
}

.tb_filter_step._opt2 .item-cart-carousel .img .photo-cart img {
    max-height: 36px;
    display: inline-block;
    max-width: 50px;
}

.tb_filter_step._opt2 .item-cart-carousel .img ._color-blue {
    color: blue;
}

.tb_filter_step._opt2 .item-cart-carousel .detail {
    margin: 0;
}

.tb_filter_step._opt2 .item-cart-carousel .detail .subtitle {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 5px -10px 0;
    padding: 2px 10px 5px;
    color: #fc5b6c;
}

.tb_filter_step._opt2 .item-cart-carousel .item-price {
    padding: 3px 10px;
    position: relative;
}

.tb_filter_step._opt2 .item-cart-carousel .item-price .price {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
}

.tb_filter_step._opt2 .item-cart-carousel .item-price .price._blue {
    color: blue;
}

.tb_filter_step._opt2 .item-cart-carousel .item-price .price._blue span {
    color: #333333;
}

.tb_filter_step._opt2 .item-cart-carousel .actions {
    margin: 0;
}

.tb_filter_step._opt2 .item-cart-carousel .actions .btn {
    white-space: normal;
    display: block;
    width: 100%;
    min-width: 0;
    line-height: 1.2;
    padding: 10px 5px;
}

.page-login {
    background-color: #ECECF1;
    padding: 35px 0 48px;
}

.page-login .row {
    margin: 0 -8px;
}

.page-login [class*="col-md"],
.page-login [class*="col-sm"] {
    padding: 0 8px;
}

@media (min-width: 768px) {
    .page-login > .container > .row {
        display: -webkit-flex;
        display: flex;
        flex: 1 1 0;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: stretch;
        align-items: stretch;
    }
}

.page-login .img {
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/media/bg-login.jpg);
    height: 100%;
}

.page-login .img img {
    display: none;
}

@media (max-width: 767px) {
    .page-login .img {
        background-image: none;
    }

    .page-login .img img {
        display: block;
    }
}

.page-login .block-content {
    padding: 15px 25px 20px 25px;
    min-height: 400px;
}

.page-login .block-content .title {
    margin-bottom: 15px;
}

.page-login .form-login {
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #fff;
    height: 100%;
}

@media (max-width: 767px) {
    .page-login .form-login {
        margin-bottom: 30px;
    }
}

.page-login .block-title {
    padding: 8px 15px;
    line-height: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.page-login .block-title:before,
.page-login .block-title:after {
    content: "";
    display: table;
}

.page-login .block-title:after {
    clear: both;
}

.page-login .block-title .title {
    display: block;
    float: left;
    text-transform: uppercase;
}

.page-login .block-title .link {
    display: block;
    float: right;
    text-decoration: underline;
}

.page-login .form-control {
    height: 32px;
    border-radius: 5px;
    padding-left: 12px;
    font-size: 13px;
}

.page-login .form-control:focus {
    border-color: #055699;
}

.page-login select.form-control,
.page-login select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right 11px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/arrow-select.png);
    padding-right: 22px;
}

.page-login select::-ms-expand {
    display: none;
}

.page-login .form-group {
    margin-bottom: 20px;
}

.page-login .validation-failed {
    color: red;
    font-size: 13px;
}

.page-login label {
    font-weight: normal;
    font-style: 14px;
}

.page-login .radio,
.page-login .checkbox {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 13px;
}

.page-login .checkbox label {
    padding: 0;
}

.page-login input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.page-login input[type="radio"] + span {
    display: inline-block;
}

.page-login input[type="radio"] + span:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    border: 1px solid #ccc;
    padding: 2px;
    background-clip: content-box !important;
    -moz-background-clip: content-box !important;
    -webkit-background-clip: content-box !important;
    margin-right: 12px;
    vertical-align: middle;
}

.page-login input[type="radio"]:checked + span:before {
    border: 1px solid #055699;
    background-color: #055699;
}

.page-login input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.page-login input[type="checkbox"] + span {
    display: inline-block;
}

.page-login input[type="checkbox"] + span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #ddd;
    border-radius: 3px;
    margin-right: 12px;
    vertical-align: middle;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}

.page-login input[type="checkbox"]:checked + span:before {
    background-color: #055699;
    background-image: url('../images/icon/check-active.png');
}

.page-login .btn {
    display: block;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    text-transform: uppercase;
    width: 100%;
    background-color: #22b14c;
}

.page-login .btn:hover {
    background-color: #167130;
}

.page-login .block-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    line-height: 30px;
    padding: 8px 25px;
    text-align: center;
}

.page-login .block-bottom:before,
.page-login .block-bottom:after {
    content: "";
    display: table;
}

.page-login .block-bottom:after {
    clear: both;
}

.page-login .block-bottom a {
    text-decoration: underline;
}

.page-login .ForgetPass {
    font-size: 13px;
}

.page-login .ForgetPass:before,
.page-login .ForgetPass:after {
    content: "";
    display: table;
}

.page-login .ForgetPass:after {
    clear: both;
}

.page-login .ForgetPass .checkbox {
    float: left;
}

.page-login .ForgetPass .link {
    float: right;
}

@media (max-width: 991px) {
    .page-login label.sublabel {
        display: block;
    }
}

.page-thongke {
    background-color: #ECECF1;
    padding: 35px 0 48px;
}

.page-thongke img {
    max-width: 100%;
}

.box-thongke {
    background-color: #fff;
    padding: 0 25px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 30px;
}

.box-thongke .block-title {
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    line-height: 30px;
    padding: 12px 0;
    font-size: 18px;
}

.box-thongke .block-content {
    padding: 20px 0;
}

.box-thongke .item-servi {
    color: #666;
    margin: 15px 0;
}

.box-thongke .item-servi .title {
    display: block;
    color: #000;
}

.box-thongke .form-filter {
    margin-bottom: 10px;
}

.box-thongke .form-filter .form-control {
    display: block;
    width: 100%;
    height: 42px;
    border-radius: 3px;
    margin-bottom: 10px;
    border-color: #cbcbcb;
}

.box-thongke .form-filter .form-control:focus {
    border-color: #8d7569;
}

.box-thongke .form-filter .form-control.disable {
    background-color: #eeeeee;
}

.box-thongke .form-filter select.form-control,
.box-thongke .form-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right 4px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/arrow_drop_down.png);
    padding-right: 24px;
}

.box-thongke .form-filter select::-ms-expand {
    display: none;
}

@media (max-width: 767px) {
    .box-thongke .form-filter {
        margin: 0 -5px;
    }

    .box-thongke .form-filter [class*="col-md"],
    .box-thongke .form-filter [class*="col-sm"],
    .box-thongke .form-filter [class*="col-xs"] {
        padding: 0 5px;
    }
}

@media (max-width: 479px) {
    .box-thongke .form-filter [class*="col-md"],
    .box-thongke .form-filter [class*="col-sm"],
    .box-thongke .form-filter [class*="col-xs"] {
        width: 100%;
    }
}

.box-thongke .pagination {
    display: inline-block;
}

.actions-tuvan {
    min-height: 165px;
    padding-top: 30px;
    padding-bottom: 5px;
}

.actions-tuvan .btn {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    border: none;
    background-color: #22b14c;
    padding: 0;
    margin-bottom: 25px;
}

.actions-tuvan .btn:hover {
    background-color: #167130;
}

.table-ds {
    color: #86878b;
}

.table-ds table {
    border-bottom: 1px solid #e6e6e6;
}

.table-ds thead tr,
.table-ds tbody tr {
    height: 100%;
}

.table-ds thead tr td,
.table-ds tbody tr td,
.table-ds thead tr th,
.table-ds tbody tr th {
    padding: 8px 15px 8px 0;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}

.table-ds thead tr td > div,
.table-ds tbody tr td > div,
.table-ds thead tr th > div,
.table-ds tbody tr th > div {
    border-right: 1px solid #e7e7e7;
    height: 100%;
    padding-right: 15px;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.table-ds thead tr td:last-child,
.table-ds tbody tr td:last-child,
.table-ds thead tr th:last-child,
.table-ds tbody tr th:last-child {
    padding-right: 0;
}

.table-ds thead tr td,
.table-ds thead tr th {
    white-space: nowrap;
    vertical-align: top;
    text-align: center;
}

.table-ds .detail {
    display: -webkit-flex;
    display: flex;
    flex: 1 1 0;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
}

.table-ds .detail .info {
    padding-left: 25px;
}

.table-ds hr {
    margin: 5px 0;
    display: block;
    height: 1px;
    width: 100%;
}

.table-ds .badge {
    background-color: #62b8d1;
    border-radius: 3px;
    line-height: 20px;
    padding: 0 9px;
    font-size: 12px;
    display: inline-block;
}

.table-ds .badge1 {
    background-color: #62b8d1;
}

.table-ds .badge2 {
    background-color: #0557ad;
}

.table-ds .badge3 {
    background-color: #f11924;
}

.table-ds .btn {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: transparent;
    color: #ccc;
    font-size: 13px;
    font-weight: normal;
    height: 26px;
    line-height: 24px;
}

.table-ds a.btn {
    line-height: 26px;
}

.table-ds .btn1 {
    border-color: #5bc0de;
    color: #5bc0de;
}

.table-ds .btn2 {
    border-color: #6aaa78;
    color: #6aaa78;
}

.table-ds .btn3 {
    border-color: #d9534f;
    color: #d9534f;
}

.table-ds .btn3:hover {
    color: #d9534f !important;
}

.table-ds .images {
    width: 35px;
}

@media (max-width: 767px) {
    .servi {
        margin: 0 -5px;
    }

    .servi [class*="col-md"],
    .servi [class*="col-sm"],
    .servi [class*="col-xs"] {
        padding: 0 5px;
    }
}

@media (max-width: 479px) {
    .servi [class*="col-md"],
    .servi [class*="col-sm"],
    .servi [class*="col-xs"] {
        width: 100%;
    }
}

/*==========================================================

	10. HOME PAGE

==========================================================*/
.block-dt {
    padding: 20px 30px 0;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}

.block-dt .heading-opt1 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.block-dt .ow-dt {
    margin-bottom: 30px;
}

.block-dt .item {
    line-height: 60px;
    text-align: center;
}

.block-dt .item img {
    width: auto;
    margin: auto;
    display: inline;
}

.block-dt2 {
    padding: 20px 0px 0;
    margin-bottom: 30px;
}

.block-dt2 .item {
    line-height: 70px;
    text-align: center;
}

.block-dt2 .item img {
    width: auto;
    margin: auto;
    display: inline;
}

.block-dt2 .block-content {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px 20px;
}

.block-dt .item,
.block-dt2 .item {
    text-align: center;
}

.block-dt .item img,
.block-dt2 .item img {
    width: auto;
    margin: auto;
    display: inline;
}

.block-dt .item:hover img,
.block-dt2 .item:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.block-dt .owl-nav,
.block-dt2 .owl-nav {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.block-dt .owl-nav.disabled,
.block-dt2 .owl-nav.disabled {
    display: block;
}

.block-dt .owl-nav .owl-prev,
.block-dt2 .owl-nav .owl-prev,
.block-dt .owl-nav .owl-next,
.block-dt2 .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
}

.block-dt .owl-nav .owl-prev:before,
.block-dt2 .owl-nav .owl-prev:before,
.block-dt .owl-nav .owl-next:before,
.block-dt2 .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}

.block-dt .owl-nav .owl-prev:hover,
.block-dt2 .owl-nav .owl-prev:hover,
.block-dt .owl-nav .owl-next:hover,
.block-dt2 .owl-nav .owl-next:hover {
    color: #055699;
}

.block-dt .owl-nav .owl-prev,
.block-dt2 .owl-nav .owl-prev {
    left: -20px;
}

.block-dt .owl-nav .owl-prev:before,
.block-dt2 .owl-nav .owl-prev:before {
    content: "\f053";
}

.block-dt .owl-nav .owl-next,
.block-dt2 .owl-nav .owl-next {
    right: -20px;
}

.block-dt .owl-nav .owl-next:before,
.block-dt2 .owl-nav .owl-next:before {
    content: "\f054";
}

.block-dt:hover .owl-nav,
.block-dt2:hover .owl-nav {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.block-soSanhSp {
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.block-soSanhSp .block-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 3px 3px 0 0;
    padding: 10px;
}

.block-soSanhSp .block-title span {
    color: #34884a;
    display: block;
}

.block-soSanhSp .block-content {
    padding: 14px 10px;
}

.block-soSanhSp .block-content ul:before,
.block-soSanhSp .block-content ul:after {
    content: "";
    display: table;
}

.block-soSanhSp .block-content ul:after {
    clear: both;
}

.block-soSanhSp .block-content li {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 13px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #3e3e3e;
}

.block-soSanhSp .block-content li a {
    color: #3e3e3e;
}

.block-soSanhSp .block-content li a:hover {
    color: #34884a;
}

.block-soSanhSp .block-content .icon {
    display: block;
    margin-bottom: 5px;
}

.block-search-top {
    margin-bottom: 10px;
}

.block-search-top:before,
.block-search-top:after {
    content: "";
    display: table;
}

.block-search-top:after {
    clear: both;
}

.block-search-top .form-control {
    height: 33px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    float: left;
    margin-right: 8px;
    font-size: 13px;
    margin-bottom: 8px;
}

.block-search-top .input-search {
    width: calc(100% - 231px);
    width: -moz-calc(100% - 231px);
    width: -webkit-calc(100% - 231px);
    width: -o-calc(100% - 231px);
}

.block-search-top .cat-search {
    width: 130px;
}

.block-search-top .btn-search {
    width: 85px;
    background-color: #055699;
    color: #fff;
    height: 33px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    float: left;
    padding: 0 5px;
}

.block-search-top .btn-search:hover {
    background-color: #032c4f;
}

@media (max-width: 479px) {
    .block-search-top .form-control,
    .block-search-top .input-search,
    .block-search-top .cat-search,
    .block-search-top .btn-search {
        width: 100%;
        display: block;
    }
}

.block-postTop .post-item {
    margin-bottom: 13px;
}

.block-postTop .post-item:before,
.block-postTop .post-item:after {
    content: "";
    display: table;
}

.block-postTop .post-item:after {
    clear: both;
}

.block-postTop .post-item .photo {
    width: 205px;
    height: 161px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.block-postTop .post-item .photo img {
    display: none;
}

@media (max-width: 479px) {
    .block-postTop .post-item .photo {
        width: 100%;
        clear: both;
        float: none;
    }
}

.block-postTop .post-item .detail {
    float: left;
    width: calc(100% - 205px);
    width: -moz-calc(100% - 205px);
    width: -webkit-calc(100% - 205px);
    width: -o-calc(100% - 205px);
    padding-left: 10px;
}

@media (max-width: 479px) {
    .block-postTop .post-item .detail {
        width: 100%;
        clear: both;
        float: none;
        padding-top: 10px;
        padding-left: 0;
    }
}

.block-postTop .post-item .title {
    display: block;
    color: #055699;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.block-postTop .post-item .title a {
    color: #055699;
}

.block-postTop .post-item .des {
    font-size: 13px;
    display: block;
    max-height: 76px;
    overflow: hidden;
}

.block-postTop .list-post {
    border: 1px solid #e5e5e5;
}

.block-postTop .list-post li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 39px;
    font-size: 13px;
    font-weight: bold;
    color: #055699;
    list-style: disc;
    display: list-item;
    list-style-position: inside;
    padding: 0 5px 0 15px;
}

.block-postTop .list-post li + li {
    border-top: 1px solid #e5e5e5;
}

.block-postTop .list-post li a {
    color: #055699;
}

.block-postTop .list-post li a:hover {
    color: #000;
}

.block-linkSearch {
    border-radius: 3px;
    margin-bottom: 20px;
    background-color: #f4f5f7;
    border: 1px solid #e0e1e2;
    padding-top: 13px;
}

.block-linkSearch:before,
.block-linkSearch:after {
    content: "";
    display: table;
}

.block-linkSearch:after {
    clear: both;
}

.block-linkSearch ul:before,
.block-linkSearch ul:after {
    content: "";
    display: table;
}

.block-linkSearch ul:after {
    clear: both;
}

.block-linkSearch li {
    margin-bottom: 13px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    overflow: hidden;
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
    display: table;
}

.block-linkSearch li:before,
.block-linkSearch li:after {
    content: "";
    display: table;
}

.block-linkSearch li:after {
    clear: both;
}

.block-linkSearch li:nth-child(3n+1) {
    clear: both;
}

@media (max-width: 639px) {
    .block-linkSearch li {
        width: 50%;
    }

    .block-linkSearch li:nth-child(3n+1) {
        clear: none;
    }

    .block-linkSearch li:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 479px) {
    .block-linkSearch li {
        width: 100%;
    }
}

.block-linkSearch li a {
    color: #000;
}

.block-linkSearch li a:hover {
    color: #055699;
}

.block-linkSearch li .icon {
    width: 47px;
}

.block-linkSearch li .icon img {
    max-height: 47px;
    max-width: 47px;
    margin-right: 10px;
    display: block;
}

.block-linkSearch li .text,
.block-linkSearch li .icon {
    display: table-cell;
    vertical-align: middle;
}

.block-panel1 {
    margin-bottom: 15px;
}

.block-panel1 .block-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -1px;
}

.block-panel1 .block-title .title {
    display: inline-block;
    background-color: #055699;
    color: #fff;
    border-radius: 5px 5px 0 0;
    line-height: 35px;
    padding: 0 17px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

@media (max-width: 479px) {
    .block-panel1 .block-title .title {
        padding: 0 5px;
        display: block;
    }
}

.block-panel1 .block-content {
    border: 1px solid #e6e6e6;
}

.block-panel1 .block-content li {
    padding: 15px 8px 12px 10px;
}

.block-panel1 .block-content li + li {
    border-top: 1px solid #e6e6e6;
}

.block-panel2 {
    margin-bottom: 13px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background-color: #f4f5f7;
}

.block-panel2 .block-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -1px;
    border-bottom: 1px solid #e6e6e6;
}

.block-panel2 .block-title .title {
    display: block;
    background-color: #055699;
    color: #fff;
    border-radius: 5px 5px 0 0;
    line-height: 35px;
    padding: 0 5px 0 17px;
}

@media (max-width: 479px) {
    .block-panel2 .block-title .title {
        padding: 0 5px;
    }
}

.block-panel2 .block-content {
    padding: 10px;
}

.block-panel2 .block-content li {
    color: #055699;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 13px;
    padding: 6px 0;
}

.block-panel2 .block-content li + li {
    border-top: 1px dotted #e6e6e6;
}

.block-panel2 .block-content li a {
    color: #000;
}

.block-panel2 .block-content li a:hover {
    color: #055699;
}

.block-panel3 {
    margin-bottom: 13px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.block-panel3 .block-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -1px;
    border-bottom: 1px solid #e6e6e6;
}

.block-panel3 .block-title .title {
    display: block;
    background-color: #055699;
    color: #fff;
    border-radius: 5px 5px 0 0;
    line-height: 35px;
    padding: 0 5px 0 17px;
}

.block-panel3 .block-content {
    padding: 10px;
}

.block-panel3 .block-content li {
    color: #055699;
    display: block;
    font-size: 13px;
    padding: 6px 0;
}

.block-panel3 .block-content li + li {
    border-top: 1px dotted #e6e6e6;
}

.block-panel3 .block-content li a {
    color: #000;
}

.block-panel3 .block-content li a:hover {
    color: #055699;
}

.block-banner img {
    display: block;
    width: 100%;
    margin-bottom: 13px;
}

.block-dkTuvan li {
    overflow: hidden;
}

.block-dkTuvan li:before,
.block-dkTuvan li:after {
    content: "";
    display: table;
}

.block-dkTuvan li:after {
    clear: both;
}

.block-dkTuvan .avata {
    float: left;
    width: 70px;
    margin-right: 10px;
}

.block-dkTuvan .avata img {
    width: 70px;
    height: 70px;
    border-right: 100%;
    display: block;
    margin: auto;
}

.block-dkTuvan .avata span {
    display: block;
    background-color: #59a0da;
    color: #fff;
    line-height: 17px;
    padding: 0 5px;
    font-size: 10px;
    text-align: center;
    position: relative;
    top: -10px;
}

.block-dkTuvan .detail {
    overflow: hidden;
    padding-top: 10px;
    font-size: 13px;
}

.block-dkTuvan .detail .name {
    display: block;
    text-transform: capitalize;
}

.block-dkTuvan .detail .nv {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.block-dkTuvan .detail .btn {
    background-color: #34884a;
    line-height: 24px;
    color: #fff;
    display: block;
    padding: 0 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    max-width: 200px;
}

.block-dkTuvan .detail .btn:hover {
    color: #fff;
    background-color: #1f512c;
}

.block-formsosanh {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}

@media (max-width: 991px) {
    .block-formsosanh {
        height: 400px;
    }
}

.block-formsosanh .box-container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 18px 30px;
    max-width: 1068px;
    margin: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

@media (max-width: 991px) {
    .block-formsosanh .box-container {
        left: 15px;
        right: 15px;
        width: auto;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

.block-formsosanh .block-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}

@media (max-width: 639px) {
    .block-formsosanh .block-title {
        font-size: 15px;
    }
}

.block-formsosanh select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right 11px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/arrow-select.png);
    padding-right: 22px;
    padding-left: 44px;
}

.block-formsosanh select.form-control option {
    padding-top: 3px;
    padding-bottom: 3px;
}

.block-formsosanh select::-ms-expand {
    display: none;
}

.block-formsosanh .form-control {
    height: 44px;
    border-radius: 3px;
}

.block-formsosanh .form-control::-moz-placeholder {
    color: #666666;
    opacity: 1;
}

.block-formsosanh .form-control:-ms-input-placeholder {
    color: #666666;
}

.block-formsosanh .form-control::-webkit-input-placeholder {
    color: #666666;
}

.block-formsosanh .form-group {
    position: relative;
    margin-bottom: 10px;
}

.block-formsosanh .form-group label {
    position: absolute;
    top: 0;
    left: 10px;
    color: #666;
    font-size: 20px;
    line-height: 44px;
    padding: 0;
    z-index: 10;
}

.block-formsosanh .col-md-4,
.block-formsosanh .col-md-3,
.block-formsosanh .col-md-2 {
    padding: 0 3px;
}

.block-formsosanh .row {
    margin: 0 -3px;
}

.block-formsosanh .btn {
    background-color: #22b14c;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 0;
    height: 44px;
}

.block-formsosanh .btn:hover,
.block-formsosanh .btn:focus {
    background-color: #167130;
    color: #fff;
}

.block-formsosanh a.btn {
    height: auto;
    line-height: 42px;
}

.block-formsosanh .block-slide-once .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .block-formsosanh .block-slide-once .item {
        height: 400px;
    }
}

.block-formsosanh .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
}

.block-formsosanh .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    margin: 0 5px 5px 0;
    background-color: #fff;
}

.block-formsosanh .owl-dots .owl-dot.active {
    background-color: #999;
}

@media (max-width: 767px) {
    .block-formsosanh .owl-dots {
        bottom: 10px;
    }
}

.block-brand {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 45px;
}

@media (max-width: 639px) {
    .block-brand {
        padding: 0 20px;
    }
}

.block-brand .block-title {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-bottom: 18px;
}

.block-brand .owl-nav .owl-prev,
.block-brand .owl-nav .owl-next {
    height: 60px;
    width: 25px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    overflow: hidden;
}

.block-brand .owl-nav .owl-prev:before,
.block-brand .owl-nav .owl-next:before,
.block-brand .owl-nav .owl-prev:after,
.block-brand .owl-nav .owl-next:after {
    content: "";
    width: 2px;
    height: 100px;
    background-color: #fff;
    position: absolute;
}

@media (max-width: 639px) {
    .block-brand .owl-nav .owl-prev,
    .block-brand .owl-nav .owl-next {
        width: 20px;
        height: 36px;
        margin-top: -18px;
    }
}

.block-brand .owl-nav .owl-prev {
    left: -45px;
}

@media (max-width: 639px) {
    .block-brand .owl-nav .owl-prev {
        left: -25px;
    }
}

.block-brand .owl-nav .owl-prev:before,
.block-brand .owl-nav .owl-prev:after {
    left: 0;
}

.block-brand .owl-nav .owl-prev:before {
    bottom: 50%;
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.block-brand .owl-nav .owl-prev:after {
    top: 50%;
    -webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    transform: rotate(-36deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.block-brand .owl-nav .owl-next {
    right: -45px;
}

@media (max-width: 639px) {
    .block-brand .owl-nav .owl-next {
        right: -25px;
    }
}

.block-brand .owl-nav .owl-next:before,
.block-brand .owl-nav .owl-next:after {
    right: 0;
}

.block-brand .owl-nav .owl-next:before {
    bottom: 50%;
    -webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    -o-transform: rotate(-36deg);
    transform: rotate(-36deg);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

.block-brand .owl-nav .owl-next:after {
    top: 50%;
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.block-brand .item {
    height: 96px;
    line-height: 94px;
    text-align: center;
}

.block-brand .item img {
    display: inline !important;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.block-dktuvan {
    padding: 0 45px;
    color: #fff;
    margin: 40px 0 40px;
}

@media (max-width: 767px) {
    .block-dktuvan {
        padding: 0;
    }
}

.block-dktuvan .title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.block-dktuvan .btn {
    background-color: #fff;
    padding: 0 15px;
    display: inline-block;
    line-height: 60px;
    border-radius: 7px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0;
}

.block-dktuvan .btn:hover,
.block-dktuvan .btn:focus {
    background-color: #22b14c;
}

.block-dktuvan .box-avata {
    background-color: #fff;
    padding: 15px;
}

.block-dktuvan .box-avata strong {
    display: block;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}

.block-dktuvan ul:before,
.block-dktuvan ul:after {
    content: "";
    display: table;
}

.block-dktuvan ul:after {
    clear: both;
}

.block-dktuvan ul li {
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    height: 50px;
    padding: 0 8px;
}

.block-dktuvan ul li img {
    max-width: 100%;
    max-height: 100%;
    width: 55px;
    height: 55px;
    display: inline-block;
    border-radius: 100%;
}

.block-dktuvan ul li .avata {
    display: block;
}

@media (max-width: 479px) {
    .block-dktuvan ul li {
        width: 25%;
    }

    .block-dktuvan ul li:nth-child(4n+1) {
        clear: both;
    }

    .block-dktuvan ul li img {
        width: 45px;
        height: 45px;
    }
}

.block-abank .block-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 80px;
}

@media (max-width: 767px) {
    .block-abank .block-title {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

.block-abank .item {
    text-align: center;
    max-width: 380px;
    margin: 0 auto 40px;
}

.block-abank .item .icon {
    display: block;
    margin-bottom: 15px;
}

.block-abank .item .icon img {
    height: 115px;
}

.block-abank .item .title {
    display: block;
    color: #006f00;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.block-abank .item1,
.block-abank .item2,
.block-abank .item3 {
    z-index: 5;
}

.block-abank .item1 .icon:after {
    content: "\f105";
    font-family: "FontAwesome";
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: -100%;
    font-size: 20px;
    padding-bottom: 2px;
    color: #006f00;
    padding-right: 70px;
}

.block-abank .item3 .icon:before {
    content: "\f104";
    font-family: "FontAwesome";
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left: -100%;
    font-size: 16px;
    font-size: 20px;
    padding-bottom: 2px;
    color: #006f00;
    padding-left: 70px;
}

.block-abank .item2 {
    z-index: 2;
}

.block-abank .item2 .icon {
    position: relative;
}

.block-abank .item2 .icon:before,
.block-abank .item2 .icon:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #006f00;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.block-abank .item2 .icon:before {
    margin-left: -100%;
}

.block-abank .item2 .icon:after {
    margin-right: -100%;
}

@media (max-width: 767px) {
    .block-abank .item1 .icon:before,
    .block-abank .item2 .icon:before,
    .block-abank .item3 .icon:before,
    .block-abank .item1 .icon:after,
    .block-abank .item2 .icon:after,
    .block-abank .item3 .icon:after {
        content: none;
    }
}

.block-why-abank {
    margin-bottom: 20px;
}

.block-why-abank .block-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 80px;
}

@media (max-width: 767px) {
    .block-why-abank .block-title {
        font-size: 16px;
        margin-bottom: 40px;
    }
}

.block-why-abank .item {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}

.block-why-abank .item .count {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
}

.block-why-abank .item .title {
    display: block;
    min-height: 60px;
}

@media (max-width: 767px) {
    .block-why-abank .item .title {
        min-height: 0;
        margin-bottom: 20px;
    }
}

.block-why-abank .item .btn {
    display: block;
    background-color: #fff;
    line-height: 58px;
    border-radius: 8px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    max-width: 290px;
    margin: 0px auto 20px;
}

.block-why-abank .item .btn:hover,
.block-why-abank .item .btn:focus {
    background-color: #22b14c;
}

.block-vay-abank {
    text-align: center;
    margin-bottom: 30px;
}

.block-vay-abank .block-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 10px;
}

@media (max-width: 767px) {
    .block-vay-abank .block-title {
        font-size: 16px;
    }
}

.block-vay-abank .block-content {
    max-width: 800px;
    margin: auto;
}

.block-vay-abank .btn {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
}

.block-congcu-abank {
    max-width: 980px;
    margin: 60px auto 40px;
}

.block-congcu-abank strong {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .block-congcu-abank strong {
        font-size: 24px;
    }
}

.block-congcu-abank .btn {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: auto;
}

.block-quote {
    max-width: 860px;
    margin: 0 auto 30px;
}

.block-quote .block-title {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    margin: 30px 0 0px;
}

@media (max-width: 767px) {
    .block-quote .block-title {
        font-size: 16px;
    }
}

.block-quote .item {
    padding-top: 20px;
}

.block-quote .item .des {
    background-color: #f3f9fe;
    border: 2px solid #00a664;
    padding: 30px 30px 20px;
    border-radius: 10px;
    line-height: 24px;
    position: relative;
    margin-bottom: 30px;
}

.block-quote .item .des .icon {
    position: absolute;
    font-size: 40px;
    color: #333;
    right: 30px;
    top: -20px;
    width: 56px;
    height: 49px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/quote.png);
    display: block;
}

.block-quote .item .des:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 29px 0 0;
    border-color: #00a664 transparent transparent transparent;
    position: absolute;
    left: 46px;
    bottom: -24px;
    z-index: 3;
}

.block-quote .item .des:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 24px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -22px;
    left: 48px;
    z-index: 5;
}

.block-quote .item .name {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.block-quote .item .info {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .block-quote .item .info {
        padding-left: 0;
    }
}

.block-quote .owl-dots {
    text-align: right;
    position: absolute;
    bottom: 40px;
    right: 0;
}

.block-quote .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
    border-radius: 100%;
    background-color: #333;
}

.block-quote .owl-dots .owl-dot.active {
    background-color: #00a664;
}

@media (max-width: 639px) {
    .block-quote .owl-dots {
        position: static;
        padding-top: 20px;
    }
}

.table-ds .detail {
    width: 100%;
    min-width: 250px;
}

.table-ds .address {
    width: 100%;
    min-width: 200px;
}

.table-ds .detail .info {
    text-align: left;
    display: inline-block;
    margin: 0 auto 0 0;
    float: right;
}

.table-ds thead tr td > div, .table-ds tbody tr td > div, .table-ds thead tr th > div, .table-ds tbody tr th > div {
    min-height: 53px;
}