/**
 * 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('../fonts/NukeVietIcons.woff2') format('woff2'),
        url('../fonts/NukeVietIcons.woff') format('woff'),
        url('../fonts/NukeVietIcons.ttf') format('truetype'),
        url('../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;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    vertical-align: -10%;
}

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

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

.icon_new {
    background: url('../images/icons/new.gif') no-repeat;
    display: inline-block;
    width: 33px;
    height: 15px;
}

.icon_new_small {
    background: url('../images/squared-blue.png') no-repeat 0 8px;
}

.icon_list {
    background: url('../images/arrow_left_orange.png') no-repeat 0 7px;
}

/* Fonts Color */

.text-black {
    color: #000 !important;
}

.text-white {
    color: #fff !important;
}

/* Fonts Weight */

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 800;
}

/* Fix bootstrap */

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display: none;
}

.hidden-ss-block {
    display: block !important;
}

.hidden-ss-inline {
    display: inline !important;
}

.hidden-ss-inline-block {
    display: inline-block !important;
}

.margin {
    margin: 10px;
}

.mr-1 {
    margin-right: 5px;
}

.margin-right,
.mr-2 {
    margin-right: 10px;
}

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

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

.margin-bottom,
.mb-2 {
    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-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

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

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

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

.column-margin-left {
    margin-left: 10px !important;
}

.bg-gainsboro {
    background-color: #dcdcdc;
}

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

ul.list-items {
    padding-left: 0;
}

ul.list-items > li {
    margin-bottom: 10px;
}

ul.list-items > li:last-child {
    margin-bottom: 0;
}

/*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: #dcdcdc;
    border-radius: 3px;
    background-color: #f7f7f7;*/
	background-color:transparent;
    color: #333;
    padding: 10px;
}

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

.nv-info.success {
    background-color: #edf4fa !important;
    border-color: #82b2dc !important;
}

.nv-info.info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

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

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

.nv-info.info:before {
    content: '\f05a';
    color: #31708f;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pointer {
    cursor: pointer;
}

.middle {
    vertical-align: middle;
}

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

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

ul,
ol {
    list-style: none;
}

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

.radius-top-left {
    border-top-left-radius: 5px;
}

.radius-top-right {
    border-top-right-radius: 5px;
}

.radius-bottom-left {
    border-bottom-left-radius: 5px;
}

.radius-bottom-right {
    border-bottom-right-radius: 5px;
}

.radius {
    border-radius: 5px;
}

.bg-gradient {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.8) 0%,
            rgba(255, 255, 255, 0.3) 100%);
}

.box-shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

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

.well {
    padding: 8px;
    line-height: 18px;
}

.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-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px;
}

.has-error div.radio-box,
.has-error div.check-box {
    border-color: #de495b;
}

div.radio-box label,
div.check-box label {
    margin-bottom: 0;
}

div.radio-box label [type='radio'],
div.check-box label [type='radio'] {
    margin-top: -2px;
}

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

.display-table {
    display: table;
}

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

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

/*tooltip*/

.tooltip-inner {
    max-width: 250px;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    background-color: #255986;
    border-radius: 4px;
    height: auto;
    overflow: auto;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #255986;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #255986;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #255986;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #255986;
}

.tooltip-inner img.pull-left {
    margin: 3px 5px 1px 0;
}

.tooltip-inner img.pull-right {
    margin: 3px 1px 0 5px;
}

/* them floatpopup send email*/

.floatpopup {
	position: fixed;
	left: 0;
	bottom: 115px; 
	z-index: 9;
	transform: translateX(-330px);
}
.floatpopup.in {
	transform: translateX(0px);
}
.floatpopup .popup {
	margin: 0;
	display: block;
	width: auto;
	transform: translateX(-330px);
	transition: all 0.5s ease;
}
.floatpopup .popup.show {
	transform: translateX(0px);
}
.floatpopup .popup .titlepopup {
	background: linear-gradient(#00405d, #0f6ea5);
	color: white;
	text-align: center;
	font-size: 20px;
	float: left;
	position: absolute;
	writing-mode: vertical-rl;
	padding: 30px 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
	width: 30px;
	top: 30%;
	left: calc(100% + 330px);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
	font-family: "Roboto Regular", sans-serif !important;
	font-weight: 400;
}
.floatpopup .popup .titlepopup.in {
	left: 100%;
}
.floatpopup .popup .contentpp {
	width: 330px;
	border: 1px solid #fed100;
	border-radius: 4px;
	background-color:#fff;
	/*background-image: url(../images/bg-email.png);*/
	background-repeat: no-repeat;
    background-position: top center;
	padding: 20px 15px;
	transition: all 0.5s ease-in-out;
}
.floatpopup .popup .contentpp i.fa.fa-times {
	font-size: 14px;
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 5px 7px;
	color: #f00;
	background: #fff;
	z-index: 2;
	cursor: pointer;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em; /*inherit;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.floatpopup .popup .contentpp h3 {
	display: block;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #0054a6;
	font-weight: 600;
}
.floatpopup .popup .contentpp form {
	margin-bottom: 0;
}
.floatpopup .popup .contentpp form input,
.floatpopup .popup .contentpp form textarea {
	box-shadow: none;
	font-size: 14px;
}
.floatpopup .popup .contentpp form input[type="submit"] {
	margin: 0;
	background-color: #f17724;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	padding: 8px 15px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	line-height: unset;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
}
.floatpopup .popup .contentpp form input[type="submit"]:hover {
	background-color: #fed100;
}
@media (max-width: 320px) {
  .floatpopup {
	bottom: 80px;
  }
}
/* end send email*/
/* 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;
}

figure {
    position: relative;
    margin: 5px 0 10px 0;
    text-align: center;
}

figure.image.image-left,
img.image-left {
    margin-right: 15px;
    float: left !important;
}

figure.image.image-right,
img.image-right {
    margin-left: 15px;
    float: right !important;
}

.image-center figure.image,
.image-center {
    text-align: center;
    float: none !important;
}

div.image-center,
p.image-center {
    margin-bottom: 10px;
}

figure.article {
    background-color: #939393;
}

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

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

figure.center {
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align: center;
}

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

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

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

figure.article figcaption {
    color: #fff;
}

figure.article.center figcaption {
    color: inherit;
}

figure.avatar {
    margin-top: 0 !important;
}

figure.avatar figcaption {
    position: absolute;
    bottom: 12px;
    left: 3px;
    width: calc(100% - 6px);
    background-color: #357ebd;
    color: #fff;
    font-size: 11px;
}

/* Global */

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    background-color:#fff; /*eee*/
}

a,
a:link,
a:active,
a:visited {
    color: #1a3f5e;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0e2132;
}

a.dimgray {
    color: #707070;
}

a.dimgray:hover {
    color: #0e2132;
}

a.black {
    color: #333;
}

a.black:hover {
    color: #0e2132;
}

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

/* them type home*/
.type-home {
    float: left;
    width: 100%;
    position: relative;
    min-height: 20px;
    margin-top: -30px;
}

.type-home .typecnt-wrap {
    color: #0054a6;
    width: 100%
	height:20px;
}

.type-home .subtt {
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    padding-left: 10px;
    margin: 10px 0
}

.type-home .subtt:before {
    content: '';
    height: 50%;
    width: 3px;
    background-color: #ee3364;
    position: absolute;
    left: -10px;
    bottom: 15px;
    display: block;
    /*transform-origin: left bottom;
    transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg)*/
}
.hl-type {
    color: #ee3364;
}

.about-us {
    text-align: left;
	line-height:1.7;
}
.about-us-img {padding-top:50px;}
.about-us-img img {
	width:100%;
	-moz-border-radius: 0 50px 0 50px;
	-webkit-border-radius:0 50px 0 50px;
	border-radius:0 40px 0 40px;
	/*-moz-border-radius: 50px 0 50px 0;
    -webkit-border-radius: 50px 0 50px 0;
    border-radius: 50px 0 50px 0;*/
}
/* them preloader */
@-webkit-keyframes loader {
	0%,10%,100% {
		width:80px;
		height:80px;
	}
	65% {
		width:150px;
		height:150px;
	}
}
@keyframes loader {
	0%,10%,100% {
		width:80px;
		height:80px;
	}
	65% {
		width:150px;
		height:150px;
	}
}
@-webkit-keyframes loaderBlock {
	0%,30% {
		-webkit-transform:rotate(0);
		transform:rotate(0);
	}
	100% {
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
	}
}
@keyframes loaderBlock {
	0%,30% {
		-webkit-transform:rotate(0);
		transform:rotate(0);
	}
	100% {
		-webkit-transform:rotate(90deg);
		transform:rotate(90deg);
	}
}
@-webkit-keyframes loaderBlockInverse {
	0%,20% {
		-webkit-transform:rotate(0);
		transform:rotate(0);
	}
	100% {
		-webkit-transform:rotate(-90deg);
		transform:rotate(-90deg);
	}
}
@keyframes loaderBlockInverse {
	0%,20% {
		-webkit-transform:rotate(0);
		transform:rotate(0);
	}
	100% {
		-webkit-transform:rotate(-90deg);
		transform:rotate(-90deg);
	}
}
.page-preloader {
	position:absolute;
	top:50%;
	left:50%;
	width:80px;
	height:80px;
	-webkit-transform:translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
	transform:translate(-50%,-50%) rotate(45deg) translate3d(0,0,0);
	-webkit-animation:loader 1.2s infinite ease-in-out;
	animation:loader 1.2s infinite ease-in-out;
}
.page-preloader-cover {
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	display:block;
	width:100%;
	height:100%;
	background-color:#fff;
}
.page-preloader span {
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	-webkit-animation:loaderBlock 1.2s infinite ease-in-out both;
	animation:loaderBlock 1.2s infinite ease-in-out both;
}
.page-preloader span:nth-child(1) {
	top:0;
	left:0;
}
.page-preloader span:nth-child(2) {
	top:0;
	right:0;
	-webkit-animation:loaderBlockInverse 1.2s infinite ease-in-out both;
	animation:loaderBlockInverse 1.2s infinite ease-in-out both;
}
.page-preloader span:nth-child(3) {
	bottom:0;
	left:0;
	-webkit-animation:loaderBlockInverse 1.2s infinite ease-in-out both;
	animation:loaderBlockInverse 1.2s infinite ease-in-out both;
}
.page-preloader span:nth-child(4) {
	bottom:0;
	right: 0;
}
.page-preloader span {
    background-color: #0f6ea5;
}

/* Right home */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
	outline:0;
}
#widget {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 100000;
}
.wgitem{position:absolute;top:0;right:-250px;height:50px; width:300px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#widget .wgitem:nth-child(2){top:55px;}
#widget .wgitem:nth-child(3){top:110px;}
#widget .wgitem:nth-child(4){top:165px;}
#widget .wgitem:nth-child(5){top:220px;}

.wgitem-icon {
    float: left;
    height: 50px;
    width: 50px;
    background-color: #0f6ea5;
    color: #fff;
    border-radius: 6px 0 0 6px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.wgitem-icon i {
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 50px;
}

.wgitem-title {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #f2f2f2;
    color: #0054a6;
    margin: -20px -20px 20px;
    padding: 0 15px;
    text-transform: uppercase;
}

.wgitem-content {
    float: left;
    width: 250px;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
}

.wgitem:hover {
    right: 0 !important;
    z-index: 10000;
}

.wgitem ul {
    list-style: none
}

.wgitem.wgitem-nocontent {
    width: 200px;
    right: -150px;
}

.wgitem.wgitem-nocontent .wgitem-title {
    margin: 0 0 0 50px;
}

.icons {
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    width: 23px;
    height: 23px;
    margin-right: 2px;
	margin-top: 12px;
}

.mobile-wave {
  animation: waveIn 1.2s infinite ease-out;
  transform-origin: 50% 50%;
}

.wave-sm {
  animation-delay: .3s;
}

.wave-md {
  animation-delay: .45s;
}

.wave-lg {
  animation-delay: .6s;
}

@keyframes waveIn {
  from {
    opacity: 0;
    transform: scale(.3) translate(-20px,10px);
  }
  
  50% {
    transform: translate(0,0);
    opacity: 1;
  }
}

.pin-wrap {
	position: absolute;
    left: 15px;
    top: 8px;
    z-index: 10;
}
.pin {
  	width: 16px;
    height: 16px;
    border-radius: 50% 50% 50% 0;
    background: #fff;
    position: relative;
    transform: rotate(-45deg);
    animation-fill-mode: both;
    animation-duration: 1s;
	display: inline-block;
}  
.pin:after {
    content: '';
    width: 6px;
    height: 6px;
    margin: 8px 0 0 8px;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    background: #0c3b6f;
    left: -3px;
}
.pulse-wrap {
	position: absolute;
    left: 18px;
    top: 18px;
    z-index: 9;
}
.pulse {
	background: rgb(255 255 255 / 20%);
    border-radius: 50%;
    position: relative;
    transform: rotateX(55deg);
    z-index: 1;
    width: 9px;
    height: 9px;
	display: inline-block;
}
.pulse:after{
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
    box-shadow: 0 0 1px 2px #fff;
    animation-delay: 1.1s;
    left: -2px;
    top: 0;
}

@keyframes pulsate{
  0%{
    transform: scale(0.1, 0.1);
	  opacity: 0.0;}
  50%{
	  opacity: 1.0;}
  100%{
    transform: scale(1.2, 1.2);
	  opacity: 0;}
}

.user-support {
    display: block;
    padding-bottom: 12px;
	margin-bottom:12px;
    border-bottom: 1px solid #ddd;
}
.user-support:last-child{border-bottom:none;margin-bottom:0;}
.user-support a {font-weight: normal}
.user-support-name{margin-bottom:0;}

.user-support-phone{
	color:#bc7407;
}
.user-support-phone img{
	width:21px; height:20px; margin-top:0px;
}
.user-support-icon {
    display: block;
    clear: both
}
.user-support-icon i{font-size:1.6rem;}
.user-support-img {
    width: 25%;
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.user-support-img:before {
    content: "";
    display: block;
    padding-top: 100%
}

.user-support-img img {
	width:100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.user-support-info {
    width: 72%;
    float: right;
    text-align: left
}

.user-support-icon a {
    color: #000!important;
    display: inline-block;
    margin: 3px 5px 0 5px
}

.user-support-icon a:nth-child(1),.user-support-icon a:nth-child(1):hover {
    color: #fc1828!important
}

.user-support-icon a:nth-child(2),.user-support-icon a:nth-child(2):hover {
    color: #0168e8!important
}

.user-support-icon a:nth-child(3),.user-support-icon a:nth-child(3):hover {
    color: #4267b2!important
}
.mail img{
	width:20px; height:20px; margin-bottom:0px;
}
.zalo img{
	width:25px; height:25px; margin-top:0px;
}
.mess img{
	width:40px; height:40px; margin-bottom:0px;
}

/*end */

.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-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-title-wraper.text_left{text-align: left;}

.modern h3 {
    font-weight:700;
	font-size: 1.8em;
	font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    margin-bottom: 10px;
	color:#0054a6;
	padding:25px 0px 5px 0px;
}

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

.bodytext {
    word-break: keep-all;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    line-height: 1.7em;
}

.bodytext p {
    margin-bottom: 15px !important;
}

.bodytext ol {
    list-style-type: decimal !important;
}

.bodytext ul {
    list-style-type: disc !important;
    padding-left: 40px !important;
    margin-bottom: 10px !important;
}

.bodytext li {
    margin-bottom: 0 !important;
}

.bodytext div.alert {
    margin-bottom: 7px;
    margin-top: 4px;
}

iframe {
    border: 0;
}

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

.wraper {
    position: relative;
    width:1170px; /*1080*/
    margin: 0 auto;
}

.container,
.rel {
    position: relative;
}

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

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

a.btn {
    color: #fff;
}

.section-header-bar {
    background-image: linear-gradient(to bottom,
            #428bca 0,
            #245682 100%,
            rgba(255, 255, 255, 1) 100%,
            rgba(255, 255, 255, 1) 100%);
}

.body-bg { /*moi ko co */
    position:absolute;
    top:0;
    left:0;
    min-width:100%;
    min-height:100%;
    background-image:url(),linear-gradient(to bottom,#0a3925 0,#0a3925 51px,rgba(255,255,255,1) 51px,rgba(255,255,255,1) 100%);
    background-repeat:no-repeat,repeat-x;
    background-position:left 51px,left top;
    background-size:100%,auto;
}
/* Header */

.site-banner {
    position: absolute;
    width: 100%;
    background-size: cover;
    z-index: -10;
    background-position: center center;
    height: 300px;
}

#header {
    position:relative;
    background:transparent;
    margin-top:51px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

#header .logo {
	position:relative;
    float:left;
    margin:0;
    padding:55px 0px 10px 0px;
	z-index:9;
}

#header .logo img {
    height: 115px;
	width: 123px;
	/*max-height: 120px;
    width: auto;*/
}

#header .logo h1,
#header .logo .site_name {
    display: none;
}

#header .logo h2,
#header .logo .site_description {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman';
    line-height: 1.1;
    margin: 0;
    padding: 0;
    display: block;
}

#header .right-ads {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px 0;
}

#header .right-ads > .nv-block-banners:last-child {
    margin-bottom: 0;
}

/*----- BEGIN THEM ---*/

.navbar .nav, .navbar .nav > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    *zoom:1; /* hasLayout ie7 trigger */
    vertical-align: top;
}
.navbar-inner {
	text-align:right;
	min-height: 37px;
}
.navbar .navbar-inner, .navbar .navbar-inner {
	border: none; 
	box-shadow: none; 
	filter: none;
}
.navbar {
  min-height: 37x;
}
@media (min-width: 768px)
{
	.navbar-nav>li>a {
	  padding-top: 10px;
	  padding-bottom: 10px;
	}
}
.navbar-fixed-top{
	/*top:47px;*/ /*top:45px;*/
	margin-top:50px;
	position:fixed; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none;
}
.navbar>.container .navbar-brand {
	margin-left:-35px;
}
.navbar-nav>li {
	margin-left:2px;
}
/*fixed nav*/
/*
.navbar.navbar-fixed-top {
	padding-top:50px; 
	height: 70px;
	background:#000 !important;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); 
}*/
.navbar.navbar-fixed-top {
	background:#0f6ea5 !important;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); 
}
.wowmenu.tiny {
	top:0;
	background: rgba(85, 85, 85, 0.8) !important;
	padding-top:10px;
	padding-bottom:10px;
}
.wowmenu.tiny .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  line-height: 25px; 
}
.navbar-brand img {
	max-width:85%;
	height:auto;
	margin-top:-10px;
	margin-left:-20px; /*them*/
}
.wowmenu.tiny .navbar-brand img {
	max-width:75%; /*75%*/
	margin-top:-7px;
}
.navbar-brand img,.wowmenu.tiny .navbar-brand img {
	transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

/**********/
.s-shadow.b-breadCumbs {
    box-shadow: 0px 30px 50px -24px rgb(0 0 0 / 10%);
    z-index: 998;
}
.b-breadCumbs {
    background-color: #fff;
    fill: #fff;
}
.b-breadCumbs {
    background: #fff;
}
.b-breadCumbs {
    padding: 20px 0;
}
.s-shadow {
    position: relative;
    box-shadow: 0px 30px 100px -38px rgb(0 0 0 / 30%);
    z-index: 100;
}
/*End them */

/** CO THE BO ***/
.header-mid { /*them*/
	background-color:#0f6ea5;
	height:47px; 
	margin-top:-4px;
}

.header-mid .header-right { /*them*/
	position: relative;
	float: right
}

.header-mid .header-right .hotline_dathang { /*them*/
	width: 165px;
	float: left;
	margin-top:-5px; /*them*/
	margin-bottom:5px; /*them*/
	/*padding: 15px 0*/
}

.header-mid .header-right .hotline_dathang .icon_hotline { /*them*/
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #fff;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	float: left;
	margin-right: 10px;
	padding-left: 2px;
	border: 2px solid #fff
}

/* Begin them*/
.header-mid .header-right .hotline_dathang .icon_hotline .fa {  
	font-size: 16px
}
.header-mid .header-right .hotline_dathang .content_hotline {
	line-height: 17px;
	margin-top: 4px;
	padding-left: 40px
}

.header-mid .header-right .hotline_dathang .content_hotline a {
	color: #fff;
	font-weight: bold;
	display: block
}

.header-mid .header-right .hotline_dathang .content_hotline a:hover {
	color: #ffba00
}

.header-mid .header-right .hotline_dathang .content_hotline span {
	color: #ffdada;
	font-size: 12px
}
/** them **/
.flex-row {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}
.header .flex-row {
    height: 100%
}

.flex-col {
    max-height: 100%
}
@keyframes stuckMoveDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes stuckMoveUp {
    0% {
        transform: translateY(100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes stuckFadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.header,
.header-wrapper {
    width: 100%;
    z-index: 30;
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    transition: background-color .3s, opacity .3s
}
.header-main {
    z-index: 10;
    position: relative
}
.stuck {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto
}

.sticky-jump .stuck {
    animation: stuckMoveDown .6s
}
/** them **/
#tp_breadcrumbs {
	width: 100%;
	height: 200px;
	padding: 30px 0px 10px 0px;
	margin-bottom: 10px;	
	background:#f2f2f2;
	display: inline-block;     
	text-align: left;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
}
#tp_breadcrumbs:before {
	content: '';
	background: #171a1ebd;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.breadcumbs_title{font-weight: 600;font-size:40px;text-align: left;margin-bottom: 5px;color: #ffff;position: relative; text-transform: uppercase;}
.breadcumbs_title:before {content: "";padding-right: 10px;color: #fff;font-weight: 600;transform: scale(0.98) translateY(-3%);display: inline-block;}    
.breadcumbs_title:after{content: "";padding-left: 10px;color: #fff;font-weight: 600;transform: scale(0.98) translateY(-3%);display: inline-block;}
.breadcumbs_ul{margin: auto; text-align: center; display: inline-block;}
.breadcumbs_ul ul{text-align: center;list-style: none;}
.breadcumbs_ul ul li{float: left;margin-right: 10px;}
.breadcumbs_ul ul li a {color:#fff;font-size: 14px; font-weight: 400;}
.breadcumbs_ul ul li a:hover {color:red;}
.breadcumbs_ul ul li::before {float: left;padding-right: 0.5rem;color: #fff;content: "/";}
.breadcumbs_ul ul li.breadcumbs_home a{color: #fff;}
.breadcumbs_ul ul li.breadcumbs_home a:hover{color: red;}
.breadcumbs_ul ul li.breadcumbs_home::before {display: none;}

.revo_breadcrumbs {
	margin-bottom:5px;
	background-color:#f2f5f6;
}

.revo_breadcrumbs .listing-title {
	margin-top:5px;
	margin-bottom:5px;
}

.revo_breadcrumbs .breadcrumbs .breadcrumb {
	background-color:#000;
	margin:0;
	padding:0 0 36px;
}

.revo_breadcrumbs .breadcrumbs .breadcrumb>li {
	color:#7d7d7d;
	text-transform:uppercase;
	font-weight:600;
}

.revo_breadcrumbs .breadcrumbs .breadcrumb>li + li:before {
	content:'';
	padding:0;
}

.revo_breadcrumbs .breadcrumbs .breadcrumb>li>.go-page:before {
	content:'\f105';
	font-family:FontAwesome;
	padding:0 15px;
}

/**** End them ***/
/* breadcrumb */

.breadcrumbs-wrap {
    position: relative;
}

.breadcrumbs-wrap .display {
    height: 35px;
    overflow: hidden;
}

.breadcrumbs {
    display: inline-block;
}

.breadcrumbs li {
    float: left;
    margin: 0 0.5em 0 1em;
}

.breadcrumbs a,
.show-subs-breadcrumbs {
	background-color:transparent; /*#dcdcdc;*/
    padding: 0.6em 1em;
    float: left;
    text-decoration: none;
    color:#fff; /*333*/
    position: relative;
}

.breadcrumbs a:hover,
.show-subs-breadcrumbs:hover {
	background-color:transparent; /*#a6c8e6;*/
	color:#ff5c00;
}

.breadcrumbs a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color:transparent; /*#dcdcdc #dcdcdc #dcdcdc transparent;*/
    left: -1em;
}

.breadcrumbs a:hover:before {
    border-color:transparent; /*#a6c8e6 #a6c8e6 #a6c8e6 transparent;*/
}

.breadcrumbs a:after,
.show-subs-breadcrumbs:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top-width: 1.5em;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width: 1.5em;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-left-width: 1em;
    border-left-style: solid;
    border-left-color: transparent; /*#dcdcdc;*/
    right: -1em;
}

.breadcrumbs a:hover:after,
.show-subs-breadcrumbs:hover:after {
    border-left-color: transparent; /*#a6c8e6;*/
}

/*.breadcrumbs li:last-child a,
.breadcrumbs li:last-child a:hover {
    font-weight:bold;
    background:none;
}

.breadcrumbs li:last-child a:after,
.breadcrumbs li:last-child a:before {
    content:normal;
}

*/

.subs-breadcrumbs {
    margin: 0;
    padding: 0;
    background-color: #fff linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0px,
            rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
    z-index: 999999;
}

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

.subs-breadcrumbs li {
    background-color: #eee;
}

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

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

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

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

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

.subs-breadcrumbs a em {
    display: inline-block;
    margin-right: 5px;
    color: #707070;
}

.show-subs-breadcrumbs {
    padding-right: 5px;
    margin-right: 7px;
    width: 30px;
    text-align: center;
}

.fix_banner_left {
    width: 120px;
    height: 480px;
    position: fixed;
    top: 2px;
    left: 2px;
    display: none;
}

.fix_banner_right {
    width: 120px;
    height: 480px;
    position: fixed;
    top: 2px;
    right: 2px;
    display: none;
}

/* them css bird fly */
.container-bird {
	min-height: 50px;
	z-index: 10; /*1000*/
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-blend-mode: soft-light;
    background-size: cover;
    background-position: center center;
    padding: 2rem;
 }
.bird-container {
	position: absolute;
    left: -7.5vw;
    -webkit-transform: scale(0);
    transform: scale(0);
    will-change: transform;
    -webkit-animation-name: fly-right-one;
    animation-name: fly-right-one;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.bird {
	background-image: url("https://thienphongco.com/themes/default/images/svg/bird.svg");
    background-size: auto 100%;
    width: 86px;
    height: 125px;
    will-change: background-position;
    animation-name: fly-cycle;
    animation-timing-function: steps(10);
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-delay: -0.5s;
}
.bird--one {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@keyframes fly-cycle {
	100% {
      background-position: -900px 0;
    }
  }
  .bird-container--one {
	-webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-delay: 0;
    animation-delay: 0;
  }
@keyframes fly-right-one {
	0% {
    left: -10%;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    }
    10% {
    left: 10%;
    -webkit-transform: translateY(2vh) scale(0.4);
    transform: translateY(2vh) scale(0.4);
    }
    20% {
    left: 30%;
    -webkit-transform: translateY(0vh) scale(0.5);
    transform: translateY(0vh) scale(0.5);
    }
    30% {
    left: 50%;
    -webkit-transform: translateY(4vh) scale(0.6);
    transform: translateY(4vh) scale(0.6);
    }
    40% {
    left: 70%;
    -webkit-transform: translateY(2vh) scale(0.6);
    transform: translateY(2vh) scale(0.6);
    }
    50% {
    left: 90%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
    }
    60% {
    left: 110%;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
    }
    100% {
    left: 110%;
    opacity: 1;
    -webkit-transform: translateY(0vh) scale(0.6);
    transform: translateY(0vh) scale(0.6);
    }
 }
   
/*** them con song vawe**/
.absolute {
    position: absolute
}

.relative {
    position: relative
}

.background-waves {
    background-color: transparent;
    /*background-image: linear-gradient(160deg, #fc692b, #fe506a)*/
	background-image: linear-gradient(160deg, #426EB4, #009298)
}

.wave {
    width: 100%;
    bottom: 0;
    left: 0
}

.separator-waves {
    position: relative;
    width: 100%;
    height: 200px;
    min-height: 50px;
    max-height: 100px
}

.separator-waves-parallax>use {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.separator-waves-parallax>use:first-child {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s
}

.separator-waves-parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s
}

.separator-waves-parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s
}

.separator-waves-parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s
}

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }
    to {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}
/* end con song */

/* Them */
.title_item {
    width: 100%;
    text-align: center;
	margin-top:20px;
}
.title_item .p1 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}
.title_item .p1 span {
    color: #031A4A;
    font-weight: 600;
}
.title_item .p2 {
    font-size: 18px;
    font-weight: 500;
    color: #555;
}
.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.cd-headline.slide .cd-words-wrapper {
    width: auto !important;
}
.cd-headline.slide .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
    /*margin-top: -6px;*/
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.st-hero.st-style1 {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

.st-hero.st-style1 .container {
    position: relative;
    z-index: 2;
}

.st-hero.st-style1 .st-hero-title a {
	font-family: "Cormorant Upright", serif;
    color: yellow;
    font-size: 30px;
    font-weight: 500;
	margin-bottom: 10px;
    letter-spacing: 0px;
    line-height: 1
}

.st-hero.st-style1 .st-hero-title b {
    font-size: 25px;
	font-weight: inherit;
    color: inherit;
	color: #ffcb05; /*#fbd020;*/
}
.st-hero.st-style1 .st-hero-title span {
    padding: 5px 0;
    margin-top: -5px;
    margin-bottom: -5px;
}
.st-hero.st-style1 .st-hero-title.cd-headline b:before {
    content: '';
    position: absolute;
    height: 75px;
    width: 100%;
    background-image: url(../images/hero-shape.png);
    bottom: -5px;
    z-index: -1;
}

.st-hero.st-style1 .st-hero-mini-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.st-hero.st-style1 .st-hero-subtitle {
	color: #fff; /*rgb(10, 103, 233);*/
	font-size:25px;
	font-style:normal;
	font-weight: 500;
	font-family:"Agency FB";
	letter-spacing: 1px;
}

.st-hero.st-style1 .vertical-bar {
    margin: 0 0 0px 20px;
	padding: 0 0 0px 20px;
	height: 100px;
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #fed100;
}

.cd-headline.slide span {
  display: inline-block;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: .2em;
  font-weight: inherit;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/** end them **/ 
#banner_top-home .tp-title:after {
	content:"Kết nối niềm tin - Giá trị vững bền ";
}
/*#banner_top-home .text p:after {
	content:"Kết nối niềm tin";
}
#banner_top-home .text p1:after {
	content:"Giá trị vững bền";
}
#banner_top-home .text p2:after {
	content:"Cùng Thiên Phong tiếp bước thành công !";
}*/
#banner_top-about .tp-title:after {
	content:"Giới thiệu ";
}
#banner_top-about .st-hero-subtitle:after {
	content:"Công ty Thiên Phong";
}

#banner_top-news .tp-title:after {
	content:"Tin tức ";
}
#banner_top-news .text p:after {
	content:"Thị trường";
}
#banner_top-news .text p1:after {
	content:"Thủy sản";
}
#banner_top-news .text p2:after {
	content:"Thông báo";
}
#banner_top-news .st-hero-subtitle:after {
	content:"Cập nhật thông tin thủy sản kịp thời!";
}

#banner_top-shops .tp-title:after {
	content:"Sản phẩm ";
}
#banner_top-shops .text p:after {
	content:"Tôm thẻ, sú, hùm ";
}
#banner_top-shops .text p1:after {
	content:"Cá thịt & cá Koi";
}
#banner_top-shops .text p2:after {
	content:"Ốc hương ";
}
#banner_top-shops .st-hero-subtitle:after {
	content:"Sản phẩm của Thiên Phong chất lượng, uy tín !";
}

#banner_top-ky-thuat .tp-title:after {
	content:"Kỹ thuật nuôi trồng ";
}
#banner_top-ky-thuat .text p:after {
	content:"Tôm";
}
#banner_top-ky-thuat .text p1:after {
	content:"Cá";
}
#banner_top-ky-thuat .text p2:after {
	content:"Ốc hương";
}
#banner_top-ky-thuat .st-hero-subtitle:after {
	content:"Thiên Phong luôn đồng hành cùng bạn!";
}

#banner_top-tuyen-dung .tp-title:after {
	content:"Tuyển dụng ";
}
#banner_top-tuyen-dung .st-hero-subtitle:after {
	content:"Chúng tôi cam kết cùng bạn xây dựng một tương lai tươi sáng!";
}

#banner_top-contact .tp-title:after {
	content:"Liên hệ ";
}
#banner_top-contact .st-hero-subtitle:after {
	content:"Liên hệ với chúng tôi để nhận được nhiều ưu đãi!";
}
#banner_top-users .tp-title:after {
	content:"Thành viên ";
}
#banner_top-statistics .tp-title:after {
	content:"Thống kê truy cập ";
}
#banner_top-seek .tp-title:after {
	content:"Tìm kiếm ";
}
#banner_top-seek .gsc-overflow-hidden {
    overflow: visible;
}
#banner_top-photos .tp-title:after {
	content:"Hình ảnh ";
}
#banner_top-siteterms .tp-title:after {
	content:"Điều khoản sử dụng";
}
#banner_top-feeds .tp-title:after {
	content:"RSS-feeds";
}
#banner_top-banners .tp-title:after {
	content:"Quảng cáo";
}
/*For 3D */
.elementor-element .st-hero-title a {
	font-family: "Cormorant Upright", serif;
    color: #0054a6;
    font-size: 25px;
    font-weight: 500;
	margin-bottom: 10px;
}
.elementor-element-001 .tp-title:after {
	content:"Tôm thẻ, sú, hùm & tôm giống";
}
.elementor-element-002 .tp-title:after {
	content:"Sản phẩm dành cho cá thịt & cá Koi";
}
.elementor-element-003 .tp-title:after {
	content:"Sản phẩm dành cho ốc hương & ốc khác";
}
.elementor-element-004 .tp-title:after {
	content:"Nguyên liệu nhập khẩu các loại";
}
.elementor-element-001 .image-icon {
	width:70px;
	height:60px;
}
.elementor-element-002 .image-icon {
	width:90px;
	height:80px;
}
.elementor-element-003 .image-icon {
	width:100px;
	height:90px;
}
.elementor-element-004 .image-icon {
	width:80px;
	height:80px;
}
/*****/

/* SECOND NAV */

.second-nav {
    z-index: 3;
}

.second-nav .bg {
    background: #cccccc;
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0) 100%) !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/***
====================================================================
Search Popup
====================================================================
***/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    transform: scale(1, 0);
}

.search-popup.active {
    transform-origin: top center;
    transform: scale(1, 1);
    transform-origin: bottom center;
    transition: transform 0.7s ease;
}

.search-popup_overlay {
    width: 100%;
    height: 100%;
    background-color: #111;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
    cursor: none;
}

.search-popup_inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-popup_form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

.search-popup_form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    line-height: 30px;
    padding: 15px 30px;
    color: #272727;
    font-size: 16px;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
}
.search-popup_form input[type='text'] {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 50px;
    font-size: .97em;
    border-radius: 5px;
    max-width: 100%;
    /* width: 100%; */
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.search-popup_form button[type="submit"] {
    border: none;
    outline: none;
    width: 60px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #000; /*fffe03*/
    cursor: pointer;
    position: absolute;
    top: 45%; /*50*/
    right: 14px; /*15*/
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.search-popup_form button[type="submit"]:hover {
    background-color: #ff0000; /*var(--thm-black);*/
    color: #fff;
}

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 999999;
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 999999;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    transform: rotate(45deg);
}
/***/
/* goodmorning */
.ecosystem .container {
    max-width: 900px;
    margin: 0 auto
}
.flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}
.ecosystem .img-eco {
    width: 80%
}
.ecosystem .box-logo {
    width: 45%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%)
}
.ecosystem {
    padding: 5px 0;
    background: #fff;
}
.ecosystem .box-top {
    background: #fff;
	padding-bottom: 10px
}
.ecosystem .ts-box {
	width: calc(70% / 3 - 10px);
	height: 240px;
    margin: 15px 10px;
    background: url("../images/tp-shape.webp") no-repeat center;
    background-size: cover;
    text-align: center
}
.ecosystem .box-inner {
    padding: 40px 20px 50px 20px
}
.ecosystem .img-eco {
    width: auto;
    max-height: 60px; 
    display: block;
    margin: 0 auto
}
.ecosystem .img-eco.active,
.ecosystem .img-eco:hover {
	opacity: .4;
}
.ecosystem .box-logo {
    width: auto;
    height: 45px;
    margin-bottom: 5px;
    margin-top: 0px;
    position: unset;
    transform: none
}
.ecosystem .meta {
    position: absolute;
    right: 0;
    top: 45%;
    width: 50%
}
.ecosystem .box-txt h3 {
    margin-bottom: 8px;
    margin-top: 0;
    font-size: 15px;
    text-transform: none
}
.ecosystem .box-txt h3 a {
    color: #0054a6;
}
.ecosystem .box-txt h3 a:hover {
    color: #ff0000;
}
.ecosystem .box-txt p {
    font-weight: normal;
    line-height: 1.6;
    font-size: 14px;
    margin: 0
}
.ecosystem .box-txt p a {
    color: #000
}
@media screen and (max-width:1200px) {
    .ecosystem .box-txt h3 {
        font-size: 18px
    }
}

.goodmorning-tp {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.goodmorning-tp span {
    font-weight: inherit;
}
@media only screen and (min-width: 768px)
.goodmorning-tp .search-block {
    margin-bottom: 35px;
}
@media only screen and (min-width: 1024px)
.goodmorning-tp .search-block {
    margin-bottom: 15px; /*50*/
}
.goodmorning-tp .hello-sunny h2 {
  margin-top: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .search-block .s-icon {
    width: 45px;
  }
  .search-block .s-icon:before {
    top: 2px;
    font-size: 30px;
  }
  .search-block .search-input {
    font-size: 24px;
  }
}
.hello-sunny .subtt {
    position: relative;
    padding: 10px 0;
    font-size: 18px;
    padding-left: 10px;
    margin: 10px 0
}
.weather {
    font-size: 16px;
}
#temphn, #temphcm {
    margin-right: 10px;
} 
.weather img.img-weather {
    height: 32px;
    display: inline-block;
    margin-bottom: 10px;
}
@media only screen and (min-width: 1024px)
.title-1 {
    font-size: 30px;
}
@media only screen and (min-width: 768px)
.title-1 {
    font-size: 25px;
}
.title-1 {
    color:#025054;
	line-height: 1.33;
    font-size: 25px;
    font-weight: 700;
}
.title-0 {
	color:#025054;
	font-size:30px;
	font-weight: 700;
	font-style:normal;
	font-family:"Agency FB";
	letter-spacing: 3px;
}
.search-block {
  margin-top: 15px; /*50*/
}
@media only screen and (min-width: 768px) {
  .search-block {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 1024px) {
  .search-block {
    margin-top: 80px;
  }
}
.search-block .s-icon {
    position: relative;
	float: left; 
	color: #222;
	font-size: 25px;
	opacity: .8;
	left:10px;
	margin:0px 10px 20px 0px;
}
.search-block span {
    color: #000;
	font-size: 22px;
    opacity: .8;
	margin-left: 5px;
}

.vertical-bar {
    font-size: 17px;
	margin: 0 10px 20px 10px;
	padding: 0 10px 20px 10px;
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #ff0000;
}
.scroller-title {
	color:#025054;
	font-size: 18px;
	font-weight:bold;
}
.scroller1news{
	height:22px;
	overflow:hidden;
	position:relative;
	margin-bottom: 15px;
	z-index: 1;
}
.scroller1news ul{
	position:absolute;
	margin-left:230px;
	padding:0;
	list-style:none;
	width: 100%;
}
.scroller1news ul li{
	display:block;
}
.scroller1news ul li a {
	color:#025054;
	font-size: 18px;
	font-weight:normal;
}
.scroller1news ul li .rsscontent{ 
	font-size: 90%;
}
.scroller1news ul li .rsslabel{ 
	margin-top: 5px;
	background: #eee;
	font-size: 17px;
	clear: both;
}

@media  screen and (min-width: 900px) {
    .slogan:before {
        content: "";
        position: absolute;
        left: -665px;
        top: -460px;
        width: 220px;
        height: 15px;
        background-color: rgba(255, 255, 255, .5);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: searchLights 1.5s ease-out 1s infinite;
        -o-animation: searchLights 1.5s ease-out 1s infinite;
        animation: searchLights 1.5s ease-out 1s infinite;
    }
}

@-webkit-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 250px;
        top: 0;
    }
}

@-o-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 250px;
        top: 0;
    }
}

@-moz-keyframes searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 250px;
        top: 0;
    }
}

@keyframes  searchLights {
    0% {
        left: -100px;
        top: 0;
    }
    to {
        left: 250px;
        top: 0;
    }
}
/* Search Shops */
.pro_top {
	padding:7px 0;
}
.pro_top .topform.topsearch {
	min-width:595px;
	display:inline-block;
	position:relative;
	border-radius:28px;
	background-color:#ccc;
	margin-right:25px;
	width:96%;
	z-index:99;
	height:44px;  /*them*/
}
.pro_top .topform.topsearch .topsearch-entry {
	padding-left:20px;
	font-size:13px;
}
.pro_top .topform.topsearch .cat-wrapper {
	background-color:#fff;
	position:absolute;
	height:44px;
	top:0;
	left:0;
	right:auto;
	border-radius:0!important;
	color:#222;
	border-right:1px solid #ff5c00; 
}
.pro_top .topform.topsearch .cat-wrapper:before {
	content:'\f0d7';
	font-family:FontAwesome;
	color:#232f3e;
	font-size:14px;
	position:absolute;
	top:15px;
	right:20px;
}
/*
.pro_top .topform.topsearch form {
	position:relative;
	margin:0;
}*/
.pro_top .topform.topsearch .cat-wrapper .label-search {
	display:block;
	margin-bottom:0;
	font-family:'Open Sans';
	color:#232f3e;
}
.pro_top .topform.topsearch .cat-wrapper select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:none;
	border-radius:0!important;
	height:44px;
	width:150px;
	font-size:14px;
	padding:0 5px;
}

.pro_top .topform.topsearch .cat-wrapper select:focus {
	outline:none;
	background-color:#fff;
}

.pro_top .topform.topsearch input {
	width:100%;
	height:44px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border:none;
	line-height:44px;
	margin-bottom:0;
	padding-left:165px;
	border-radius:20px;
}


.pro_top .topform.topsearch button.form-button {
	height:44px;
	line-height:44px;
	width:68px;
	border:0;
	position:absolute;
	left:auto;
	right:-2px;
	top:0;
	font-size:14px;
	color:#fff;
	border-radius:0;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	background-color:#2d2d2d;
	margin:0;
}

.pro_top .topform.topsearch button.form-button:hover {
	background:none repeat scroll 0 0 #999;
}
.topsearch-entry .input-group-btn{
	position:static;
}
.topsearch-entry .input-group {
	display:block;
}
/******/
/* THIRD NAV */

.third-nav {
    position: relative;
    margin-bottom: 6px;
}

.third-nav .row {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
}

.third-nav .bg {
    background-color: #eee;
    padding: 5px 5px 3px;
}

.third-nav .current-time {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 37px;
}

.third-nav ul + .current-time {
    float: right;
    margin-top: -35px;
}

.headerSearch {
    margin: 0.15em 0;
}

.headerSearch input {
    border-color: #cccccc;
    background-color: #fff !important;
}

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

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

.headerSearch .btn-info:focus,
.headerSearch .btn-info.focus,
.headerSearch .btn-info:hover,
.headerSearch .btn-info:active,
.headerSearch .btn-info.active {
    background-color: #ff5c00;
	border-color: #caa202;
	color:#fff;
}

.headerSearch .form-control,
.headerSearch .btn {
    z-index: 0;
}

/* Bootstrap Menu */

#menusite .navbar-default {
    background-color: #428bca;
    border-bottom-color: #428bca;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1;
}

#menusite .navbar-default .navbar-nav > li {
    margin-left: 1px;
}

#menusite .navbar-default .navbar-nav > li:first-child {
    margin-left: 4px;
}

#menusite .navbar-default .navbar-nav > li:last-child {
    margin-right: 4px;
}

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

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

#menusite .dropdown-menu {
    background-color: #dcdcdc !important;
    border-color: #aaaaaa !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

#menusite .dropdown-menu > li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    /*border-bottom-color: rgba(255, 255, 255, 0.5);*/
}

#menusite .dropdown-menu > li:last-child {
    border-bottom: none;
}

#menusite .dropdown-menu > li > a {
    color: #333;
    line-height: 30px;
    padding: 3px 15px;
}

#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    /*background: linear-gradient(to bottom, #82b2dc 0%, #428bca 100%) !important;
    color: #fff;*/
	background:linear-gradient(to bottom,#ccc 1px,#3e433e 25px) !important; /*mau menu */
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    color:#ff8000 !important;
}

#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    /*background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.1) 100%) !important;
    color: #333;*/
	background:linear-gradient(to right,#ff0000 4px,#3e433e 4px) !important;
    color:#ff8000 !important;
}

#menusite .dropdown-submenu {
    position: relative;
    display: none;
}

#menusite .open .dropdown-submenu {
    display: block;
}

#menusite .dropdown-submenu li a {
    color: #333;
    display: block;
}

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

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

#menusite .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: #333;
    margin-top: 10px;
    margin-right: -5px;
}

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

#menusite .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 5px 0 5px 5px;
}

/* them css QC*/
.block-text1 .wrap-content {
	text-align:center;
	padding:65px 0 58px;
}
.block-text1 .wrap-content a {
    font-size: 13px;
    color: #ff5c00;
    font-weight: 600;
    text-transform: capitalize;
}
.block-text1 .wrap-content h4 {
	color:#00833e;
	font-size:22px;
	text-transform:uppercase;
	font-weight:600!important;
	margin:0;
}
.block-text1 .wrap-content h3 {
	display:block;
	font-size:32px;
	color:#e81854;
	font-weight:600!important;
	text-transform:uppercase;
	margin:0;
	padding:5px 0 15px;
}
.vc_custom {
    margin-right: 0px !important;
    margin-left: 0px !important;
	background-image: url(../images/Banner-USA3.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}
.vc_row:after, .vc_row:before {
    content: " ";
    display: table;
}
.vc_column-inner::after, .vc_row:after {
    clear: both;
}
.vc_column_container {
    width: 100%;
}
/* css btn */

.btnt-primary {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    line-height: 35px;
    height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
    background-color: #198177;
    border-color: #198177;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: default-button;
}

.btnt-primary:hover {
    color: #fff;
    background-color: #fbaf21;
}
.btnt-default {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    font-weight: 500;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    line-height: 35px;
    height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
    background-color: #606060;
    border-color: #606060;
    color: #fff;
    cursor: pointer;
    -webkit-appearance: default-button;
}

.btnt-default:hover {
    color: #fff;
    background-color: #fbaf21;
    border-color: #adadad;
}
 /* Ads */  
.Ads .box_dk_home.lazy {
   background-image: none;
   background-color: #222;
}

.Ads .box_dk_home {
    padding: 100px 0;
    text-align: center;
    background: url(../images/bg_qc_1.jpg) center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    color: #fff;
    position: relative
}
.Ads .box_dk_home:before {
	content: '';
	background: #171a1ebd;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
} 

.Ads .box_dk_home_left{float:left;width:40%;text-align:right;padding-top:40px}
.Ads .box_dk_home_left ul h3{font-size:30px;text-transform:capitalize;font-weight:600;line-height:50px}
.Ads .box_dk_home_left ul h3 span{display:block;color:#ffc520}
.Ads .box_dk_home_left ul p{font-size:20px;text-transform:capitalize;font-weight:400;line-height:40px;padding-top:20px}
.Ads .box_dk_home_left h2 a{cursor:pointer;text-transform:capitalize;color:#fff;font-size:20px;font-weight:400;display:block;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;transition:color 0.3s;position:relative;transition:color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;-moz-transition:color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;padding:15px 50px;background:#f49020;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px}
.Ads .more_view a {
    float:right;
	text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
	text-decoration: none;
    display: inline-block;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s;
    padding: 15px 40px;
    background: #f49020;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.Ads .more_view {
    text-align: center;
    margin-top: 20px;
}

.Ads .more_view i {padding-left:10px}
.Ads .more_view a:hover, 
.Ads .box_dk_home_left ul h3 a:hover {background:#dc1a5b;color:#fff}
.Ads .box_dk_home_right.lazy {
   background-image: none;
   background-color: #222;
}
.Ads .box_dk_home_right {
    height: 340px;
    float: right;
    padding: 30px;
    width: 52%;
	background: url(../images/bg_qc_1.jpg) center center fixed;
	border-radius: 0 40px 0 40px;
}
.Ads .box_dk_home_right ul li{padding-bottom:15px;list-style:none}
.Ads .box_dk_home_right img{padding-bottom:15px;border:none;max-width:100%}

.Ads .box_dk_home_right a.more {
    border-left: solid 3px #dd1b5c;
    padding-left: 5px;
    font-size: 14px;
    text-align: left;
	margin-top: 15px;
    margin-right: auto;
}
.Ads .box_dk_home_right a {
	float:right;
	font-size: 14px;
    color: #fff;
    font-weight: 600;
	text-decoration: none;
    text-transform: capitalize;
}
.Ads .box_dk_home_right a:hover {
    color: #ff5c00;
}
.clr{clear:both}
/*ul{padding:10px}img{margin-bottom:15px;border:0px;max-width:100%}*/
/* tuvan-hotline */

.tuvan-hotline > .col:first-child {
	background-color: transparent; }
	
.tuvan-hotline > .col:nth-child(2) {
	background-color: #transparent; }
	
.tuvan-hotline > .col .hotline .col-inner, 
.tuvan-hotline > .col .tuvan .col-inner {
	padding: 40px; }
	
.tuvan-hotline > .col .hotline h3, 
.tuvan-hotline > .col .tuvan h3 {
	text-transform: uppercase;
	font-size: 35px;
	letter-spacing: 0;
	margin-bottom: 0; }
	
.tuvan-hotline > .col .hotline .col-inner {
	padding-right: 15px;
	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(-80%);
	-ms-transform: translateX(-80%);
	-o-transform: translateX(-80%);
	transform: translateX(-80%); }
	
.tuvan-hotline > .col .hotline p {
	font-size: 22px;
	font-family: "Roboto Medium", sans-serif; }
	
.tuvan-hotline > .col .hotline p:nth-child(3) span {
    font-family: "Roboto Bold", sans-serif;
    font-size: 35px;
    font-weight: 700; }
	
.tuvan-hotline > .col .hotline p:nth-child(4) {
    color: #fff;
    font-size: 25px; }
	
.tuvan-hotline > .col .tuvan .col-inner {
	padding-right: 15px;
	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(60%);
	-ms-transform: translateX(60%);
	-o-transform: translateX(60%);
	transform: translateX(60%); }
	
.tuvan-hotline > .col .tuvan p {
	font-size: 18px;
	font-family: "Roboto Medium", sans-serif; }
	
.tuvan-hotline > .col .tuvan p:nth-child(2) {
    padding-bottom: 10px; }
.tuvan-hotline > .col .tuvan form p {
	padding-bottom: 0 !important; }

.tuvan-hotline > .col .tuvan form input {
	box-shadow: none;
	font-family: "Roboto Medium", sans-serif;
	font-size: 15px;
	color: #999;
	/*border: none; */
}
	
.tuvan-hotline > .col .tuvan form select {
	box-shadow: none;
	margin-bottom: 0;
	font-family: "Roboto Medium", sans-serif;
	font-size: 15px; }
	
.tuvan-hotline > .col .tuvan form input[type="submit"] {
	color:#fff;
	margin-right: 0;
	text-transform: uppercase;
	font-family: "Roboto Light", sans-serif; 
}
	
.tuvan-hotline.show .hotline .col-inner, 
.tuvan-hotline.show .tuvan .col-inner {
	opacity: 1;
	visibility: inherit;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%); }

@media only screen and (max-width: 480px) {
.tuvan-hotline > .col .tuvan .col-inner {
	padding-left: 15px; }

.tuvan-hotline > .col .hotline h3, 
.tuvan-hotline > .col .tuvan h3 {
    font-size: 20px; } }

	
.sec-tuvan.lazy {
   background-image: none;
   background-color: #222;
}

.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:#fff;
	position:relative;
	min-height: 630px;
}

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

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

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

.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
}
.sec-tuvan .box_tv_left .section-content {
	width:100%;
	position: relative !important;
}
.sec-tuvan .box_tv_left ul h3{font-size:25px;text-transform:capitalize;font-weight:500;line-height:50px}
.sec-tuvan .box_tv_left ul h3 span{display:block;color:#ffc520}
.sec-tuvan .box_tv_left ul p{font-size:17px;font-weight:400;line-height:40px;margin:-20px 0px -10px 0px;}
.sec-tuvan .box_tv_left ul a{font-size:17px;color:#fff;text-transform:normal;font-weight:400;line-height:40px;padding-top:10px}

.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;
}
.sec-tuvan .box_tv_right h3{font-size:25px;text-transform:capitalize;font-weight:500;line-height:50px}
.sec-tuvan .box_tv_right h3 span{display:block;color:#ffc520}
.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;
}

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

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

/* top bar */

.list-inline {
	*zoom: 1
}
.list-inline:after {
	content: "";
	display: table;
	clear: both
}
.list-inline li {
	float: left;
	margin: 0
}
.a-center {
	text-align: center !important
}
.f-right {
	float: right !important
}
.a-right {
	text-align: right !important
}
/* them TT com */
.header-top .personalArea a {
	color:#fff;
}

.header-top .personalArea a:hover {
	color:yellow;
}

.header-top .header-message {
	color:#fff;
	line-height:36px;
}

.header-top .header-message a {
	color:#fff;
	font-weight:500;
}

.header-top .top-login ul li a {
	font-size:12px;
	color:#2d2d2d;
	position:relative;
	display:inline-block;
	vertical-align:top;
	border-left:1px solid #ddd;
	padding:0 10px 0 5px;
}

.header-top .top-login ul li a:before {
	content:'\f023';
	font-family:FontAwesome;
	display:inline-block;
	margin:0 10px;
}

.header-top .widget_nav_menu h3 {
	font-size:14px;
	color:#fff; /*2d2d2d*/
	text-transform:capitalize;
	position:relative;
	/*border-left:1px solid #ddd;*/
	line-height:18px;
	margin-top:15px;
}
.header-top .widget_nav_menu h3:hover { /*them*/
	color:yellow;
}
.header-top .widget_nav_menu h3:before {
	content:'\f007';
	font-family:FontAwesome;
	display:inline-block;
	margin:0 10px;
}

.header-top .widget_nav_menu ul.menu {
	position:absolute;
	width:175px;
	left:0;
	top:38px;
	background:#fff;
	z-index:9999;
	-webkit-transition:all .5s ease-in;
	-moz-transition:all .5s ease-in;
	-o-transition:all .5s ease-in;
	-ms-transition:all .5s ease-in;
	transition:all .5s ease-in;
	border:1px #f2f2f2;
	box-shadow:4px 5px 1px rgba(30,30,30,.3);
	opacity:0;
	display:none;
	margin:0;
}

.header-top .widget_nav_menu ul.menu>li {
	float:none;
	border:none;
}

.header-top .widget_nav_menu ul.menu>li>a {
	font-size:12px;
	border:none;
	display:block;
	padding:10px 20px;
}
/***/
.header-top {
	background-color:#0f6ea5; 
	min-height:36px;
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.2);
}
.header-top .top_left {
	font-size: 13px;

}
.header-top .top_left li {
	font-size: 13px;
	display: inline-block
}
.header-top .top_left li:first-child {
	margin-right: 5px;
}
.header-top .top_left li .fa {
	margin-right: 3px;
}
.header-top .top_left li span {
	color: #008744
}
.header-top .top_left li a {
	font-size: 13px;
	font-weight: 400;
	color: #fff
}
.header-top .top_left li a:hover {
	color: #fff
}
.header-top .top_right {
	font-size: 13px
}

@media (max-width:767px) {
	.header-top .top_right {
		text-align: center !important
	}
}

@media (max-width:767px) {
	.header-top .top_right .list-inline {
		float: none !important
	}
}

.header-top .top_right li {
	font-size: 13px
}
.header-top .top_right li:last-child a {
	margin-right: 0px
}

.header-top .top_right li a {
	color: #fff;
	font-size: 13px;
	margin: 0 0 0 5px;
	line-height:51px;
}
.header-top .top_right li a:hover {
	color: #ffba00
}
.header-top .top_right li a .fa {
	margin-right: 3px
}

@media (max-width:767px) {
	.header-top .top_right li a {
		margin: 0
	}
}

.header-top .top_right li.login_content {
	float: left;
	position: relative
}

@media (max-width:767px) {
	.header-top .top_right li.login_content {
		float: none
	}
}

.header-top .top_right li.login_content:hover ul {
	display: block
}

.header-top .top_right li.login_content ul {
	position: absolute;
	top: 40px;
	right: -88px;
	min-width: 210px;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	margin: 0;
	padding: 8px 8px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
	z-index: 999;
	border-radius: 3px;
	display: none
}

@media (max-width:374px) {
	.header-top .top_right li.login_content ul {
		right: 30px
	}
}

@media (min-width:375px) and (max-width:414px) {
	.header-top .top_right li.login_content ul {
		right: 50px
	}
}

@media (min-width:425px) and (max-width:543px) {
	.header-top .top_right li.login_content ul {
		right: 70px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.header-top .top_right li.login_content ul {
		right: -80px
	}
}

.header-top .top_right li.login_content ul:before {
	border: 9px solid transparent;
	border-bottom: 9px solid #fff;
	bottom: 100%;
	right: 104px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}
.header-top .top_right li.login_content ul li {
	float: none;
	text-align: center;
	border-radius: 3px
}
.header-top .top_right li.login_content ul li:nth-child(1) {
	background: #ccc;
	border-radius: 4px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 20px;
	margin-bottom: 10px;
}

.header-top .top_right li.login_content ul li:nth-child(1) a {
	color: #111
}

.header-top .top_right li.login_content ul li:nth-child(2) {
	background: #ccc;
	border-radius: 4px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 20px;
}

.header-top .top_right li.login_content ul li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #111;
	margin: 0
}
.header-top .top_right li.login_content ul li a:hover {
	background: #111;
	color: #fff;
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 15%) 0px 5px 20px;
}

/* DM Shops*/
.header-top .agency-system {font-family:'Open Sans',Arial,sans-serif;font-weight:600}

.header-top .agency-system a {
	font-size:13px;
	color:#fff;
	margin-top:15px;
	line-height:51px;
}
.header-top .agency-system a:hover {color:yellow;}

.header-top .header-hotline{font-family:'Open Sans',Arial,sans-serif;font-weight:600}
.header-top .header-hotline p{font-size:13px;color:yellow;margin-top:15px}
.header-top .header-hotline p a{display:inline-block;font-size:14px;color:white}

.header-top .header-time{font-family:'Open Sans',Arial,sans-serif;font-weight:600}
.header-top .header-time p{font-size:13px;color:yellow;margin-top:15px}
.header-top .header-time p a{display:inline-block;font-size:14px;color:white}

.header-top .current-time {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    line-height:37px
}

.header-top ul + .current-time{
    float:right;
    margin-top:0px
}

/* tatthanh */

.header-midle {
	padding: 6px 0px;
	background: #0f6ea5;
}

@media (max-width:991px) {
	.header-midle {
		padding: 0 0 20px 0
	}

}

.header-midle .content_header {
	position: relative
}

.header-midle .content_header .header-left {
	float: left
}

.header-midle .content_header .header-left .header_search {
	margin: 14px 0 5px 0;
	position: relative
}

.header-midle .content_header .header-left .header_search .search-bar {
	background: #fff;
	margin-bottom: 0px;
	display: table;
	border-collapse: separate;
	border-radius: 3px;
	/*border-top-right-radius: 3px;
	border-bottom-right-radius: 3px*/
}

@media (min-width:992px) and (max-width:1199px) {
	.header-midle .content_header .header-left .header_search .search-bar {
		max-width: 370px;
		width: 370px
	}

}

.header-midle .content_header .header-left .header_search .search-bar .collection-selector {
	position: absolute;
	display: inline-block;
	min-width: 70px;
	z-index: 999;
	left: 0;
	text-align: right
}

.header-midle .content_header .header-left .header_search .search-bar .collection-selector .search_text {
	height: 40px;
	text-align: right;
	line-height: 42px;
	cursor: pointer;
	padding: 0px 32px 0px 12px;
	width: 100%;
	font-size: 13px;
	border-right: 1px solid #ebebeb
}

.header-midle .content_header .header-left .header_search .search-bar .collection-selector .search_text:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	position: absolute;
	top: 19px;
	right: 12px;
	color: #333;
	margin-top: -1px;
	opacity: 1
}

.header-midle .content_header .header-left .header_search .search-bar .collection-selector .list_search {
	display: none;
	background: #fff;
	border: 1px solid #ebebeb;
	background-color: #fff;
	position: absolute;
	top: 100%;
	min-width: 200px;
	width: auto;
	z-index: 3;
	font-weight: 400 !important;
	font-family: Roboto, sans-serif;
	border-radius: 0;
	left: 2px;
	margin-top: 1px;
	margin-left: -2px;
	font-size: 13px;
	padding: 4px 0
}

.header-midle .content_header .header-left .header_search .search-bar .collection-selector .list_search .search_item {
	text-align: left;
	display: block;
	padding-left: 24px;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
	filter: none;
	height: auto;
	min-height: 24px;
	line-height: 30px;
	padding: 0 20px;
	cursor: pointer
}

.header-midle .content_header .header-left .header_search .search-bar .collection-selector .liner_search {
	width: 100%;
	height: 1px;
	background: #efefef;
	margin: 8px 0px
}

.header-midle .content_header .header-left .header_search .search-bar .collection-selector .list_search .search_item.active, .header-midle .content_header .header-left .header_search .search-bar .collection-selector .list_search .search_item:hover {
	background-color: #008744;
	color: #fff !important
}

.header-midle .content_header .header-left .header_search .search-bar .input-group-field {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0;
	height: 40px;
	padding: 0px 25px 0 20px;
	font-size: 13px;
	max-width: 100%;
	display: block;
	border-radius: 3px;
	border: 0;
	outline: none
}

.header-midle .content_header .header-left .header_search .search-bar .input-group-field::-webkit-input-placeholder {
	color: #555; /*acacac*/
}

.header-midle .content_header .header-left .header_search .search-bar .input-group-field::-moz-placeholder {
	color: #555; /*acacac*/
}

.header-midle .content_header .header-left .header_search .search-bar .input-group-field:-ms-input-placeholder {
	color: #555; /*acacac*/
}

.header-midle .content_header .header-left .header_search .search-bar .input-group-btn {
	position: relative;
	white-space: nowrap;
	width: 1%;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	margin: 0
}

.header-midle .content_header .header-left .header_search .search-bar .input-group-btn .icon-fallback-text {
	background: #0f6ea5;
	color: #fff;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	padding: 0px 25px;
	margin-right: 3px;
	text-transform: uppercase;
	border-radius: 3px
}

.header-midle .content_header .header-left .header_search .header-tag {
	font-size: 12px;
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif
}

.header-midle .content_header .header-left .header_search .header-tag a {
	color: #acacac
}

.header-midle .content_header .header-right {
	position: relative;
	float: right
}

@media (max-width:991px) {
	.header-midle .content_header .header-right {
		float: left;
		width: 100%
	}

}
/***/
.header-midle .widget_nav_menu ul.menu>li {
	display:inline-block;
	float:left;
	margin:11px 5px;
}

.header-midle .widget_nav_menu ul.menu>li.menu-wishlist a {
	background:url(../images/bg_general.png) no-repeat -12px -1403px #fff;
	position:relative;
}

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

.header-midle .widget_nav_menu ul.menu>li>a {
	display:inline-block;
	width:36px;
	height:36px;
	border-radius:50%;
}
/*
.header-midle .widget_nav_menu ul.menu>li {
	display:inline-block;
	float:left;
	margin:11px 5px;
}

.header-midle .widget_nav_menu ul.menu>li.menu-wishlist a {
	background:url(../images/bg_general.png) no-repeat -12px -1403px #fff;
	position:relative;
}

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

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

.header-style1 .sticky-menu {
	position:fixed;
	background:#fff;
	box-shadow:0 0 2px 1px #999;
	z-index:99;
	padding:5px 0;
}

#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;
}
/***/
.header-midle .content_header .header-right .block-hotline {
	width: 170px; 
	float: left;
	padding: 15px 0
}

@media (min-width:992px) and (max-width:1199px) {
	.header-midle .content_header .header-right .block-hotline {
		width: 151px
	}

}

@media (max-width:767px) {
	.header-midle .content_header .header-right .block-hotline {
		position: absolute;
		top: 0;
		left: 0
	}

}

.header-midle .content_header .header-right .block-hotline {
    background: url(../images/icon-hotline.png) no-repeat left top 15px;
    padding: 15px 10px 10px 10px;
    color: #2d2d2d;
}
.header-midle .content_header .header-right .block-hotline {
	line-height: 17px;
	margin-top: 4px;
	padding-left: 50px;
}

.header-midle .content_header .header-right .block-hotline a {
	color: #fff;
	font-weight: normal;
	display: block
}

.header-midle .content_header .header-right .block-hotline a:hover {
	color: #ffba00
}

.header-midle .content_header .header-right .block-hotline .title-1 {
    color: #fff;
    font-size: 13px;
}
.header-midle .content_header .header-right .block-hotline .title-2 {
    font-weight: 500;
    font-size: 16px;
    color: #000 !important;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.header-midle .header_search_ .input-group-field {
	font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", sans-serif;
	font-size: 14px;
	border-right: none;
	padding: 0 0 0 20px
}

.header-midle .header_search_ .icon-fallback-text {
	background: transparent;
	border: 1px solid #ddd;
	border-left: none
}

.header-midle .header_search_ .icon-fallback-text .fa-search {
	font-size: 17px
}
/****/
.header-midle .logo {
	width:110px;
	padding:5px 0;
}

.header-midle .logo {
	padding-top:5px;
	margin-left: 20px;
}
.header-midle .logo img { 
	height: 85px;
	width: 85px;
}

.header-bottom .sticky-search .sticky-search-content {
	position:absolute;
	top:69px; 
	right:5px; 
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateY(60px);
	-moz-transform:translateY(60px);
	-o-transform:translateY(60px);
	-ms-transform:translateY(60px);
	transform:translateY(60px);
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
	min-width:248px; 
}

.header-bottom .sticky-search i {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 25px;
    right: 5px; 
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 1;
}
.header-bottom .sticky-search i:hover {
    color: yellow;
}
/*
.header-bottom .container .sticky-search.open, 
.header-style1 .mid-header .container .sticky-search.open .sticky-search-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.header-style1 .mid-header .container .sticky-search .sticky-search-content {
    position: absolute;
    top: 69px;
    right: 5px; 
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    min-width: 248px; 
}

.header-style1 .mid-header .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro {
    border: 0;
    border-radius: 0;
    background-color: #2d2d2d;
    height: 40px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    width: 60px;
}

.header-style1 .mid-header .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover{
	color: #ff5c00;
}

.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search input {
    border-radius: 0;
    height: 40px;
    float: left;
    border: 1px solid #ccc;
    padding: 0 20px;
}

body input, body textarea, body button {
    outline: medium none!important;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 5px;
}*/
/** HERE **/ 
.logo {
	display: inline-block;
	font-size: 2.85714em;
	margin-top: 0px
}

.header-bottom {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	background: #00405d;
}

.header-bottom .wrapper_vertical_menu .vertical-megamenu > li > a {
    line-height: 41px;
}

.header-bottom .wrapper_vertical_menu .vertical-megamenu > li:last-child > a { 
	line-height: 39px;
}

.col-mega {
	float: left;
	height: 0px
}

.menu_mega {
	position: relative
}

.menu_mega .title_menu {
	padding: 0px 20px;
	position: relative;
	height: 57px; /*55*/
	line-height: 57px; /*55*/
	background: #111;
	color: #fff
}

.menu_mega .title_menu .title_DM {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	text-transform: none;
	line-height: 55px;
	display: block;
	padding-left: 30px
}

.menu_mega .title_menu .title_DM:after {
    position: absolute;
    right: 15px;
    top: 20px;
    content: '';
    width: 19px;
    height: 15px;
    display: inline-block;
    background: url(../images/bg_general.png) no-repeat -20px -1558px;
}
@media (max-width:1199px) {
	.menu_mega .title_menu .title_ {
		font-size: 15px
	}

}

.menu_mega .title_menu .nav_button {
	position: absolute;
	left: 20px;
	top: 0
}

.menu_mega .title_menu .nav_button span {
	font-size: 18px;
	float: right
}

@media (min-width:992px) {
	.menu_mega:hover .list_menu_header {
		overflow: visible;
		max-height: 3000px;
		max-width: 3000px;
		display: block;
		-webkit-transform: perspective(600px) rotateX(0deg);
		-moz-transform: perspective(600px) rotateX(0deg);
		-ms-transform: perspective(600px) rotateX(0deg);
		-o-transform: perspective(600px) rotateX(0deg);
		transform: perspective(600px) rotateX(0deg);
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
		transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
	}

}
.list_menu_header {
	overflow: hidden;
	max-height: 0px;
	max-width: 0px;
	display: none;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	-ms-transform: perspective(600px) rotateX(-90deg);
	-o-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
	-o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
	-moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
	-webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	position: relative;
	top: 0px;
	z-index: 99;
	left: 0;
	width: 100%;
	padding: 0px;
	background-color: #fff
}

.list_menu_header .hidden-lgg {
	display: none
}

@media (min-width:1200px) {
	.list_menu_header {
		width: 270px;
		padding: 0px
	}

}

@media (max-width:1199px) {
	.list_menu_header {
		overflow: hidden;
		max-height: 0px;
		max-width: 0px;
		display: none;
		-webkit-transform: perspective(600px) rotateX(-90deg);
		-moz-transform: perspective(600px) rotateX(-90deg);
		-ms-transform: perspective(600px) rotateX(-90deg);
		-o-transform: perspective(600px) rotateX(-90deg);
		transform: perspective(600px) rotateX(-90deg);
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
		box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		position: relative;
		top: 0;
		left: 0px;
		padding: 0;
		z-index: 999
	}

}

.list_menu_header .ul_menu {
	margin-left: 0px;
	padding-left: 0px;
	background: #fff;
	margin-bottom: 0px;
	border-top: 0px;
	position: relative;
	padding: 0px 0px;
	border-top: 0px
}

.list_menu_header .ul_menu li {
	list-style: none;
	padding: 0px 0px;
	display: none
}

@media (max-width:1199px) {
	.list_menu_header .ul_menu li {
		padding: 0px 0px
	}

}

.list_menu_header .ul_menu li:nth-child(1) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(2) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(3) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(4) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(5) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(6) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(7) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(8) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(9) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(10) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(11) {
	display: block !important
}

.list_menu_header .ul_menu li:nth-child(12) {
	display: block !important
}
.list_menu_header .ul_menu li:nth-child(13) {
	display: block !important
}
.list_menu_header .ul_menu li:nth-child(14) {
	display: block !important
}
.list_menu_header .ul_menu li:nth-child(15) {
	display: block !important
}
.list_menu_header .ul_menu li:nth-child(16) {
	display: block !important
}
.list_menu_header .ul_menu li:nth-child(17) {
	display: block !important
}
.list_menu_header .ul_menu li:nth-child(18) {
	display: block !important
}
.list_menu_header .ul_menu li:nth-child(19) {
	display: block !important
}
.list_menu_header .ul_menu li:nth-child(20) {
	display: block !important
}
.list_menu_header .ul_menu li.xemthem {
	display: block
}

.list_menu_header .ul_menu li.xemthem a:before {
	background-image: url("../images/icon_more.png")
}

.list_menu_header .ul_menu li.xemthem a:hover:before, .list_menu_header .ul_menu li.xemthem a:focus:before {
	background-image: url("../images/icon_more_hover.png")
}

.list_menu_header .ul_menu li.thugon a:before {
	background-image: url("../images/icon_more.png")
}

.list_menu_header .ul_menu li.thugon a:hover:before, .list_menu_header .ul_menu li.thugon a:focus:before {
	background-image: url("../images/icon_more_hover.png")
}

.list_menu_header .ul_menu li:last-child a {
	border-bottom: none
}

@media (max-width:1199px) {
	.list_menu_header .ul_menu .nav_item a {
		padding: 10.7px 30px 10.75px 45px
	}

}

.list_menu_header .ul_menu .nav_item a:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 13px;
	background-size: contain;
	background-repeat: no-repeat
}

@media (max-width:1199px) {
	.list_menu_header .ul_menu .nav_item a:before {
		left: 15px
	}

}

@media (max-width:1199px) {
	.list_menu_header .ul_menu .nav_item i {
		line-height: 45px
	}

}

.list_menu_header .ul_menu .nav_item:hover, .list_menu_header .ul_menu .nav_item:focus {
	background: #008744
}

.list_menu_header .ul_menu .nav_item:hover>a:before, .list_menu_header .ul_menu .nav_item:focus>a:before {
	color: #008744
}

.list_menu_header .ul_menu .nav_item:hover>a:after, .list_menu_header .ul_menu .nav_item:focus>a:after {
	display: block
}

.list_menu_header .ul_menu .nav_item:hover>.fa, .list_menu_header .ul_menu .nav_item:focus>.fa {
	color: #008744
}

@media (min-width:992px) {
	.list_menu_header .ul_menu .nav_item:hover>.ul_content_right_1, .list_menu_header .ul_menu .nav_item:focus>.ul_content_right_1 {
		display: block
	}

}

.list_menu_header .ul_menu .ul_content_right_1 {
	position: absolute;
	left: 270px;
	min-height: 100%;
	width: 898px;
	top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	background: #fff;
	padding: 25px 25px 45px 25px;
	display: none;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
}

@media (max-width:1199px) and (min-width:992px) {
	.list_menu_header .ul_menu .ul_content_right_1 {
		position: absolute;
		left: 212px;
		min-height: 409px;
		width: 725px
	}

}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item {
	padding: 0px 15px;
	display: block;
	float: left
}

@media (min-width:1200px) {
	.list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-lg-3:nth-child(4n+1) {
		clear: left
	}

}

@media (min-width:992) and (max-width:1199px) {
	.list_menu_header .ul_menu .ul_content_right_1 .nav_item.col-md-3:nth-child(4n+1) {
		clear: left
	}

}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item>a {
	font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 0px 0px 8px 0px;
	color: #f90404;
	text-transform: initial;
	margin-bottom: 0px;
	position: relative;
	border-bottom: 0px;
	text-transform: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item>a:before {
	content: none;
	background-image: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item>a:after {
	content: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .fa {
	font-size: 14px;
	width: 25px;
	line-height: 49px;
	color: #444;
	position: absolute;
	right: 10px;
	top: 0px;
	text-align: center
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus {
	background: transparent
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover>a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus>a {
	color: #008744;
	text-decoration: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover>.fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus>.fa {
	color: #008744
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item:hover .ul_content_right_2, .list_menu_header .ul_menu .ul_content_right_1 .nav_item:focus .ul_content_right_2 {
	display: block
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 {
	left: 0;
	width: 100%;
	top: 0;
	padding-left: 0px;
	margin-left: 0px;
	background: transparent;
	margin-bottom: 25px;
	float: left
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item {
	width: 100%;
	display: block;
	float: left;
	padding: 0px
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a {
	font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	display: block;
	padding: 3px 0px 3px 0px;
	color: #888;
	position: relative;
	text-transform: initial;
	border-bottom: none;
	margin-bottom: 0px
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:before {
	content: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item a:after {
	content: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus {
	background: transparent
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover>a, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus>a {
	color: #008744;
	text-decoration: none
}

.list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:hover>.fa, .list_menu_header .ul_menu .ul_content_right_1 .nav_item .ul_content_right_2 .nav_item:focus>.fa {
	color: #008744
}
@media (max-width:991px) {
	.ul_content_right_1 {
		position: relative !important;
		left: unset !important;
		min-height: unset !important;
		width: 100% !important;
		top: unset !important;
		padding: 0 !important;
		margin: 0 !important
	}

	.ul_content_right_1 .nav_item {
		float: left;
		width: 100%
	}

}
.bg-header-nav .header-nav>ul.item_big {
	text-align: left;
	margin: 0;
	padding: 0
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item {
	display: inline-block;
	float: none;
	position: relative;
	margin-right: 0px;
	margin-left: 1px
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>a {
	display: block;
	text-align: left;
	padding: 0px 17px;
	font-size: 15px;
	font-weight: 500;
	height: 55px;
	line-height: 55px;
	position: relative;
	text-decoration: none;
	text-transform: none;
	color: #fff;
	text-transform: uppercase;
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>a>i {
	margin-left: 10px
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a {
	color: #008744
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>ul {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item .item_small {
	overflow: hidden;
	display: block;
	max-height: 0px;
	max-width: 0px;
	opacity: 0;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	-ms-transform: perspective(600px) rotateX(-90deg);
	-o-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	position: absolute;
	top: 100%;
	left: 20px;
	width: 200px;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li {
	float: none;
	padding: 0 20px
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:last-child>a {
	border-bottom: 0
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {
	display: block;
	position: absolute;
	width: 200px;
	padding: 0;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2)
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 12px 5px 12px 0px;
	color: #444;
	position: relative;
	border-bottom: solid 1px #e5e6ec
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a:hover {
	color: #008744
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a i {
	position: absolute;
	right: -10px;
	padding: 0px 10px;
	top: 0;
	line-height: 47px
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li ul {
	display: none;
	left: 200px;
	top: 0px
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li {
	color: #fff
}

.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li:hover>a {
	color: #008744
}

.bg-header-nav .header-nav>ul.item_big>li.active>a {
	color: #008744
}

.bg-header-nav .header-nav>ul.item_big>li:first-child.active>a {
	color: #008744;
	padding-left: 10px
}

.bg-header-nav .header-nav ul li ul a.text2line:hover {
	color: #008744 !important;
	background: transparent !important
}

.bg-header-nav .header-nav li li {
	position: relative
}

#nav-mobile {
	z-index: 999
}

.header-nav ul .nav-item.has-mega {
	position: static;
	height: 47px;
	margin-left: 1px
}

.header-nav ul .nav-item:hover>.mega-content {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end
}

.header-nav ul .nav-item .a-img span.menu-label {
	position: absolute;
	text-transform: uppercase;
	top: -12px;
	background: #008744;
	display: inline;
	padding: 4px 8px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	right: 23px;
	line-height: normal;
	letter-spacing: 1px
}

.header-nav ul .nav-item .a-img span.menu-label:after {
	border-color: #008744 transparent transparent transparent;
	border-width: 6px 7px 0 6px;
	right: 12px;
	top: 90%;
	border-style: solid;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transitio: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
	z-index: 100
}
/* HERE */
/** end TT com */
.header-top {
	background-color:#0f6ea5; 
	min-height:26px; /*36*/
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.2);
}
.header-top .top_left {
	font-size: 13px;

}
.header-top .top_left li {
	font-size: 13px;
	display: inline-block
}
.header-top .top_left li:first-child {
	margin-right: 5px;
}
.header-top .top_left li .fa {
	margin-right: 3px;
}
.header-top .top_left li span {
	color: #008744
}
.header-top .top_left li a {
	font-size: 13px;
	font-weight: 400;
	color: #fff
}
.header-top .top_left li a:hover {
	color: #fff
}
.header-top .top_right {
	font-size: 13px
}

@media (max-width:767px) {
	.header-top .top_right {
		text-align: center !important
	}

}

@media (max-width:767px) {
	.header-top .top_right .list-inline {
		float: none !important
	}

}

.header-top .top_right li {
	font-size: 13px
}
.header-top .top_right li:last-child a {
	margin-right: 0px
}

.header-top .top_right li a {
	color: #fff;
	font-size: 13px;
	margin: 0 0 0 5px
}
.header-top .top_right li a:hover {
	color: #ffba00
}
.header-top .top_right li a .fa {
	margin-right: 3px
}

@media (max-width:767px) {
	.header-top .top_right li a {
		margin: 0
	}

}

.header-top .top_right li.login_content {
	float: left;
	position: relative
}

@media (max-width:767px) {
	.header-top .top_right li.login_content {
		float: none
	}

}

.header-top .top_right li.login_content:hover ul {
	display: block
}

.header-top .top_right li.login_content ul {
	position: absolute;
	top: 40px;
	right: -88px;
	min-width: 210px;
	border: 1px solid #f0f0f0;
	background: #f0f0f0;
	margin: 0;
	padding: 8px 8px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
	z-index: 999;
	border-radius: 3px;
	display: none
}

@media (max-width:374px) {
	.header-top .top_right li.login_content ul {
		right: 30px
	}

}

@media (min-width:375px) and (max-width:414px) {
	.header-top .top_right li.login_content ul {
		right: 50px
	}

}

@media (min-width:425px) and (max-width:543px) {
	.header-top .top_right li.login_content ul {
		right: 70px
	}

}

@media (min-width:768px) and (max-width:991px) {
	.header-top .top_right li.login_content ul {
		right: -80px
	}

}

.header-top .top_right li.login_content ul:before {
	border: 9px solid transparent;
	border-bottom: 9px solid #fff;
	bottom: 100%;
	right: 104px;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}
.header-top .top_right li.login_content ul li {
	float: none;
	text-align: center;
	border-radius: 3px
}
.header-top .top_right li.login_content ul li:nth-child(1) {
	background: #ccc;
	border-radius: 4px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 20px;
	margin-bottom: 10px;
}

.header-top .top_right li.login_content ul li:nth-child(1) a {
	color: #111
}

.header-top .top_right li.login_content ul li:nth-child(2) {
	background: #ccc;
	border-radius: 4px;
    box-shadow: rgb(0 0 0 / 15%) 0px 5px 20px;
}

.header-top .top_right li.login_content ul li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	color: #111;
	margin: 0
}
.header-top .top_right li.login_content ul li a:hover {
	background: #111;
	color: #fff;
	border-radius: 4px;
	box-shadow: rgb(0 0 0 / 15%) 0px 5px 20px;
}
/* DM Shops*/

.header-top .header-hotline{font-family:'Open Sans',Arial,sans-serif;font-weight:600}
.header-top .header-hotline p{font-size:13px;color:yellow;margin-top:15px}
.header-top .header-hotline p a{display:inline-block;font-size:14px;color:white}

.header-top .header-time{font-family:'Open Sans',Arial,sans-serif;font-weight:600}
.header-top .header-time p{font-size:13px;color:yellow;margin-top:15px}
.header-top .header-time p a{display:inline-block;font-size:14px;color:white}

.header-top .current-time {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    line-height:37px
}

.header-top ul + .current-time{
    float:right;
    margin-top:0px
}
/* Blocks social-icons,contactDefault and personalArea */

.top-header .social-icons,
.top-header .personalArea {
    line-height:48px; /*51*/
    float:right;
    margin:0 10px;
}
.contactDefault {
    position: absolute;
    top:0;
    left:0;
    line-height:51px;
    margin:0 10px;
	font-size:13px; 
	color:#fff; 
}

.langArea {
    line-height:40px;
	width:75px;
	float:right;
    margin:0 10px;
}

.personalArea {
    line-height:40px;
	float:right;
    margin:0px;
}

.personalArea a.button.user {
	color:#fff;
	width:27px;
    height:27px;
    margin-top:11px;
    border-width:0;
    border-radius:15px !important;
    -webkit-border-radius:15px !important;
    background-color:transparent !important;
    background-size:contain;
}
.personalArea a.button.user:hover {
	color:red;
	background-color:transparent !important;
}

.qlist {
    position:absolute;
    left:0;
    bottom:35px;
    width:100%;
	background:#555;
    border:1px solid #777;
    padding:10px;
    z-index:1000;
    display:none;
}

/***/
#nv-block-login .dropdown-menu > li > a:hover {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #ff0000;
    white-space: nowrap;
}

/* Blocks social-icons,contactDefault and personalArea */

/***/
.header-top .top-header .personalArea a {
	color:#fff;
}

.header-top .top-header .personalArea a:hover {
	color:yellow;
}

.header-top .header-message {
	color:#fff;
	line-height:38px;
}

.header-top .header-message a {
	color:#fff;
	font-weight:500;
}

.header-top .top-login ul li a {
	font-size:12px;
	color:#2d2d2d;
	position:relative;
	display:inline-block;
	vertical-align:top;
	border-left:1px solid #ddd;
	padding:0 10px 0 5px;
}

.header-top .top-login ul li a:before {
	content:'\f023';
	font-family:FontAwesome;
	display:inline-block;
	margin:0 10px;
}

.header-top .widget_nav_menu h3 {
	font-size:14px;
	color:#fff; /*2d2d2d*/
	text-transform:capitalize;
	position:relative;
	/*border-left:1px solid #ddd;*/
	line-height:18px;
	margin-top:15px;
}
.header-top .widget_nav_menu h3:hover { /*them*/
	color:yellow;
}
.header-top .widget_nav_menu h3:before {
	content:'\f007';
	font-family:FontAwesome;
	display:inline-block;
	margin:0 10px;
}

.header-top .widget_nav_menu ul.menu {
	position:absolute;
	width:175px;
	left:0;
	top:38px;
	background:#fff;
	z-index:9999;
	-webkit-transition:all .5s ease-in;
	-moz-transition:all .5s ease-in;
	-o-transition:all .5s ease-in;
	-ms-transition:all .5s ease-in;
	transition:all .5s ease-in;
	border:1px #f2f2f2;
	box-shadow:4px 5px 1px rgba(30,30,30,.3);
	opacity:0;
	display:none;
	margin:0;
}

.header-top .widget_nav_menu ul.menu>li {
	float:none;
	border:none;
}

.header-top .widget_nav_menu ul.menu>li>a {
	font-size:12px;
	border:none;
	display:block;
	padding:10px 20px;
}

.header-mid .contact-us {
	background:url(../images/icon-phone.png) no-repeat left top 15px;
	color:#2d2d2d;
	padding:15px 15px 10px 45px;
}

.header-mid .contact-us .text {
	font-weight:700;
	color:#2d2d2d;
	text-transform:capitalize;
}

.header-style1 .top-header .revo-logo {
	width:110px;
	padding:5px 0;
}

.header-mid .revo-logo {
	padding-top:5px;
	margin-left: 20px;
}
.header-mid .revo-logo img { 
	height: 85px;
	width: 85px;
}
#header .top-header .site_description {
    color:#fff;
    font-size:16px;
    font-weight:bold;
    font-style:italic;
    font-family:"Times New Roman";
    line-height:1.1;
    margin:0px 0px 5px 0px;
    padding:0px 0px 5px 0px;
    display: block;
}
/* Search Box*/

.header-style1 .header-mid .container .sticky-search .sticky-search-content {
	position:absolute;
	top:69px;
	right:5px; /*45*/
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateY(60px);
	-moz-transform:translateY(60px);
	-o-transform:translateY(60px);
	-ms-transform:translateY(60px);
	transform:translateY(60px);
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
	min-width:248px; /*248*/
}

.header-style1 .header-mid .container .sticky-search i {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 40px;
    right: 5px; /*45*/
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 1;
}
.header-style1 .header-mid .container .sticky-search i:hover {
    color: yellow;
}
.header-bottom .container .sticky-search.open, 
.header-style1 .header-mid .container .sticky-search.open .sticky-search-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.header-style1 .header-mid .container .sticky-search .sticky-search-content {
    position: absolute;
    top: 69px;
    right: 5px; /*45*/
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(60px);
    -moz-transform: translateY(60px);
    -o-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    min-width: 248px; /*248*/
}

.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro {
    border: 0;
    border-radius: 0;
    background-color: #2d2d2d;
    height: 40px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    width: 60px; /*50*/
}

.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search .button-search-pro:hover{
	color: #ff5c00;
}

.header-style1 .header-mid .container .sticky-search .sticky-search-content .top-form.top-search input {
    border-radius: 0;
    height: 40px;
    float: left;
    border: 1px solid #ccc;
    padding: 0 20px;
}

body input, body textarea, body button {
    outline: medium none!important;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0 5px;
}

/* End */

.header-bottom {
	background-color:#00405d; /*0f6ea5*/
	box-shadow:-1px 3px 3px 0 rgba(0,0,0,.2);
	position:relative;
	z-index:8;
	margin-top:0px;
}
.stickymenu {
	background:#0f6ea5; 
	margin: 0 auto 0; 
	height: 100px; 
	width: 100%;
}

.boxHeight{
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.fixed_bn {
    background:#0f6ea5;
    position: fixed ;
    top: 0px; 
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 2px 10px #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.boxHeight .revo-logo img{
	width:95px; 
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.fixed_bn .revo-logo img{
   width: 70px; 
   height: 70px; 
   margin-top:10px;
   -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mega-left-title {
	background:#282828; /*2d2d2d*/
	height:58px;
	line-height:58px;
	width:285px;
	overflow:hidden;
	margin-top:12px;
	margin-right:15px;
	padding:0 15px;
}

.mega-left-title strong {
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
}

.mega-left-title:before {
	content:'';
	width:19px;
	height:14px;
	display:inline-block;
	margin-right:10px;
	background:url(../images/bg_general.png) no-repeat -20px -1379px;
}

.mega-left-title:after {
	position:absolute;
	right:57px;
	top:28px;
	content:'';
	width:19px;
	height:15px;
	display:inline-block;
	background:url(../images/bg_general.png) no-repeat -20px -1558px;
}

.revo_top {
	padding:15px 0;
}

.revo_top .top-form.top-search {
	height:44px; /*them*/
	min-width:595px;
	display:inline-block;
	position:relative;
	border-radius:28px;
	background-color:#fff;
	margin-right:25px;
	width:96%;
	z-index:99;
}

.revo_top .top-form.top-search .topsearch-entry {
	padding-left:20px;
	font-size:13px;
}

.revo_top .top-form.top-search .cat-wrapper {
	background-color:#fff;
	position:absolute;
	height:44px;
	top:1px;
	left:0;
	right:auto;
	border-radius:0!important;
	color:#222;
	border-right:1px solid #ff5c00;
}

.revo_top .top-form.top-search .cat-wrapper:before {
	content:'\f0d7';
	font-family:FontAwesome;
	color:#232f3e;
	font-size:14px;
	position:absolute;
	top:15px;
	right:20px;
}

.revo_top .top-form.top-search .cat-wrapper .label-search {
	display:block;
	margin-bottom:0;
	font-family:'Open Sans';
	color:#232f3e;
}

.revo_top .top-form.top-search .cat-wrapper select {
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border:none;
	border-radius:0!important;
	height:44px;
	width:150px;
	font-size:14px;
	padding:0 5px;
}

.revo_top .top-form.top-search .cat-wrapper select:focus {
	outline:none;
	background-color:#fff;
}

.revo_top .top-form.top-search input {
	width:100%;
	height:44px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;
	border:none;
	line-height:44px;
	margin-bottom:0;
	margin-top:-4px; /*them*/
	padding-left:165px;
	border-radius:20px;
}

.revo_top .top-form.top-search button.form-button {
	height:45px;
	line-height:44px;
	width:68px;
	border:0;
	position:absolute;
	left:auto;
	right:-2px;
	top:0px;
	font-size:14px;
	color:#fff;
	border-radius:0;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	background-color:#2d2d2d;
	margin:0;
}

.revo_top .top-form.top-search button.form-button:hover {
	background:none repeat scroll 0 0 #ff5c00;
}

.header-style1 .revo_top .top-form.top-search button.form-button:hover {
	background-color:#999;
}

.home-style1 .header-style1 .wrapper_vertical_menu .vertical-megamenu > li > a {
    line-height: 41px;
}

.home-style1 .header-style1 .wrapper_vertical_menu .vertical-megamenu > li:last-child > a { /*Xem lai*/
	line-height: 39px;
}

.home-style1 .responsive-post-slider .res-button {
	top:10px;
}

.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:11px 10px 10px 5px;
	margin-top:10px;
}

.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-bottom .widget_nav_menu ul.menu>li {
	display:inline-block;
	float:left;
	margin:11px 5px;
}

.header-bottom .widget_nav_menu ul.menu>li.menu-wishlist a {
	background:url(../images/bg_general.png) no-repeat -12px -1403px #fff;
	position:relative;
}

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

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

.header-style1 .sticky-menu {
	position:fixed;
	background:#fff;
	box-shadow:0 0 2px 1px #999;
	z-index:99;
	padding:5px 0;
}

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

/*HERE*/

.wrapper_vertical_menu {
	position:absolute;
	min-width:270px;
	opacity:0;
	-webkit-transition:all .3s ease-out 0;
	-moz-transition:all .3s ease-out 0;
	-o-transition:all .3s ease-out 0;
	-ms-transition:all .3s ease-out 0;
	transition:all .3s ease-out 0;
	-webkit-transform:translateY(-40px);
	-moz-transform:translateY(-40px);
	-o-transform:translateY(-40px);
	-ms-transform:translateY(-40px);
	transform:translateY(-40px);
	z-index:9;
	visibility:hidden;
}

.wrapper_vertical_menu .vertical-megamenu {
	position:relative;
	border:1px solid #efefef;
	background-color:#fff;
	border-top:0;
	z-index:9;
	margin:0;
}

.wrapper_vertical_menu .vertical-megamenu>li {
	background:none;
	border:0;
	position:relative;
	z-index:1;
	cursor:pointer;
	padding:0 15px;
}

.wrapper_vertical_menu .vertical-megamenu>li.showMore a.open-more-cat {
	background:url(../images/icon-more.jpg) no-repeat center left;
}

.wrapper_vertical_menu .vertical-megamenu>li.showMore a.close-more-cat {
	background:url(../images/icon-less.jpg) no-repeat center left;
}

.wrapper_vertical_menu .vertical-megamenu>li>a {
	font-size:13px;
	line-height:50px;
	font-weight:600;
	color:#222;
	border-bottom:1px solid #efefef;
	padding:0 20px 0 30px;
}

.wrapper_vertical_menu .vertical-megamenu>li>a>span.menu-img {
	position:absolute;
	left:0;
	top:16px;
	display:inline-block;
}

.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu {
	position:absolute;
	left:100%;
	top:0;
	border-radius:0;
	min-width:230px; 
	border:0;
	padding:0;
}
.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li .dropdown-menu {
	position:absolute;
	left:100%;
	top:0;
	background:#fff;
	display:none;
	min-width:230px;
	border-radius:0;
	border:0;
	margin:0;
	padding:0;
}
.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li .dropdown-menu>li:hover>a {
	background-color:#f7f7f7;
	color:#ff5c00;
}
.wrapper_vertical_menu .vertical-megamenu>li.dropdown>a:after {
	content:'\f105';
	font-family:fontawesome;
	font-size:14px;
	color:#7d7d7d;
	position:absolute;
	right:0;
	top:0;
}

.wrapper_vertical_menu .vertical-megamenu>li:hover>a .have-title {
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
	padding-left:7px; 
}
.wrapper_vertical_menu .vertical-megamenu>li.revo-menu-custom ul {
	min-width:180px;
	border:1px solid #eee;
	border-radius:0;
	box-shadow:none;
	padding:20px 0;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-menu-custom ul>li {
	line-height:32px;
	padding:0 30px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-menu-custom ul>li a {
	color:#777;
	font-size:13px;
	position:relative;
	background-color:#fff;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-menu-custom ul>li .dropdown-sub {
	min-width:180px;
	border:1px solid #bbb;
	border-radius:5px;
	box-shadow:none;
	display:none;
	position:absolute;
	left:100%;
	top:0;
	background-color:#fff;
	padding:20px 0;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-menu-custom ul>li .dropdown-sub>li {
	line-height:normal;
	padding:0 30px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-menu-custom ul>li .dropdown-sub>li a {
	font-size:13px;
	line-height:20px;
	position:relative;
	background-color:#fff;
	text-transform:capitalize;
	padding:6px 10px 6px 15px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-menu-custom ul>li .dropdown-sub>li:hover>a {
	background:#fff;
	color:#ff5c00;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-1.dropdown-menu .revo-menu-img {
	clear:none;
	position:absolute;
	max-width:260px!important;
	width:260px!important;
	top:0;
	right:0;
	padding:0;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-1.dropdown-menu .revo-menu-img>a:before {
	width:0;
	margin:0;
}
.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-2 {
	min-width:600px;
}
.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-2>li {
	width:160px;
}
.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-2 .column-2 {
	clear:both;
	width:100%;
	background-color:#ddd;
	height:60px;
	line-height:60px;
	padding:0 30px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-2 .column-2 .tag-menu ul>li span {
	font-size:13px;
	color:#666;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-2 .column-2 .tag-menu ul>li:first-child span {
	font-weight:600;
	color:#222;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu.menu-fashion>.column-3 .revo-menu-img {
	width:100%;
	padding:0 15px 5px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-3 {
	min-width:650px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-3 .revo-menu-img {
	padding:0 15px 5px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-3 .revo-menu-img>a {
	border:none;
	padding:0;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-3 .revo-menu-img>a .have-title .menu-title {
	padding-bottom:10px;
	display:block;
	border-bottom:1px #eee solid;
	margin-bottom:10px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-4 {
	min-width:885px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-4>li {
	width:285px!important;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-4>li>.dropdown-menu {
	padding:5px 15px 18px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-4>li.revo-menu-img>a .menu-title {
	margin-top:24px;
	display:inline-block;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu {
	border:0;
	border-radius:0;
	box-shadow:2px 3px 5px #999;
	margin:0;
	padding:0 15px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li {
	width:205px;
	float:left;
	line-height:unset;
	padding:7px 5px 7px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li.dropdown-submenu>a { /* C2 tom the, tom su */
	margin-bottom:5px;
	font-size:13px; 
	color:#222;
	text-transform:normal; 
	font-weight:normal;  
	padding:0 0 10px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li.dropdown-submenu>a:hover { /* hover C2 tom the, tom su */
	color:#ff5c00;
}

/* FIX MENU SHOPS */
.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li {
    padding: 5px 0px 0px!important;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li>a, 
.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li>span {
    font-size: 13px!important;
    margin-bottom: 0px!important;
}

.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li>a {
    padding: 5px 0px!important;
    border-bottom: 1px dotted #f2f2f2!important;
}

/* END FIX */

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li .dropdown-sub>li>a {
	line-height:38px;
	display:block;
	font-size:13px;
	color:#ff00ff; /*333*/
	position:relative;
	padding:0;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li .dropdown-sub>li.revo-menu-img>a {
	padding-left:30px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li .dropdown-sub>li.revo-menu-img>a span.menu-img {
	position:absolute;
	left:0;
	top:14px;
	display:inline-block;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li .dropdown-sub>li.revo-menu-img>a .menu-title {
	margin:0;
	padding:0;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li.col-2 {
	min-width:360px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li.col-3 {
	min-width:540px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li.col3-img-right {
	padding:30px 10px 25px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-menu-icon>a span.fa {
	display:inline-block;
	width:20px;
	text-align:center;
	margin:0 7px 0 0;
}
.wrapper_vertical_menu .vertical-megamenu>li.revo-menu-img>a span.menu-img { /*for icon menu*/
	position:absolute;
	left:0;
	top:13px; 
	display:inline-block;
}

/**********/
.vertical_megamenu-header:hover .wrapper_vertical_menu,
.home-style1 .header-style1 .vertical_megamenu-header .wrapper_vertical_menu {
	opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	visibility:visible;
}

.wrapper_vertical_menu .vertical-megamenu>li:last-child>a,
.mobile-layout .products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown>li>ul>li:last-child {
	border-bottom:0;
}

.wrapper_vertical_menu .vertical-megamenu>li.icon-phone>a span.menu-img,
.wrapper_vertical_menu .vertical-megamenu>li.icon-phone.revo-menu-img>a span.menu-img {
	position:absolute;
	left:0;
	top:13px;
	display:inline-block;
}

.wrapper_vertical_menu .vertical-megamenu>li.icon-phone>a span.menu-img,
.wrapper_vertical_menu .vertical-megamenu>li.icon-phone.revo-menu-img>a span.menu-img {
	position:absolute;
	left:0;
	top:13px;
	display:inline-block;
}

.wrapper_vertical_menu .vertical-megamenu>li.icon-sport>a span.menu-img,
.wrapper_vertical_menu .vertical-megamenu>li.icon-sport.revo-menu-img>a span.menu-img {
	position:absolute;
	left:0;
	top:19px;
	display:inline-block;
}

.wrapper_vertical_menu .vertical-megamenu>li>a:hover,
.sidebar .widget.widget_nav_menu .widget-inner ul.menu>li ul.dropdown-menu>li.active>a,
.mobile-layout .products-wrapper .products-nav .view-mode-wrap .view-mode>a:hover:before {
	background-color:#fff;
	color:#ff5c00;
}

.wrapper_vertical_menu .vertical-megamenu>li>a .have-title,
.resp-tab .tab-pane .responsive-slider,
.item .item-wrap .item-detail .item-content .item-bottom a.compare,
.item .item-wrap .item-detail .item-img .item-bottom a.compare,
.item-wrap2 .item-detail .products-thumb .item-button a.sw-quickview,
.item-wrap2 .item-detail .products-thumb .item-button a.compare,
.item-wrap3 .item-detail .products-thumb .item-button a.sw-quickview,
.item-wrap3 .item-detail .products-thumb .item-button a.compare {
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
}

.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li,
.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li .dropdown-menu>li {
	position:relative;
	line-height:32px;
}

.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li>a,	/* Menu C2 cua tom hum */
.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li .dropdown-menu>li>a {
	position:relative;
	color:#222;
	background-color:#fff;
	border-bottom:1px solid #ebebeb;
	text-transform:normal;
	padding:10px 20px;
}

.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li>a:hover,
.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li .dropdown-menu>li>a:hover {
	color:#ff5c00;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-3 .revo-menu-img>a img,
.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-4>li img,
.block-text2-home4 .wrap-content .item img {
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-o-transition:.3s;
	-ms-transition:.3s;
	transition:.3s;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.column-5,
.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li.col-5,
.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li.col-6 {
	min-width:900px;
}

.wrapper_vertical_menu .vertical-megamenu>li.revo-mega-menu>.dropdown-menu>li.col-1,
.products-wrapper .products-nav .catalog-ordering .orderby-order-container .orderby {
	min-width:160px;
}


/* FIX IMG SHOPS */
.slideshow-home1 img{display:block;max-width:100%;height:auto}
.resp-slider-container img{display:block;max-width:100%;height:auto}
.vc_row wpb_row vc_row-fluid img{display:block;max-width:100%;height:auto}
.sw-best-seller-product img{display:block;max-width:100%;height:auto}
.wpb_wrapper img{display:block;max-width:100%;height:auto}
.slick-slider img{display:block;max-width:100%;height:auto}
.widget-inner img{display:block;max-width:100%;height:auto}
.sidebar-copyright img{display:block;max-width:100%;height:auto}
.vertical_megamenu img{display:block;max-width:100%;height:auto}
.sw-woo-tab-default img{display:block;max-width:100%;height:auto}

/* Head-Nav */

.header-nav,
.header-nav-inner {
    color: #dcdcdc;
    position: relative;
}

.header-nav-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 0;
}

.header-nav a {
    color: #dcdcdc;
}

.header-nav a:hover {
    color: #fff;
}

.header-nav a.button {
    display: block;
    position: relative;
    padding: 8px;
    color: #dcdcdc;
    line-height: 1;
    background-color: #428bca;
    border-radius: 5px;
    width: 34px;
    height: 34px;
}

.header-nav a.button.active,
.header-nav a.button:hover,
.header-nav a.button:focus {
    background-color: #245682;
    color: #fff;
}

.header-nav a.button .fa {
    position: relative;
    transform: translate3d(-50%, -50%, 0px);
    left: 50%;
    top: 50%;
}

/* TIP POPUP and FTIP POPUP */

#tip,
#ftip {
    position:absolute;
    color:#ccc !important;
    /*background-color:#494949;*/
	background-color: rgba(44,64,68,.9);
    max-width:485px;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    z-index:1000;
    display:none;
}

#tip {
    top:51px;
    right:0;
    min-height:51px;
    margin-right:10px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

#ftip {
    bottom:45px;
    left:0;
    min-height:51px;
    margin-left:10px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .bg,
#ftip .bg {
    padding:15px;
    border-bottom-color:#494949;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#tip .bg {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#ftip .bg {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#tip .tip-footer,
#ftip .tip-footer {
    /*background-color: #e5e5e5;*/
	background-color: rgba(44,64,68,.4);
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 10px;
}

#tip .tip-footer {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 10px -15px -16px;
}

#ftip .ftip-footer {
    margin: 10px -15px -15px;
}

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

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

#tip a {
    color: #fff;
}

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

/* Blocks social-icons,contactDefault and personalArea */

.contactDefault {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.social-icons {
    padding-left: 30px;
}

.personalArea {
    padding-left: 50px;
}

.personalArea a.button.user,
.personalArea a.button.user:hover {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: transparent;
    background-size: contain;
}

/* them DC */
.product-grid-box-1{
    overflow: hidden;
}
.product-home{
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 9%);
    position: relative;
	border-radius: 18px;
}
.product-home .action-list{
    position: absolute;
	border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    right: 0;
    top: 0;
}
.product-home .quick-view, .product-home .wishlist, .product-home .compare{
    fill: #ccc;
}
.product-home .quick-view:hover svg, .product-home .wishlist:hover svg, .product-home .compare:hover svg{
    fill: #444;
}
.product-home .quick-view{
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: color .08s,background .08s;
    background-color: #fff;
    color: #ccc;
}

.product-home .quick-view:hover {
	color: #006847;
}
.product-home:hover .quick-view {
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    will-change: transform;
    transform: none;
    opacity: 1;
}
.product-home .order {
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    opacity: 0;
    will-change: transform;
    transform: translateX(100%) translateX(6px);
    background-color: #fff;
    color: #ccc;
}
.product-home .order:hover {
	color: #006847;
}
.product-home:hover .order {
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    will-change: transform;
    transform: none;
    opacity: 1;
}
.product-home .wishlist{
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    opacity: 0;
    will-change: transform;
    transform: translateX(100%) translateX(6px);
    background-color: #fff;
    color: #ccc;
}
.product-home:hover .wishlist{
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    will-change: transform;
    transform: none;
    opacity: 1;
}
.product-home .compare{
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    opacity: 0;
    will-change: transform;
    transform: translateX(100%) translateX(6px);
    background-color: #fff;
    color: #ccc;
}
.product-home:hover .compare{
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    will-change: transform;
    transform: none;
    opacity: 1;
}

/*.product-home .image{
    display: block;
    width: 100%;
    max-width: 100%;
    height: 220px;
	object-fit: cover;
}*/

.product-home .sku{
    height: 12px;
    font-size: 12px;
    line-height: 1;
    color: #999;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-home .label-sale{
    position: absolute;
    top: -5px;
    z-index: 1;
    color: #fff;
    display: inline-block;
	background: #f33;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    z-index: 0;
    padding: 4px 14px;
	border-radius: 20px;
	left:10px
}

.product-home h3{
    /*margin: 10px 0px;*/
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*height: 45px;*/
}
.product-home h3 a{
    color: #000;
}
.product-home .info-pro{
    padding: 10px;
	position:relative;
    min-height: 85px;
	text-align: center;
}
.ratting{
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    color: #999;
}

.ratting-value{
    width: 77px;
    height: 14px;
    overflow: hidden;
    box-sizing: content-box;
    position: relative;
    margin-right: 10px;
}
.quatang{
	position: absolute;
    top: 10px;
    left: 10px;
	z-index:999
}
.ratting-text{
	line-height:1.4;
    font-size: 12px;
}
.product-home .discounts_money{
    font-size: 14px;
    color: #999;
    margin-left: 8px;
	text-decoration: line-through;
}
.ratting-value:before, .ratting-value span{
    display: block;
    height: inherit;
    background-size: 16px 15px,16px 15px;
}
.ratting-value:before {
    content: "";
    position: absolute;
    width: inherit;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15' fill='rgba(0, 0, 0, 0.08)'%3E%3Cpath d='M6.5 1.5l1.6 3 .3.5h3l-2 1.6-.5.4.1.6.7 3L7 9.1l-.5-.2-.5.2-2.8 1.5.7-3 .2-.6-.5-.4-2-1.6h3l.3-.5 1.6-3m0-1.5c-.2 0-.4.1-.5.3L4 4H.5c-.5.1-.7.8-.3 1.1L3 7.4l-1 4c-.1.3.2.6.5.6.1 0 .2 0 .3-.1L6.5 10l3.7 1.9c.1 0 .2.1.3.1.3 0 .6-.3.5-.6l-1-4 2.8-2.3c.3-.3.1-1-.3-1.1H9L7 .3C6.9.1 6.7 0 6.5 0z'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15' fill='%23d0d5d9'%3E%3Cpath d='M7 .3L9 4h3.5c.4.1.6.8.3 1.1L10 7.4l1 4c.1.4-.4.8-.8.6l-3.7-2-3.7 1.9c-.4.2-.9-.1-.8-.6l1-4L.2 5.1C-.2 4.8 0 4.1.5 4H4L6 .3c.2-.4.8-.4 1 0z'/%3E%3C/svg%3E")
}

.ratting-value span {
    position: relative;
    color: transparent;
    background-color: #fff;
    text-indent: 1000px;
    white-space: nowrap;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15' fill='rgba(0, 0, 0, 0.08)'%3E%3Cpath d='M6.5 1.5l1.6 3 .3.5h3l-2 1.6-.5.4.1.6.7 3L7 9.1l-.5-.2-.5.2-2.8 1.5.7-3 .2-.6-.5-.4-2-1.6h3l.3-.5 1.6-3m0-1.5c-.2 0-.4.1-.5.3L4 4H.5c-.5.1-.7.8-.3 1.1L3 7.4l-1 4c-.1.3.2.6.5.6.1 0 .2 0 .3-.1L6.5 10l3.7 1.9c.1 0 .2.1.3.1.3 0 .6-.3.5-.6l-1-4 2.8-2.3c.3-.3.1-1-.3-1.1H9L7 .3C6.9.1 6.7 0 6.5 0z'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 15' fill='%23ffd333'%3E%3Cpath d='M7 .3L9 4h3.5c.4.1.6.8.3 1.1L10 7.4l1 4c.1.4-.4.8-.8.6l-3.7-2-3.7 1.9c-.4.2-.9-.1-.8-.6l1-4L.2 5.1C-.2 4.8 0 4.1.5 4H4L6 .3c.2-.4.8-.4 1 0z'/%3E%3C/svg%3E")
}
.product-home .product-ac{
    align-items: center;
    display: flex;
    order: 2;
}
.product-home .price{
    flex-grow: 1;
    font-size: 15px;
    color: #262626;
    font-weight: 500;
}
.product-home .btn-mua-ngay{
    position: relative;
    border: none;
    padding: 8px;
    border-radius: 2px;
    background: transparent;
    color: #ce2020;
    z-index: 0;
    transition: color .2s;
    width: 36px;
    height: 36px;
}
.product-home .btn-mua-ngay:before{
    top: -2px;
    left: -2px;
    display: block;
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: transparent;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .2s,background .2s;
}
.product-home .btn-mua-ngay .icon-cart{
    fill: #ccc;
}

.product-home:hover .btn-mua-ngay:before{
    background: #006847;
    transform: scale(1);
}
.product-home .btn-mua-ngay:hover:before{
    background: #4d4d4d;
    transform: scale(1);
}
.product-home .btn-mua-ngay:hover svg, .product-home:hover .btn-mua-ngay svg{
    fill:#fff
}

.product-grid-box-1 .owl-nav{
    display: flex;
    position: absolute;
    top: -55px;
    right: 0;
}
.product-grid-box-1 .owl-prev, .product-grid-box-1 .owl-next{
    display: flex;
    position: relative;
    z-index: 0;
    align-items: center;
    border: none;
    background: transparent;
    pointer-events: none;
    transition: color .15s;
    color: #fff;
    height: 23px;
    padding: 0 14.37131px;
}
.product-grid-box-1 .owl-next:before, .product-grid-box-1 .owl-prev:before{
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    transform-origin: center center;
    z-index: -1;
    border-radius: 2px;
    pointer-events: auto;
    transition: background .15s;  
    width: calc(100% - 8.37131px);
    left: 4.18566px;
    transform: skewX(-20deg);
    background:#006847
}
.product-grid-box-1 .owl-next:active:before, .product-grid-box-1 .owl-prev:active:before, .product-grid-box-1 .owl-next:hover:before, .product-grid-box-1 .owl-prev:hover:before{
    background: #474747;
}
.product-grid-box-1 .owl-next{
    margin-left: -5.37131px;
}
.product-grid-box-1 .owl-next svg, .product-grid-box-1 .owl-prev svg{
    fill: #fff;
}
.product-grid-box-1 .owl-next:after, .product-grid-box-1 .owl-prev:after {
    position: absolute;
    display: block;
    content: "";
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    transition: background .2s;
    opacity: .01;
    left: -2px;
}

.product-sale-box{
    display: flex;
}
.block-sale-header{
    text-align: center;
    position: relative;
    padding: 14px 32px 0;
    margin: 0 auto -28px;
    z-index: 1;
    display: inline-block;
}
.block-sale-title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.block-sale-title-sub{
    color: #6c757d;
    margin-bottom: 24px;
}
.block-sale-body{
    padding-top: 96px;
    padding-bottom: 92px;
    position: relative;
    background-size: cover;
    background-position: 50%;
	background: url(../images/bg-sanpham.jpg);
}
.block-sale-body2:before{
    background: transparent !important
}
.block-sale-body2{
	background: transparent !important
}
.block-sale-body:before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(38,38,38,.8);
    position: absolute;
    top: 0;
}
.block-sale-header .view-all{
    padding: 18px 0;
    display: inline-block;
    color: #6c757d;
    transition: color .12s;
}
.block-sale-header .view-all:hover{
    color: #262626;
}
.vat-sale{
    position: absolute;
    top: -85px;
    left: 0;
    width: 380px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vat-sale .vat-in{
    height: 38px;
    margin: 0 -10px -10px;
    overflow: hidden;
    position: relative;
}

.vat-in-l, .vat-in-r{
    position: absolute;
    transform-origin: right top;
    background: #fafafa;
    box-shadow: none;
    height: 28px;
    width: calc(50% - 26.1658px);

}
.vat-in-l{
    left: 10px;
    transform: skewX(30deg);
    border-bottom-left-radius: 2px;
}
.vat-in-r{
    right: 10px;
    transform: skewX(-30deg);
    border-bottom-right-radius: 2px;
}
.vat-in-m{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fafafa;
    height: 28px;
    width: 34.3316px;
}

.owl-sale .btn-owl{
    display: flex;
    position: relative;
    z-index: 0;
    align-items: center;
    border: none;
    background: transparent;
    pointer-events: none;
    transition: color .15s;
    color: #fff;
    height: 31px;
    padding: 0 24.89785px;
}

.owl-sale .btn-owl:before{
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    transform-origin: center center;
    z-index: -1;
    border-radius: 2px;
    pointer-events: auto;
    transition: background .15s;
    width: calc(100% - 17.89785px);
    left: 8.94893px;
    transform: skewX(30deg);
    background: #006847
}
.owl-sale .owl-next .btn-owl:before{
    transform: skewX(-30deg);
}
.owl-sale .btn-owl:hover:before, .owl-sale .btn-owl:active:before{
    background: #333
}
.owl-sale .btn-owl svg{
    fill: #fff;
}
.owl-sale .btn-owl:after {
    position: absolute;
    display: block;
    content: "";
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    transition: background .2s;
    opacity: .01;
    left: -2px;
}
.owl-sale .btn-owl:active:hover{
    background: hsla(0,0%,100%,.01);
    transition-duration: 0s;
}
.owl-sale .btn-owl:active:hover{
    background: rgba(0,0,0,.01);
}
.owl-sale .owl-nav{
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
}
.owl-sale .owl-prev{
    position: absolute;
    bottom: 0;
   left: -49.7957px;
}

.owl-sale .owl-next{
    position: absolute;
    bottom: 0;
    right: -49.7957px;
}

.owll-carousel .product-home{
    margin-bottom: 0;
}

/* them hover cac nut*/
/*
.product-home{
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
}
.product-home .action-list{
    position: absolute;
    overflow: hidden;
    z-index: 1;
    right: 0;
    top: 0;
}
.product-home .comparebox{
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: color .08s,background .08s;
    background-color: #fff;
    color: #ccc;
}
.product-home .comparebox:hover {
	color: #006847;
}
.product-home .quick-view {
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    opacity: 0;
    will-change: transform;
    transform: translateX(100%) translateX(6px);
    background-color: #fff;
    color: #ccc;
}
.product-home .quick-view:hover {
	color: #006847;
}
.product-home:hover .quick-view {
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    will-change: transform;
    transform: none;
    opacity: 1;
}
.product-home .order {
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    opacity: 0;
    will-change: transform;
    transform: translateX(100%) translateX(6px);
    background-color: #fff;
    color: #ccc;
}
.product-home .order:hover {
	color: #006847;
}
.product-home:hover .order {
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    will-change: transform;
    transform: none;
    opacity: 1;
}

.product-home .wishlist {
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    opacity: 0;
    will-change: transform;
    transform: translateX(100%) translateX(6px);
    background-color: #fff;
    color: #ccc;
}
.product-home .wishlist:hover {
	color: #006847;
}
.product-home:hover .wishlist {
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    will-change: transform;
    transform: none;
    opacity: 1;
}
.product-home .compare {
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    opacity: 0;
    will-change: transform;
    transform: translateX(100%) translateX(6px);
    background-color: #fff;
    color: #ccc;
}
.product-home .compare:hover {
	color: #006847;
}
.product-home:hover .compare {
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    will-change: transform;
    transform: none;
    opacity: 1;
}
.product-home .detail {
    position: relative;
    display: block;
    padding: 8px;
    margin: 0;
    border: none;
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    opacity: 0;
    will-change: transform;
    transform: translateX(100%) translateX(6px);
    background-color: #fff;
    color: #ccc;
}
.product-home .detail:hover {
	color: #006847;
}
.product-home:hover .detail {
    transition: transform .2s,opacity .2s,color .12s,background .12s;
    will-change: transform;
    transform: none;
    opacity: 1;
}*/
/* block counter */

.counter.display-table {
    width: 100%;
}

.counter span + span {
    text-align: right;
}

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

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

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

.socialList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.socialList li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #428bca;
    color: #dcdcdc;
    font-size: 16px;
    border-radius: 3px;
    position: relative;
}

.enable-animate .socialList li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

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

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

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

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

.socialList li a .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/** them **/ 
.footer_link {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: -15px;
    box-sizing: border-box
}
.socical_ico {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
.socical_ico a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
	font-size:16px;
    border: 1px solid #1c1c1d;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all .4s;
    margin-right: 10px;
    margin-left: 0
}

.socical_ico a:hover {
    color: #fff !important;
    background: #dd1a5b !important
}
.socical_ico a:nth-child(1),
.socical_ico a.facebook {
    background: #39599c
}

.socical_ico a:nth-child(2),
.socical_ico a.youtube {
    background: #e82c2a
}

.socical_ico a:nth-child(3),
.socical_ico a.twitter {
    background: #0fa6f7
}

.socical_ico a:nth-child(4),
.socical_ico a.zalo {
    background: #2990d6
}

.socical_ico a.zalo img {
    width: 90%
}

/* Body */

#body {
    background-color:transparent;
	/*background-color: #fff;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 0 1px 0 1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);*/
}

/* Footer-NAV2 */

.footerNav2 {
    position: relative;
    width: 100%;
    height:80px;
	background-color:#111;
    padding: 10px 0;
    color:#dcdcdc;
	margin-top: 15px;
}

.footerNav2 .theme-change {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    height: 40px;
}

.footerNav2 .theme-change a,
.footerNav2 .theme-change span {
    display:inline-block;
    margin-top:-5px;
    margin-right:10px;
    background-color:#454746;
    color:#ccc;
	border-radius:15px;
    width:30px;
	height: 30px;
    position: relative;
    text-align:center;
}

.footerNav2 .theme-change span {
    color:#d61e1b;
    background-color:#7f7f7f;
}

.footerNav2 .theme-change a:hover,
.footerNav2 .theme-change span:hover {
    color:#d61e1b;
    background-color:#7f7f7f;
}

.footerNav2 .theme-change .fa,
.footerNav2 .bttop a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0px);
}

.footerNav2 .theme-change .fa-mobile {
    font-size: 140%;
}

.footerNav2 .bttop {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.footerNav2 .bttop a {
    display: block;
    background-color: #245682;
    color: #428bca;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    width: 40px;
    height: 40px;
}

.footerNav2 .bttop a:hover {
    color:#d61e1b;
    background-color:#7f7f7f;
}

/* them */
.footerNav3 {
    position:relative;
    width:100%;
	height:100%; 
	background:#fff;
    padding:10px 0;
    color:#ccc;
	padding:10px 0px 10px 0px;
}
.footerNav2 .thongke {
	font-size:11px;
	color:#ccc;
	font-weight:normal;
	text-transform: capitalize;
}
.footerNav2 .thongke:hover {
	font-size:11px;
	color:#fed100;
}
/**them**/
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #222;
    border-color: #494949;
}
/* Block 3D GTSP */
.block-3d 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-3d .widget ul li {
	border: none; }
.block-3d .widget ul li a {
	padding: 3px 0;
    font-size: 15px;
    color: #d5d5d5; }
.block-3d .widget ul li a:before {
	font-family: FontAwesome;
    content: "\f00c";
    color: #d5d5d5;
    padding-right: 7px;
    font-size: 14px;
    opacity: .5; }
.block-3d .widget ul li a:hover {
	color: #fed000;
    padding-left: 5px; }
.block-3d .widget ul li a:hover:before {
    color: #fed000;
    opacity: 1; }
.block-3d .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-3d .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-3d .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-3d .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-3d .row {
	border-bottom: 1px solid #5a5a5a; }
.block-3d.show h3,  .block-3d.show .widget {
	opacity: 1;
	visibility: inherit;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%); }
	
/* 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%); }
	
.block-2 {
	padding-top: 30px; }
.block-2 .widget:first-child {
	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%);
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }
.block-2 .widget:first-child span.widget-title {
	color: #fed100;
    font-size: 25px;
    letter-spacing: 0;
    font-family: "Roboto Medium", sans-serif;
    font-weight: 500; }
.block-2 .widget:first-child span.widget-title1 {
	color: #ee3b24;
    font-size: 25px;
    letter-spacing: 0;
    font-family: "Roboto Medium", sans-serif;
    font-weight: 500; }
.block-2 .widget:first-child p i,  .block-2 .widget:first-child p span {
	color: #fff; }
.block-2 .widget:first-child p span {
	font-family: "Roboto Medium", sans-serif; }
.block-2 .widget:first-child .textwidget p {
	color: #d5d5d5;
    font-size: 17px; }
.block-2 .widget:first-child .textwidget p:nth-child(2) {
    padding-left: 20px; }
.block-2 .widget:nth-child(2) {
	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%);
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
.block-2 .widget:nth-child(2) span.widget-title {
	text-transform: unset;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Roboto Medium", sans-serif; }

.block-2 .widget:nth-child(2) ul li {
	border: none; }
.block-2 .widget:nth-child(2) ul li a {
	padding: 0;
    font-size: 15px;
    color: #d5d5d5; }
.block-2 .widget:nth-child(2) ul li a:before {
	font-family: FontAwesome;
    content: "\f00c";
    color: #d5d5d5; 
    padding-right: 7px;
    font-size: 14px;
    opacity: .5; }
.block-2 .widget:nth-child(2) ul li a:hover {
    color: #fed000;
    padding-left: 5px; }
.block-2 .widget:nth-child(2) ul li a:hover:before {
	color: #fed000;
    opacity: 1; }

.block-2.show .widget {
	opacity: 1;
    visibility: inherit;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
	transform: translateX(0%); }
	
.block-2 .footer-secondary .social-icons a {
	margin-bottom: 0;
    background: #454545; 
    border-color: #454545;
    color: #fff; }
.block-2 .footer-secondary .social-icons a:hover {
	background-color: #fed000 !important;
    border-color: #fed000 !important; }
.block-2 .footer-secondary .social-icons a:hover i {
    color: #fff; }
.absolute-footer.show .copyright-footer,  .absolute-footer.show .footer-secondary {
    opacity: 1;
    visibility: inherit;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }

@media only screen and (max-width: 480px) {
 .block-2 .widget {
	max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; } }

/* footer vina*/
#footer .footer-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%); 
}
	
#footer .footer-1 .widget ul li {
	border: none;
}
	
#footer .footer-1 .widget ul li a {
	padding: 3px 0;
    font-size: 15px;
    color: #d5d5d5; 
}
	
#footer .footer-1 .widget ul li a:before {
	font-family: FontAwesome;
    content: "\f00c";
    color: #d5d5d5;
    padding-right: 7px;
    font-size: 14px;
    opacity: .5; 
}
	
#footer .footer-1 .widget ul li a:hover {
	color: #fed000;
    padding-left: 5px; 
}
	
#footer .footer-1 .widget ul li a:hover:before {
    color: #fed000;
    opacity: 1; 
}
	
#footer .footer-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%); 
}
	
#footer .footer-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%); }
	
#footer .footer-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%); 
}
	
#footer .footer-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%); 
}
	
#footer .footer-1 .row {
	border-bottom: 0px solid #5a5a5a; 
}
	
#footer .footer-1.show h3, #footer .footer-1.show .widget {
	opacity: 1;
	visibility: inherit;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%); 
}
	
#footer .footer-2 {
	padding-top: 10px; }

#footer .footer-2 .row {
	border-top: 1px solid #5a5a5a; 
}

#footer .footer-2 .widget:first-child {
	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%);
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; 
}
	
#footer .footer-2 .widget:first-child span.widget-title {
	color: #fed100;
    font-size: 25px;
    letter-spacing: 0;
    font-family: "Roboto Medium", sans-serif;
    font-weight: 500; 
}
	
#footer .footer-2 .widget:first-child span.widget-title1 {
	color: #ee3b24;
    font-size: 25px;
    letter-spacing: 0;
    font-family: "Roboto Medium", sans-serif;
    font-weight: 500; 
}
	
#footer .footer-2 .widget:first-child p i, 
#footer .footer-2 .widget:first-child p span {
	color: #fff; 
}
	
#footer .footer-2 .widget:first-child p span {
	font-family: "Roboto Medium", sans-serif; 
}
	
#footer .footer-2 .widget:first-child .textwidget p {
	color: #d5d5d5;
    font-size: 17px; 
}
	
#footer .footer-2 .widget:first-child .textwidget p:nth-child(2) {
    padding-left: 20px; 
}
	
#footer .footer-2 .widget:nth-child(2) {
	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%);
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; 
}
	
#footer .footer-2 .widget:nth-child(2) span.widget-title {
	text-transform: unset;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Roboto Medium", sans-serif; 
}

#footer .footer-2 .widget:nth-child(2) ul li {
	border: none; 
}
	
#footer .footer-2 .widget:nth-child(2) ul li a {
	padding: 0;
    font-size: 15px;
    color: #d5d5d5; 
}
	
#footer .footer-2 .widget:nth-child(2) ul li a:before {
	font-family: FontAwesome;
    content: "\f00c";
    color: #d5d5d5; 
    padding-right: 7px;
    font-size: 14px;
    opacity: .5; 
}
	
#footer .footer-2 .widget:nth-child(2) ul li a:hover {
    color: #fed000;
    padding-left: 5px; 

}
#footer .footer-2 .widget:nth-child(2) ul li a:hover:before {
	color: #fed000;
    opacity: 1; 
}

#footer .footer-2.show .widget {
	opacity: 1;
    visibility: inherit;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
	transform: translateX(0%); 
}

#footer .footer-2 .footer-secondary .social-icons a {
	margin-bottom: 0;
    background: #454545; 
    border-color: #454545;
    color: #fff; 
}

#footer .footer-2 .footer-secondary .social-icons a:hover {
	background-color: #fed000 !important;
    border-color: #fed000 !important; 
}

#footer .footer-2 .footer-secondary .social-icons a:hover i {
    color: #fff; 
}

#footer .absolute-footer {
	padding: 10px 0;
	padding-bottom: 5px; 
	margin-bottom: -20px;
}
#footer .absolute-footer, html {
    background-color:#111;
}	
#footer .absolute-footer .footer-left {
	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%); 
}
	
#footer .absolute-footer .footer-left .img {
	display: inline-block;
    margin-right: 5px; 
}  
	
#footer .absolute-footer .footer-right {
	padding: 0;
    padding-top: 15px;
    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(70%);
    -ms-transform: translateX(70%);
    -o-transform: translateX(70%);
    transform: translateX(70%); 
}
    
#footer .absolute-footer .footer-right a {
	margin-bottom: 0;
    /*background: #515151;
    border-color: #515151;*/
    color: #ccc; 
}
	  
#footer .absolute-footer .footer-right a:hover {
	/*background-color: #fed000 !important;
    border-color: #fed000 !important; */
	color: #fff;
}
		
#footer .absolute-footer .footer-right:hover i {
	color: #fff; 
}
	  
#footer .absolute-footer.show .footer-left, 
#footer .absolute-footer.show .footer-right {
	opacity: 1;
    visibility: inherit;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); 
}
	
/**********/
#footer .absolute-footer .theme-change {
	float:center;
    text-align:center;
	margin-left:-7px;
    height:40px;
}

#footer .absolute-footer .theme-change a,
#footer .absolute-footer .theme-change span {
    display:inline-block;
    margin-top:-5px;
    margin-right:10px;
    line-height:30px;
    width:30px;
    background-color:#454746;
    color:#ccc;
    text-align:center;
    border-radius:15px;
    -webkit-border-radius:15px;
}

#footer .absolute-footer .theme-change span {
    color:#d61e1b;
    background-color:#7f7f7f;
}

#footer .absolute-footer .theme-change a:hover,
#footer .absolute-footer .theme-change span:hover {
    color:#d61e1b;
    background-color:#7f7f7f;
}

#footer .absolute-footer .theme-change .fa-lg {
    font-size:14px;
}

#footer .absolute-footer .theme-change .fa-mobile {
    font-size:20px;
    margin-right:-2px;
}
/***/

@media only screen and (max-width: 480px) {
#footer .footer-2 .widget {
	max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; } }

p {
  margin-bottom: 0 !important; }
  
/* Footer */
#footer.lazy {
   background-image: none;
   background-color: #222;
}

#footer {
    position:relative;
	height:auto; 
    width:100%;
	border-top: 0px solid #595959;
    border-bottom:1px solid #222;
	background: #222 url(../images/bg-footer.webp) top center no-repeat;
    padding:20px 0;
    font-size:13px
}

#footer,
#footer a {
    color: #ccc;
}

#footer a:hover {
    color:#fff;
}

#footer h3 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #dcdcdc;
}

#footer h3 a {
    color: inherit;
}

#footer p {
    margin: 0;
    padding: 0;
}

/* them */
.menu-footer a {
	font:12px arial; 
	color:#989898;
}
.menu-footer a:hover {
	color:#fff;
}
.design a {
	font:12px arial; 
	color:#7aac41; /*78b52c;*/
	font-weight:bold;
}
.design a:hover {
	color:yellow;
}

/* Block Footer-Menu ngang*/
body ul,body .container{
	padding:0;
}

.footer-menu {
	position:relative;
	border-top:0px solid #e0e0e0;
	text-align:center;
	margin:0 15px;
	padding:15px 0 0;
}
.footer-menu .custom_menu ul.menun>li{
	float:left;
}
.footer-menu .custom_menu ul.menun>li>a {
	color:#222;
	text-transform:uppercase;
	font-size:13px;
	font-weight:700;
	position:relative;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
	display:inline-block;
	vertical-align:top;
	padding:0px;
}

.footer-menu .custom_menu ul.menun>li>a:hover {
	padding-left:2px;
	padding-right:2px;
	color:#fff;
	margin:0;
}
ul.menun {
	list-style:none;
	margin:0;
}
/* end*/

/* Block Footer-Menu */

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

#footer .menu li {
    position: relative;
    display: inline-block;
    width: 49%;
    padding: 0;
    margin: 0;
}

#footer .menu li:nth-child(2n + 1) {
    padding-right: 8px;
}

#footer .menu li:nth-child(2n) {
    padding-left: 7px;
}

#footer .menu li a {
    display: block;
    white-space: nowrap;
    border-bottom-width: 0px;
    border-bottom-color: #6aa3d5;
    border-bottom-style: dotted;
    padding: 8px 0;
}

#footer .menu li a:before {
    content: '\f111';
    color: #dcdcdc;
    font-family: FontAwesome;
    font-size: 5px;
    padding-right: 6px;
    vertical-align: middle;
}

#footer .menu li a:hover {
    border-bottom-color: #fff;
    color: #fff;
}

#footer .menu li a:hover:before {
    color: #fff;
}

/* them Hide & show DMSP */
#footer-expand {
    background-color: transparent;
}
#footer-expand .expand-field {
    background-color: transparent;
}
#footer-expand .expand-field .f-stars {
	max-width: 1030px;
	float: left;
	margin:5px 115px 5px 10px;
}
#footer-expand .expand-field .f-stars li {
	float: left;
}
#footer-expand .expand-field .f-stars li a {
	padding-right: 44px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	line-height: 1.5em;
	color: #ccc; 
}
#footer-expand .expand-field .f-stars li a:hover {
	color: #fff000; 
}
#footer-expand .expand-field .f-stars li a:before {
	content: "";
	position: absolute;
	right: 18px;
	top: 8px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: solid 2px #9e9e9e;
	border-right: solid 2px #9e9e9e;
	width: 7px;
	height: 7px;
}
#footer-expand .expand-field .f-stars li:last-child a:before {
	display: none;
}
#footer-expand .expand-field .expand-text {
	color: #f2f2f2; 
	padding: 5px 0 5px 28px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	line-height: 1em;
	float: right;
	margin-right:110px;
}
#footer-expand .expand-field .expand-text:hover {
	color: #fff000; 
}
#footer-expand .expand-field .expand-text:before {
	content: "";
	width: 15px;
	height: 2px;
	background-color: #f2f2f2; /*979797*/
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
     transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity: 1;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
#footer-expand .expand-field .expand-text:after {
	content: "";
	background-color: #f2f2f2; /*979797*/
	position: absolute;
	left: 7px;
	top: 50%;
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity: 1;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
#footer-expand .expand-field .expand-text.dropdown:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
#footer-expand .expand-field .expand-text.dropdown:after {
	content: "";
	width: 2px;
	height: 15px;
	background-color: #f2f2f2; /*979797*/
	position: absolute;
	left: 7px;
	top: 50%;
	margin-top: -6px;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
#footer-expand [class*="inner-container"] {
	padding-top: 0;
	padding-bottom: 0;
}

/* Block copyright*/

.copyright {
    color: #dcdcdc;
}

.copyright span a {
    color: #dcdcdc !important;
}

.copyright span a:hover {
    color: #fff !important;
}

/* Block Company info */

.company_info {
    padding: 0;
}

.company_info li {
    margin-bottom: 5px;
	margin-left: -10px;
}

.company_info li:last-child {
    margin-bottom: 0;
}

.company_info .company_name {
    text-transform: uppercase;
    font-weight: 500;
}

.company_info li em {
    text-align: center;
    width: 2em;
}

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

/* Page break line */

.nv-hr {
    clear: both;
    height: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: 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;
}

/* Social share,social button */

.nv-social-share {
    list-style: none;
    margin: 0;
    padding: 4px 5px 0 5px !important;
}

.nv-social-share li {
    display: inline-block;
    margin-bottom: 0 !important;
    height: 20px;
}

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

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

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

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

.page .nv-list-item li {
    display: flex;
}

.page .nv-list-item li em {
    position: relative;
    top: 2px;
}

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

/* List none */

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

/* Block global */

.nv-block-banners {
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}

.nv-block-banners img {
    max-width: 100%;
    height: auto;
}

.nv-block-rss li {
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
}

.nv-block-rss li:last-child {
    border: none;
    padding-bottom: 0;
}

.nv-block-rss li:first-child {
    padding-top: 0;
}

.nv-block-rss img {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius: 4px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 4px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.enable-animate .nv-block-rss img {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* 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-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color: #fff;
    position: absolute;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

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

.nv-infodie .logo {
    max-width: 90%;
    margin-bottom: 10px;
    height: auto;
}

/* Form */

input,
input[type='file'],
input[type='radio'],
input[type='checkbox'],
button,
.btn,
.form-control,
textarea,
input:focus,
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus,
button:focus,
.btn:focus,
.form-control:focus,
textarea:focus,
input:focus:active,
input[type='file']:focus:active,
input[type='radio']:focus:active,
input[type='checkbox']:focus:active,
button:focus:active,
.btn:focus:active,
.form-control:focus:active,
textarea:focus:active,
input.active:focus,
input[type='file'].active:focus,
input[type='radio'].active:focus,
input[type='checkbox'].active:focus,
button.active:focus,
.btn.active:focus,
.form-control.active:focus,
textarea.active:focus,
input:active,
input[type='file']:active,
input[type='radio']:active,
input[type='checkbox']:active,
button:active,
.btn:active,
.form-control:active,
textarea:active {
    outline-width: 0;
    outline-style: none;
}

input[type='checkbox'],
input[type='radio'] {
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    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: #707070;
    -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: inherit;
}

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

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

.img-thumbnail {
    background-color: transparent;
    border: none;
    border-radius: 18px;
    max-width: 100%;
    padding: 10px;
}

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

.navbar-inverse {
    background-color: #d9e8f4;
    border-color: #2a6496;
}

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

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #2a6496;
}

.panel-heading {
    background-image: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0) 100%) !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px;
}

.panel-primary > .panel-heading > a {
    color: #fff;
}

.panel-primary > .panel-heading > a:hover {
    color: #dcdcdc;
}

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

blockquote {
    font-size: 13px;
}

/* css login popup */
.heading {
    font-weight: normal;
    position: relative;
}

.form-mrg {
    margin-bottom: 10px
}

.form-hover>.form-item:hover {
    background-color: #DBEEF0 !important
}

.input,
select,
textarea,
input[type="text"] {
    padding: 10px 12px;
    border-radius: 3px;
    font-size: 14px;
    transition: all .2s ease-in-out;
    border: 1px solid #ddd;
    outline: none;
    vertical-align: middle;
}

textarea {
    border-radius: 3px !important;
}
.form-detail .btn,
.form-detail .btn-primary {
    padding: 10px 12px;
    border-radius: 3px;
    font-size: 14px;
    border: 1px solid transparent;
    outline: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    line-height: normal;
    display: inline-block;
}

.modal-content {
    margin: 20px 0;
    background: white
}
.right-icon {
    position: absolute;
    right: 10px; 
    top: 50%; 
    transform: translate(0, -50%); 
}
.modal-close {
    position: absolute;
    right: 0px; 
    top: 2%; 
    transform: translate(0, -2%); 
}

.modal-close:after {
    content: "\f00d";
    font-family: FontAwesome;
}

.modal-close:hover {
    opacity: .7
}

@keyframes fadein {
    from {
        opacity: .1
    }
    to {
        opacity: 1
    }
}

.modal-form {
    background-repeat: no-repeat;
    background: url(../images/bg-form.jpg) !important;
    padding: 3px 8px !important;
    border-radius: 15px !important;
    background-size: cover;
    background-position: center;
}

.modal-form>.heading {
    padding: 30px 30px 2px 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.modal-form>.heading>i {
    top: 25px;
    right: 15px
}

.modal-form>.modal-content {
    background: transparent !important;
}

.modal-form>form input,
.modal-form>form button {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px !important
}

.modal-form>form .modal-input {
    position: relative;
}

.modal-form>form .modal-input>i {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    background: #eff2f9;
    color: #9ba7ca;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}

.modal-form label {
    font-size: 14px
}

.form-logo {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, 0);
    background: #EAEEF1;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 0 2.25px #eff2f9;
    vertical-align: middle;
}

.form-logo>img {
    width: 70%;
    height: 70%;
}

.primary-color {
    color: #1D87EA !important;
}
.check {
    display: inline-block;
    position: relative;
    padding: 2px 2px 2px 32px;
    cursor: pointer;
    user-select: none;
    font-size: 16px;
    height: 30px;
    line-height: 22px;
}
.check input:checked ~ s {
    background-color: #1D87EA;
    border: 1px solid #1D87EA !important;
}
.radio s {
    border-radius: 50%;
}
.check s {
    position: absolute;
    left: 0;
    top: 50%;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border: 1px solid #EDEDED;
    transform: translate(0,-50%);
}
.check input:checked ~ s:after {
    display: block;
}
.check s:after {
    content: "";
    position: absolute;
    display: none;
    left: 40%;
    top: 10%;
    width: 6px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
*, :after, :before {
    box-sizing: border-box;
}
s {
    text-decoration: line-through;
}
.check input {
    display: none;
}
.hidden {
    display: none
}
.center {
    text-align: center
}
.pd-10 {
    padding: 10px
}

.pd-15 {
    padding: 15px
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.flex-middle {
    align-items: center;
}
/* end  */

.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,
#sitemodalTerm .close {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    opacity: 0.8;
    border-width: 2px;
    border-style: solid;
    border-color: #cccccc;
    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;
    }
}

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

.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}

/* FOR SHOPS*/
.sale-off {
	position:absolute;
	z-index:1;
	top:10px;
	right:15px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	text-align:center;
	display:inline-block;
	width:38px;
	height:38px;
	border-radius:50%;
	line-height:38px;
	background-color:#ff5c00;
}
.item-price {
	font-size:15px;
	color:#0054a6;
	overflow:hidden;
	/*font-weight:700;*/
	display:flex;
}
.item-price del {
	text-decoration:line-through;
	color:#7d7d7d;
	font-weight:600;
	float:right;
	font-size:14px;
	margin:3px 10px 0;
}
.item-price ins {
	float:left;
	text-decoration:none;
	margin:0;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs {
	margin-left:196px; 
	border:0;
	background-color:#f2f2f2;
}
.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li>a {
	border:0;
	font-size:12px;
	color:#333;
	text-transform:uppercase;
	line-height:40px;
	font-weight:600;
	border-radius:0;
	padding:0 15px;
}

.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li.active>a,.sw-woo-tab-default .resp-tab .category-slider-content ul.nav-tabs li:hover>a {
	background-color:#f2f2f2;
	color:#ff5c00;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image {
	float:left;
	position:relative;
	z-index:3;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image .item-image a:hover:before {
	opacity:1;
	visibility:visible;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image .item-image a {
	position:relative;
	display:block;
}
.sw-woo-tab-default .resp-tab .category-slider-content .categories-image .item-image a:before {
	display:inline-block;
	background-color:rgba(0,0,0,.3);
	content:"";
	height:100%;
	width:100%;
	left:0;
	position:absolute;
	top:0;
	-webkit-transition:all .2s ease-in-out 0;
	-moz-transition:all .2s ease-in-out 0;
	-o-transition:all .2s ease-in-out 0;
	-ms-transition:all .2s ease-in-out 0;
	transition:all .2s ease-in-out 0;
	visibility:hidden;
	opacity:0;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button {
	width:28px;
	height:28px;
	display:inline-block;
	position:absolute;
	z-index:2;
	cursor:pointer;
	top:6px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider {
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane .woo-tab-container-slider .slider .slick-list {
	margin:0;
	padding:0;
}

/*Border hình*/
.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap { 
	background-color:#fff;
	border-bottom:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
}
.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content {
	padding:9px 5px 10px;
}
.resp-tab .tab-pane .responsive-slider .slider .item .item-wrap .item-detail .item-content h4 {
	margin-bottom:10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.item .item-wrap {
	background-color:#fff;
	text-align:center;
	padding:0;
}
.item .item-wrap .item-detail .products-thumb a.sw-quickview {
	text-align:center;
	color:#fff;
	font-weight:500;
	height:32px;
	line-height:30px;
	background-color:#ff5c00;
	display:inline-block;
	vertical-align:top;
	font-size:0;
	opacity:0;
	min-width:32px;
	-webkit-transform:translateY(-40px);
	-moz-transform:translateY(-40px);
	-o-transform:translateY(-40px);
	-ms-transform:translateY(-40px);
	transform:translateY(-40px);
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	-ms-border-radius:50px;
	border-radius:50px;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
	position:absolute;
	top:50%;
	margin-top:-16px;
	left:50%;
	margin-left:-16px;
	padding:0;
}
.item .item-wrap .item-detail .products-thumb a.sw-quickview:before {
	font-family:fontawesome;
	font-size:12px;
	content:'\f06e';
}
.item .item-wrap .item-detail .item-img a {
	display:inline-block;
	max-width:100%;
}
.item .item-wrap .item-detail .item-content,.item .item-wrap .item-detail .item-img {
	display:inline-block;
	width:100%;
	vertical-align:top;
	padding:0;
}
.item .item-wrap .item-detail .item-content h4 a,.item .item-wrap .item-detail .item-img h4 a {
	font-size:14px;
	color:#313131;
	font-weight:500;
	text-transform:capitalize;
	position:relative;
	z-index:2;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
}
.item .item-wrap .item-detail .item-content .item-price,.item .item-wrap .item-detail .item-img .item-price {
	font-size:16px;
	float:none;
	position:relative;
	z-index:2;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
	display:inline-block;
	vertical-align:top;
}
.item .item-wrap .item-detail .item-content .reviews-content,.item .item-wrap .item-detail .item-img .reviews-content {
	float:right;
	line-height:12px;
	padding-top:10px;
	position:relative;
	z-index:2;
	display:none;
}
.item .item-wrap .item-detail .item-content .item-bottom,.item .item-wrap .item-detail .item-img .item-bottom {
	position:absolute;
	font-size:15px;
	bottom:10px;
	background:#fff;
	right:0;
	left:0;
	z-index:2;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	opacity:0;
	filter:alpha(opacity=0);
}
/*mau chu dat hang*/
.item .item-wrap .item-detail .item-content .item-bottom .button,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap .item-detail .item-img .item-bottom .button,.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button,.item .item-wrap .item-detail .item-img .item-bottom .product_type_external,.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped {
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	-ms-transition:all .3s;
	transition:all .3s;
	height:32px;
	line-height:32px;
	font-size:13px;
	color:#fff; 
	text-transform:capitalize;
	background-color:#ff5c00;
	border-radius:16px;
	-webkit-transform:translateY(60px);
	-moz-transform:translateY(60px);
	-o-transform:translateY(60px);
	-ms-transform:translateY(60px);
	transform:translateY(60px);
	padding:0 10px;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.loading,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading,.item .item-wrap .item-detail .item-img .item-bottom .button.loading,.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.loading,.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.loading,.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.loading {
	background-color:#ff5c00;
	opacity:.75;
	filter:alpha(opacity=75);
}
.item .item-wrap .item-detail .item-content .item-bottom .button.loading:before,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.loading:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.loading:before,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.loading:before,.item .item-wrap .item-detail .item-img .item-bottom .button.loading:before,.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.loading:before,.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.loading:before,.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.loading:before {
	text-align:center;
	left:0;
	background-color:#ff5c00;
	border-radius:16px;
	background-size:contain;
}
.item .item-wrap .item-detail .item-content .item-bottom .button.added:after,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button.added:after,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external.added:after,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped.added:after,.item .item-wrap .item-detail .item-img .item-bottom .button.added:after,.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button.added:after,.item .item-wrap .item-detail .item-img .item-bottom .product_type_external.added:after,.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped.added:after {
	font-family:WooCommerce;
	content:"\e017";
	margin-left:.53em;
	vertical-align:bottom;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse button,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap .item-detail .item-content .item-bottom a.compare,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap .item-detail .item-img .item-bottom a.compare {
	text-align:center;
	color:#ff5c00;
	font-weight:500;
	height:32px;
	line-height:30px;
	background-color:#fff;
	border:1px solid #ff5c00;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	position:relative;
	font-size:0;
	min-width:32px;
	-webkit-transform:translateY(60px);
	-moz-transform:translateY(60px);
	-o-transform:translateY(60px);
	-ms-transform:translateY(60px);
	transform:translateY(60px);
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	-ms-border-radius:50px;
	border-radius:50px;
	margin:0;
	padding:0;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button :before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.item .item-wrap .item-detail .item-content .item-bottom a.compare:before,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.item .item-wrap .item-detail .item-img .item-bottom a.compare:before {
	font-family:fontawesome;
	font-size:12px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.item .item-wrap .item-detail .item-content .item-bottom a.compare:hover,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,.item .item-wrap .item-detail .item-img .item-bottom a.compare:hover {
	min-width:32px;
	background-color:#ff5c00;
	font-size:0;
	padding:0;
}

.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:1px solid transparent;
}

.sw-quickview-bottom {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:9999;
	background:rgba(0,0,0,.5);
	visibility:hidden;
	opacity:0;
	-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;
}
.sw-quickview-bottom.show {
	visibility:visible;
	opacity:1;
}
.sw-quickview-bottom.loading {
	height:100%;
}
.sw-quickview-bottom.loading:before {
	background-color:transparent;
	background-image:url(../images/loadingp.gif);
	background-size:32px 32px;
}
.sw-quickview-bottom .quickview-content {
	background:#fff;
	max-width:1170px;
	position:relative;
	margin:200px auto;
}
.sw-quickview-bottom .quickview-content .quickview-close {
	position:absolute;
	width:28px;
	height:28px;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:24px;
	font-weight:700;
	border-radius:50%;
	right:-15px;
	top:-15px;
}
.sw-quickview-bottom .quickview-content .quickview-inner {
	padding:30px 15px;
}
.quickview-container.woocommerce .product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	border-radius:50%!important;
	background-image:none;
}
.sw-woo-tab-default .resp-tab .category-slider-content .box-title {
	position:absolute;
	top:-8px;
	left:-8px;
	min-width:204px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .box-title h3 {
	line-height:48px;
	background-color:#0054a6;
	font-size:18px;
	color:#fff;
	font-weight:700!important;
	border-top-right-radius:7px;
	position:relative;
	text-transform:uppercase;
	box-shadow:0 2px 4px 0 rgba(0,0,0,.3);
	margin:0;
	padding:0 16px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .box-title h3:before {
content:'';
width:0;
height:0;
border-bottom:8px solid transparent;
border-right:8px solid #b94300;
left:0;
bottom:-8px;
position:absolute;
}
.sw-child-cat.style1 {
	border-top:2px solid #0054a6; /*f24f5a*/
}
.sw-child-cat.style2 {
	border-top:2px solid #0054a6;
}
.sw-child-cat.style3 {
	border-top:2px solid #0054a6; /*f24f5a*/
}
.sw-child-cat.style4 {
	border-top:2px solid #0054a6; /*f24f5a*/
}
.sw-child-cat.style18 {
	border-top:2px solid #0054a6; /*f24f5a*/
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev {
	right:48px;
	background:url(https://thienphongco.com/themes/default/images/bg_general.png) no-repeat -20px -1111px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next {
	right:15px;
	background:url(https://thienphongco.com/themes/default/images/bg_general.png) no-repeat -20px -1015px;
}
/*.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-prev,
.sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs,
.sw-featured-product-slider .customNavigation .btn-bs.prev-bs,
.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-prev,
.home-style5 .sw-woo-container-slider .res-button.slick-prev,
.responsive-post-slider .res-button.slick-prev {
	right:48px;
	background:url(https://thienphongco.com/themes/default/images/bg_general.png) no-repeat -20px -1111px;
}
.sw-woo-tab-default .resp-tab .category-slider-content .tab-content .tab-pane.active .res-button.slick-next,
.sw-best-seller-product-slider .customNavigation .btn-bs.next-bs,
.sw-featured-product-slider .customNavigation .btn-bs.next-bs,
.sw-woo-tab-style3 .resp-tab .tab-pane.active .res-button.slick-next,
.home-style5 .sw-woo-container-slider .res-button.slick-next,
.responsive-post-slider .res-button.slick-next {
	right:15px;
	background:url(https://thienphongco.com/themes/default/images/bg_general.png) no-repeat -20px -1015px;
}*/
 .detail-item .product-details .product-price .price,.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li .dropdown-menu>li:hover>.dropdown-menu,.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu>li:hover>.dropdown-menu,.wrapper_vertical_menu .vertical-megamenu>li>.dropdown-menu.visible,.wrapper_vertical_menu .vertical-megamenu>li.revo-menu-custom ul>li:hover>.dropdown-sub,.sidebar .widget.widget_search .searchform .screen-reader-text,.sidebar .widget.widget_nav_menu .widget-inner ul.menu>li:hover>ul.dropdown-menu,.slick-slide img,.slick-initialized .slick-slide,.woocommerce form table.shop_table.shop_table_responsive th.product-thumbnail,.woocommerce form table.shop_table.shop_table_responsive tr td.product-thumbnail,.woocommerce-page form table.shop_table.shop_table_responsive th.product-thumbnail,.woocommerce-page form table.shop_table.shop_table_responsive tr td.product-thumbnail,.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author label,.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email label,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-author label,.woocommerce-page #reviews #review_form_wrapper .comment-form .comment-form-email label,.woocommerce-account #contents header,.sw-custom-variation .sw-radio-variation:hover .variation-tooltip,.products-wrapper .products-nav .catalog-ordering .orderby-order-container .order-dropdown>li>ul>li a,.item-video>a,.home-style9 .footer .footer-copyright>.container .sidebar-copyright .widget_nav_menu,.header-style12 .header-bottom.sticky-menu .sticky-cart,.header-style12 .header-bottom.sticky-menu .sticky-search,.best-selling-product.style2 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img a,.woo-slider-style1 .resp-slider-container .slick-slider .item .item-wrap .item-detail .item-img a,.mobile-layout .contact-form-mobile .wpcf7 .wpcf7-form-control-wrap,.mobile-layout.woocommerce-wishlist .shop_table.wishlist_table tbody {
	display:block;
}
.sidebar .widget .widget-inner ul>li>a,.sw-best-seller-product .wrap-content .item .item-content .item-price,.item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,.item .item-wrap .item-detail .item-content .item-bottom a.compare,.item .item-wrap .item-detail .item-content .item-bottom .group.fancybox,.item .item-wrap .item-detail .item-img .item-bottom .add_to_cart_button,.item .item-wrap .item-detail .item-img .item-bottom .product_type_external,.item .item-wrap .item-detail .item-img .item-bottom .product_type_grouped,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist,.item .item-wrap .item-detail .item-img .item-bottom a.compare,.item .item-wrap .item-detail .item-img .item-bottom .group.fancybox,.header-style6 .header-mid .header-right .widget_text,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist,.item-wrap2 .item-detail .products-thumb .item-button a.compare,.item-wrap2 .item-detail .products-thumb .item-button .fancybox,.sw-twitter-slider .carousel-inner .item .item-twiter .item-top,.item-wrap3 .item-detail .item-content .item-price span,.header-style12 .header-bottom .header-right .sw_social ul li,.banner-shortcode .banner-inner {
	display:inline-block;
	vertical-align:top;
}
.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs>li.active>a,.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs>li:hover>a,.listing-tab-shortcode .tabbable.tabs #myTabs.nav.nav-tabs>li:focus>a,.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li.active,.sw_related_upsell_widget .product-ur .tabbable.tabs .nav.nav-tabs li:hover {
	border:0;
	background-color:transparent;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane .item .item-wrap,.wc-vendor-page table,table.dokan-table {
	border:1px solid #ddd;
}
.listing-tab-shortcode .tabbable.tabs .tab-content .tab-pane.active,.item .item-wrap:hover .item-detail .item-content .item-bottom,.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom,.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom {
	opacity:1;
	filter:alpha(opacity=100);
}
.item .item-wrap .item-detail,.sw-category-slider3 .resp-slider-container .item-category-wrapper .item-product-cat.item-even .item-wrap {
	position:relative;
	overflow:hidden;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist,.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist {
	margin:0 1px;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse button,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	-webkit-transition:all .4s;
	-moz-transition:all .4s;
	-o-transition:all .4s;
	-ms-transition:all .4s;
	transition:all .4s;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
	content:"\f08a";
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show,.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show,.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show,.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show {
	display:inline-block!important;
	vertical-align:top;
}
.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.item .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.item .item-wrap .item-detail .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.product_detail .content_product_detail .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.item-wrap2 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading,.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,.item-wrap3 .item-detail .products-thumb .item-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}
.item .item-wrap .item-detail .item-content .item-bottom a.compare:before,.item .item-wrap .item-detail .item-img .item-bottom a.compare:before,.product_detail .content_product_detail .compare:before {
	font-size:13px;
	content:"\f079";
}
.item .item-wrap:hover .item-detail .products-thumb a.sw-quickview,.sw-category-slider2 .slider .item .item-wrap:hover .item-content h4,.sw-category-slider2 .slider .item .item-wrap:hover .item-content .des-cat,.sw-category-slider2 .slider .item .item-wrap:hover .item-content .shop-by-now {
	opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
}
.item .item-wrap:hover .item-detail .item-content .item-bottom .button,.item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button,.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_external,.item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_grouped,.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.item .item-wrap:hover .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.item .item-wrap:hover .item-detail .item-content .item-bottom a.compare,.item .item-wrap:hover .item-detail .item-content .item-bottom .group.fancybox,.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .button,.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .add_to_cart_button,.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .product_type_external,.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .product_type_grouped,.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom a.compare,.dailydeals-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .group.fancybox,.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .button,.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .add_to_cart_button,.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .product_type_external,.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .product_type_grouped,.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom a.compare,.best-selling-product .resp-slider-container .slick-slider .item .item-wrap:hover .item-img .item-bottom .group.fancybox,.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap:hover .item-detail .item-content .item-bottom,.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .button,.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button,.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .product_type_external,.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .product_type_grouped,.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,.sw_tab_countdown .tab-countdown-slide .tab-content .item-wrap .item-detail .item-content .item-bottom a.compare {
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
}
/*END SHOPS*/

/* 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}
.vc_col-sm-12{position:relative;width:100%;min-height:1px}
.size-full {
	height:auto;
	margin:0 0 30px;
}

.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;
	/*margin:0;*/
}
.category-slider .responsive .item-product-cat .item-content h3 {
	box-shadow:0 1px 3px 0 rgba(100,100,100,.3);
	-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;
}
.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;
	box-shadow:0 1px 3px 0 #ff5c00;
	-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;
}
.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;
}

.category-slider .res-button.slick-prev {
	left:30px;
	background:url(https://thienphongco.com/themes/default/images/bg_general.png) no-repeat -20px -525px;
}

.category-slider .res-button.slick-prev:hover {
	background:url(https://thienphongco.com/themes/default/images/bg_general.png) no-repeat -20px -464px;
}

.category-slider .res-button.slick-next {
	right:30px;
	background:url(https://thienphongco.com/themes/default/images/bg_general.png) no-repeat -20px -281px;
}

.category-slider .res-button.slick-next:hover {
	background:url(https://thienphongco.com/themes/default/images/bg_general.png) no-repeat -20px -220px;
}
/*End**/
/* 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 ';
}

/* module Contact*/

.contact-result {
    position: absolute;
    top: 40px;
    left: 5%;
    width: 90%;
    float: left;
    z-index: 2;
    padding: 30px 20px;
    display: none;
}

/* 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: 60px 0 20px; 
  z-index: 20;
}

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

.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 #CCCCCC;
  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: url(../images/dots.png) no-repeat bottom right;
	padding: 0 35px 35px 0;
	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 module-menu */

.module-menu {
    display: block;
    float: left;
    width: 100%;
    background-color: #333;
}

.module-menu ul {
    margin: 0;
    padding: 0;
}

.module-menu a {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background-color: #428bca;
    background-image: linear-gradient(to right, #428bca 4px, #428bca 4px);
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 9px 10px 9px 20px;
    cursor: pointer;
}

.module-menu a:before {
    font-family: 'FontAwesome';
    content: ' \f105 ';
    margin-right: 5px;
}

.module-menu a.home:before {
    content: ' \f07c ';
}

.module-menu a.active {
    background-color: #a6c8e6;
}

.module-menu a:hover,
.module-menu a.active,
.module-menu a:focus {
    color: #333;
    text-decoration: none;
    background-image: linear-gradient(to right,#42cac5 4px,rgba(0,0,0,0) 4px);
}

.calendar-icon {
    background-image: url(../../../assets/images/calendar.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 26px;
}

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

.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single {
    height: 32px !important;
    padding-top: 2px;
}

.voting-col-2 {
    border-left: 1px solid #ccc;
    padding: 0px 10px;
}

.padding-voting ul li {
    margin: 0px 10px;
    padding: 10px 0px;
    list-style: disc;
    text-align: justify;
}

.sum-voting {
    margin-top: 5px;
}

/*block-title cua cutom*/
.block-title h3 {
	background-color:#f2f2f2;
	border-bottom:1px solid #ededed;
	position:relative;
	font-size:18px;
	color:#0054a6;
	text-transform:uppercase;
	font-weight:700!important;
	padding:10px 10px 8px;
}
.block-title h3:before{
	content:'';
	height:2px;
	width:100px;
	background-color:#ff0000;
	position:absolute;
	bottom:-1px;
}

/*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: 25px;
	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 tattoo*/
.title_box{
	padding:3px 0 0 0;
	border-top:2px solid #555;
}
.title_box.bg_soc{
	background:#eee;
}
.main_content_title_box{
	height:35px;
}
.title_box .txt_left{
	margin:-5px 0 0 10px;
	.margin:-5px 0 0 10px;
	_margin:-5px 0 0 5px;
	border-top:2px solid #c20;
	padding-top:2px;
	_top:0px;
	_position:relative;
}
.title_box .txt_left a{
	font:700 12px/25px tahoma;
	text-transform:uppercase;
	color:#0f6ea5;
	float:left;
	margin:5px 5px 0 0;
}
.left{float:left;}

.panel-home{ 
	background:transparent;
	border-color:#999;
    border-style:solid;
}

.home-heading {
	color:#58a12b;
	background:#eee;
	font-weight:bold;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
	border-top:2px solid #ff8000;
    padding:10px;
}
.tp_map{
	position:relative;
	width:100%;
	height:100%;
	margin-top:-10px;
	padding:5px 0;
	color: #ff0000;
	font-weight:bold;
}
/*HOME*/
.home-menu{
	position:relative;
    width:100%;
	height:100%; 
	background:#ff5c00;
	padding:2px 0;
    color:#ccc;
	z-index:1;
}
.tp_header{
	position:relative;
	width:100%;
	height:0px;
	margin-top:-20px;
}
.home-fish {
    position:relative;
    width:100%;
	height:360px; 
	background-color:#269acf;
    padding: 0px;
}
.home-slide {
    position:relative;
    width:100%;
	height:10px; /*385px; */
	background-color:transparent;
    padding:10px 0;
}
.home-slogan {
    position:relative;
    width:100%;
	height:10px;
	background-color:transparent;
    padding:10px 0;
}
.home-intro {
    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;
    padding:10px 0;
}

.home-menusp {
	/*position:relative;
    width:100%;
	height:100%; 
	background-color:#fff; 
    padding:0px;*/
    background-color: #fff;
	background-image: url(../images/bg-home-us.png), url(../images/bg-home-us2.png);
    background-repeat: no-repeat;
    background-position: left top 194px, top -204px right;
}
/*.home-news {
	background-color:#f8f8f2; 
	background-image: url(../images/bg-news.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}*/

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

.home-us {
	background-color:#fff; 
	background-image: url(../images/bg-home-us.png);
	background-repeat: no-repeat;
	background-position: left top -120px;
	padding:25px 0;
}

.home-page {
	background-image: url(../images/blue-dot-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 18% auto;
}
.home-policy {
    position:relative;
    width:100%;
	height:100%; 
	background:#fff;
    padding:10px 0;
}
.home-shop, .home-shop1 {
    position:relative;
    width:100%;
	height:100%; 
	background:#fff;
    padding:10px 0;
}
.home-sp {
	background-color:#fff; 
	background-image: url(../images/bg-shop.png);
    background-position: center;
	background-repeat: no-repeat;
	padding:25px 0;
}
/*.home-shop1 {
    background: transparent url(../images/bg-home-sp.png) no-repeat top right;
    background-size: auto;
    padding: 70px 0 120px;
}*/
/*background: linear-gradient(180deg,rgba(255,255,255,1) 0,rgba(204,204,204,1) 50%,rgba(255,255,255,1) 100%);*/
.home-qc{
    position:relative;
    width:100%;
	height:100%; 
	background:#e0e3e8;
    padding:0px 0;
}
.home-footer{
    position:relative;
    width:100%;
	height:100%; 
	background:#333;
    padding:8px 0;
    color:#ccc;
}
.home-dichvu{
    position:relative;
    width:100%;
	height:100%; 
	/*background:#00405d;
	background-image: url(../images/bg-dichvu.jpg);*/
	background: #034854;
	padding:25px 0 10px 0;
	margin-top:-27px;
    color:#ccc;
}

/*cookie-notice popup*/

.cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 350px;
    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;
}

/*them dt rung */
.vhrung{
    display: inline-block;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
} 
@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}
@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .2
    }
}
/*  */
@-moz-keyframes quick-alo-circle-anim {
    0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(1.1) skew(1deg);
		opacity: .3
	}
	100% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .1
	}
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(1.1) skew(1deg);
		opacity: .3
	}
	100% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .1
	}
}
@-o-keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(1.1) skew(1deg);
		opacity: .3
	}
	100% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .1
	}
}
@keyframes quick-alo-circle-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}
	30% {
		transform: rotate(0deg) scale(1.1) skew(1deg);
		opacity: .3
	}
	100% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .1
	}
}

.tp_loader {
    top: calc(20% - 0px);
    left: calc(20% - 30px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    perspective: 800px;
    display: inline-block;
    margin-top: 5px;
    float: left
}

.tp_loader .inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.tp_loader .inner.one {
    left: 0;
    top: 0;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #fff
}

.tp_loader .inner.two {
    right: 0;
    top: 0;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #fff
}

.tp_loader .inner.three {
    right: 0;
    bottom: 0;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #fff
}

.tp_loader .nucleus {
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: transparent; /*yellow;*/
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    position: absolute
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg)
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg)
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg)
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg)
    }
}

/* vi tri */
.itemsupinfo .icon img{
    max-width: 50%;
    max-height: 50%;
}
.itemsupinfo .txt{
    color: #515151;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
.itemsupinfo {
    text-align: center;
    cursor: pointer;
}
.itemsupinfo .mydia {
    width:17px; 
	height:17px;
	margin-bottom:40px;
	margin-left:-45px;
	
}
.itemsupinfo .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: transparent; /*#00833e;*/
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
	margin-right: 15px;
} 
.itemsupinfo .icon::before{
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 0;
    -webkit-box-shadow: 0 0 0 2px rgb(255 255 255 / 10%);
    -moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    -ms-box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    box-shadow: 0 0 0 2px rgb(255 255 255 / 10%);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.itemsupinfo:hover .icon::before{
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    -ms-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    30% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #00833e, 0 0 10px 10px #00833e, 0 0 0 10px #fff
    }
    100% {
        box-shadow: 0 0 0 2px #00833e, 0 0 10px 10px #00833e, 0 0 0 10px #fff;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    30% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #00833e, 0 0 10px 10px #00833e, 0 0 0 10px #fff
    }
    100% {
        box-shadow: 0 0 0 2px #00833e, 0 0 10px 10px #00833e, 0 0 0 10px #fff;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}
@-o-keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    30% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #00833e, 0 0 10px 10px #00833e, 0 0 0 10px #fff
    }
    100% {
        box-shadow: 0 0 0 2px #00833e, 0 0 10px 10px #00833e, 0 0 0 10px #fff;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3
    }
    30% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px #00833e, 0 0 10px 10px #00833e, 0 0 0 10px #fff
    }
    100% {
        box-shadow: 0 0 0 2px #00833e, 0 0 10px 10px #00833e, 0 0 0 10px #fff;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0
    }
}
/* end dt rung */
/* Dich vu*/

.dichvu {
	background-color: transparent;
	padding: 0;
}
.dichvu .block-infos .info {
	width:20%; 
	float:left;
}
.dichvu .block-infos .info .inner .info-cont {
	padding-left:50px;
}
.dichvu .block-infos .info .inner {
	border-left:1px solid rgba(255,255,255,.3);
	padding-left:30px;
	float:left;
	width:100%;
}
.dichvu .block-infos .info1 .inner {
	border-left:0px solid rgba(255,255,255,.3);
	padding-left:0px;
	float:left;
	width:100%;
}
.dichvu .block-infos .info .inner i {
	float:left;
	font-size:36px;
	padding-top:2px;
	color:#fff;
}
.dichvu .block-infos .info .inner .info-cont span {
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:2px;
}
.dichvu .block-infos .info .inner .info-cont p {
	text-transform:capitalize;
	color:#fff;
	padding-top:2px;
	margin-bottom:3px;
}

.dichvu .pin-wrap {
	position: absolute;
    right: 10px;
    top: -10px;
    z-index: 10;
}
.dichvu .pin {
  	width: 16px;
    height: 16px;
    border-radius: 50% 50% 50% 0;
    background: #fff;
    position: relative;
    transform: rotate(-45deg);
    animation-fill-mode: both;
    animation-duration: 1s;
	display: inline-block;
}  
.dichvu .pin:after {
    content: '';
    width: 6px;
    height: 6px;
    margin: 8px 0 0 8px;
    position: absolute;
    border-radius: 50%;
    top: -3px;
    background: #0c3b6f;
    left: -3px;
}
.dichvu .pulse-wrap {
	position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}
/* End Dich vu*/

.dthotro {
	background-color:#ff5c00;
	padding: 0;
}
.dthotro .block-infos .info {
	width:33.33%; /*5 info thi 20%*/
	float:left;
}
.dthotro .block-infos .info .inner .info-cont {
	padding-left:50px;
}
.dthotro .block-infos .info .inner {
	border-left:1px solid rgba(255,255,255,.3);
	padding-left:30px;
	float:left;
	width:100%;
}
.dthotro .block-infos .info1 .inner {
	border-left:0px solid rgba(255,255,255,.3);
	padding-left:30px;
	float:left;
	width:100%;
}
.dthotro .block-infos .info .inner i {
	float:left;
	font-size:36px;
	padding-top:2px;
	color:#fff;
}
.dthotro .block-infos .info .inner .info-cont span {
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:2px;
}
.dthotro .block-infos .info .inner .info-cont p {
	text-transform:capitalize;
	color:#fff;
	padding-top:2px;
	margin-bottom:3px;
}
/*end */
.scrollup {
    position: fixed;
    bottom: 80px;
    right: 45px;
    display: none;
	text-align:center;
}
.scrolltop {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 45px;
    bottom: 230px;
    cursor: pointer;
    border-radius: 100%;
    background-color:#034854;
    z-index: 1000;
}
.scrolltop{
	border:4px solid #034854;
	padding:10px;
	box-sizing:border-box;
}
.scrolltop {
    bottom: 80px!important;
}
.scrolltop svg {
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transition: all .3s;
    transform: translate(-50%, -50%);
    stroke: #fff;
}
.scrolltop:hover{
	border:4px solid #036072;
	padding:10px;
	box-sizing:border-box;
}
.scrolltop:hover{
	background-color:#036072;
}
.scrolltop:hover svg{
	top:30%;stroke:#fff;
}

/***/
.view-all{
	background: #0f6ea5;
    text-transform: uppercase;
    border: none;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0px auto;
    display: block;
    padding: 6px 20px;
    color: #fff;
    margin-top: 15px;
	margin-bottom: 15px;
	-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;
}
.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
}

/*them vaniday*/
.home-outer{padding-top:2.12766%;padding-bottom:2.12766%;background-color:transparent}
.home-outer:after{content:"";display:table;clear:both}
.home .albumtattoo{width:100%;float:left;margin-left:0;margin-right:0;margin-top:20px}
.offers-gallery .item{width:50%;float:left;height:260px}
.offers-gallery .item{height:260px;overflow:hidden;box-sizing:border-box;margin-bottom:1px;position:relative}
.offers-gallery .item:hover .caption{background-color:rgba(255,130,114,.5)}
.offers-gallery .item:hover .caption .caret-link{color:#000;}
.offers-gallery .item:hover img{-webkit-transform:scale(1.25) translateX(-40%);transform:scale(1.25) translateX(-40%)}
.offers-gallery .item a{display:block;height:100%}
.offers-gallery .item .bg-album img{min-width:290px;width:100%;height:260px;transition:all .3s cubic-bezier(.645,.045,.355,1)}
.offers-gallery .item .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}
.offers-gallery .item .caption .caret-link,.offers-gallery .item .caption .text{display:table-cell;vertical-align:middle}
.offers-gallery .item .caption .caret-link{color:#ff8272;text-align:right;padding-right:6.66667%}
.offers-gallery .item .caption .text{color:#fff;font-family: Roboto,sans-serif;font-size: 17px;font-weight: 100;text-align:left;padding-left:6.66667%}
.offers-gallery .item:hover .caption .text{color:#000;}
.offers-gallery .item:nth-child(2n+1){border-right:1px solid transparent}
.bg-album img{z-index:1;position:absolute;left:50%;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:61.9em){.home .albumtattoo .item{width:48.93617%;float:left}
.home .albumtattoo .item:nth-child(2n+1){margin-right:-100%;clear:both;margin-left:0}
/*.home .albumtattoo .item:nth-child(2n+2){margin-left:51.06383%;margin-right:-100%;clear:none}}@media (min-width:48em){.home .albumtattoo{width:48.93617%;float:left;margin-right:2.12766%;margin-top:0}*/

/* effect-v5*/
.effect-v5 {
  background-color: transparent;
  overflow: hidden;
  position: relative;
  text-align: center;
  /* style for hover */
}
.effect-v5 img {
  backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.effect-v5 .action {
  transform: translate3d(-150%, 0px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v5 .action:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.effect-v5 .action:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.effect-v5 .action:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.effect-v5:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: scale3d(1.2, 1.2, 1);
}
.effect-v5:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1.1, 1.1, 1);
  transform: translate3d(0px, 0px, 0px);
}
.effect-v5:hover .action:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect-v5:hover .action:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.effect-v5:hover .action:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* Hover anh cua Vaniday*/
.item-content:hover .vendor-logo:before,
.item-content:hover .vendor-logo:after{width:100%;height:100%}
.item-content .vendor-logo{position:relative}
.item-content .vendor-logo:before{background-color:rgba(255,255,255,0.15);content:"";height:0;left:0;margin:auto;position:absolute;top:0;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;width:0;z-index:1}
.item-content .vendor-logo:after{background-color:rgba(255,255,255,0.15);bottom:0;content:"";height:0;position:absolute;right:0;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;width:0;z-index:1}

.modernS .modernS-title-wraper .modernS-border{
	width:100px;
	background:linear-gradient(90deg, #eddf22 0%, #eddf22 100%);
}
.modernS .modernS-title-wraper .modernS-border:before{
	background-color:#eddf22;
	box-shadow:9px 0px 0px 0px #eddf22, 18px 0px 0px 0px #eddf22;
}
.modernS-border{
	height:4px;width:30px;
	background:#2575fc;
	border-radius:2px;
	position:relative;
	margin-bottom: 15px;
}
.modernS-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;
}
.modernS-title-wraper.text_left{text-align: left;}
.modernS .modernS-title-wraper {
	background-color:#fff;
    background-repeat: no-repeat;
    height: 48px;
}
.modernS .modernS-title-wraper h2 {
	font-weight:700;
	font-size: 1.8em;
	font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    margin-bottom: 10px;
	color:#0054a6; 
	padding:5px 0px 5px 0px;
}
.modernS .modernS-title-wraper .nvs-nav  {
    border-bottom: none;
    line-height: 48px;
}
.modernS .modernS-title-wraper .nvs-nav  li{
    display: block;
    float: left;
	position: relative;
	color:#0054a6;
	padding: 0px 10px;
}
.modernS .modernS-title-wraper .nvs-nav  li a{
	/*color:#0054a6;*/
	border: 1px solid #e0e0e0;
    border-radius: 16px;
    color: #0054a6;
    display: inline-block;
    font-size: 13px;
    line-height: 10px;
    margin-left: 10px;
    padding: 10px 11px;
    background: #fff;
}
.modernS .modernS-title-wraper .nvs-nav  li.active a{
	/*background-color: #f2f2f2; /*them*/
    color:#ff5c00;
}
/*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 DM shops */
.sw-best-seller-product-slider .box-title h3 {
	position: relative;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700!important;
    margin-bottom: 0;
    padding: 15px;
}
.wpb_wrapper .box-title h3 {
    line-height: 1.1;
}
.wpb_wrapper h3 {
    margin: 0 0 10px;
}
.sw-best-seller-product-slider .box-title {
	background-color: #f2f2f2;
}

.sw-best-seller-product-slider .customNavigation .btn-bs.prev-bs, 
.sw-featured-product-slider .customNavigation .btn-bs.prev-bs {
    right: 48px;
    background: url(../images/bg_general.png) no-repeat -20px -1111px;
}
.sw-best-seller-product-slider .customNavigation .btn-bs, 
.sw-featured-product-slider .customNavigation .btn-bs {
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 11px;
    cursor: pointer;
}

.sw-best-seller-product-slider .customNavigation .btn-bs.next-bs:hover, 
.sw-featured-product-slider .customNavigation .btn-bs.next-bs:hover {
    background: url(../images/bg_general.png) no-repeat -20px -967px;
}
.sw-best-seller-product-slider .customNavigation .btn-bs.next-bs, 
.sw-featured-product-slider .customNavigation .btn-bs.next-bs {
    right: 15px;
    background: url(../images/bg_general.png) no-repeat -20px -1015px;
}
.sw-best-seller-product-slider .customNavigation .btn-bs, 
.sw-featured-product-slider .customNavigation .btn-bs {
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: 11px;
    cursor: pointer;
}

.sw-best-seller-product-slider .carousel-inner, 
.sw-featured-product-slider .carousel-inner {
    overflow: hidden;
}

@media (max-width: 991px) {
.sw-best-seller-product-slider .carousel-inner .item, 
.sw-featured-product-slider .carousel-inner .item {
    float: none;
    width: auto;
	}
}
@media (max-width: 991px) {
.sw-best-seller-product-slider .carousel-inner .item, 
.sw-featured-product-slider .carousel-inner .item {
    float: none;
    width: auto;
	}
}
.sw-best-seller-product-slider .carousel-inner .item, 
.sw-featured-product-slider .carousel-inner .item {
    float: right;
    width: 100%;
    padding: 5px;
}

.sw-best-seller-product-slider .carousel-inner .item .item-detail, 
.sw-featured-product-slider .carousel-inner .item .item-detail {
    overflow: hidden;
    margin-bottom: 30px;
}

.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-img, 
.sw-featured-product-slider .carousel-inner .item .item-detail .item-img {
    width: 90px;
    float: left;
    margin-right: 20px;
}
.wpb_wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content, 
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content {
    padding: 15px 0 0;
}

.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content .item-price, 
.sw-featured-product-slider .carousel-inner .item .item-detail .item-content .item-price {
	font-size: 16px;
}
.item-price {
    font-size: 18px;
    color: #ff5c00;
    overflow: hidden;
    font-weight: 700;
    display: flex;
}

.sw-best-seller-product-slider .carousel-inner .item .item-detail, 
.sw-featured-product-slider .carousel-inner .item .item-detail {
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
.sw-best-seller-product-slider .carousel-inner .item .item-detail:last-child, 
.sw-featured-product-slider .carousel-inner .item .item-detail:last-child {
    margin-bottom: 30px;
	}
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail:last-child, 
.sw-featured-product-slider .carousel-inner .item .item-detail:last-child {
    margin-bottom: 0;
}

.sw-best-seller-product-slider .carousel-inner .item .item-detail, 
.sw-featured-product-slider .carousel-inner .item .item-detail {
    overflow: hidden;
    margin-bottom: 30px;
}

.sw-best-seller-product-slider .carousel-inner .item, 
.sw-featured-product-slider .carousel-inner .item {
    float: right;
    width: 100%;
    padding: 5px;
}
.sw-best-seller-product-slider, 
.sw-featured-product-slider {
    border: 1px solid #e0e0e0;
    margin: 15px 0 30px;
}
.sw-best-seller-product-slider .carousel-inner .item .item-detail .item-content h4 a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-transform: capitalize;
}
.sw-best-seller-product-slider, .sw-featured-product-slider {
    border: 1px solid #e0e0e0;
    margin: 15px 0 30px;
}

/* nổi vien */
.flh{box-shadow:#000 0 5px 15px;border-radius:10px;}


