/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

@font-face {
    font-family: 'NukeVietIcons';
    src: url('../../default/fonts/NukeVietIcons.woff2') format('woff2'),
        url('../../default/fonts/NukeVietIcons.woff') format('woff'),
        url('../../default/fonts/NukeVietIcons.ttf') format('truetype'),
        url('../../default/fonts/NukeVietIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^='icon-'],
[class*=' icon-'] {
    display: inline-block;
    font: normal normal normal 14px/1 NukeVietIcons;
    font-size: inherit;
    transform: translate(0, 0);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.icon-horizon {
    width: 14px;
}

.icon-lg.icon-horizon {
    width: 22px;
}

.icon-nukeviet:before {
    content: '\e607';
}

.icon-nukeviet_sm:before {
    content: '\e608';
}

.icon-callcenter:before {
    content: '\e609';
}

.icon-today:before {
    content: '\e600';
}

.icon-qrcode:before {
    content: '\e601';
}

.icon-enter:before {
    content: '\e602';
}

.icon-exit:before {
    content: '\e603';
}

.icon-yahoo:before {
    content: '\e604';
}

.icon-old-phone:before {
    content: '\e606';
}

.icon-icq:before {
    content: '\e605';
}

.icon-viber:before {
    content: '\e60a';
}

/* Fix bootstrap */

.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.min-width {
    width: 319px;
}

.padding {
    padding: 10px;
}

.margin {
    margin: 10px;
}

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

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

.margin-top {
    margin-top: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-sm {
    margin: 4px;
}

.margin-right-sm {
    margin-right: 4px;
}

.margin-left-sm {
    margin-left: 4px;
}

.margin-top-sm {
    margin-top: 4px;
}

.margin-bottom-sm {
    margin-bottom: 4px;
}

.margin-lg {
    margin: 15px;
}

.margin-right-lg {
    margin-right: 15px;
}

.margin-left-lg {
    margin-left: 15px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-bottom-lg {
    margin-bottom: 15px;
}

.padding-top {
    padding-top: 10px;
}

.padding-left {
    padding-left: 10px;
}

.padding-right {
    padding-right: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.boder-top {
    border-top: 1px solid #ccc;
}

.boder-bottom {
    border-bottom: 1px solid #ccc;
}

.border-left {
    border-left: 1px solid #ccc;
}

.border-right {
    border-right: 1px solid #ccc;
}

.bg-gainsboro {
    background-color: #82b1fe;
}

.bg-lavender {
    background-color: #e6e6fa;
}

/*Load_Bar*/

.load-bar {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px;
}

/*Center DIV*/

.centered {
    display: flex;
    justify-content: center;
}

/*nv-info*/

.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #d4d4d4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #f7f7f7;
    color: #333;
    padding: 10px;
}

.nv-info.error {
    background-color: #efd7d7 !important;
    border-color: #dca8a6 !important;
}

.nv-info.success {
    background-color: #e5f1fb !important;
    border-color: #8dc1ed !important;
}

.nv-info:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 5px;
}

.nv-info.error:before {
    content: ' \f057 ';
    color: #a94442;
}

.nv-info.success:before {
    content: ' \f13a ';
    color: #449d44;
}

.mbt {
    font-size: 16px;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    background: transparent;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.05) 100%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mbt-lg {
    font-size: 16px;
    width: 47px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    color: #fff;
    background: transparent;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.2) 100%);
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.mbt:hover,
.active .mbt,
.mbt-lg:hover,
.active .mbt-lg {
    color: #fff;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.1) 0,
            rgba(0, 0, 0, 0.3) 100%);
}

.mbt-circle {
    display: inline-block;
    line-height: 30px;
    width: 30px;
    color: #fff;
    background: #bbb;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.1) 100%);
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

.mbt-circle:hover,
.active .mbt-circle {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.2) 0,
            rgba(0, 0, 0, 0.3) 100%);
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.middle {
    vertical-align: middle;
}

.align-bottom {
    vertical-align: bottom;
}

.align-top {
    vertical-align: top;
}

.pointer {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

.input-group-btn {
    font-size: 14px !important;
}

.fix-box {
    position: inherit !important;
    margin-left: 0 !important;
}

.well {
    padding: 8px;
}

.well p {
    margin: 0;
}

input[type='text'].required,
input[type='password'].required,
input[type='email'].required,
input[type='number'].required,
input[type='search'].required,
input[type='tel'].required,
input[type='time'].required,
input[type='url'].required,
input[type='url'].required,
textarea.required,
select.required,
label.required {
    background-image: url(../images/icons/required.png);
    background-position: right center;
    background-repeat: no-repeat;
}

textarea.required {
    background-position: right 10px;
}

select.required {
    background-position: calc(100% - 15px) 10px;
}

label.required {
    padding-right: 20px;
}

label.radio-box,
label.check-box {
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}

div.radio-box,
div.check-box {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px;
}

.display-inline-block {
    display: inline-block;
}

.display-table {
    display: table;
}

.display-table > * {
    display: table-row;
}

.display-table > * > * {
    display: table-cell;
    padding: 5px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-nav > li > a {
    white-space: nowrap;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: ' ';
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Fixed Jquery UI Style */

.ui-widget {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

.ui-datepicker {
    width: 18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width: 59% !important;
    font-weight: normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width: 39% !important;
    font-weight: normal !important;
}

/* Info die */

.nv-infodie {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border: 1px #dadada solid;
    background: #fff;
    position: absolute;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

.nv-infodie .panel-body {
    display: table-cell;
    vertical-align: middle;
}

/* panel */

.panel,
.panel-heading {
    border-radius: 0;
}

.panel-body p {
    margin: 0;
}

.panel-body ul {
    margin: 0;
    padding: 0;
}

.panel-body ul li {
    margin-bottom: 10px;
}

.panel-body img {
    margin-right: 5px;
}

.panel-body ul li:last-child {
    margin-bottom: 0;
}

.nv-infodie .logo {
    max-width: 90% !important;
}

table caption {
    color: #0066cc;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    padding: 0 0 5px 2px;
}

blockquote {
    font-size: 13px;
}

figure {
    background: #fff; /*#7A7A7A;*/
    padding: 10px;
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
    text-align: center;
}

figure.left {
    float: left;
    margin: 5px 10px 10px 0;
}

figure.right {
    float: right;
    margin: 5px 0 10px 10px;
}

figure.noncaption {
    background: transparent;
    padding: 0;
}

figcaption {
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}

figure figcaption {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
}

.rel {
    position: relative;
}

/* Global */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 48px 0 20px 0;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
	background: #f2f2f2;
    /*background: #ddd url(../images/bg.png) repeat top left;*/
}

a,
a:link,
a:active,
a:visited {
    color: #205fa0;
}

a:hover {
    text-decoration: none;
    color: #102d4c;
}

a.dimgray {
    color: #696969;
}

a.dimgray:hover {
    color: #205fa0;
}

a.black {
    color: #333;
}

a.black:hover {
    color: #205fa0;
}

iframe {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.title {
    font-size: 22px;
}

.hometext {
    font-weight: 700;
}

.bodytext {
    word-break: keep-all;
}

.m-bottom {
    margin-bottom: 10px !important;
}

#wraper {
    margin: 0 auto;
}

.fa-fix {
    margin-right: -5px;
}

.fa-pointer {
    cursor: pointer;
}

.fa-horizon {
    width: 14px;
}

.fa-lg.fa-horizon {
    width: 22px;
}

h3.sm {
    font-size: 16px;
}

span.keyword {
    background: yellow;
}

.nv-fullbg {
    min-height: 100%;
    background: #fff;
}

#search-form {
    padding: 10px 0;
}

#search_result {
    padding-bottom: 10px;
}

a.btn {
    color: #fff;
}

.container-simple {
    margin-top: -48px;
    margin-bottom: -40px;
}
/*them search */
.top_search {
    background-color: #fff;
    margin: 5px 0px 10px 10px;
    border-radius: 3px;
    padding-left: 10px;
    flex: 1;
}
.search-btn {
    background-color: #ffe500;
    border: none;
    height: 40px;
    padding: 0 23px;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    min-width: 20px;
}
.search-btn:hover {
    background-color: #ffce3e;
}
.top_search .search_input {
    max-width: 100%;
    height: 40px;
    font-size: 1.4rem;
    outline: none;
    border: none;
    flex: 1;
}
/* nut xem them*/
/*--- news ----*/
#news.home {padding-bottom: 10px;color: #000;}
#news.home .news-mobile {flex: 1; padding: 15px;
    background: #fff;
    border-radius: 10px;
}
#news.home .news-mobile .item {display: flex; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #eee; align-items: center;}
#news.home .news-mobile .item .wImage {width: 159px; margin-right: 10px}
#news.home .news-mobile .item .wImage:before {padding-bottom: 66.67%} 
#news.home .news-mobile .item .info {flex: 1}
#news.home .news-mobile .item .info .name {line-height: 19px; display: block; margin-top: 0px; max-height: 57px; overflow: hidden;color: #000;}
#news.home .news-mobile .name:hover {color: #ec610a}
#news.home .news-mobile .item .info .time {font-size: 12px; color: #000}
#news.home .news-mobile .item:last-child {border: none; margin: 0; padding: 0}

.seemore {display: table; margin: auto; font-size:14px; border-radius: 20px; border: 1px solid #42464e; margin-top: 15px; padding: 10px 50px}
.seemore:hover {color: #fff; font-size:14px;background: #ec610a; border-color: #ec610a}

.menu_more_item {
	display: block;
    padding: 5px 10px;
    text-align: center;
    text-transform: none;
    background: #fff;
    border: 1px solid #666;
    border-radius: 25px;
    color: #000;
    font-weight: 400;
	text-transform: uppercase;
    position: relative;
}

/* Header */

header.first-child {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    min-height: 48px;
	background: transparent;
    /*background: #137cbe;
    background-image: linear-gradient(60deg,
            #d8eaf8 0,
            #d8eaf8 133px,
            rgba(0, 0, 0, 0) 134px,
            rgba(0, 0, 0, 0) 100%);
    -webkit-transition: top 0.08s ease-in-out;
    transition: top 0.08s ease-in-out;*/
}

header.header-up {
    top: -5px; /*-50px*/
}

#header {
    min-height: 52px; /*47px;*/
    /*background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.2) 100%);*/
    background:#00405d; /*#0f6ea5;*/
	border-bottom: 1px solid #00405d; 
}

#header .logo {
    position:absolute;
    top:3px;
    left:10px;
    height:48px;
    line-height:48px;
}

#header .logo img,
#header .logo object {
    max-height: 45px;
    width: auto;
}

#header .site-buttons {
    float: right;
    display: table;
    height: 47px;
}

#header .site-buttons > div {
    display: table-row;
}

#header .site-buttons > div > span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 3px !important;
}

#header .site-buttons a.user {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    background-size: contain;
    margin-left: 10px;
    margin-right: 10px;
}

#header .header-right { /*them*/
	position: relative;
	float: right;
	margin-right:10px;
}

/* Search form */
#header-search {
    position:relative;
    width:100%;
	height:37px; 
	background-color:#fff;
}

.headerSearch input {
    border-color: #d0d0d0;
    height: 32.4px;
    background: #fff !important;
}

.headerSearch input:hover,
.headerSearch input:focus {
    background: #fff !important;
}

.headerSearch .btn-info {
    background-color: #428bca;
    border-color: #428bca;
}

/** them **/
#main-menu #headersearch {
    width:370px;
	height:37px; 
	background-color:transparent;
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
#main-menu .headerSearch input {
    border-color:#d0d0d0;
    height:32.4px;
    background:#fff !important;
}
#main-menu .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}
#main-menu .headerSearch input:hover,
#main-menu .headerSearch input:focus {
    background:#fff !important;
}

#main-menu .headerSearch .btn-info {
    background-color:#fed000;
    border-color:#fed000;
}
#main-menu .btn-info {
	color:#ff0000; /*them*/
}

/*socialList,contactList,personalArea*/

.contactList {
    padding: 10px;
}

.contactList li {
    display: block;
}

.socialList li {
    display: inline-block;
    margin-right: 10px;
}

.socialList li:last-child,
.contactList li:last-child {
    margin-right: 0 !important;
}

.socialList li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background:#000;
    color:#fff;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.socialList li a[href*='facebook']:hover {
    background: #3d5d8c;
}

.socialList li a[href*='google']:hover,
.socialList li a[href*='youtube']:hover {
    background: #dd4b39;
}

.socialList li a[href*='twitter']:hover {
    background: #50a0d7;
}

.socialList li a[href*='feeds']:hover {
    background: #ff9900;
}

.socialList li .fa {
    margin-right: -4px;
}

.contactList li .fa,
.contactList li [class^='icon-'],
.contactList li [class*=' icon-'] {
    width: 20px !important;
}

/* TIP */

.tip,
.ftip {
    position: relative;
}

#tip {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    z-index: 9;
    width: 319px;
    min-height: 50px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 14px 20px 10px;
    background: #eee;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

#ftip {
    position: fixed;
    bottom: 41px;
    left:0; /*right:0;*/
    float:left; /*right*/
    z-index: 9;
    min-width: 100px;
    min-height: 50px;
    max-height: calc(100% - 42px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 14px 20px 10px;
    background:#494949; /*eee*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.fixed #tip {
    position: fixed !important;
    top: 48px !important;
    right: 0;
    max-height: calc(100% - 56px);
}

#tip .tip-footer {
    background: #e1e1e1;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px -15px -16px;
}

#tip h3,
#ftip h3 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

#tip ul,
#fip ul {
    margin: 0;
    padding: 0;
}

#tip a {
    color: #333;
    text-decoration: none;
}

#ftip .socialList a {
    color: #fff;
}

/* Body */

#body {
    background: #fff;
    border-color: #dadada;
    border-style: solid;
    border-width: 0;
    position: relative;
	margin-top:40px; /* them */
}

.breadcrumbs {
    position: relative;
    height: 45px;
    line-height: 1;
    padding: 10px 10px 0 50px;
    margin: 0;
    background: transparent;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
}

.breadcrumbs .home-icon {
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
}

.breadcrumbs .home-icon a {
    width: 40px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #0054a6;
}

/*them*/

.breadcrumbs a, .breadcrumb a{
    color: #0054a6;
	font-weight:bold; 
}

.breadcrumbs a:hover, .subs-breadcrumbs:hover {
    color: #ff5c00; 
}
/*end*/

.breadcrumbs .toggle {
    width: 15px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    display: none;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    line-height: 35px;
    display: inline-block;
}

.sub-breadcrumbs {
    margin: 0;
    padding: 0;
    background: #fff linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0px,
            rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0;
    position: absolute;
    left: 39px;
    top: 36px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
}

.sub-breadcrumbs.open {
    display: block;
}

.sub-breadcrumbs li:last-child,
.sub-breadcrumbs li:last-child a,
.sub-breadcrumbs {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sub-breadcrumbs li,
.sub-breadcrumbs a {
    display: block;
    float: none;
}

.sub-breadcrumbs a {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0 10px;
}

.sub-breadcrumbs li:not(:last-child) a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-breadcrumbs a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.sub-breadcrumbs a em {
    display: inline-block;
    margin-right: 5px;
    color: #0054a6; 
}

/* them */
.modern .modern-title-wraper .modern-border{width:100px;background:linear-gradient(90deg, #EDDF22 0%, #EDDF22 100%);}
.modern .modern-title-wraper .modern-border:before{background-color:#EDDF22;box-shadow:9px 0px 0px 0px #EDDF22, 18px 0px 0px 0px #EDDF22;}
.modern-border{height:4px;width:30px;background:#2575fc;border-radius:2px;position:relative;margin-left: auto; margin-right: auto;margin-bottom: 15px;}
.modern-border::before{content:"";position:absolute;left:-27px;top:0;display:inline-block;height:4px;width:4px;border-radius:50%;background-color:#0c5adb;-webkit-box-shadow:9px 0 0 0 #0c5adb,18px 0 0 0 #0c5adb;box-shadow:9px 0 0 0 #0c5adb,18px 0 0 0 #0c5adb}
.modern-title-wraper.text_center {text-align: center;}

.modern h3 {
    font-weight:700;
	font-size: 1.6em;
	font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    margin-bottom: 10px;
	color:#0054a6; /*0f6ea5*/
	text-align: center;
	padding:10px 0px 5px 0px;
}
.simple h3 {
    font-weight:500;
	font-size: 1.8em;
	font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    margin-bottom: 10px;
	color:#0f6ea5;
	text-align: center;
	padding:10px 0px 5px 0px;
}

/* Footer */
/*#footer.lazy {
   background-image: none;
   background-color: #222;
}*/

#footer {
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
	min-height:480px;
	background: #0e3c5f;
	/*background: #222 url(../images/bg-footer.webp) top center no-repeat;*/
	color:#ccc;
    -webkit-transition: top 0.08s ease-in-out;
    transition: top 0.08s ease-in-out;
}

#footer.footer-down {
    bottom: -42px;
}

#footer h3 { /*them*/
    font-weight:700;
    font-size:15px;
    text-transform:uppercase;
    margin-bottom: 10px;
	color:#fff;    
}

#footer h3 a { /*them*/
    color:inherit;
}

.footer {
    position:relative;
    height:40px;
    width:100%;
    background:#0C3555; /*#1a1a1a;*/
    background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.2) 100%);
    border-top:1px solid #0C3555; /*#1a1a1a;*/
    font-size:0.9em;
    color:#fff; /*ccc*/
	margin-top:-20px; /* them*/
}

.footer a {
    color: #ccc;
    text-decoration: none;
}

.footer.display-table > * > * {
    padding: 0;
    vertical-align: middle;
}

/* theme-change */

.theme-change {
    width:100%;
	/*background: #222 url(../images/bg-tp.png) top center no-repeat;*/
    color:#ccc;
	float: center; 
	text-align: center; 
	/*padding: 10px 0;
    font-size: 11px;
    border-bottom: 1px solid #bbb;*/
}

/* moi ko co */
.themechange .theme-change{
    font-size: 11px;
	padding: 5px 0;
	margin-bottom:10px;
	font-style:normal;
}
.themechange .theme-change a {
    font-size:11px;
	color:#ccc;
    text-decoration:none;
}

.themechange .theme-change a:hover {
    color:#ff5c00;
}

.mobi_thongke {
	float: left; text-align: left;font:11px arial;color:#989898;margin-left:-5px;margin-top:10px;padding-top:10px;
}
/* end */

/*.theme-change span + span:before {
    content: '|';
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}*/

/* WinHelp */

#winHelp {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 11;
    display: none;
}

#winHelp .winHelp {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    background: #efefef;
    border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
    z-index: 12;
    color: #333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

#winHelp .winHelp a {
    color: #333;
}

#winHelp .winHelp a:hover {
    color: #205fa0;
}

#winHelp .panel {
    margin-bottom: 0;
}

#winHelp .panel-heading {
    font-weight: bold;
}

#winHelp .panel-body {
    padding: 0;
}

#winHelp .panel-body .menu > li {
    margin: 0;
    border-bottom: 1px solid #ddd;
}

#winHelp .panel-body .menu > li:last-child {
    border-bottom: none;
}

#winHelp .panel-body .menu > li > a {
    display: block;
    line-height: 32px;
    padding: 0 10px;
    background: #fff;
}

#winHelp .panel-body .menu > li > a:after {
    content: ' \f054 ';
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 9px;
    font-weight: normal;
}

/* css main cua contact */

.h3,h3 {
  color: inherit;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.h3, h3 {
    font-size: 22px;
}

.nice-page {
  padding: 10px 0 20px; 
  z-index: 20;
}

.nice-page .formcontact {
  margin-top: 10px; 
}

.nice-page .rowlabel {
  line-height: 24px;
  border-top: 1px solid #cfcfcf;
  padding-top: 10px;
}

.nice-page .rowlabel .title {
  font-size: 24px;
  color: #fbaf21;
}	

@media only screen and (min-width:1200px) {
  .grid-space-80 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .grid-space-80>[class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.rowlabel {
  display: block;
}

.rowlabel .item {
  overflow: hidden;
  display: block;
}

.rowlabel .item .title {
  float: left;
  margin-right: 10px;
  font-weight: 700;
  position: relative;
}

.rowlabel .item .text {
  overflow: hidden;
  display: block;
}

.rowlabel .item>p {
  margin: 0;
}

.rowlabel:not(.row) .item+.item {
  margin-top: 10px;
}

.itemline.rowlabel .item+.item {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}

.label-line.rowlabel .item {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
}

.label-line.rowlabel .item+.item {
  margin-top: 10px;
}

.label-50>.item>.title {
  width: 50px;
}

.formcontact {
	position: relative;
	background: #fff;
	padding: 2px;
	background-size: 300px;
}

.formcontact .formcontact_inner {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
	z-index: 2;
	background-color: #fff;
	border-radius: 10px;
	padding: 10px;
}

.formcontact .dl-table {
  margin-bottom: 3px;
}

.formcontact .dl-table .icon {
  font-size: 50px;
}

.formcontact .dl-table h3 {
  margin: 0;
}

.formcontact .dl-table .icon {
    font-size: 50px;
}
.dl-table.title {
  margin-bottom: 15px;
}

.dl-table.title * {
  margin: 0;
}

.dl-table>.icon {
  width: 60px;
  font-size: 30px;
  color: #fbaf21;
}


@media only screen and (min-width:992px) {
  [class*=dl-table] {
    display: table!important;
    min-width: 100%;
  }

  [class*=dl-table]>* {
    display: table-cell;
    vertical-align: middle;
    float: none!important;
  }

  [class*=dl-table].row {
    min-width: 100%;
  }

  [class*=dl-table].row>* {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width:991px) {
  [class*=dl-table] {
    display: block;
  }

  [class*=dl-table]:after {
    clear: both;
    content: " ";
    display: table;
  }
}

.formcontact .dl-table h3 {
    margin: 0;
}

.dl-table.title {
  margin-bottom: 15px;
}
/* Block Company info */

.company_info {
    color: #ccc; /* them*/
	font-size: 13px;
    margin: 10px !important;
}

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

.company_info li {
    display: table;
    clear: both;
	margin-left: -15px;
}

.company_info li > em,
.company_info li > span {
    display: table-cell;
    vertical-align: middle;
}

.company_info li.company_name > span {
    display: inline;
}

.company_info li em {
    font-size: 1.2em;
    width: 24px;
    text-align: center;
    padding-right: 5px;
}

/****/
.company_info a,
.company_info a:link {
    color:#ccc;
}
.company_info a:hover {
    text-decoration:none;
    color:#fff;
}

#company-map { /*them*/
    width:100%;
    height:300px;
}

.company-map {
    width: 100%;
    height: 300px;
}

/* copyright class */

.copyright {
    font-size: 11px;
}

/* Page break line */

.nv-hr {
    clear: both;
    height: 1px;
    border-bottom: 1px #dadada solid;
    margin: 10px 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.nv-hr.nv-hr-lg {
    margin: 20px 0;
}

.nv-hr.nv-hr-sm {
    margin: 5px 0;
}

.page {
    padding: 15px 5px;
}

.page h1 {
    color: #0e73e6;
    font-weight: bold;
    line-height: 30px;
}

/* Social share,social button */

.nv-social-share {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-social-share li {
    display: inline-block;
}

.nv-social-share li.facebook {
    position: relative;
    top: -4px;
    padding-right: 40px;
}

/* Form control */

.nv-captcha {
    vertical-align: middle;
}

.nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
}

.nv-recaptcha-compact {
    margin: 0 auto;
    width: 164px;
    height: 144px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* List item */

.nv-list-item {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nv-list-item li {
    padding: 4px;
    margin: 0;
}

.nv-list-item.sm li {
    padding: 2px;
}

.nv-list-item.xsm li {
    padding: 1px;
}

.nv-list-item.lg li {
    padding: 10px;
}

.nv-list-item li > h3 {
    display: inline-block;
}

/* List none */

.list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* sub-list-icon */

.sub-list-icon > li:first-child > *:before,
.cat-icon:before {
    content: ' \f114 ';
    font-family: FontAwesome;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -3px;
}

.sub-list-icon > li + li > *:before {
    content: ' \f10c ';
    font-family: FontAwesome;
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.sub-list-icon > li:first-child + li > *:before {
    content: ' \f101 ';
    font-size: 12px;
    margin-top: -2px;
}

/* Form */

input[type='checkbox'],
input[type='radio'] {
    border-width: 1px;
    border-style: solid;
    border-color: #bbb;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: 3px 4px 0 0;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type='radio'] {
    border-radius: 50%;
    margin-right: 4px;
    line-height: 10px;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled,
input[type='checkbox']:disabled:checked:before,
input[type='radio']:disabled:checked:before {
    opacity: 0.7;
}

input[type='checkbox']:checked:before,
input[type='radio']:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    font: normal 14px/1 'FontAwesome';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type='checkbox']:checked:before {
    content: '\f00c';
    margin: 0 0 0 0;
    color: #1e8cbe;
}

input[type='radio']:checked:before {
    content: '\2022';
    text-indent: -9999px;
    border-radius: 50px;
    font-size: 24px;
    width: 6px;
    height: 6px;
    margin: 4px;
    line-height: 16px;
    background-color: #1e8cbe;
}

.img-thumbnail {
    background-color: #d0d0d0;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}

figure.image {
    background: #f1f1f1;
    margin: 10px 0;
}

figure.image > img {
    margin: 5px;
}

figure.image > figcaption {
    font-style: oblique;
    color: #999;
    font-size: 14px;
}

.bodytext figure.image figcaption {
    padding: 0 5px 5px;
}

.fb-like {
    height: 30px;
    margin-right: 50px;
}

.navbar-inverse {
    background-color: #0855a1;
    border-color: #043c72;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #043c72;
}

#sb-container {
    z-index: 99999999 !important;
}

ul.list-control li {
    color: #ffffff;
    margin-top: 10px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.form-control {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
}

.modal-header .close {
    margin-top: -2px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

.modal-body {
    padding: 15px;
}

#sitemodal .modal-dialog {
    position: relative;
    width: auto !important;
    max-width: 600px;
    text-align: center;
    font-size: 0;
}

#sitemodal .modal-content {
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left;
}

#sitemodal .close {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background: #000;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    border: 2px solid #ccc;
    border-radius: 12px;
}

#sitemodal .close:hover {
    opacity: 1;
}

@media (max-width: 619px) {
    #sitemodal .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }

    #sitemodal .modal-content {
        display: block;
    }
}

.sidebar-nav {
    margin: 0 !important;
}

.time {
    font-size: 14px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Account Level */

[class^='lev-'],
[class*=' lev-'] {
    display: inline-block;
}

[class^='lev-']:before,
[class*=' lev-']:before {
    font-family: FontAwesome;
    font-size: inherit;
    margin-right: 5px;
}

.lev-1:before {
    content: ' \f005 \f005 \f005 ';
}

.lev-2:before {
    content: ' \f005 \f005 \f006 ';
}

.lev-3:before {
    content: ' \f005 \f006 \f006 ';
}

.lev-user:before {
    content: ' \f007 ';
}

/* block Contact*/

.contactForm {
    position: relative;
    width: 350px;
    height: 100%;
    margin: -10px -14px -20px -10px;
}

.contactForm .panel {
    margin-bottom: 0;
    color: #333;
}

/*alert*/

.nv-alert {
    position: fixed !important;
    top: 25% !important;
    right: 0;
    left: 0;
    width: 350px !important;
    margin: auto;
    z-index: 99999999999999 !important;
    text-align: center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

@media (max-height: 599px) and (min-width: 350px) {
    .contactForm .panel {
        margin-right: 14px;
    }
}

@media (max-width: 349px) {
    .min-width {
        width: 100% !important;
    }

    #tip {
        width: 100%;
    }

    #ftip {
        max-width: 100%;
    }

    .winHelp {
        width: calc(100% - 80px);
    }

    .contactForm {
        width: 100%;
        margin: 0;
    }

    .contactForm .panel {
        width: 100%;
    }
}

/*cookie-notice popup*/

.cookie-notice {
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999999999999;
    background-color: #eee;
    border: solid 1px #dedede;
    border-radius: 4px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.cookie-notice a {
    color: #1a3f5e;
    text-decoration: underline;
}

.cookie-notice div {
    position: relative;
    width: 100%;
    padding: 20px;
    color: #333;
}

.cookie-notice button {
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 24px;
}

/* bat dau them */
.mobi_footer_left {
	width:50%;height:60px;float:left;font:12px arial;
}
.mobi_footer_right {
	width:50%;height:60px;float:right;font:12px arial;
}

.mobi_menufooter {
	width:100%;height:90px;float: center; text-align: center; font:12px arial;color:#D5D5D5;padding-bottom:10px;padding-top:5px;
}

.padding-mobi-left{
    padding-left: 15px
}

.view-all{
	background: #0f6ea5;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
	line-height: 28px;
    margin: 0px auto;
    display: block;
    padding: 8px 20px;
    color: #fff;
    margin-top: 15px;
	margin-bottom: 15px;
	border-radius:3px;
    -webkit-border-radius:3px;
}
.view-all:hover {
	background:#0393da;
	color:#fff;
}
.reveal-icon i {
    width: 16px
}

.reveal-icon i,
.reveal-icon span {
    display: inline-block;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s
}

.reveal-icon span {
    -webkit-transform: translateX(0.75em);
    -ms-transform: translateX(0.75em);
    transform: translateX(0.75em)
}

.reveal-icon i+span {
    -webkit-transform: translateX(-0.75em);
    -ms-transform: translateX(-0.75em);
    transform: translateX(-0.75em)
}

.reveal-icon:hover>span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.reveal-icon:not(:hover) i {
    opacity: 0
}

.home-shop {
    position:relative;
    width:100%;
	height:100%; 
	background:#fff;
    padding:10px 0;
}

.home-news{
    position:relative;
    width:100%;
	height:100%; 
	background:#fff;
    padding:10px 0;
}

.home-kythuat{
    position:relative;
    width:100%;
	height:100%; 
	background:#fff;
    padding:10px 0;
}
.home-page {
    position:relative;
    width:100%;
	height:60px; 
	background:#f2f2f2;
}
.home-acti {
    position:relative;
    width:100%;
	height:100%; 
	background:#eff8f8;
	/*background-image: url(../images/bg-page.jpeg);*/
	background-position: 4% 0%;
	background-size: cover !important;
    background-repeat: no-repeat !important;
	margin-top: 15px;
    padding:10px 0;
}

.Email .email_box {
    padding: 20px 0;
    text-align: center;
    background: #064153;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    position: relative
}
.Email .email_box:before {
	content: '';
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
} 
.home-why {
    position:relative;
    width:100%;
	height:100%; 
	background:#fff;
    padding:10px 0;
}
/*Block mid-title*/
.mid-title {
	margin-bottom: 40px;
    width: auto;
	text-align: center;
    position: relative;
    margin: 0 0 20px;
}
.titleM h3 {
    font-weight:700;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    margin-bottom: 10px;
	color:#0054a6;
	padding:10px 0px 5px 0px;
}
.mid-title .titleM {
    line-height: 40px;
    font-weight: 600;
    display: inline-block;
    padding: 0 80px;
    position: relative;
	text-transform: uppercase;
}

.mid-title .titleM:before {
    content: "";
    position: absolute;
    width: 65px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: solid 1px #205fa0;
}
.mid-title .titleM:after {
    content: "";
    position: absolute;
    width: 65px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: solid 1px #205fa0;
}
/*Block list*/
.tms_primary {
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
}
.tms_primary_title, .tms_primary_title a {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    color: #0054a6;
    font-size: 18px;
    font-weight: 700;
	text-transform: uppercase;
    padding-bottom: 10px;
}
.listmenu-v ul {
    font: bold 13px Arial;
    list-style-type: none;
	text-transform: uppercase;
    margin: 0;
    padding: 0;
    width: 100%;
}
.listmenu-v ul li {
    position: relative;
    margin: 0;
}
.listmenu-v ul li a:link, .listmenu-v ul li a:visited, .listmenu-v ul li a:active {
    color: #4a4a4a;
}
.listmenu-v ul li a {
    border-bottom: 1px dashed #ccc;
    color: #fff;
    display: block;
    overflow: auto;
    padding: 10px 5px 5px 0px;
    text-decoration: none;
}
/*end */
/* For block.free_home_mobile */
.modernS .owl-next, .modernS .owl-prev {
    margin-top: -70px;
}
.item-inner{position:relative;text-align:center}

.owl-prev {
    right: 27px;
}
.owl-next {
    right: 10px;
}
.owl-next, .owl-prev {
    font-family: FontAwesome;
    color: #333;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    opacity: .5;
    font-size: 30px;
}
.owl-next:hover,.owl-prev:hover{background:0 0;color:#ff5c00;opacity:1}
.owl-next::before, .owl-prev::before {
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    padding: 0 10px;
}
.owl-prev::before {
    content: "\f104";
}
.owl-next::before {
    content: "\f105";
}

.articles-container .item-inner:hover .caption{background-color:rgba(255,130,114,.5)}
.articles-container .item-inner:hover .caption .caret-link{color:#000;}
.articles-container .item-inner a{display:block;height:100%}
.articles-container .item-inner .caption{width:100%;height:70px;position:absolute;bottom:0;z-index:2;background-color:rgba(0,0,0,.5);font-size:20px;font-size:1.25rem;font-weight:100;color:#fff;display:table;list-style:none}
.articles-container .item-inner .caption .caret-link,.articles-container .item-inner .caption .text{display:table-cell;vertical-align:middle}
.articles-container .item-inner .caption .caret-link{color:#ff8272;text-align:right;padding-right:6.66667%}
.articles-container .item-inner .caption .text{color:#fff;font-family: Roboto,sans-serif;font-size: 17px;font-weight: 100;text-align:left;padding-left:6.66667%}
.articles-container .item-inner:hover .caption .text{color:#000;}

/***THEM ***/

.resmenu-container .navbar-toggle {
	display:none;
	float:left;
	background-color:transparent;
	border-color:transparent;
}

.resmenu-container .navbar-toggle .icon-bar {
	background-color:#111;
	height:3px;
}

.resmenu-container .menu-responsive-wrapper {
	position:absolute;
	top:55px;
	min-width:270px;
	background:#464646;
	z-index:999;
	padding:0;
}

.resmenu-container .menu-responsive-wrapper ul {
	list-style-type:none;
	margin:0;
}

.resmenu-container .menu-responsive-wrapper ul .dropdown-resmenu>li>a {
	padding-left:25px;
}

.resmenu-container .menu-responsive-wrapper ul>li {
	position:relative;
	-webkit-box-shadow:0 1px 0 0 #555;
	-moz-box-shadow:0 1px 0 0 #555;
	-o-box-shadow:0 1px 0 0 #555;
	-ms-box-shadow:0 1px 0 0 #555;
	box-shadow:0 1px 0 0 #555;
}

.resmenu-container .menu-responsive-wrapper ul>li>a {
	color:#fff;
	display:block;
	-webkit-box-shadow:0 1px 0 0 #555;
	-moz-box-shadow:0 1px 0 0 #555;
	-o-box-shadow:0 1px 0 0 #555;
	-ms-box-shadow:0 1px 0 0 #555;
	box-shadow:0 1px 0 0 #555;
	padding:10px 20px;
}

.resmenu-container .menu-responsive-wrapper ul>li .show-dropdown {
	display:block;
	width:40px;
	position:absolute;
	right:0;
	top:0;
	height:39px;
	background:#111;
	color:#f2f2f2;
	cursor:pointer;
	text-align:center;
	line-height:39px;
	font-size:20px;
}

.resmenu-container .menu-responsive-wrapper ul>li .show-dropdown:after {
	content:"+";
	font-family:FontAwesome;
}

.resmenu-container .menu-responsive-wrapper ul>li .show-dropdown:hover {
	color:#fff;
	background:#ff5c00;
}

.resmenu-container .menu-responsive-wrapper ul>li:hover>a,.resmenu-container .menu-responsive-wrapper ul>li.active>a {
	background:#eee;
	color:#ff5c00;
}

.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	width:0;
	-webkit-transform:translate(-300px,0);
	-moz-transform:translate(-300px,0);
	-o-transform:translate(-300px,0);
	-ms-transform:translate(-300px,0);
	transform:translate(-300px,0);
	z-index:9999;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	-o-transition:all .3s ease-out;
	-ms-transition:all .3s ease-out;
	transition:all .3s ease-out;
}

.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner {
	background:#464646;
	position:relative;
	height:100%;
	overflow-x:auto;
}

.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner h3 {
	text-transform:uppercase;
	text-align:center;
	background:#111;
	color:#eee;
	margin-bottom:0;
	border-bottom:1px solid #666;
	padding:40px 0;
}

.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner>ul {
	border-bottom:1px solid #555;
	margin:0;
}

.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .menu-close {
	position:absolute;
	top:10px;
	right:20px;
	color:#fff;
	font-size:20px;
	cursor:pointer;
}

.resmenu-container.resmenu-container-sidebar .menu-responsive-wrapper .menu-responsive-inner .menu-close:after {
	content:"\f00d";
	font-family:FontAwesome;
}


/***/
.top-form {
	position:relative;
	float:right;
}

.top-form:hover .wrapp-minicart {
	visibility:visible;
	opacity:1;
	transform:translateY(0);
	transition:opacity .35s ease,transform .35s ease;
}

.top-form.top-form-minicart {
	cursor:pointer;
	position:relative;
	padding:10px 0px 0px 5px;
}

.top-form.top-form-minicart .top-minicart-icon {
	text-align:center;
	border-radius:50%;
	width:36px;
	height:36px;
	background:url(../images/bg_general.png) no-repeat -13px -1330px #fff;
	position:relative;
}

.top-form.top-form-minicart .top-minicart-icon .minicart-number {
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	width:20px;
	height:20px;
	line-height:20px;
	position:absolute;
	right:-12px;
	top:-5px;
	background-color:#fff;
	border-radius:50%;
}

.header-style1 .header-mid .container .sticky-cart .top-form-minicart .minicart-number { /*here*/
	background-color:#ff5c00;
	color:#fff;
	right:-5px;
}
.top-form .wrapp-minicart .cart-checkout .price-total .label-price-total h3 { /*here*/
	font-weight:700;
	font-size:12px;
	color:#222;
	text-transform:uppercase;
}

.top-form .wrapp-minicart {
	visibility:hidden;
	opacity:0;
	transform:translateY(50px);
	transition:transform .3s ease;
	background:none repeat scroll 0 0 #fff;
	position:absolute;
	right:0;
	left:auto;
	top:58px;
	width:318px;
	z-index:99999;
	box-shadow:0 3px 5px 2px rgba(0,0,0,.255);
}

.top-form .wrapp-minicart:before {
	content:"";
	display:block;
	background:transparent;
	height:25px;
	position:absolute;
	top:-25px;
	width:100%;
}

.top-form .wrapp-minicart .minicart-padding .number-item {
	font-size:13px;
	color:#7d7d7d;
	padding:25px 20px 0;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content {
	background:#fff;
	max-height:345px;
	overflow:auto;
	margin-left:0;
	padding:0 15px 0 20px;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li {
	list-style:none;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #f0f0f0;
	padding:30px 0;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-image {
	display:inline-block;
	width:100px;
	background:#fff;
	border:1px #ebebeb;
	float:left;
	margin-right:20px;
	position:relative;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .product-action {
	position:absolute;
	top:23px;
	right:0;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 {
	padding-right:20px;
	margin:0;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details h4 a {
	font-weight:600;
	font-size:14px;
	color:#222;
	text-transform:capitalize;
	line-height:22px;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .price span.amount {
	font-weight:700;
	font-size:16px;
	color:#ff5c00;
	display:inline-block;
	padding:10px 0;
}

.top-form .wrapp-minicart .minicart-padding ul.minicart-content li .detail-item .product-details .product-price .qty {
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#717171;
	font-size:15px;
	border:1px solid #ededed;
}

.top-form .wrapp-minicart .cart-checkout {
	line-height:normal;
}

.top-form .wrapp-minicart .cart-checkout .price-total {
	line-height:41px;
	padding:0 25px;
}

.top-form .wrapp-minicart .cart-checkout .price-total .price-total-w span.price span.amount {
	font-weight:700;
	font-size:20px;
	color:#ff5c00;
}

.top-form .wrapp-minicart .cart-checkout .cart-links {
	overflow:hidden;
	width:100%;
	padding:15px 22px 40px;
}

.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link a,.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link a {
	font-weight:700;
	font-size:12px;
	color:#222;
	line-height:43px;
	height:45px;
	border:1px solid #ededed;
	background:#fff;
	display:inline-block;
	text-transform:uppercase;
	padding:0 25px;
}

.top-form .wrapp-minicart .cart-checkout .cart-links .cart-link:hover a,.top-form .wrapp-minicart .cart-checkout .cart-links .checkout-link:hover a {
	border:1px solid #ff5c00;
	color:#fff;
	background-color:#ff5c00;
}
/***/
#header .widget_nav_menu ul.menu>li.menu-wishlist a {
	background:url(../images/bg_general.png) no-repeat -12px -1403px #fff;
	position:relative;
	margin-top:10px; /*them*/
	margin-bottom:-10px; /*them*/
}

#header .widget_nav_menu ul.menu>li.menu-compare a {
	background:url(../images/bg_general.png) no-repeat -14px -1295px #fff;
}

#header .widget_nav_menu ul.menu>li>a {
	display:inline-block;
	width:36px;
	height:36px;
	border-radius:50%;
}

#menu-menu-wishlist-compare .menu-wishlist .miniwishlist-number {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -12px;
    top: -5px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}
/* DM SP */
.slick-slide img{display: block;}
.category-slider .responsive .item-product-cat:hover .item-image img{
	opacity: .85;
}	

.slick-slider {
	position:relative;
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}

.slick-list {
	position:relative;
	overflow:hidden;
	display:block;
	margin:0;
	padding:0;
}

.slick-list:focus {
	outline:none;
}

.slick-list.dragging {
	cursor:hand;
}

.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block;
}

.slick-track:before,.slick-track:after {
	content:"";
	display:table;
}

.slick-slide {
	float:left;
	min-height:1px;
	display:none;
}

.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:0px solid transparent;
}

/* Block featured-products */

.featured-products > .row {
    margin-bottom:35px;
}

.featured-products > .row:last-child {
    margin-bottom:0;
}

.featured-products .img-thumbnail {
    margin-top:3px;
    margin-bottom:10px;
    background-color:#fff !important;
    border-width:1px !important;
    padding:0 !important;
}

.featured-products ul {
    margin:0;
    padding:0;
}

.featured-products ul > li {
    margin-bottom:5px;
}

.featured-products ul > li:before {
    font-family:'FontAwesome';
    content:"\f105";
    margin-right:5px;
}

/*Them block DMSP */

/*.resp-slider-container img{display:block;max-width:100%;height:auto}*/
.resp-slider-container img{display:block;height:auto}
.vc_col-sm-12{position:relative;width:100%;min-height:1px}

.size-full {
    height: auto;
    margin: 0 0 10px;
}

.category-slider .responsive .item-product-cat .item-image img {
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
}

.category-slider .responsive .item-product-cat .item-content h3 {
	box-shadow:0 1px 3px 0 rgba(100,100,100,.3);
}

.category-slider .responsive .item-product-cat .item-content h3 a {
	display:block;
	height:48px;
	line-height:48px;
	text-align:center;
	color:#0054a6;
	text-transform:uppercase;
	font-size:14px;
	font-weight:700;
	background-color:#fff;
}

.category-slider .responsive .item-product-cat:hover .item-content h3 a{
	background-color:#ff5c00;
	color:#fff;
	height:50px;
	line-height:50px;
}

.category-slider .responsive .item-product-cat{
	padding:0 10px;
}

.slick-initialized .slick-slide{
	display:block;
}

.category-slider .responsive {
	margin:0 -8px;
}
.category-slider .res-button {
    width: 41px;
    height: 41px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    z-index: 3;
}


.modernS .slick-next, .modernS .slick-prev {
    margin-top: 30px;
}

.modernS .slick-prev {
    right: 27px;
}

.modernS .slick-next {
    right: 10px;
}

.modernS .slick-next, .modernS .slick-prev {
    font-family: FontAwesome;
    color: #333;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    opacity: .5;
    font-size: 30px;
}

.modernS .slick-next:hover,
.modernS .slick-prev:hover{background:0 0;color:#ff5c00;opacity:1}

.modernS .slick-next::before, 
.modernS .slick-prev::before {
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    padding: 0 10px;
}

.modernS .slick-prev::before {
    content: "\f104";
}

.modernS .slick-next::before {
    content: "\f105";
}

.modal-header .close {
    margin-top:-2px;
}

button.close {
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
}

.close {
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
}

.modal-body{
    padding:15px
}
.block-description span {
    color: #fed100;
    font-weight: bold;
}
.block-description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.4em;
}
.text-center {
    text-align: center;
}

/* them */

.sec-tuvan{
	/*padding:25px 0;
	text-align:center;
	background:url(../images/tuvan.webp) center center fixed;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	color:#ff5c00;
	position:relative;
	min-height: 630px;*/
	
	position:relative;
    width:100%;
	height:100%; 
	background: #ccc url(../images/tuvan.webp) top center no-repeat;
    padding:10px 0;
}

#tuvan-hotline .sec-tuvan:before {
	content: '';
	background: #171a1ebd;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#tuvan-hotline .sec-tuvan .align-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

#tuvan-hotline .sec-tuvan .align-center h2 {
    color:#fff;
	font-family: "Roboto Regular", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px;
	margin-top: 25px;
}

#tuvan-hotline .sec-tuvan .box_tv_left{
	height:345px;
	float:left;
	width:100%;
	text-align:right;
	padding:0px 40px 0px 0px;
	background-color: transparent;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px
}
#tuvan-hotline .sec-tuvan .box_tv_left .section-content {
	width:100%;
	position: relative !important;
}
#tuvan-hotline .sec-tuvan .box_tv_left ul h3{font-size:25px;text-transform:capitalize;font-weight:500;line-height:50px}
#tuvan-hotline .sec-tuvan .box_tv_left ul h3 span{display:block;color:#ffc520}
#tuvan-hotline .sec-tuvan .box_tv_left ul p{font-size:17px;font-weight:400;line-height:40px;margin:-20px 0px -10px 0px;}
#tuvan-hotline .sec-tuvan .box_tv_left ul a{font-size:17px;color:#fff;text-transform:normal;font-weight:400;line-height:40px;padding-top:10px}

#tuvan-hotline .sec-tuvan .box_tv_right{
	height:400px;
	float:right;
	padding:0px 0px 0px 0px;
	width:100%;
	background-color:transparent; /*rgba(44,64,68,.7);*/
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
}
#tuvan-hotline .sec-tuvan .box_tv_right h3{font-size:25px;text-transform:capitalize;font-weight:500;line-height:50px}
#tuvan-hotline .sec-tuvan .box_tv_right h3 span{display:block;color:#ffc520}
#tuvan-hotline .sec-tuvan .box_tv_right p{font-size:17px;font-weight:400;line-height:20px;margin:-20px 0px 10px 0px;}



.uppercase {
    line-height: 1.2;
    text-transform: uppercase;
}
.lowercase {
    text-transform: none !important;
}
.text-center {
    text-align: center;
}

#tuvan-hotline .sec-tuvan p {
	font-size:17px;
	color:yellow;
	font-family: "Roboto Regular", sans-serif;
	line-height:1.1em;
	font-style:italic;
	font-family:open sans,sans-serif;
	letter-spacing:0.1em; 
	padding-top: 15px;
}

.hotro-btn {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box
}
.hotro-btn span {
    display: inline-block;
    line-height: 1.6
}

.hotro-btn.is-outline {
    line-height: 2.19em
}
.sec-tuvan .col-inner a.hotro-btn {
    background-color: #1fa195;
    border: none;
    border-radius: 50px;
    font-family: "Roboto Regular", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 15px 0;
    margin-bottom: 0;
    letter-spacing: 0;
}
.text-center .hotro-btn:last-of-type {
    margin-right: 0 !important;
}
.text-center .hotro-btn:first-of-type {
    margin-left: 0 !important;
}
.hotro-btn:hover {
    outline: none;
    opacity: 1;
    color: #fff;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}

.hotro-btn {
    color: #fff;
}

.relative {
    position: relative !important;
}
.section-content {
    z-index: 1;
}
.section-content {
    width: 100%;
}
	
.sec-tuvan {
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
}

.block-title-white {
    color: #f5f5f5;
}
.block-title-white h2 {
    background: rgba(0, 0, 0, 0) url(../images/bg_h2-white.png) no-repeat scroll center bottom !important;
}
.block-title h2 {
    background: rgba(0, 0, 0, 0) url(../images/bg_h2.png) no-repeat scroll center bottom;
    display: block;
    font-size: 25px;
    margin: 0px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

.block-description span {
    color: #fed100;
    font-weight: bold;
}

.sec-tuvan .block-description {
    color: #fff;
}
.block-description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.4em;
}
.text-center {
    text-align: center;
}


.form-register .tuvan-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}

.form-register .tuvan-form-control-wrap input {
    background: transparent;
    border: 1px solid #999;
    height: 42px;
    line-height: 42px;
    width: 100%;
    padding: 0 15px;
    color: #999;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

input {
    margin: 0;
    font: inherit;
}


/* end */
.form-register .tuvan-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}

.form-register .tuvan-form-control-wrap input {
    background: transparent;
    border: 1px solid #999;
    height: 42px;
    line-height: 42px;
    width: 100%;
    padding: 0 15px;
    color: #999;
}
.form-register textarea,
.popup textarea {
    background: transparent;
    min-height: 70px;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    color: #999;
}
textarea {
    overflow: auto;
}
input[type=text].required,
input[type=email].required,
input[type=number].required,
input[type=tel].required,
textarea.required,
select.required,
label.required {
    background-image:url(../images/icons/required.png);
    background-position:right center;
    background-repeat:no-repeat;
}
.form-register .tuvan-submit {
    float: right;
    height: 42px;
    background: #ff5d00;
	border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.tuvan-response-output {
    display: none;
    color: red;
}
.form-register .an,
.popup .an {
    display:none
}

.form-register .input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #999;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.form-register .form-control[disabled] {
    background-color: transparent;
    opacity: 1;
}
.form-register input[type='text'],
.form-register input[type=email].required {   /*xem lai dong nay */
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: transparent;
    color: #999;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.form-register label {
    font-weight: bold;
    display: block;
    font-size: .9em;
    margin-bottom: 0.4em;
    color: #ccc;
}
.form-register input[type=checkbox]:checked:before {
    content: '\f00c';
    margin: 0 0 0 0;
    color: #ccc;
}
.form-register .rc-anchor-light {
    background: transparent;
    color: #000;
}
.form-register .nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
	background-color: #171a1ebd;
}

.form-register .aright {
    pull-right;
}
.tuvan-form-control-wrap .input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #999;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.tuvan-form-control-wrap .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #999;
    background-color: transparent;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
}	
.tuvan-form-control-wrap .rc-anchor-light {
	background-color: transparent;
	color: #000;
}
.tuvan-form-control-wrap .rc-anchor-normal {
    height: 74px;
    width: 250px;
}
.h3, h3 {
    font-size: 22px;
}

/* Ads */  
/* Block di chuyen */
.block-1 h3 {
	padding-left: 15px;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 0;
	font-family: "Roboto Bold", sans-serif;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s ease 0.4s;
	-o-transition: all 0.8s ease 0.4s;
	transition: all 0.8s ease 0.4s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%); }
.block-1 .widget ul li {
	border: none; }
.block-1 .widget ul li a {
	padding: 3px 0;
    font-size: 15px;
    color: #d5d5d5; }
.block-1 .widget ul li a:before {
	font-family: FontAwesome;
    content: "\f00c";
    color: #d5d5d5;
    padding-right: 7px;
    font-size: 14px;
    opacity: .5; }
.block-1 .widget ul li a:hover {
	color: #fed000;
    padding-left: 5px; }
.block-1 .widget ul li a:hover:before {
    color: #fed000;
    opacity: 1; }
.block-1 .widget:nth-child(2) {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.2s ease 0.4s;
	-o-transition: all 1.2s ease 0.4s;
	transition: all 1.2s ease 0.4s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%); }
.block-1 .widget:nth-child(3) {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.2s ease 0.8s;
	-o-transition: all 1.2s ease 0.8s;
	transition: all 1.2s ease 0.8s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%); }
.block-1 .widget:nth-child(4) {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.2s ease 1.2s;
	-o-transition: all 1.2s ease 1.2s;
	transition: all 1.2s ease 1.2s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%); }
.block-1 .widget:nth-child(5) {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.2s ease 1.6s;
	-o-transition: all 1.2s ease 1.6s;
	transition: all 1.2s ease 1.6s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%); }
.block-1 .widget:nth-child(6) {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.2s ease 2.0s;
	-o-transition: all 1.2s ease 2.0s;
	transition: all 1.2s ease 2.0s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%); }
.block-1 .widget:nth-child(7) {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.2s ease 2.4s;
	-o-transition: all 1.2s ease 2.4s;
	transition: all 1.2s ease 2.4s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%); }
.block-1 .widget:nth-child(8) {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1.2s ease 2.8s;
	-o-transition: all 1.2s ease 2.8s;
	transition: all 1.2s ease 2.8s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%); }
	
.block-1 .row {
	border-bottom: 1px solid #5a5a5a; }
.block-1.show h3,  .block-1.show .widget {
	opacity: 1;
	visibility: inherit;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%); }


