@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url(bootstrap.css);
@import url(bootstrap-multiselect.css);
@import url(owl.carousel.css);
@import url(font-awesome.css);

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

	1. IMPORT FILES

==========================================================*/
/*
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;


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

	2. GENERAL

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

a {
    color: #055699;
}

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;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

[class^="col-sm"],
[class^="col-md"],
[class^="col-lg"] {
    padding: 0 10px;
}

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

	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: #055699;
}

.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;
}

.btn {
    border-radius: 0;
    text-transform: none;
    font-size: 14px;
    padding: 6px 35px;
    font-family: 'Roboto', 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 {
    line-height: 48px;
    background-color: #03861c;
    color: #fff;
    padding: 0 50px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #03861c;
    margin-bottom: 15px;
}

.btn1:hover,
.btn1:focus {
    background-color: #006e00;
    border-color: #006e00;
    color: #fff;
}

.btn2 {
    line-height: 48px;
    background-color: #fff;
    color: #b3b3b3;
    padding: 0 50px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #f0f1f1;
    margin-bottom: 15px;
}

.btn2:hover,
.btn2:focus {
    background-color: #ae0e1c;
    border-color: #ae0e1c;
    color: #fff;
}

.btn3 {
    line-height: 38px;
    background-color: #03861c;
    color: #fff;
    padding: 0 25px;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #03861c;
    margin-bottom: 15px;
}

.btn3:hover,
.btn3:focus {
    background-color: #006e00;
    border-color: #006e00;
    color: #fff !important;
}

.btn4 {
    color: #666;
    font-size: 13px;
}

.btn4 .fa {
    color: #055699;
}

.btn4:hover,
.btn4:focus {
    color: #055699;
}

.btn4:hover .fa,
.btn4:focus .fa {
    color: #055699;
}

.btn5 {
    height: 36px;
    background-color: #03861c;
    color: #fff;
    padding: 0 25px;
    border: none;
    border-bottom: 3px solid #03861c;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 3px;
}

.btn5:hover,
.btn5:focus {
    background-color: #006e00;
    border-color: #006e00;
    color: #fff !important;
}

.btn6 {
    height: 50px;
    background-color: #03861c;
    color: #fff;
    padding: 0 25px;
    border: none;
    border-bottom: 3px solid #03861c;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 3px;
}

.btn6:hover,
.btn6:focus {
    background-color: #006e00;
    border-color: #006e00;
    color: #fff !important;
}

.btn7 {
    height: 50px;
    background-color: #03861c;
    color: #fff;
    padding: 0 25px;
    border: none;
    border-bottom: 3px solid #006e00;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 3px;
}

.btn7:hover,
.btn7:focus {
    background-color: #006e00;
    border-color: #5a1a25;
    color: #fff;
}

.btn8 {
    height: 36px;
    background-color: #3598db;
    color: #fff;
    padding: 0 12px;
    border: none;
    border-bottom: 3px solid #015b99;
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 3px;
}

.btn8:hover,
.btn8:focus {
    background-color: #1e6fa6;
    border-color: #012e4d;
    color: #fff;
}

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

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

.btn9 {
    line-height: 36px;
    background-color: #f1f1f1;
    color: #055699;
    padding: 0 12px;
    border: 1px solid #e2e6f2;
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
    border-radius: 3px;
}

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

.btn-answer {
    background-color: #399834;
    border-bottom: 3px solid #24571e;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 3px;
    float: right;
    opacity: 0.6;
    color: #fff;
}

.btn-answer:hover {
    color: #fff;
    opacity: 1;
}

.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: #0096d7;
}

.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%;
}

.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

==========================================================*/
/*.block-nav-menu {
    font-family: 'Roboto', sans-serif;
}

.block-nav-menu .ui-menu > li.parent > .toggle-submenu {
    display: none;
}

@media (max-width: 991px) {
    .block-nav-menu .ui-menu > li.parent > .toggle-submenu {
        display: block;
    }
}

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

.site-header {
    background-color: #fff;
}

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

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

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

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

.site-header .header-top .block-search {
    float: right;
    width: 225px;
}

.site-header .header-top .block-search .dropdown-toggle {
    display: none;
}

.site-header .header-top .block-search .box-group {
    position: relative;
    width: 100%;
    padding-right: 35px;
}

.site-header .header-top .block-search .box-group .form-control {
    height: 35px;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
    font-size: 13px;
    color: #000;
}

.site-header .header-top .block-search .box-group .form-control::-moz-placeholder {
    color: #000000;
    opacity: 1;
}

.site-header .header-top .block-search .box-group .form-control:-ms-input-placeholder {
    color: #000000;
}

.site-header .header-top .block-search .box-group .form-control::-webkit-input-placeholder {
    color: #000000;
}

.site-header .header-top .block-search .box-group .btn-search {
    width: 36px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0 3px 3px 0;
    color: #055699;
    background-color: #fff;
    height: 35px;
}

.site-header .header-top .block-search .box-group .btn-search span {
    display: none;
}

.site-header .header-top .block-search .box-group .btn-search:before {
    content: "\f002";
    font-family: "FontAwesome";
}

.site-header .header-top .block-search .box-group .btn-search:hover {
    background-color: #055699;
    color: #fff;
    border-color: #055699;
}

.site-header .myaccount {
    float: right;
    display: block;
    margin-left: 10px;
    font-weight: 500;
    margin-top: 10px;
    clear: right;
}

@media (max-width: 479px) {
    .site-header .myaccount {
        float: none;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }
}

.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 {
    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: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 .hotline {
    background-color: #055699;
    color: #fff;
    text-align: right;
    padding: 4px 0;
    font-size: 13px;
    font-style: italic;
}

.site-header .header-content {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    z-index: 888;
    position: relative;
}

.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 .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;
}

.site-header .block-nav-menu .ui-menu > li {
    cursor: pointer;
    display: block;
}

.site-header .block-nav-menu .ui-menu > li > a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 34px;
    padding: 0 18px;
    color: #333;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
}

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

.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 .submenu ul {
    margin-bottom: 30px;
}

.site-header .block-nav-menu .ui-menu > li .submenu li {
    margin-bottom: 6px;
    display: block;
    line-height: 20px;
}

.site-header .block-nav-menu .ui-menu > li .submenu li a {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    padding: 0 5px;
}

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

.site-header .block-nav-menu .ui-menu > li .submenu .title {
    display: block;
    font-size: 14px;
    color: #555555;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 23px;
    padding: 0 5px;
    margin: 0 0 10px;
}

.site-header .block-nav-menu .ui-menu > li .submenu .title a {
    font-size: 14px;
    color: #555555;
    font-weight: normal;
}

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

.site-header .block-nav-menu .ui-menu > li .submenu .subtitle {
    display: block;
    font-size: 14px;
    color: #555555;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 6px 0;
    margin: 30px 0 0px;
    border-bottom: 1px solid #d3d3d3;
}

.site-header .block-nav-menu .ui-menu > li .submenu .subtitle a {
    font-size: 14px;
    color: #555555;
    font-weight: normal;
}

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

.site-header .block-nav-menu .ui-menu > li .submenu .list-arraw {
    margin-left: 15px;
}

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

.site-header .block-nav-menu .ui-menu > li .submenu .subtitle-bound {
    display: block;
    width: 148px;
    height: 148px;
    margin: 0 auto 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/bgr_bound_menu_1.png);
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    padding: 10px;
    text-transform: none;
    color: #333;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.site-header .block-nav-menu .ui-menu > li .submenu .subtitle-bound .count {
    display: block;
    font-size: 25px;
    color: #666;
    font-weight: bold;
}

.site-header .block-nav-menu .ui-menu > li .submenu .col-left {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.site-header .block-nav-menu .ui-menu > li .submenu .col {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-header .block-nav-menu .ui-menu > li .box-icon {
    text-align: center;
    margin-bottom: 35px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

.site-header .block-nav-menu .ui-menu > li .box-icon a {
    color: #999;
    font-size: 14px;
    font-weight: 500;
}

.site-header .block-nav-menu .ui-menu > li .box-icon .icon {
    display: block;
    margin-bottom: 15px;
}

.site-header .block-nav-menu .ui-menu > li .box-icon img {
    max-height: 45px;
}

.site-header .block-nav-menu .ui-menu > li .submenu2 .col-left {
    min-height: 420px;
}

.site-header .block-nav-menu .ui-menu > li .submenu2 .col {
    background-color: #eeeeee;
    border-right: 2px solid #fff;
    min-height: 420px;
}

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

@media (min-width: 992px) {
    .site-header .block-nav-menu .ui-menu > li {
        margin-right: 2px;
        float: left;
        padding: 0;
    }

    .site-header .block-nav-menu .ui-menu > li.active:before,
    .site-header .block-nav-menu .ui-menu > li:hover:before {
        content: none;
    }

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

    .site-header .block-nav-menu .ui-menu > li > a {
        color: #055699;
        line-height: 60px;
    }

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

    .site-header .block-nav-menu .ui-menu > li.parent > a:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 10px 7px;
        border-color: transparent transparent #055699 transparent;
        position: absolute;
        left: 50%;
        margin-left: -12px;
        bottom: 0;
        z-index: 2;
        opacity: 0;
    }

    .site-header .block-nav-menu .ui-menu > li .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 444;
        border-bottom: 3px solid #055699;
        border-top: 1px solid #055699;
        visibility: hidden;
        display: block;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .site-header .block-nav-menu .ui-menu > li:hover > .submenu {
        display: block;
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .site-header .block-nav-menu .ui-menu > li:hover > a:before {
        opacity: 1;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
}

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

@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;
    }

    .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%;
    }

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

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

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

    .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 .block-nav-menu .ui-menu .container {
        width: 100%;
    }

    .site-header .block-nav-menu .ui-menu [class^="col-sm"],
    .site-header .block-nav-menu .ui-menu [class^="col-xs"],
    .site-header .block-nav-menu .ui-menu [class^="col-md"],
    .site-header .block-nav-menu .ui-menu [class^="col-lg"] {
        float: none;
        display: block;
        width: 100%;
    }

    .site-header .block-nav-menu .ui-menu .col,
    .site-header .block-nav-menu .ui-menu .col-left {
        min-height: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border: none !important;
        background-color: transparent !important;
    }
}

.site-header .sticky-wrapper.is-sticky .header-nav {
    z-index: 999;
}

.site-header .nav-toggle-menu {
    display: none;
    text-transform: uppercase;
    color: #055699;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 34px;
    float: right;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/icon/bar.png);
    width: 79px;
    color: #333;
    margin-left: 10px;
}

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

@media (max-width: 639px) {
    .site-header .header-top .logo {
        float: none;
        text-align: center;
        display: block;
        clear: both;
        margin-bottom: 15px;
    }

    .site-header .header-top .block-search {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
        width: -o-calc(100% - 90px);
        float: left;
    }
}*/

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

	5. SIDEBAR

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

	6. FOOTER

==========================================================*/
.site-footer /* {
    background-color: #31353e;
    color: #fff;
    padding: 10px 0 70px;
}

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

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

.site-footer .title {
    display: block;
    text-transform: none;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #055699;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
}

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

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

.site-footer .copyright {
    text-transform: uppercase;
    border-top: 1px solid #102740;
    padding: 16px 0;
    margin-top: 5px;
}

@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%;
    }
}*/
    /*==========================================================

        7. Blog

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

        8. SHOP

    ==========================================================*/
.review-presentation:before,
.review-presentation:after {
    content: "";
    display: table;
}

.review-presentation:after {
    clear: both;
}

.review-presentation .review-result {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
}

.review-presentation .review-result,
.review-presentation .review-result > span {
    color: #808080;
    white-space: nowrap;
    line-height: 1;
    display: block;
}

.review-presentation .review-result:before,
.review-presentation .review-result > span:before {
    content: "\f006" "\f006" "\f006" "\f006" "\f006";
    font-family: "FontAwesome";
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1;
    display: block;
}

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

.review-presentation .review-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
}

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

.review-presentation2:before,
.review-presentation2:after {
    content: "";
    display: table;
}

.review-presentation2:after {
    clear: both;
}

.review-presentation2 .review-result {
    position: relative;
    display: block;
    overflow: hidden;
    float: left;
}

.review-presentation2 .review-result,
.review-presentation2 .review-result > span {
    color: #0096d7;
    white-space: nowrap;
    line-height: 1;
    display: block;
}

.review-presentation2 .review-result:before,
.review-presentation2 .review-result > span:before {
    content: "\f006" "\f006" "\f006" "\f006" "\f006";
    font-family: "FontAwesome";
    font-size: 17px;
    letter-spacing: 3px;
    line-height: 1;
    display: block;
}

.review-presentation2 .review-result > span {
    color: #0096d7;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.review-presentation2 .review-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
}

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

.item-cart-carousel {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    padding: 15px;
}

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

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

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

@media (max-width: 639px) {
    .item-cart-carousel .img {
        width: 70px;
    }
}

.item-cart-carousel .detail {
    /*margin-left: 118px;*/
    margin-bottom: 10px;
    overflow: hidden;
}

@media (max-width: 639px) {
    .item-cart-carousel .detail {
        margin-left: 80px;
    }
}

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

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

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

.item-cart-carousel .bottom .btn {
    float: right;
    margin-top: 10px;
}

.item-cart-carousel .name {
    display: block;
    font-size: 13px;
    color: #0096d7;
    margin-bottom: 4px;
}

.item-cart-carousel .name a {
    color: #0096d7;
}

.item-cart-carousel .name a:hover, .item-cart-carousel .name a:focus {
    color: #055699;
}

.item-cart-carousel .review-presentation .review-result {
    margin: 4px 5px 10px 0;
}

.item-cart-carousel .review-presentation .review-result:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
}

.item-cart-carousel .review-presentation .review-result > span {
    color: #3598db;
}

.item-cart-carousel .review-presentation .count {
    color: #666666;
    font-size: 12px;
}

.item-cart-carousel .review-presentation .count a {
    color: #666666;
}

.item-cart-carousel .review-presentation .count a:hover {
    color: #055699;
}

@media (max-width: 639px) {
    .item-cart-carousel .review-presentation .count {
        display: block;
        clear: both;
    }
}

.item-cart-carousel .opren-card {
    font-size: 12px;
    color: #666;
}

.item-cart-carousel table {
    font-size: 11px;
    width: 200px;
    float: left;
}

@media (max-width: 639px) {
    .item-cart-carousel table {
        width: 100%;
    }
}

.item-presentation-sidebar {
    overflow: hidden;
    font-size: 11px;
}

.item-presentation-sidebar:before,
.item-presentation-sidebar:after {
    content: "";
    display: table;
}

.item-presentation-sidebar:after {
    clear: both;
}

.item-presentation-sidebar .avatar {
    float: left;
    width: 70px;
}

.item-presentation-sidebar .content {
    margin-left: 80px;
    overflow: hidden;
}

.item-presentation-sidebar .name {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
}

.item-presentation-sidebar .supplier {
    color: #666;
    margin: 5px 0;
}

.item-presentation-sidebar .actions a {
    margin-right: 5px;
}

.item-presentation-sidebar .actions a .fa {
    margin-right: 5px;
}

.review-control-vote {
    overflow: hidden;
    width: 85px;
    height: 13px;
    position: relative;
    background-position: top left;
    background-repeat: repeat-x;
    background-image: url(../images/icon/star.png);
}

.review-control-vote input[type="radio"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
    opacity: 1;
    background-image: url(../images/icon/star.png);
}

.review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
}

.review-control-vote label span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote label:before {
    content: "";
    background-position: top -15px left;
    background-repeat: repeat-x;
    overflow: hidden;
    white-space: nowrap;
    width: 74px;
    height: 13px;
    display: block;
}

.review-control-vote label:hover:before {
    background-image: url(../images/icon/star.png);
    opacity: 1;
}

.review-control-vote label:hover ~ label:before {
    opacity: 0;
}

.review-control-vote .rating-5 {
    z-index: 2;
}

.review-control-vote .rating-5:before {
    width: 85px;
}

.review-control-vote .rating-4 {
    z-index: 3;
}

.review-control-vote .rating-4:before {
    width: 67px;
}

.review-control-vote .rating-3 {
    z-index: 4;
}

.review-control-vote .rating-3:before {
    width: 50px;
}

.review-control-vote .rating-2 {
    z-index: 5;
}

.review-control-vote .rating-2:before {
    width: 33px;
}

.review-control-vote .rating-1 {
    z-index: 6;
}

.review-control-vote .rating-1:before {
    width: 16px;
}

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

	9. PAGES

==========================================================*/
.block-banner1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.block-banner1 .description {
    background-color: rgba(5, 86, 153, 0.58);
    color: #fff;
    padding: 25px 40px;
    max-width: 610px;
    min-height: 220px;
    margin-left: 100px;
}

.block-banner-bg2.block-banner1 .description {
    background-color: rgba(5, 86, 153, 0.58);
}

@media (max-width: 991px) {
    .block-banner1 .description {
        margin-left: 0;
    }
}

@media (max-width: 639px) {
    .block-banner1 .description h1 {
        font-size: 24px;
    }
}

.block-banner1 .list {
    margin: 16px 0;
}

.block-banner1 .list li {
    display: block;
    line-height: 20px;
    margin-bottom: 8px;
    padding-left: 21px;
    background: url(../images/icon/list.jpg) no-repeat top 4px left;
}

.block-banner1 .form-search {
    padding-top: 20px;
}

.block-banner1 .form-search .form-group {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.box-sidebar {
    margin-bottom: 20px;
}

.box-sidebar > .title {
    display: block;
    color: #555555;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 0;
    margin: 10px 0 5px;
    line-height: 20px;
    cursor: pointer;
}

.box-sidebar > .title:after {
    content: "[+]";
}

.box-sidebar > .title.open-all:after {
    content: "[-]";
}

.box-sidebar .content li {
    display: block;
    margin-bottom: 5px;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
}

.box-sidebar .content li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #055699;
    position: absolute;
    left: 7px;
    top: 0;
    display: block;
    line-height: 18px;
    font-size: 13px;
}

.box-sidebar .content a {
    color: #055699;
}

.box-sidebar .content a .count {
    color: #055699;
}

.box-sidebar .content a:hover {
    color: #055699;
}

.box-sidebar .content-all {
    display: none;
}

.table-presentation tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-color: #f1f1f1;
}

.table-presentation td,
.table-presentation th {
    width: 1%;
}

@media (max-width: 600px) {
    .table-presentation td,
    .table-presentation th {
        width: 100%;
    }
}

.table-presentation .td-detail {
    width: 100%;
}

.table-presentation .td-avata {
    padding-left: 0;
}

.table-presentation .td-detail {
    font-size: 12px;
}

.table-presentation .td-detail small {
    color: #999;
}

.table-presentation .avata {
    width: 150px;
    display: block;
    border: 1px solid #f1f1f1;
}

@media (max-width: 991px) {
    .table-presentation .avata {
        width: 100px;
    }
}

.table-presentation .avata2 {
    width: 83px;
    display: block;
    border: 1px solid #f1f1f1;
}

.table-presentation .name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
}

.table-presentation .name a {
    color: #055699;
}

.table-presentation .name a:hover {
    color: #055699;
}

.table-presentation .lever {
    margin-bottom: 8px;
}

.table-presentation .lever strong {
    color: #666;
    margin-right: 5px;
    font-size: 15px;
}

.table-presentation .lever .review-presentation {
    display: inline-block;
    vertical-align: middle;
}

.table-presentation .actions {
    width: 290px;
    text-align: center;
    padding-top: 35px;
}

@media (max-width: 1199px) {
    .table-presentation .actions {
        width: 180px;
    }
}

.table-presentation .actions a {
    margin: 0 5px 10px;
}

.table-presentation .actions .btn4 .fa {
    margin-right: 5px;
}

.table-presentation .actions2 {
    width: 195px;
    text-align: center;
}

.table-presentation .actions2 a {
    margin: 0 5px 10px;
}

.table-presentation .actions2 .btn4 .fa {
    margin-right: 5px;
}

.table-presentation .address {
    width: 155px;
    text-align: center;
    padding-top: 30px;
    font-size: 13px;
}

.table-presentation .view {
    width: 118px;
    display: block;
    text-align: center;
    color: #999999;
}

.table-presentation .view img {
    max-width: 120px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .table-presentation .view {
        display: none;
    }
}

.table-presentation .view2 {
    color: #999999;
    text-align: center;
}

@media (max-width: 600px) {
    .table-presentation {
        display: block;
        width: 100%;
    }

    .table-presentation tbody {
        display: block;
        width: 100%;
    }

    .table-presentation tr {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #f1f1f1;
    }

    .table-presentation td,
    .table-presentation th {
        display: block;
        border: none !important;
        width: auto !important;
        margin-left: 100px;
        text-align: left;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .table-presentation .view {
        display: none;
    }

    .table-presentation .view2 {
        text-align: left;
        padding-top: 0;
    }

    .table-presentation .td-avata {
        float: left;
        width: 90px !important;
        margin-right: 10px;
        margin-left: 0;
    }

    .table-presentation .td-avata .avata {
        width: 100%;
    }

    .table-presentation .address,
    .table-presentation .actions2,
    .table-presentation .actions {
        width: 100%;
        text-align: left;
    }

    .table-presentation .address {
        padding-top: 0;
        margin-bottom: 10px;
    }
}

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

.block-professional:after {
    clear: both;
}

.block-professional .nav-tabs li a {
    color: #686e67;
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
    background-color: #ededed;
}

.block-professional .nav-tabs li a:hover,
.block-professional .nav-tabs li a:focus {
    color: #686e67;
}

@media (max-width: 600px) {
    .block-professional .nav-tabs li a {
        font-size: 14px;
    }
}

.block-professional .nav-tabs li.active a {
    background-color: #fff;
}

.block-professional .col-sidebar {
    float: left;
    width: 205px;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .block-professional .col-sidebar {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .block-professional .col-sidebar .box-sidebar {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 600px) {
    .block-professional .col-sidebar .box-sidebar {
        width: 45%;
    }
}

.block-professional .col-main {
    float: left;
    width: calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    width: -o-calc(100% - 220px);
}

@media (max-width: 991px) {
    .block-professional .col-main {
        width: 100%;
        float: none;
    }
}

.block-professional .col-main-full {
    width: 100%;
}

.block-professional .list-presentation .block-title {
    border-bottom: 2px solid #055699;
}

.block-professional .list-presentation .block-title:before,
.block-professional .list-presentation .block-title:after {
    content: "";
    display: table;
}

.block-professional .list-presentation .block-title:after {
    clear: both;
}

.block-professional .list-presentation .block-title .title {
    float: left;
    display: block;
    background-color: #055699;
    color: #fff;
    line-height: 36px;
    padding: 0 12px;
    font-size: 15px;
}

.block-professional .list-presentation .block-title .sort {
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right 11px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/arrow-select2.png);
    padding-right: 22px;
    width: auto;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.block-professional .list-presentation .block-title .sort:-ms-expand {
    display: none;
}

.block-professional .list-presentation .block-title .sort option {
    padding-top: 5px;
    padding-bottom: 5px;
}

.block-professional .box-filter {
    margin-bottom: 40px;
    margin-top: 18px;
}

.block-professional .box-filter .toolbar-filter {
    background-color: #eeeeee;
    padding: 12px;
}

.block-professional .box-filter .toolbar-all {
    display: none;
    background-color: #e2effc;
}

.block-professional .box-filter .toolbar-all .form-group .label {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
}

.block-professional .box-filter .form-group {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}

@media (max-width: 600px) {
    .block-professional .box-filter .form-group {
        width: 47%;
    }
}

.block-professional .box-filter .form-group .label {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    padding-left: 5px;
    display: block;
    text-align: left;
}

.block-professional .box-filter .form-group select option {
    padding-top: 5px;
    padding-bottom: 5px;
}

.block-professional .box-filter .form-group-dv {
    width: auto;
}

@media (max-width: 600px) {
    .block-professional .box-filter .form-group-dv {
        width: 100%;
    }
}

.block-professional .box-filter .form-group-dv .control label {
    line-height: 30px;
    margin: 0 2px;
}

.block-professional .box-filter .form-group-dv .control label:hover {
    color: #055699;
}

.block-professional .box-filter .form-group-dv label {
    font-weight: normal;
    cursor: pointer;
}

.block-professional .box-filter .form-group-dv label > span {
    display: block;
    border-bottom: 1px solid transparent;
}

.block-professional .box-filter .form-group-dv input[type="radio"],
.block-professional .box-filter .form-group-dv input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}

.block-professional .box-filter .form-group-dv input[type="radio"]:checked + span,
.block-professional .box-filter .form-group-dv input[type="checkbox"]:checked + span {
    color: #055699;
    border-color: #055699;
}

.block-professional .box-filter .action-all {
    width: 85px;
    padding-left: 8px;
}

.block-professional .box-filter .action-all .allfilter {
    cursor: pointer;
    display: block;
    line-height: 32px;
}

.block-professional .box-filter .action-all .allfilter:after {
    content: "\f107";
    font-family: "FontAwesome";
}

.block-professional .box-filter .action-all .allfilter.open-all {
    color: #055699;
}

.block-professional .box-filter .action-all .allfilter.open-all:after {
    content: "\f106";
}

.block-professional .box-filter .action-all .allfilter:hover {
    color: #055699;
}

.block-sidebar-help {
    margin-bottom: 30px;
}

.block-sidebar-help .block-title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.block-sidebar-help .block-content {
    border: 1px solid #dddddd;
    border-top: 2px solid #1996e6;
    padding: 15px;
}

.block-sidebar-help .block-content li {
    list-style-type: disc;
    font-size: 10px;
    color: #999;
    padding-bottom: 10px;
}

.block-sidebar-help .block-content li a {
    font-size: 13px;
    color: #055699;
}

.block-sidebar-help .block-content li a:hover,
.block-sidebar-help .block-content li a:focus {
    color: #055699;
}

.block-sendTv {
    background-color: #F1F5FB;
    padding: 20px;
    font-size: 13px;
    color: #58595b;
    margin-bottom: 40px;
}

.block-sendTv .step-number {
    text-align: center;
    width: 70px;
    line-height: 70px;
    color: #fff;
    background-color: #055699;
    font-size: 15px;
    font-weight: normal;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 45px;
}

.block-sendTv .step {
    padding-left: 90px;
    position: relative;
    margin-bottom: 30px;
}

.block-sendTv .step + .step {
    border-top: 1px solid #ddd;
    padding-top: 30px;
}

.block-sendTv .step1 .step-number {
    top: 0;
}

.block-sendTv .info_tb {
    overflow: hidden;
}

.block-sendTv .info_tb:before,
.block-sendTv .info_tb:after {
    content: "";
    display: table;
}

.block-sendTv .info_tb:after {
    clear: both;
}

.block-sendTv .info_tb .icon {
    width: 165px;
    height: 165px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    background-color: #BCBEC0;
    float: left;
}

.block-sendTv .info_tb .text {
    margin-left: 180px;
    display: block;
    padding-top: 35px;
}

@media (max-width: 479px) {
    .block-sendTv .info_tb .icon {
        float: none;
        margin: 0 auto;
    }

    .block-sendTv .info_tb .text {
        clear: both;
        margin-left: 0;
    }
}

@media (max-width: 479px) {
    .block-sendTv .step-number {
        position: static;
        margin: 0 auto 20px;
    }

    .block-sendTv .step {
        padding-left: 0;
    }
}

.box_info_supplier_reg {
    padding-left: 115px;
    background: url(../images/icon/icon_supplier.png) left 220px top 7px no-repeat;
    background-size: 64px auto;
}

.block-sidebar-dt {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin: 30px 0 30px;
}

.block-sidebar-dt .block-title {
    display: block;
    margin-bottom: 20px;
    color: #6d6f71;
    font-size: 18px;
    text-align: center;
}

.block-sidebar-dt .item {
    text-align: center;
}

.block-sidebar-dt .item .img {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

.block-sidebar-dt .item .img img {
    max-width: 100%;
    width: auto;
    margin: auto;
}

.block-sidebar-dt .owl-dots {
    text-align: center;
    padding-top: 15px;
}

.block-sidebar-dt .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #6d6f71;
    display: inline-block;
    vertical-align: top;
    margin: 4px;
    border-radius: 100%;
}

.block-sidebar-dt .owl-dots .owl-dot.active {
    background-color: #e87e25;
}

.block-search-qa .box-group {
    position: relative;
    width: 100%;
    padding-right: 50px;
}

.block-search-qa .box-group .form-control {
    height: 40px;
    display: block;
    width: 100%;
    border: 1px solid #555555;
    border-radius: 0;
    font-size: 13px;
    color: #555555;
}

.block-search-qa .box-group .form-control::-moz-placeholder {
    color: #555555;
    opacity: 1;
}

.block-search-qa .box-group .form-control:-ms-input-placeholder {
    color: #555555;
}

.block-search-qa .box-group .form-control::-webkit-input-placeholder {
    color: #555555;
}

.block-search-qa .box-group .btn-search {
    width: 51px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #555555;
    border-radius: 0;
    color: #fff;
    background-color: #555555;
    height: 40px;
    font-size: 18px;
}

.block-search-qa .box-group .btn-search span {
    display: none;
}

.block-search-qa .box-group .btn-search:before {
    content: "\f002";
    font-family: "FontAwesome";
}

.block-search-qa .box-group .btn-search:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.list-disc {
    padding-left: 15px;
}

.list-disc li {
    list-style-type: disc;
    font-size: 10px;
    color: #999;
    padding-bottom: 10px;
}

.list-disc li a {
    font-size: 13px;
    color: #055699;
}

.list-disc li a:hover,
.list-disc li a:focus {
    color: #055699;
}

.group_qa {
    margin-bottom: 30px;
}

.group_qa .block-title {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
}

.form-question {
    margin-bottom: 30px;
    color: #055699;
    padding: 15px;
}

.form-question h3.title {
    display: block;
    margin: 10px 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.form-question select option,
.form-question select optgroup {
    padding-top: 5px;
    padding-bottom: 5px;
}

.list-category-qa {
    margin-bottom: 30px;
}

.list-category-qa ul {
    margin: 0 -5px;
}

.list-category-qa ul:before,
.list-category-qa ul:after {
    content: "";
    display: table;
}

.list-category-qa ul:after {
    clear: both;
}

.list-category-qa ul li {
    float: left;
    width: 25%;
    padding: 0 5px 8px;
}

.list-category-qa ul li:nth-child(4n+1) {
    clear: both;
}

@media (max-width: 991px) {
    .list-category-qa ul li {
        width: 33.33333333%;
    }

    .list-category-qa ul li:nth-child(4n+1) {
        clear: none;
    }

    .list-category-qa ul li:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .list-category-qa ul li {
        width: 50%;
    }

    .list-category-qa ul li:nth-child(4n+1) {
        clear: none;
    }

    .list-category-qa ul li:nth-child(3n+1) {
        clear: none;
    }

    .list-category-qa ul li:nth-child(2n+1) {
        clear: both;
    }
}

.list-category-qa a {
    font-size: 13px;
    color: #055699;
}

.list-category-qa a:hover,
.list-category-qa a:focus {
    color: #055699;
}

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

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

.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: #055699;
}

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

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

.item-question {
    overflow: hidden;
    padding: 15px 0;
    font-size: 13px;
}

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

.item-question:after {
    clear: both;
}

.item-question + .item-question {
    border-top: 1px solid #f1f1f1;
}

.item-question .avatar {
    float: left;
    width: 50px;
    border: 1px solid #f1f1f1;
}

.item-question .content {
    margin-left: 170px;
}

.item-question .name {
    display: inline-block;
    font-weight: bold;
}

.item-question .meta {
    font-size: 12px;
    color: #999999;
}

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

.radio-option label {
    cursor: pointer;
    font-size: 13px;
    margin: 0 30px 15px 0;
    color: #3c3b3b;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.radio-option label > span {
    border: 1px solid #ccc;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background: -moz-linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background: -o-linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    text-align: center;
    padding: 10px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.radio-option label input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.radio-option label input[type="radio"]:checked + span {
    background: linear-gradient(to bottom, #ffffff 0%, #dbedff 100%);
    background: -moz-linear-gradient(to bottom, #ffffff 0%, #dbedff 100%);
    background: -o-linear-gradient(to bottom, #ffffff 0%, #dbedff 100%);
    background: -ms-linear-gradient(to bottom, #ffffff 0%, #dbedff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #dbedff 100%);
}

.block-search-card {
    margin-bottom: 40px;
}

.block-search-card fieldset {
    margin-bottom: 30px;
}

.block-search-card fieldset legend {
    border: none;
    font-weight: bold;
    font-size: 20px;
    color: #055699;
}

.block-banner2 {
    margin-bottom: 40px;
    padding: 15px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-banner2 .description {
    background-color: #fff;
    min-height: 370px;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 15px;
}

.block-banner2 .description h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.block-banner2 .form_card {
    margin-left: 375px;
}

@media (max-width: 767px) {
    .block-banner2 .form_card {
        margin-left: 0;
        padding-bottom: 140px;
    }
}

.block-banner2 .nav-tab-radio {
    margin-bottom: 20px;
    margin-top: 20px;
}

.block-banner2 .nav-tab-radio li {
    display: inline-block;
    vertical-align: top;
}

.block-banner2 .nav-tab-radio li label {
    color: #055699;
    margin-right: 10px;
}

.block-comment-cart {
    margin-bottom: 40px;
}

.block-comment-cart .block-title .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.block-cart-carousel {
    margin-bottom: 40px;
}

.block-cart-carousel .block-title {
    margin-bottom: 15px;
}

.block-cart-carousel .block-title .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.block-cart-carousel .block-title .title a {
    color: #333;
}

.block-cart-carousel .block-title .title a:hover {
    color: #055699;
}

.block-sidebar-tv {
    margin-top: 40px;
    margin-bottom: 40px;
}

.block-sidebar-tv .block-title {
    margin-bottom: 15px;
}

.block-sidebar-tv .block-title .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.block-sidebar-tv .block-title .title a {
    color: #333;
}

.block-sidebar-tv .block-title .title a:hover {
    color: #055699;
}

.block-sidebar-tv .block-content {
    border: 1px solid #ddd;
    padding: 15px 0;
    border-top: 2px solid #055699;
}

.block-sidebar-tv .item-presentation-sidebar {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.block-sidebar-tv .item-presentation-sidebar + .item-presentation-sidebar {
    border-top: 1px dotted #ddd;
    padding-top: 10px;
}

.post-sale {
    margin-bottom: 40px;
}

.post-sale .block-title {
    margin-bottom: 15px;
}

.post-sale .block-title .title {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.post-sale .block-title .title a {
    color: #055699;
    font-size: 13px;
    margin-left: 10px;
}

.post-sale .block-title .title a:hover {
    color: #055699;
}

.post-sale .post-lg {
    margin-bottom: 30px;
}

.post-sale .post-lg img {
    display: block;
    width: 100%;
}

.post-sale .post-sm {
    overflow: hidden;
    margin-bottom: 20px;
}

.post-sale .post-sm img {
    display: block;
    width: 100%;
}

.post-sale .post-sm .img {
    display: block;
    float: left;
    width: 70px;
    margin-right: 15px;
}

.post-sale .post-sm .title {
    margin-top: 0;
}

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

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

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

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

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

.compare-card .tootbar .count {
    float: left;
    display: block;
    line-height: 30px;
    font-size: 13px;
}

.compare-card .tootbar .sort {
    float: right;
}

.compare-card .tootbar .sort .dropdown-toggle {
    color: #000;
    cursor: pointer;
    display: block;
    line-height: 30px;
    font-size: 13px;
}

.compare-card .tootbar .sort .dropdown-menu {
    right: 0;
    left: auto;
}

.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 .item-cart-carousel {
    border: none;
}

.compare-card .item-cart-carousel table {
    width: 100%;
    float: none;
}

.compare-card .item-cart-carousel table tr td {
    text-align: center;
}

.compare-card .item-cart-carousel table .title_hm {
    background-color: #e5ecf3;
}

.compare-card .item-cart-carousel .img {
    text-align: center;
}

.compare-card .item-cart-carousel .review-presentation {
    display: inline-block;
}

.compare-card .item-cart-carousel .des {
    font-size: 12px;
    color: #666666;
}

.compare-card .tb_filter_step1 {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
}

.compare-card .tb_filter_step1 .tb_filter-top {
    display: table;
    width: 100%;
}

.compare-card .tb_filter_step1 .td_right {
    width: 220px;
    display: table-cell;
    text-align: center;
    border-width: 0 1px 0 0;
    background-color: #f2f9f6;
    vertical-align: middle;
    font-size: 12px;
    color: #999999;
    padding: 10px 0;
}

.compare-card .tb_filter_step1 .td_left {
    display: table-cell;
    border-right: 1px solid #ddd;
}

@media (max-width: 639px) {
    .compare-card .tb_filter_step1 {
        display: block;
    }

    .compare-card .tb_filter_step1 .td_right,
    .compare-card .tb_filter_step1 .td_left {
        display: block;
        width: 100%;
        border: none;
    }
}

.compare-card table {
    width: 100%;
    float: none;
}

.compare-card table tr td {
    text-align: center;
}

.compare-card table .title_hm {
    background-color: #e5ecf3;
}

.compare-card .well {
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-top: 1px solid #ddd;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.compare-card .well table {
    margin-bottom: 0;
}

@media (max-width: 479px) {
    .compare-card .well table {
        font-size: 10px;
    }
}

.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 !important;
    color: #333 !important;
}

.compare-card .collapse {
    background-color: #fff;
}

.compare-card .collapse .well {
    background-color: #fff;
    border-radius: 0;
    border: none;
    border-top: 1px solid #ddd;
}

.filte-company-card {
    background-color: #f6f8f9;
    margin-top: 60px;
}

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

.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: 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;
}

.main-user .user-info {
    margin-bottom: 20px;
}

.main-user .user-info:before,
.main-user .user-info:after {
    content: "";
    display: table;
}

.main-user .user-info:after {
    clear: both;
}

.main-user .user-info .photo {
    width: 128px;
    float: left;
    margin-bottom: 20px;
}

.main-user .user-info .photo img {
    display: block;
    width: 100%;
}

@media (max-width: 479px) {
    .main-user .user-info .photo {
        width: 60px;
    }
}

.main-user .user-info .detail {
    padding-left: 30px;
    overflow: hidden;
}

@media (max-width: 479px) {
    .main-user .user-info .detail {
        padding-left: 10px;
    }
}

.main-user .user-info .detail .name {
    font-size: 30px;
    text-transform: capitalize;
    display: block;
    font-weight: normal;
    float: left;
    margin: 0 0 10px;
}

@media (max-width: 479px) {
    .main-user .user-info .detail .name {
        font-size: 18px;
        float: none;
    }
}

.main-user .user-info .detail .level {
    float: right;
    padding: 5px;
    border: 1px solid #0096d7;
    border-radius: 5px;
}

.main-user .user-info .detail .level .title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-right: 5px;
}

.main-user .user-info .detail .level .review-presentation2 {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 479px) {
    .main-user .user-info .detail .level {
        float: none;
    }
}

.main-user .user-info .working {
    font-size: 15px;
    color: #777;
    display: block;
    font-weight: bold;
    margin: 10px 0;
}

.main-user .user-info .tags li {
    color: #7c7c7a;
    background-color: #f2f2f2;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    font-size: 11px;
    padding: 5px;
}

.main-user .user-info .tags li a {
    color: #7c7c7a;
}

.main-user .block {
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.main-user .block .block-title {
    font-size: 18px;
    color: #fff;
    background-color: #333333;
    display: inline-block;
    padding: 0 25px;
    line-height: 34px;
}

.main-user .block .block-content {
    display: block;
    padding: 20px;
}

.main-user .form-comment {
    margin-bottom: 20px;
}

.main-user .form-comment:before,
.main-user .form-comment:after {
    content: "";
    display: table;
}

.main-user .form-comment:after {
    clear: both;
}

.main-user .form-comment .col-left {
    float: left;
    width: 55px;
}

.main-user .form-comment .col-right {
    overflow: hidden;
    padding-left: 30px;
}

.main-user .form-comment .note {
    padding: 10px 9px;
    background-color: #ebf2f4;
    color: #999;
    font-size: 13px;
    float: none;
}

.main-user .form-comment .note:before,
.main-user .form-comment .note:after {
    content: "";
    display: table;
}

.main-user .form-comment .note:after {
    clear: both;
}

.main-user .toolbar {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.main-user .toolbar:before,
.main-user .toolbar:after {
    content: "";
    display: table;
}

.main-user .toolbar:after {
    clear: both;
}

.main-user .toolbar .title {
    float: left;
    font-weight: bold;
    font-size: 18px;
    color: #999;
}

.main-user .toolbar .sort {
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right 11px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/arrow-select2.png);
    padding-right: 22px;
    width: auto;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

.main-user .toolbar .sort:-ms-expand {
    display: none;
}

.main-user .toolbar .sort option {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-user .list-question .meta {
    margin: 5px 0;
}

.main-user .list-question .like {
    margin-top: 15px;
}

.main-user .list-question .date span {
    color: #000;
}

.main-user-right {
    background-color: #f5f5f2;
    padding: 20px;
    margin-bottom: 30px;
}

.main-user-right .actions {
    padding: 0;
    border-bottom: 3px solid #dfdfdf;
    margin-bottom: 20px;
}

.main-user-right .actions .btn {
    width: 100%;
    max-width: 200px;
    font-size: 16px;
}

.main-card-right {
    background: none;
    padding: 0;
}

.main-card-right .actions {
    border-bottom: none;
}

.main-card-right .actions .btn {
    max-width: none;
}

.main-user-right .actions .btn9 {
    color: #055699;
    border: 1px solid #ccc;
}

.main-user-right .list-info-profess {
    border-bottom: 3px solid #dfdfdf;
}

.main-user-right .list-info-profess li {
    padding: 10px 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #777777;
}

.main-user-right .list-info-profess li + li {
    border-top: 1px solid #dfdfdf;
}

.main-user-right .list-info-profess b {
    font-size: 22px;
    color: #000;
    vertical-align: middle;
}

.main-user-right .list-info-profess .icon {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 35px;
    background-color: #c0c0c0;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
}

.main-user-right .review-control-vote {
    display: inline-block;
}

.main-user-right .contact-profess,
.main-user-right .search-profess {
    border-bottom: 3px solid #dfdfdf;
}

.main-user-right .contact-profess .block-title,
.main-user-right .search-profess .block-title {
    margin: 19px 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #555555;
}

.main-user-right .contact-profess {
    font-size: 12px;
    color: #555555;
}

.main-user-right .contact-profess li {
    margin-bottom: 5px;
}

.main-user-right .contact-profess li:before,
.main-user-right .contact-profess li:after {
    content: "";
    display: table;
}

.main-user-right .contact-profess li:after {
    clear: both;
}

.main-user-right .contact-profess li > span {
    float: left;
    width: 65%;
}

.main-user-right .contact-profess label {
    float: left;
    width: 35%;
}

.main-user-right .search-profess .form-group {
    position: relative;
    padding-right: 35px;
}

.main-user-right .search-profess .form-group .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    border: none;
    padding: 0;
    height: 28px;
    background-color: #e5e5e3;
}

.main-user-right .search-profess .form-group .btn:hover {
    background-color: #0096d7;
    color: #fff;
}

.main-user-right .search-profess .form-group .form-control {
    height: 28px;
    padding-right: 0;
}

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

	10. HOME PAGE

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

.line-opt1 {
    display: block;
    text-align: center;
    color: #639fbb;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.line-opt1:before,
.line-opt1:after {
    content: "";
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #eeeeee;
    position: relative;
}

.line-white.line-opt1:before,
.line-white.line-opt1:after {
    border-top-color: #fff;
}

.line-opt1:before {
    margin-left: -100%;
    left: -12px;
}

.line-opt1:after {
    margin-right: -100%;
    right: -12px;
}

.line-opt1 span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon-tv.png);
}

.line-opt1 span .fa {
    display: none;
}

.block-login-top {
    background-color: #EAE6E6;
    padding: 0 30px;
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/media/bg1.jpg);
    background-size: auto 100%;
    min-height: 360px;
}

.block-login-top .content-text {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    margin-top: 50px;
    border-radius: 10px;
}

.block-login-top .form-login {
    background-color: #FDFDFC;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 0;
}

.block-login-top .form-login .label {
    display: inline-block;
    color: #000;
    font-size: 14px;
    padding: 0;
    line-height: 34px;
    width: 30px;
    text-align: left;
    vertical-align: top;
}

.block-login-top .form-login .form-control {
    display: inline-block;
    height: 34px;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    vertical-align: top;
    font-size: 13px;
}

.block-login-top .form-login .heading {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon-title-1.png);
    text-transform: uppercase;
    background-color: #e1e1e1;
    padding: 5px 10px;
    color: #055699;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

.block-login-top .form-login .heading:before {
    content: "";
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/icon/icon-title-1.png);
    height: 31px;
    width: 46px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ebf3f8;
}

.block-login-top .form-login form {
    padding: 0 15px;
}

.block-login-top .form-login .checkbox {
    margin-top: 0;
}

.block-login-top .form-login a {
    color: #609aa6;
}

.block-login-top .form-login a:hover {
    color: #055699;
}

.block-login-top .form-login .btn-login {
    color: #fff;
    background-color: #055699;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 10px;
}

.block-login-top .form-login .btn-login:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 7px;
}

.block-login-top .form-login .btn-login:hover {
    background-color: #ae0e1c;
}

.block-login-top .form-login .link-login {
    text-align: center;
    padding: 0 10px;
}

.block-login-top .form-login .link-login .title {
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 20px;
}

.block-login-top .form-login .link-login .title:before,
.block-login-top .form-login .link-login .title:after {
    content: "";
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    position: relative;
}

.block-login-top .form-login .link-login .title:before {
    margin-left: -100%;
    left: -12px;
}

.block-login-top .form-login .link-login .title:after {
    margin-right: -100%;
    right: -12px;
}

.block-login-top .form-login .link-login .link-google,
.block-login-top .form-login .link-login .link-facebook {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.block-login-top .form-login .link-login .link-google:hover,
.block-login-top .form-login .link-login .link-facebook:hover {
    opacity: 0.6;
}

@media (max-width: 980px) {
    .block-login-top {
        background-image: none;
    }

    .block-login-top.is_login {
        display: none;
    }

    .block-login-top .col-sm-4 {
        width: 100%;
    }

    .block-login-top .content-text {
        display: none;
    }
}

.blok-slide1 .owl-carousel .owl-item img {
    width: 100%;
}

.blok-slide1 img {
    display: block;
    width: 100%;
}

.blok-slide1 .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.blok-slide1 .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    border: 2px solid #ccc;
    background-color: #000;
}

.blok-slide1 .owl-dots .owl-dot.active {
    background-color: #fff;
    border-color: #f9a451;
    border-width: 3px;
}

/*.block-tuvan {
    background-color: #f0f0f0;
    padding: 10px 0 30px;
}

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

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

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

.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: #666;
    padding: 10px 5px;
    height: 100%;
}

.block-tuvan .box-content .col-left span {
    display: block;
    color: #055699;
    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%;
}

.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: #ae0e1c;
}

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

@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-tuvan2 {
    padding: 10px 0 30px;
}

.block-tuvan2 .block-title {
    color: #666;
    font-size: 16px;
}

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

.block-tuvan2 .block-content .box-content {
    color: #fff;
    background-color: #055699;
    height: 155px;
    border-radius: 5px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    max-width: 240px;
    margin: 10px auto 30px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.block-tuvan2 .block-content .box-content span {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}

.block-tuvan2 .block-content .box-content:hover {
    background-color: #c51020;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.block-tuvan2 .actions {
    padding-top: 40px;
    margin-bottom: 10px;
}

.block-tuvan2 .actions a {
    margin-right: 5px;
    margin-left: 5px;
}*/

/*.list-sosanh {
    padding-top: 60px;
}

.list-sosanh .box-content {
    background-color: #f4f8f9;
    border: 1px solid #e8e8e8;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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

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

.list-sosanh .box-content a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

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

.list-sosanh .box-content .icon {
    display: block;
    width: 96px;
    color: #055699;
    font-size: 40px;
}

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

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

.list-sosanh .box-content .detail {
    width: calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: -webkit-calc(100% - 96px);
    width: -o-calc(100% - 96px);
}

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

.list-sosanh .box-content:hover {
    background-color: #d3e3e7;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.list-sosanh .box-content-lag .detail,
.list-sosanh .box-content-lag .icon {
    height: 314px;
    width: 100%;
    color: #fff;
    background-color: #055699;
    color: rgba(255, 255, 255, 0.8);
}

.list-sosanh .box-content-lag .detail .title,
.list-sosanh .box-content-lag .icon .title {
    margin-bottom: 10px;
    color: #fff;
}

.list-sosanh .box-content-lag .detail:hover,
.list-sosanh .box-content-lag .icon:hover {
    background-color: #c51020;
}*/

/*.block-congcu {
    position: relative;
}

.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 .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;
    background-color: #055699;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

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

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

.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 {
    background-color: #c51020;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}*/

/*.block-dt {
    background-color: #eeeeee;
}

.block-dt .heading-opt1 {
    color: #666;
}

.block-dt .ow-dt {
    margin-bottom: 35px;
}

.block-dt .item {
    text-align: center;
}

.block-dt .item img {
    width: 100%;
}*/
