@charset "UTF-8";

:root{
    --color-title: #ea2e37;
    --color-red: #ea2e37;
}


/* Lazyload */
img.lazy {
	opacity: 0;
}

img:not(.initial) {
	transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
	opacity: 1;
}

img:not([src]) {
	visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'UTM Avo';
    src: url('../fonts/UTM%20Avo.ttf');
}

@font-face {
    font-family: 'UTM AvoBold';
    src: url('../fonts/UTM%20AvoBold.ttf');
}

@font-face {
    font-family: 'UTM HelvetIns';
    src: url('../fonts/UTM%20HelvetIns.ttf');
}

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'UTM American Sans';
    src: url('../fonts/UTM%20American%20Sans.ttf');
}

@font-face {
    font-family: 'UTM Davida';
    src: url('../fonts/UTM%20Davida.ttf');
}

@font-face {
    font-family: 'Shelia VNF Regular';
    src: url('../fonts/Shelia%20VNF%20Regular.ttf');
}

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

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

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

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

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

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

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

@font-face {
    font-family: 'UVF Monthoers';
    src: url('../fonts/UVF%20Monthoers.otf');
}

@font-face {
    font-family: 'UVF Metroscript';
    src: url('../fonts/UVF%20Metroscript.ttf');
}

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

@font-face {
    font-family: 'UTM Beautiful Caps';
    src: url('../fonts/UTM%20Beautiful%20Caps.ttf');
}

.sky-mega-menu,
.sky-mega-menu * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}

/**/
/* level 1 */
/**/
.sky-mega-menu {
    position: relative;
    z-index: 999;
    font-size: 0;
    line-height: 0;
}

.sky-mega-menu:after {
    content: '';
    display: table;
    clear: both;
}

.sky-mega-menu li {
    position: relative;
    display: inline-block;
    line-height: 20px;
    white-space: nowrap;
    padding: 0;
}

.sky-mega-menu li a {
    font-size: 14px;
    font-family: 'Muli-Regular';
    padding: 0px 27px;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
}

.sky-mega-menu li a i {
    font-size: 22px;
}

.sky-mega-menu li:last-child a {
    background-image: none;
}

/**/
.sky-mega-menu li>div {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: -9999px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.sky-mega-menu li>div:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    background: transparent;
}

.sky-mega-menu li>div:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 24px;
    border-right: 5px solid transparent;
    /*    border-bottom: 5px solid rgba(255,255,255,0.9);*/
    border-bottom: 5px solid #191919;
    border-left: 5px solid transparent;
}

.sky-mega-menu li:hover>a,
.sky-mega-menu li.current>a,
.sky-mega-menu li>a.current {
    color: #ea2e37;
}

.sky-mega-menu li:hover>div {
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
}

.sky-mega-menu .right {
    float: none;
    border-right-width: 0;
    border-left-width: 1px;
}

.sky-mega-menu .right>div {
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu .right:hover>div {
    right: 0;
    left: auto;
}

.sky-mega-menu .right:hover>div:before {
    right: 24px;
    left: auto;
}

.sky-mega-menu .switcher {
    display: none;
}


/**/
/* level 2+ */
/**/
.sky-mega-menu li li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
    line-height: 21px;
    white-space: normal;
    background: #f4d2ae;
}

.sky-mega-menu li li:first-child {
    border-top: 0;
}

.sky-mega-menu li li a {
    padding: 8px 10px;
    color: white;
    border: none;
    background-image: none;
    text-transform: none;
    border-top: 1px #191919 dashed;
}

.sky-mega-menu li li>div {
    top: 0;
    margin: 0 0 0 8px;
}

.sky-mega-menu li li>div:after {
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 100%;
}

.sky-mega-menu li li>div:before {
    top: 22px;
    right: 100%;
    bottom: auto;
    left: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid rgba(255, 255, 255, 0.9);
    border-bottom: 5px solid transparent;
}

.sky-mega-menu li li:hover>div {
    left: 100%;
}

.sky-mega-menu .right li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu .right li>div:after {
    right: auto;
    left: 100%;
}

.sky-mega-menu .right li>div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu .right li:hover>div {
    right: 100%;
    left: auto;
}


/**/
/* positions */
/**/
.sky-mega-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.sky-mega-menu-pos-bottom li>div {
    top: auto;
    bottom: 100%;
    margin: 0 0 8px;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%;
}

.sky-mega-menu-pos-bottom li>div:after {
    top: 100%;
    bottom: auto;
}

.sky-mega-menu-pos-bottom li>div:before {
    top: 100%;
    bottom: auto;
    border-top: 5px solid rgba(255, 255, 255, 0.9);
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.sky-mega-menu-pos-bottom li li>div {
    top: auto;
    bottom: 0;
}

.sky-mega-menu-pos-bottom li li>div:before {
    top: auto;
    bottom: 22px;
}

.sky-mega-menu-pos-bottom.sky-mega-menu-fixed {
    top: auto;
    bottom: 0;
}

.sky-mega-menu-pos-left li,
.sky-mega-menu-pos-right li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
}

.sky-mega-menu-pos-left li:first-child,
.sky-mega-menu-pos-right li:first-child {
    border-top: 0;
}

.sky-mega-menu-pos-left li>div,
.sky-mega-menu-pos-right li>div {
    top: 0;
}

.sky-mega-menu-pos-left li>div {
    margin: 0 0 0 8px;
}

.sky-mega-menu-pos-right li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu-pos-left li>div:after,
.sky-mega-menu-pos-right li>div:after {
    top: 0;
    bottom: auto;
    width: 8px;
    height: 100%;
}

.sky-mega-menu-pos-left li>div:after {
    right: 100%;
    left: auto;
}

.sky-mega-menu-pos-right li>div:after {
    right: auto;
    left: 100%;
}

.sky-mega-menu-pos-left li>div:before,
.sky-mega-menu-pos-right li>div:before {
    top: 22px;
    bottom: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.sky-mega-menu-pos-left li>div:before {
    right: 100%;
    left: auto;
    border-right: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu-pos-right li>div:before {
    right: auto;
    left: 100%;
    border-left: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu-pos-left li:hover>div {
    left: 100%;
}

.sky-mega-menu-pos-right li:hover>div {
    right: 100%;
    left: auto;
}

.sky-mega-menu-pos-left .bottom>div,
.sky-mega-menu-pos-right .bottom>div {
    top: auto;
    bottom: 0;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%;
}

.sky-mega-menu-pos-left .bottom>div:before,
.sky-mega-menu-pos-right .bottom>div:before {
    top: auto;
    bottom: 22px;
}

.sky-mega-menu-pos-right li li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu-pos-right li li>div:after {
    right: auto;
    left: 100%;
}

.sky-mega-menu-pos-right li li>div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu-pos-right li li:hover>div {
    right: 100%;
    left: auto;
}

.sky-mega-menu-pos-left.sky-mega-menu-fixed {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: auto;
}

.sky-mega-menu-pos-right.sky-mega-menu-fixed {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: auto;
}


/**/
/* animations */
/**/
.sky-mega-menu-anim-slide li>div {
    -o-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}

.sky-mega-menu-pos-bottom.sky-mega-menu-anim-slide li>div {
    -o-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -moz-transform: translate(0, -60px);
    -webkit-transform: translate(0, -60px);
}

.sky-mega-menu-anim-slide li:hover>div {
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.sky-mega-menu-anim-scale li>div {
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
}

.sky-mega-menu-anim-scale li:hover>div {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.sky-mega-menu-anim-flip {
    perspective: 2000px;
    -o-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
}

.sky-mega-menu-anim-flip li>div {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.sky-mega-menu-anim-flip li:hover>div {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}


/**/
/* grid */
/**/
.sky-mega-menu .grid-column {
    float: left;
    border-color: #d9d9d9;
    border-left-width: 1px;
    border-left-style: solid;
}

.sky-mega-menu .grid-column:first-child {
    margin-left: 0;
    border-left: 0;
}

.sky-mega-menu .grid-column2,
.sky-mega-menu .grid-container2 {
    width: 180px;
    text-align: left;
}

.sky-mega-menu .grid-column3,
.sky-mega-menu .grid-container3 {
    width: 230px;
    text-align: left;
}

.sky-mega-menu .grid-column4,
.sky-mega-menu .grid-container4 {
    width: 311px;
}

.sky-mega-menu .grid-column5,
.sky-mega-menu .grid-container5 {
    width: 389px;
}

.sky-mega-menu .grid-column6,
.sky-mega-menu .grid-container6 {
    width: 467px;
}

.sky-mega-menu .grid-column7,
.sky-mega-menu .grid-container7 {
    width: 545px;
}

.sky-mega-menu .grid-column8,
.sky-mega-menu .grid-container8 {
    width: 623px;
}

.sky-mega-menu .grid-column9,
.sky-mega-menu .grid-container9 {
    width: 701px;
}

.sky-mega-menu .grid-column10,
.sky-mega-menu .grid-container10 {
    width: 779px;
}

.sky-mega-menu .grid-column11,
.sky-mega-menu .grid-container11 {
    width: 857px;
}

.sky-mega-menu .grid-column12,
.sky-mega-menu .grid-container12 {
    width: 935px;
}


/**/
/* icons */
/**/
.sky-mega-menu li a>.fa {
    display: block;
    float: left;
    width: 16px;
    margin: 0 10px 0 -4px;
    font-size: 16px;
    line-height: inherit;
    text-align: center;
}

.sky-mega-menu li a>.fa-single {
    float: none;
    margin: 0;
}

.sky-mega-menu li a>.fa-indicator {
    position: relative;
    top: -1px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 -10px 0 10px;
    font-size: 9px;
    line-height: 1;
    text-align: right;
}

.sky-mega-menu li li a>.fa-indicator {
    top: 0;
    float: right;
    display: block;
    line-height: inherit;
}


/**/
/* forms */
/**/
.sky-mega-menu form fieldset {
    display: block;
    padding: 25px 30px;
}

.sky-mega-menu form fieldset+fieldset {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.sky-mega-menu form section {
    margin-bottom: 20px;
}

.sky-mega-menu form .input,
.sky-mega-menu form .textarea,
.sky-mega-menu form .radio,
.sky-mega-menu form .checkbox,
.sky-mega-menu form .button {
    position: relative;
    display: block;
}

.sky-mega-menu form .input input,
.sky-mega-menu form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.sky-mega-menu form .textarea textarea {
    height: auto;
    resize: none;
}

.sky-mega-menu form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin-left: 20px;
    padding: 0 20px;
    outline: none;
    border: 0;
    background-color: #2da5da;
    font: 300 13px/39px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.sky-mega-menu form .fa-append {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    padding-left: 3px;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #ccc;
}

.sky-mega-menu form .input .fa-append+input,
.sky-mega-menu form .textarea .fa-append+textarea {
    padding-right: 46px;
}

.sky-mega-menu form .row {
    margin: 0 -15px;
}

.sky-mega-menu form .row:after {
    content: '';
    display: table;
    clear: both;
}

.sky-mega-menu form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sky-mega-menu form .col-6 {
    width: 50%;
}

.sky-mega-menu form .input:hover input,
.sky-mega-menu form .textarea:hover textarea,
.sky-mega-menu form .checkbox:hover i {
    border-color: #8dc9e5;
}

.sky-mega-menu form .button:hover {
    opacity: 1;
}

.sky-mega-menu form .input input:focus,
.sky-mega-menu form .textarea textarea:focus,
.sky-mega-menu form .checkbox input:focus+i {
    border-color: #2da5da;
}

.sky-mega-menu .search {
    border-left: 0;
}

.sky-mega-menu .search .input {
    margin: 3px 3px 3px 3px;
}

.sky-mega-menu .search .input input {
    width: 240px;
    padding-right: 65px;
}

.sky-mega-menu .search .button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.sky-mega-menu-left,
.sky-mega-menu-left * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}

/**/
/* level 1 */
/**/
.sky-mega-menu-left {
    position: relative;
    z-index: 998;
    font-size: 0;
    line-height: 0;
}

.sky-mega-menu-left:after {
    content: '';
    display: table;
    clear: both;
}

.sky-mega-menu-left li {
    position: relative;
    display: inline-block;
    line-height: 20px;
    padding: 0;
}

.sky-mega-menu-left li a {
    display: block;
    font: 14px 'Muli-Regular';
    color: #191919;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}

.sky-mega-menu-left li a i.fa-circle {
    font-size: 6px;
    color: #d20000;
    padding-right: 12px;
    vertical-align: middle;
}

.sky-mega-menu-left li a i.fa-angle-right {
    color: #d20000;
    padding-top: 3px;
}

.sky-mega-menu-left li:last-child a {
    background-image: none;
}

/**/
.sky-mega-menu-left li>div {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: -9999px;
    margin-top: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

.sky-mega-menu-left li>div:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 8px;
    background: transparent;
}

.sky-mega-menu-left li>div:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 24px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(255, 255, 255, 0.9);
    border-left: 5px solid transparent;
}

.sky-mega-menu-left li:hover>a,
.sky-mega-menu-left li.current>a,
.sky-mega-menu-left li>a.current {
    text-decoration: none;
    background-color: #d7d8d9;
}

.sky-mega-menu-left li:hover>div {
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
}

.sky-mega-menu-left .right {
    float: none;
    border-right-width: 0;
    border-left-width: 1px;
}

.sky-mega-menu-left .right>div {
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu-left .right:hover>div {
    right: 0;
    left: auto;
}

.sky-mega-menu-left .right:hover>div:before {
    right: 24px;
    left: auto;
}

.sky-mega-menu-left .switcher {
    display: none;
}


/**/
/* level 2+ */
/**/
.sky-mega-menu-left li li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
    line-height: 21px;
    white-space: normal;
    background: white;
}

.sky-mega-menu-left li li:first-child {
    border-top: 0;
}

.sky-mega-menu-left li li a {
    padding: 8px 10px;
    color: #282828;
    background-image: none;
    text-transform: none;
}

.sky-mega-menu-left li li>div {
    top: 0;
    margin: 0 0 0 8px;
}

.sky-mega-menu-left li li>div:after {
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 100%;
}

.sky-mega-menu-left li li>div:before {
    top: 22px;
    right: 100%;
    bottom: auto;
    left: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid rgba(255, 255, 255, 0.9);
    border-bottom: 5px solid transparent;
}

.sky-mega-menu-left li li:hover>div {
    left: 100%;
}

.sky-mega-menu-left .right li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu-left .right li>div:after {
    right: auto;
    left: 100%;
}

.sky-mega-menu-left .right li>div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu-left .right li:hover>div {
    right: 100%;
    left: auto;
}


/**/
/* positions */
/**/
.sky-mega-menu-left-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.sky-mega-menu-pos-bottom li>div {
    top: auto;
    bottom: 100%;
    margin: 0 0 8px;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%;
}

.sky-mega-menu-pos-bottom li>div:after {
    top: 100%;
    bottom: auto;
}

.sky-mega-menu-pos-bottom li>div:before {
    top: 100%;
    bottom: auto;
    border-top: 5px solid rgba(255, 255, 255, 0.9);
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.sky-mega-menu-pos-bottom li li>div {
    top: auto;
    bottom: 0;
}

.sky-mega-menu-pos-bottom li li>div:before {
    top: auto;
    bottom: 22px;
}

.sky-mega-menu-pos-bottom.sky-mega-menu-left-fixed {
    top: auto;
    bottom: 0;
}

.sky-mega-menu-pos-left li,
.sky-mega-menu-pos-right li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
}

.sky-mega-menu-pos-left li:first-child,
.sky-mega-menu-pos-right li:first-child {
    border-top: 0;
}

.sky-mega-menu-pos-left li>div,
.sky-mega-menu-pos-right li>div {
    top: 0;
}

.sky-mega-menu-pos-left li>div {
    margin: 0 0 0 8px;
}

.sky-mega-menu-pos-right li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu-pos-left li>div:after,
.sky-mega-menu-pos-right li>div:after {
    top: 0;
    bottom: auto;
    width: 8px;
    height: 100%;
}

.sky-mega-menu-pos-left li>div:after {
    right: 100%;
    left: auto;
}

.sky-mega-menu-pos-right li>div:after {
    right: auto;
    left: 100%;
}

.sky-mega-menu-pos-left li>div:before,
.sky-mega-menu-pos-right li>div:before {
    top: 22px;
    bottom: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.sky-mega-menu-pos-left li>div:before {
    right: 100%;
    left: auto;
    border-right: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu-pos-right li>div:before {
    right: auto;
    left: 100%;
    border-left: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu-pos-left li:hover>div {
    left: 100%;
}

.sky-mega-menu-pos-right li:hover>div {
    right: 100%;
    left: auto;
}

.sky-mega-menu-pos-left .bottom>div,
.sky-mega-menu-pos-right .bottom>div {
    top: auto;
    bottom: 0;
    -o-transform-origin-y: 100%;
    -ms-transform-origin-y: 100%;
    -moz-transform-origin-y: 100%;
    -webkit-transform-origin-y: 100%;
}

.sky-mega-menu-pos-left .bottom>div:before,
.sky-mega-menu-pos-right .bottom>div:before {
    top: auto;
    bottom: 22px;
}

.sky-mega-menu-pos-right li li>div {
    margin: 0 8px 0 0;
    -o-transform-origin-x: 100%;
    -ms-transform-origin-x: 100%;
    -moz-transform-origin-x: 100%;
    -webkit-transform-origin-x: 100%;
}

.sky-mega-menu-pos-right li li>div:after {
    right: auto;
    left: 100%;
}

.sky-mega-menu-pos-right li li>div:before {
    right: auto;
    left: 100%;
    border-right: none;
    border-left: 5px solid rgba(255, 255, 255, 0.9);
}

.sky-mega-menu-pos-right li li:hover>div {
    right: 100%;
    left: auto;
}

.sky-mega-menu-pos-left.sky-mega-menu-left-fixed {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: auto;
}

.sky-mega-menu-pos-right.sky-mega-menu-left-fixed {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: auto;
}


/**/
/* animations */
/**/
.sky-mega-menu-anim-slide li>div {
    -o-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
}

.sky-mega-menu-pos-bottom.sky-mega-menu-anim-slide li>div {
    -o-transform: translate(0, -60px);
    -ms-transform: translate(0, -60px);
    -moz-transform: translate(0, -60px);
    -webkit-transform: translate(0, -60px);
}

.sky-mega-menu-anim-slide li:hover>div {
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.sky-mega-menu-anim-scale li>div {
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
}

.sky-mega-menu-anim-scale li:hover>div {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.sky-mega-menu-anim-flip {
    perspective: 2000px;
    -o-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
}

.sky-mega-menu-anim-flip li>div {
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}

.sky-mega-menu-anim-flip li:hover>div {
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}


/**/
/* grid */
/**/
.sky-mega-menu-left .grid-column {
    float: left;
    border-color: #d9d9d9;
    border-left-width: 1px;
    border-left-style: solid;
}

.sky-mega-menu-left .grid-column:first-child {
    margin-left: 0;
    border-left: 0;
}

.sky-mega-menu-left .grid-column2,
.sky-mega-menu-left .grid-container2 {
    width: 180px;
    text-align: left;
}

.sky-mega-menu-left .grid-column3,
.sky-mega-menu-left .grid-container3 {
    width: 230px;
    text-align: left;
}

.sky-mega-menu-left .grid-column4,
.sky-mega-menu-left .grid-container4 {
    width: 311px;
}

.sky-mega-menu-left .grid-column5,
.sky-mega-menu-left .grid-container5 {
    width: 389px;
}

.sky-mega-menu-left .grid-column6,
.sky-mega-menu-left .grid-container6 {
    width: 467px;
}

.sky-mega-menu-left .grid-column7,
.sky-mega-menu-left .grid-container7 {
    width: 545px;
}

.sky-mega-menu-left .grid-column8,
.sky-mega-menu-left .grid-container8 {
    width: 623px;
}

.sky-mega-menu-left .grid-column9,
.sky-mega-menu-left .grid-container9 {
    width: 701px;
}

.sky-mega-menu-left .grid-column10,
.sky-mega-menu-left .grid-container10 {
    width: 779px;
}

.sky-mega-menu-left .grid-column11,
.sky-mega-menu-left .grid-container11 {
    width: 857px;
}

.sky-mega-menu-left .grid-column12,
.sky-mega-menu-left .grid-container12 {
    width: 935px;
}


/**/
/* icons */
/**/
.sky-mega-menu-left li a>.fa {
    display: block;
    float: left;
    width: 16px;
    margin: 0 10px 0 -4px;
    font-size: 16px;
    line-height: inherit;
    text-align: center;
}

.sky-mega-menu-left li a>.fa-single {
    float: none;
    margin: 0;
}

.sky-mega-menu-left li a>.fa-indicator {
    position: relative;
    top: -1px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0 -10px 0 10px;
    font-size: 9px;
    line-height: 1;
    text-align: right;
}

.sky-mega-menu-left li li a>.fa-indicator {
    top: 0;
    float: right;
    display: block;
    line-height: inherit;
}


/**/
/* forms */
/**/
.sky-mega-menu-left form fieldset {
    display: block;
    padding: 25px 30px;
}

.sky-mega-menu-left form fieldset+fieldset {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.sky-mega-menu-left form section {
    margin-bottom: 20px;
}

.sky-mega-menu-left form .input,
.sky-mega-menu-left form .textarea,
.sky-mega-menu-left form .radio,
.sky-mega-menu-left form .checkbox,
.sky-mega-menu-left form .button {
    position: relative;
    display: block;
}

.sky-mega-menu-left form .input input,
.sky-mega-menu-left form .textarea textarea {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 39px;
    padding: 8px 10px;
    outline: none;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    font: 13px/19px 'Open Sans', Helvetica, Arial, sans-serif;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
}

.sky-mega-menu-left form .textarea textarea {
    height: auto;
    resize: none;
}

.sky-mega-menu-left form .button {
    float: right;
    height: 39px;
    overflow: hidden;
    margin-left: 20px;
    padding: 0 20px;
    outline: none;
    border: 0;
    background-color: #2da5da;
    font: 300 13px/39px 'Open Sans', Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.sky-mega-menu-left form .fa-append {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 29px;
    height: 29px;
    padding-left: 3px;
    border-left: 1px solid #e5e5e5;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    color: #ccc;
}

.sky-mega-menu-left form .input .fa-append+input,
.sky-mega-menu-left form .textarea .fa-append+textarea {
    padding-right: 46px;
}

.sky-mega-menu-left form .row {
    margin: 0 -15px;
}

.sky-mega-menu-left form .row:after {
    content: '';
    display: table;
    clear: both;
}

.sky-mega-menu-left form .col {
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sky-mega-menu-left form .col-6 {
    width: 50%;
}

.sky-mega-menu-left form .input:hover input,
.sky-mega-menu-left form .textarea:hover textarea,
.sky-mega-menu-left form .checkbox:hover i {
    border-color: #8dc9e5;
}

.sky-mega-menu-left form .button:hover {
    opacity: 1;
}

.sky-mega-menu-left form .input input:focus,
.sky-mega-menu-left form .textarea textarea:focus,
.sky-mega-menu-left form .checkbox input:focus+i {
    border-color: #2da5da;
}

.sky-mega-menu-left .search {
    border-left: 0;
}

.sky-mega-menu-left .search .input {
    margin: 3px 3px 3px 3px;
}

.sky-mega-menu-left .search .input input {
    width: 240px;
    padding-right: 65px;
}

.sky-mega-menu-left .search .button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

* {
    /* margin: 0px auto; */
    padding: 0px;
}

html,
body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font: 14px 'Muli-Regular';
    line-height: 20px;
}

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

._width18 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 18%;
    float: left;
}

._width20 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
}

._width25 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 25%;
    float: left;
}

._width21 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 21%;
    float: left;
}

._width28 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 28%;
    float: left;
}

._width61 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 61%;
    float: left;
}

._width72 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 72%;
    float: left;
}

.padding-0 {
    padding: 0 !important
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.margin-0 {
    margin: 0 !important
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-0 {
    margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-width-100 {
    max-width: 100% !important;
}

img {
    max-width: 100%;
}

li {
    list-style: inside;
}

._nostyle li {
    list-style: none;
}

.pagewrap {
    position: relative;
    width: 1230px;
    margin: 0 auto;
}

.pagewrap-2 {
    position: relative;
    width: 1230px;
    margin: 0 auto;
}

.pagewrapdk {
    position: relative;
    width: 720px;
    margin: 0 auto;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/*== Header ==*/
._banner {
    background: #f4d2ae;
}

._bgmenu {
    background: #f4d2ae;
    border-bottom: 4px solid #a40006;
}

._name-top {
    font: 45px 'UVF Monthoers';
    color: #f40000;
    margin-top: 30px;
    letter-spacing: 0.5px;
}

/*._logo{margin: 10px 0;}*/
._hotline-top {
    background: url(../images/hotline.png) no-repeat center top;
    padding-top: 17px;
    margin-top: 25px;
}

._hotline-top p {
    font: 25px 'UTM HelvetIns';
    color: #e50000;
    margin: 0px;
    vertical-align: text-bottom;
    line-height: 28px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

/*._box-search{margin-top: 40px;}*/
._frmsearch input {
    border-bottom: 1px #e1e1e1 solid;
    height: 35px;
    background: transparent;
    /* border-radius: 5px; */
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    box-shadow: none !important;
}

._frmsearch ._btnsearch {
    background-color: white;
    height: 35px;
    color: black;
    padding: 0 15px 0 0;
    font-size: 20px;
    box-shadow: none !important;
    border-bottom: 1px #e1e1e1 solid;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

._btnsearch img {
    max-width: none;
}

._btnsearch i {
    color: #bcbcbc;
}

.menu-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.menu-fix ._boxleft {
    display: none;
}

.menu-fix ._box-mn-left:hover ._boxleft {
    display: block;
}

/*== Slider ==*/
._slide {
    margin-bottom: 20px;
    position: relative;
    background-image: url('../images/bg_silde.png');
    background-repeat: no-repeat;
    background-size: 100% 100%
}

._img-slider {
    position: absolute;
    left: 0;
    bottom: -215px;
    z-index: 999;
    width: 100%;
    display: none;
}

._box-img-s {
    display: inline-block;
    width: 297px;
    height: 310px;
    background-image: url('../images/bgimg.png');
    background-repeat: no-repeat;
}

._name-img-s {
    font: 37px 'UVF Metroscript';
    color: white;
    line-height: 32px;
    padding: 19px 0;
}

/*== Content ==*/


/*.site-index{margin-top: 215px;}*/
/*._bg-pageOne{background-image: url('../images/bgab.png');background-repeat: no-repeat;background-position: center bottom;}*/
._namePage a {
    color: #ea2e37;
    letter-spacing: 0.5px;
    font: 40px 'Quicksand-Bold';
    line-height: normal;
}

._namePage a:hover {
    text-decoration: none;
    color: #ea2e37;
}

._namePage {
    position: relative;
}

/*._namePage:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    border-bottom: 3px solid #d4080b;
}*/

._desPage {
    color: #191919;
    margin-top: 15px;
    font: 14px 'Muli-Regular';
    line-height: 30px !important;
}

._desPage img {
    float: left;
}

._desPage p {
    color: #333333;
    margin-top: 14px;
    font: 14px 'Muli-Regular';
    line-height: 25px !important;
    padding-top: 20px;
}

._titledm {
    font: 22px 'UVF Monthoers';
    color: #191919;
    letter-spacing: 0.5px;
    line-height: 50px;
    background-image: url('../images/line.png');
    background-repeat: no-repeat;
    padding-left: 65px;
    padding-bottom: 6px;
    margin-bottom: 12px;
}

._boxpr {
    background: white;
    padding: 5px;
    position: relative;
    /* border: 1px solid #f2f2f2; */
}

.icon_la {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -18px;
    left: -10px;
    display: none;
}

._imgsp {
    height: 250px;
    overflow: hidden;
    position: relative;
}

._imgsp img {
    width: 100%;
    height: 250px;
    transition: all 0.9s;
}

._imgsp img:hover {
    transform: scale(1.2);
}

._box-price {
    padding: 15px 0px 5px;
}

._namepr a {
    font: 14px 'Muli-Bold';
    text-align: left;
    color: #282828;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase
}

._namepr a:hover {
    color: #ea2e37;
    text-decoration: none;
}

._pricekm {
    font: 16px 'Muli-Bold';
    color: #ed0000;
}

._pricekm span,
._pricekm a {
    color: #f4d2ae;
}

._pricekm a:hover {
    text-decoration: none;
    color: #3366ff;
}

._pricegoc {
    font: 13px 'Muli-Regular';
    color: #b5b5b5;
    text-decoration: line-through;
}

._imgkh img {
    border-radius: 50%;
    box-shadow: 3px 3px 1px white;
}

._namekh {
    font: 14px 'Muli-Bold';
    color: black;
    text-transform: uppercase;
    margin-top: 70px;
}

._deskh {
    font-size: 13px;
    color: #747474;
    margin-top: 5px;
}

._contentkh {
    font-size: 14px;
    color: #333333;
    text-align: justify;
    line-height: 24px;
    margin-top: 15px;
}

._titledm-tt {
    font: 30px 'UTM American Sans';
    color: #d10505;
    text-transform: uppercase;
    background: url(../images/gach_tt.png)no-repeat right;
    padding-bottom: 6px;
    margin-bottom: 12px;
    background-position: 92% 25px;
}

._titledm-vd {
    font: 30px 'UTM American Sans';
    color: #d10505;
    text-transform: uppercase;
    background: url(../images/gach_tt.png)no-repeat right;
    padding-bottom: 6px;
    margin-bottom: 12px;
    background-position: 170px 25px;
}

.vert {
    width: 100%;
    height: 365px;
}

.vert .simply-scroll-clip {
    width: 100%;
    height: 365px;
}

.vert .simply-scroll-list li {
    width: 100%;
    height: auto;
}

._tintucs {
    padding: 40px 0 40px;
    background: url(../images/bg_tt.png) no-repeat;
    background-size: 100% 100%;
}

._nameOne a {
    font: 14px 'Muli-Bold';
    color: black;
    display: block;
    margin: 15px 0 10px;
    text-transform: uppercase;
}

._nameOne a:hover {
    color: #ea2e37;
    text-decoration: none;
}

._desOne {
    color: #191919;
    text-align: justify;
    font: 14px 'Muli-Regular';
    line-height: 25px;
}

._btnxt-tt a {
    display: inline-block;
    margin-top: 15px;
    border: thin #595959 solid;
    padding: 12px 20px;
    font: 13px 'OpenSans-Regular';
    color: #595959;
    text-transform: uppercase;
}

._btnxt-tt a:hover {
    border-color: #ea2e37;
    color: #ea2e37;
    text-decoration: none;
}

._nameAll a {
    font: 15px 'Muli-SemiBold';
    color: black;
    display: block;
    margin-bottom: 10px;
}

._nameAll a:hover {
    text-decoration: none;
    color: #ea2e37;
}

._desAll {
    color: #191919;
    font: 13px 'Muli-Regular';
    text-align: justify;
    font-size: 13px;
}

._bg-ts {
    background-repeat: no-repeat;
    background-size: cover;
}

._title-ts {
    font: 35px 'UVF Monthoers';
    color: #cfb100;
    letter-spacing: 0.5px;
}

._des-ts {
    font-size: 15px;
    color: #faefd5;
    margin: 15px 0;
}

._box-ts {
    width: 100%;
    height: 315px;
    position: relative;
    background-image: url('../images/bgvs.png');
    background-repeat: no-repeat;
    background-position: center center;
}

._name-ts1,
._name-ts2,
._name-ts3,
._name-ts4,
._name-ts5 {
    font: 20px 'Muli-Bold';
    color: white;
    text-transform: uppercase;
    padding: 20px 0;
}

._icon-ts1,
._icon-ts2,
._icon-ts3,
._name-ts4,
._name-ts5 {
    float: left;
    padding-right: 20px;
}

._item-ts1 {
    position: absolute;
    left: 560px;
    top: 0;
    z-index: 9;
    display: inline-block;
    width: 300px;
}

._item-ts2 {
    position: absolute;
    right: 218px;
    top: 90px;
    z-index: 9;
    display: inline-block;
    width: 300px;
}

._item-ts3 {
    position: absolute;
    right: 260px;
    bottom: 0;
    z-index: 9;
    display: inline-block;
    width: 300px;
}

._item-ts4 {
    position: absolute;
    left: 374px;
    bottom: 0;
    z-index: 9;
    display: inline-block;
    width: 300px;
}

._item-ts5 {
    position: absolute;
    left: 264px;
    top: 90px;
    z-index: 9;
    display: inline-block;
    width: 300px;
}

/* Owl-carousel custom css */
.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 38%;
    z-index: 999;
    width: 100%;
}

.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
}

.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
}

.owl-theme .owl-nav [class*=owl-] span {
    color: white;
    font-size: 35px;
    background: #ea2e37;
    padding: 5px 10px;
}

.owl-theme .owl-nav [class*=owl-] {
    overflow: hidden;
}

/*== Footer ==*/

._foot {
    padding: 60px 0 45px;
}

._namef {
    font: 35px 'UVF Monthoers';
    line-height: 42px;
    color: #d70101;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 1px white, -1px 1px 1px white, 1px -1px 1px white, -1px -1px 1px white;
}

._add-foot {
    color: white;
    line-height: 22px;
    font: 15px 'Muli-Regular';
    line-height: 40px !important;
}

._dmfoot {
    font: 15px 'Muli-Bold';
    color: #ea2e37;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 15px;
}

/*._dmfoot:after{content: ''; position: absolute; width: 35px; border-bottom: 1px solid white; bottom: 0; left: 0}*/
._linef {
    margin-bottom: 15px;
    line-height: 15px;
}

._menuf li a {
    color: white;
    display: block;
    margin-bottom: 15px;
    font: 14px 'SFUFuturaBook'
}

._menuf li a:hover {
    text-decoration: none;
    color: #ea2e37;
}

._bgcpr {
    background: #663201;
    padding: 6px 0;
}

._copyright,
._thongke {
    font: 13px 'Arial';
    color: #c8c8c8;
    padding: 14px 0;
}

._thongke li {
    border-right: 1px white solid;
    padding-right: 10px;
}

._thongke li:last-child {
    border: none;
    padding-right: 0;
}

._frmdk .help-block {
    position: absolute;
}

._frmdk button {
    line-height: 38px;
    background-image: -webkit-linear-gradient(top, #b50000 0, #b50000 100%);
    background-image: linear-gradient(to bottom, #b50000 0, #b50000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50000', endColorstr='#b50000', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b50000;
}

._frmdk button:hover {
    background-color: #d6b100;
    border-color: #d6b100;
}

._boxfb {
    position: fixed;
    top: 20%;
    right: -340px;
    width: 385px;
    z-index: 888888;
    background: transparent;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    transition: right 1s ease 0s;
    -moz-transition: right 1s ease 0s;
    -webkit-transition: right 1s ease 0s;
    -o-transition: right 1s ease 0s;
    -ms-transition: right 1s ease 0s;
    cursor: pointer;
}

div._boxfb:hover {
    right: 0;
}

._boxfb img {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

._ctboxfb {
    height: 220px;
    background-color: white;
    margin-left: 47px;
    border: 1px #B7B7B7 solid;
    padding: 5px;
}

.hotro_2 {
    padding-left: 10px;
}

.hotro_2 h4 {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

/*== Facebook chat ==*/
.fb-livechat,
.fb-widget {
    display: none
}

.ctrlq.fb-button,
.ctrlq.fb-close {
    position: fixed;
    right: 5px;
    cursor: pointer
}

.ctrlq.fb-button {
    z-index: 998;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
    width: 60px;
    height: 60px;
    text-align: center;
    bottom: 250px;
    border: 0;
    outline: 0;
    border-radius: 60px !important;
    -webkit-border-radius: 60px !important;
    -moz-border-radius: 60px !important;
    -ms-border-radius: 60px !important;
    -o-border-radius: 60px !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -webkit-transition: box-shadow .2s ease;
    background-size: 80%;
    transition: all .2s ease-in-out
}

.ctrlq.fb-button:focus,
.ctrlq.fb-button:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24)
}

.fb-widget {
    background: #fff;
    z-index: 99999999;
    position: fixed;
    width: 280px;
    height: 435px;
    overflow: hidden;
    opacity: 0;
    bottom: 0;
    right: 10px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16)
}

.fb-credit {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px
}

.fb-credit a {
    transition: none;
    color: #bec2c9;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
    border: 0;
    font-weight: 400
}

.ctrlq.fb-overlay {
    z-index: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .05);
    display: none
}

.ctrlq.fb-close {
    right: 15px;
    z-index: 4;
    padding: 0 6px;
    background: #365899;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    margin: 8px;
    border-radius: 3px !important;
}

.ctrlq.fb-close::after {
    content: 'x';
    font-family: sans-serif
}

.chat_zalo {
    position: fixed;
    bottom: 180px;
    right: 5px;
    z-index: 998;
}

/*== Custom Breadcrumb ==*/
.mybreadcrumb {
    text-align: center;
    display: block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 5px;
    counter-reset: flag;
}

.mybreadcrumb a {
    text-decoration: none;
}

.mybreadcrumb__step {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    padding: 0 10px 0 60px;
    position: relative;
    background: #fff;
    color: #f4d2ae;
    transition: background 0.5s;
}

.mybreadcrumb__step:first-child {
    padding-left: 46px;
    border-radius: 5px 0 0 5px;
}

.mybreadcrumb__step:first-child::before {
    left: 14px;
}

.mybreadcrumb__step:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 20px;
}

.mybreadcrumb__step:last-child::after {
    content: none;
}

.mybreadcrumb__step::before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    font-weight: bold;
    background: #fff;
    box-shadow: 0 0 0 1px #f4d2ae;
}

.mybreadcrumb__step::after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    border-radius: 0 5px 0 50px;
    background: #fff;
    transition: background 0.5s;
    box-shadow: 2px -2px 0 2px #f4d2ae;
}

.mybreadcrumb__step--active {
    color: #fff;
    background: #f4d2ae;
}

.mybreadcrumb__step--active::before {
    color: #f4d2ae;
}

.mybreadcrumb__step--active::after {
    background: #f4d2ae;
}

.mybreadcrumb__step:hover {
    color: #fff;
    background: #ffd000;
}

.mybreadcrumb__step:hover::before {
    color: #f4d2ae;
}

.mybreadcrumb__step:hover::after {
    color: #f4d2ae;
    background: #ffd000;
}

/*== Social Share ==*/
.social-share li {
    display: inline-block;
    padding: 0 2px;
}

.social-share li a i.fa-facebook-square {
    font-size: 25px;
    color: #1E4FAC;
}

.social-share li a i.fa-twitter-square {
    font-size: 25px;
    color: #1BA5D4;
}

.social-share li a i.fa-google-plus-square {
    font-size: 25px;
    color: #FD5344;
}

.social-share li a i.fa-linkedin {
    font-size: 25px;
    color: #007AB5;
}

.social-share li a i.fa-envelope-square {
    font-size: 25px;
    color: #DC0000;
}

.social-share li a i.fa-pinterest-square {
    font-size: 25px;
    color: #007AB5;
}

/*== Custom Pagination ==*/
.pagination {
    margin: 10px 0;
}

/* Detail */
._tit-mn-left {
    font: 18px 'Muli-Bold';
    color: white;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px 0;
    background-color: #d30100;
}

._hotline-ht {
    color: #ea2e37;
    font: 25px 'UTM American Sans';
    margin-bottom: 15px;
}

._boxht {
    margin-bottom: 10px;
}

._name-ht {
    font: 18px 'Muli-Bold';
    color: black;
}

._phone-ht,
._email-ht {
    font: 14px 'Muli-Regular';
    color: #191919;
}

._phone-ht span {
    font: 16px 'Muli-Bold';
    color: #c40808;
}

._email-ht span {
    color: #3366ff;
}

.affix {
    top: 54px;
    left: auto;
    width: 277.5px;
}

.affix-bottom {
    position: absolute;
    left: auto;
    bottom: auto;
    width: 277.5px;
}


._boxdh {
    padding: 15px;
    border: 3px solid #a1232e;
}

.quantity-col1 {
    clear: both;
    float: left;
    width: 84px;
    margin-right: 31px;
}

.quantity-label {
    line-height: 6px;
    font-size: 11px;
    color: #7b7b7b;
}

.quantity-col1 .tiki-number-input {
    margin: 0;
}

.quantity-col1 .tiki-number-input:before {
    display: table;
    content: "";
    clear: both;
}

.quantity-col1 .bootstrap-touchspin .input-group-btn {
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.quantity-col1 .input-group-btn>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    line-height: 15px;
    font-size: 14px;
    font-weight: 300;
    height: 28px;
    position: relative;
    box-shadow: none;
}

.quantity-col1 .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
    border-radius: 4px 0 0 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 0 10px;
}

.quantity-col1 .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
    border-radius: 0 4px 4px 0;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 0 10px;
}

.quantity-col1 .bootstrap-touchspin [name=qty] {
    display: block;
    border: 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    height: 28px;
    padding: 0;
    width: 28px;
    text-align: center;
}

.add-to-cart {
    margin-top: 4px;
    width: 200px;
    height: 40px;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
    font-size: 13px;
    padding: 0 0 0 30px;
    line-height: 40px;
    border-radius: 5px;
    background: url('../images/ic-cart2x.html') 22px center no-repeat #ff3945;
    font-weight: 400;
    letter-spacing: .5px;
    background-size: 26px;
    display: inline-block;
    text-align: center;
}

.buy-now {
    margin-top: 4px;
    margin-left: 30px;
    width: 115px;
    height: 40px;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: top;
    font-size: 13px;
    padding: 0;
    line-height: 40px;
    border-radius: 5px;
    background: #0289bb;
    font-weight: 400;
    letter-spacing: .5px;
    background-size: 26px;
    display: inline-block;
    text-align: center;
}

.box_title {
    width: 100%;
    height: 43px;
    border: 1px solid #d4d4d4;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -o-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.title_cate {
    float: left;
    position: relative;
    height: 43px;
    padding-left: 8px;
    margin-top: -1px;
}

.title_cate::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 8px;
    background: -moz-linear-gradient(0deg, #A8190D 9%, #E01605 50%, #A8190D 94%);
    background: -webkit-gradient(linear, 0deg, color-stop(9%, A8190D), color-stop(50%, E01605), color-stop(94%, A8190D));
    background: -webkit-linear-gradient(0deg, #A8190D 9%, #E01605 50%, #A8190D 94%);
    background: -o-linear-gradient(0deg, #A8190D 9%, #E01605 50%, #A8190D 94%);
    background: -ms-linear-gradient(0deg, #A8190D 9%, #E01605 50%, #A8190D 94%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #A8190D 9%, #E01605 50%, #A8190D 94%);
}

.title_cate h2 {
    padding: 13.5px 19px;
    text-transform: uppercase;
    font-size: 15.4px;
    color: #af1c0b;
    margin: 0;
    font-weight: 700;
}

.view_all {
    float: right;
    position: relative;
    margin-top: -1px;
    border: 1px solid #f0871b;
    background: #fff282;
    background: -moz-linear-gradient(top, #fff282 0%, #ffe25c 53%, #ffbe09 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffbe09), color-stop(53%, #ffe25c), color-stop(100%, #ffbe09));
    background: -webkit-linear-gradient(top, #fff282 0%, #ffe25c 53%, #ffbe09 100%);
    background: -o-linear-gradient(top, #fff282 0%, #ffe25c 53%, #ffbe09 100%);
    background: -ms-linear-gradient(top, #fff282 0%, #ffe25c 53%, #ffbe09 100%);
    background: linear-gradient(to bottom, #fff282 0%, #ffe25c 53%, #ffbe09 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff282', endColorstr='#ffbe09', GradientType=0);
}

.view_all a {
    font-size: 14px;
    color: #8e0002;
    padding: 10.5px 11px;
    font-weight: 700;
    display: block;
}

._price-km-detail {
    font: 25px 'OpenSans-Semibold';
    color: #db0000;
    margin-bottom: 5px;
}

._tietkiem,
._price-goc-detail {
    font: 13px 'OpenSans-Regular';
    color: #aaaaaa;
}

._tietkiem span {
    color: #df4747;
}

._option-pr {
    color: #333333;
    line-height: 22px;
}

._option-pr span {
    width: 130px;
    display: inline-block;
}

._option-pr i {
    color: #666666;
    padding: 0 5px 0 15px;
}

._box-des-prditail {
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

._btn-hotline {
    background: #e5101d none repeat scroll 0 0;
    border-radius: 0;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 25px 0 0;
    text-align: center;
    width: auto;
    overflow: hidden;
    font-family: "Muli-Bold";
}

._btn-hotline:hover {
    text-decoration: none;
    background-color: #f0ce01;
    color: white;
}

._btn-hotline::before {
    width: 40px;
    height: 100%;
    float: left;
    background: url(../images/tuvan-phone.png) no-repeat scroll center center;
    content: " ";
    margin-right: 15px;
    background-color: rgba(0, 0, 0, .2);
}

.xemthemProducts a {
    font-size: 12px;
    cursor: pointer;
    color: #333333;
}

.xemthemProducts a .fas {
    margin-left: 10px;
}

.btn-order-phone {
    display: block;
    width: 100%;
    padding: 8px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #d97f00;
    border-radius: 4px;
    background: #f89406;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f76b1c), to(#f89406));
    background: -webkit-linear-gradient(top, #f89406, #f76b1c);
    background: -moz-linear-gradient(top, #f89406, #f76b1c);
    background: -ms-linear-gradient(top, #f89406, #f76b1c);
    background: -o-linear-gradient(top, #f89406, #f76b1c);
    cursor: pointer;
}

.btn-order-phone i {
    font-size: 25px;
    vertical-align: bottom;
    display: inline-block;
}

.btn-order-phone:hover {
    color: white;
    text-decoration: none;
    opacity: 0.8;
}

.btn-add-cart {
    background: #e5101d none repeat scroll 0 0;
    border-radius: 0;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 19px 0 0;
    text-align: center;
    width: auto;
    overflow: hidden;
    font-family: "Muli-Bold";
}

.btn-add-cart:before {
    width: 40px;
    height: 100%;
    float: left;
    background: url('../images/cart.html') no-repeat scroll left center;
    content: " ";
    margin-right: 15px;
    background-color: rgba(0, 0, 0, .2);
}

.btn-add-cart:hover {
    text-decoration: none;
    color: white;
    opacity: 0.8;
}

.form-tuvanmuahang a {
    margin-bottom: 5px;
    width: 100%;
}

.btn-hotline {
    background: #e5101d none repeat scroll 0 0;
    border-radius: 0;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding: 0 25px 0 0;
    text-align: center;
    width: auto;
    overflow: hidden;
    font-family: "Muli-Bold";
}

.btn-hotline::before {
    width: 40px;
    height: 100%;
    float: left;
    background: url(../images/tuvan-phone.png) no-repeat scroll center center;
    content: " ";
    margin-right: 15px;
    background-color: rgba(0, 0, 0, .2);
}

.nav-menu-custom.muakem {
    background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
    border-top: 2px solid #ccc;
    height: 51px;
}

.show-brand.muakem .navbar-brand {
    background: #fff;
    width: auto;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}

#box_delivery_policies {
    background: #fafafa;
    padding: 5px;
}

#delivery_policies_list .item {
    display: inline-block;
    margin: 5px 0;
}

.product_info_name {
    margin-bottom: 10px;
    ;
    font: 20px 'Muli-Bold';
}

._boxviews {
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: thin #ebebeb solid;
}

.product_info_vote {
    display: inline-block;
    margin-right: 15px;
}

._views {
    display: inline-block;
    color: #999999;
}

.area_price {
    display: block;
    overflow: hidden;
    line-height: 20px;
    padding: 0 10px 10px 0;
}

.area_price strong {
    display: inline-block;
    font-size: 22px;
    color: #e10c00;
    vertical-align: middle;
    margin-right: 10px;
}

.area_price span.hisprice {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

._mytab-detail .tab-content {
    padding: 15px;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
}

._mytab-detail .nav-tabs>li>a {
    font: 18px 'Roboto-Bold';
    color: black;
}

/*._mytab-detail .nav-tabs > li.active > a, ._mytab-detail .nav-tabs > li.active > a:hover, ._mytab-detail .nav-tabs > li.active > a:focus{color: #ea2e37;}*/
._namett-detail a h2 {
    margin: 0 0 10px;
    font: 16px 'Roboto-Bold';
    color: black;
}

._namett-detail a:hover,
._namett-detail a:hover h2 {
    color: #ea2e37;
    text-decoration: none;
}

._date-post li {
    color: #999999;
    font-style: italic;
}

.grid.newdefault {
    border: 1px solid #DEDEDE;
    padding: 15px;
    background: #F7F7F7;
    margin: 30px 0px;
}

.grid.newdefault .title {
    font-size: 18px;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.grid.newdefault a:hover {
    color: #ff0000;
    text-decoration: none;
}

ul.nottype {
    padding-left: 0px;
}

ul.nottype li {
    list-style-type: none;
    margin-bottom: 10px;
}

ul.nottype a {
    color: #000;
    font-size: 16px;
}

ul.nottype li a i {
    color: #3366ff;
}

._tagpr i {
    font-size: 18px;
    color: #ac2925;
    vertical-align: middle;
}

._tagpr a {
    display: inline-block;
    font-size: 10px;
    border: thin #dddddd solid;
    border-radius: 10px !important;
    color: #999999;
    padding: 0 10px;
}

._tagpr a:hover {
    color: #ea2e37;
    border-color: #ea2e37;
    text-decoration: none;
}

._btncart-detail a {
    font: 15px 'Roboto-Bold';
    color: #3366ff;
    text-decoration: none;
    border: thin #fa9c06 solid;
    display: block;
    padding: 5px;
    border-radius: 10px !important;
}

/*== Contact ==*/
#googleMap {
    width: 100%;
    height: 415px;
}

#googleMap2 {
    width: 100%;
    height: 250px;
}

._box-add-contact h2 {
    margin-top: 0;
}

._box-add-contact {
    padding: 15px;
    border: 1px #cccccc solid;
    border-radius: 10px !important;
}


/*== Hover Image Effect ==*/

figure._hover-eff {
    position: relative;
    background: #000000;
    text-align: center;
}

figure._hover-eff>div {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
}

figure._hover-eff>div a {
    color: #ffffff;
}

figure._hover-eff>div a i {
    font-size: 40px;
    opacity: 0;
    top: 50%;
    position: relative;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: inline-block;
}

figure._hover-eff>div a i.left-icon {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure._hover-eff>div a i.right-icon {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure._hover-eff>div::before {
    position: absolute;
    top: 30px;
    right: 50%;
    bottom: 30px;
    left: 50%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure._hover-eff:hover img {
    opacity: 0.35;
}

figure._hover-eff:hover>div i {
    opacity: 0.9;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure._hover-eff:hover>div i.left-icon {
    -webkit-transform: translate3d(-25%, -50%, 0);
    transform: translate3d(-25%, -50%, 0);
}

figure._hover-eff:hover>div i.right-icon {
    -webkit-transform: translate3d(25%, -50%, 0);
    transform: translate3d(25%, -50%, 0);
}

figure._hover-eff:hover>div::before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    right: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure {
    width: 100%;
    overflow: hidden;
}

.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure img:hover {
    opacity: 0.5;
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.hover15 figure {
    position: relative;
}

.hover15 figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .5);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.hover15 figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

img.bounce_ball {
    position: relative;
    animation: bounce_ball 3s infinite;
    -webkit-animation: bounce_ball 3s infinite
}

@keyframes bounce_ball {
    0% {
        top: -5px;
        -webkit-animation-timing-function: ease-in
    }

    16%,
    48%,
    78%,
    100% {
        top: -10px;
        -webkit-animation-timing-function: ease-in
    }

    32% {
        top: 10px;
        -webkit-animation-timing-function: ease-in
    }

    62% {
        top: 5px;
        -webkit-animation-timing-function: ease-in
    }

    90% {
        top: 0;
        -webkit-animation-timing-function: ease-in
    }

    100% {
        top: -5px;
        -webkit-animation-timing-function: ease-in
    }
}

@-ms-keyframes bounce_ball {
    0% {
        top: -5px;
        -webkit-animation-timing-function: ease-in
    }

    16%,
    48%,
    78%,
    100% {
        top: -10px;
        -webkit-animation-timing-function: ease-in
    }

    32% {
        top: 10px;
        -webkit-animation-timing-function: ease-in
    }

    62% {
        top: 5px;
        -webkit-animation-timing-function: ease-in
    }

    90% {
        top: 0;
        -webkit-animation-timing-function: ease-in
    }

    100% {
        top: -5px;
        -webkit-animation-timing-function: ease-in
    }
}

@-moz-keyframes bounce_ball {
    0% {
        top: -5px;
        -webkit-animation-timing-function: ease-in
    }

    16%,
    48%,
    78%,
    100% {
        top: -10px;
        -webkit-animation-timing-function: ease-in
    }

    32% {
        top: 10px;
        -webkit-animation-timing-function: ease-in
    }

    62% {
        top: 5px;
        -webkit-animation-timing-function: ease-in
    }

    90% {
        top: 0;
        -webkit-animation-timing-function: ease-in
    }

    100% {
        top: -5px;
        -webkit-animation-timing-function: ease-in
    }
}

@-o-keyframes bounce_ball {
    0% {
        top: -5px;
        -webkit-animation-timing-function: ease-in
    }

    16%,
    48%,
    78%,
    100% {
        top: -10px;
        -webkit-animation-timing-function: ease-in
    }

    32% {
        top: 10px;
        -webkit-animation-timing-function: ease-in
    }

    62% {
        top: 5px;
        -webkit-animation-timing-function: ease-in
    }

    90% {
        top: 0;
        -webkit-animation-timing-function: ease-in
    }

    100% {
        top: -5px;
        -webkit-animation-timing-function: ease-in
    }
}

@-webkit-keyframes bounce_ball {
    0% {
        top: -5px;
        -webkit-animation-timing-function: ease-in
    }

    16%,
    48%,
    78%,
    100% {
        top: -10px;
        -webkit-animation-timing-function: ease-in
    }

    32% {
        top: 10px;
        -webkit-animation-timing-function: ease-in
    }

    62% {
        top: 5px;
        -webkit-animation-timing-function: ease-in
    }

    90% {
        top: 0;
        -webkit-animation-timing-function: ease-in
    }

    100% {
        top: -5px;
        -webkit-animation-timing-function: ease-in
    }
}

/* Back to Top */
#back-top {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 34px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-top i {
    font-weight: normal;
    font-style: normal;
    font-size: 3em;
    line-height: 50px;
    color: #fff;
}

#back-top:hover {
    cursor: pointer;
    background-color: #333;
}

#back-top:active {
    background-color: #555;
}

#back-top.show {
    opacity: 1;
    visibility: visible;
}

/* Call Effect */
.call-now-button {
    z-index: 9999;
    clear: both;
    margin: 0 auto;
    position: fixed;
    border-radius: 50px !important;
    right: 60px;
    bottom: 160px;
    display: flex !important;
    background: #fe5252;
}

.quick-call-button {
    display: block !important;
}

.call-now-button div {
    display: flex;
}

.call-now-button div p {
    color: #fff;
    display: table;
    padding: 10px;
    border-radius: 21px !important;
    height: 34px;
    line-height: 14px;
    font-size: 16px;
    margin: 8px 10px 8px 60px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    box-sizing: content-box;
    text-decoration: none !important;
    box-sizing: border-box;
}

.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    top: -40px;
    left: -40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.call-now-button div a .quick-alo-ph-img-circle,
.call-now-button div a .quick-alo-phone-img-circle {
    background-color: #e60000;
}

.quick-alo-phone-img-circle.shake {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    border-radius: 100% !important;
    border: 2px solid transparent;
    opacity: 1;
    background: url('../images/quick-call-button-phone.png') no-repeat center center;
    -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-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes quick-alo-circle-img-anim {
    10% {
        transform: rotate(0) 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(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) 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(0) scale(1) skew(1deg)
    }

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

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) 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(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

/* Custom Pagination */
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #f2d62e;
    border-color: #f2d62e;
}

.danhmuc {
    background: url(../images/bg_dm.png) no-repeat;
    color: white;
    text-align: center;
    padding: 18px 0px 18px 40px;
    text-transform: uppercase;
    font: 14px 'Muli-SemiBold';
    position: relative;
}

.danhmuc i {
    font-size: 20px;
    margin-right: 10px;
}

.khung_menu ul {
    margin: 0;
    border: 1px solid #cbcbcb;
    border-top: none;
    min-height: 510px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.khung_menu ul li {
    margin: 0;
    padding: 15px 5px 12px 15px;
    position: relative;
    background: url(../images/bg_dm_1.html) no-repeat bottom;
    background-size: 100% 100%;
}

.khung_menu ul li:last-child {
    background: none;
}

.khung_menu ul li a {
    text-transform: uppercase;
    color: #232323;
    font-size: 14px;
    font-family: 'SFUFuturaHeavy';
}

.khung_menu ul li a:hover {
    text-decoration: none;
    color: #ea2e37;
}

.khung_menu {
    background: white;
    z-index: 999;
    text-align: left;
}

.khung_menuleft {
    position: absolute;
    left: 100%;
    width: 300px;
    top: 0;
    background: white;
    z-index: 999;
    display: none;
    display: none;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    border: none;
}

.khung_menu ul li:hover .khung_menuleft {
    display: block;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    border: none;
    min-height: auto;
}

.title_ykien {
    margin-bottom: 15px;
    text-align: center;
}

.title_ykien h2 {
    text-align: center;
    color: #ea2e37;
    margin: 0;
    line-height: 45px;
    font: 40px 'Quicksand-Bold';
    /* line-height: normal; */
}

.title_ykien h3 {
    font: 30px 'Quicksand-Bold';
    text-transform: uppercase;
    color: #f4d2ae;
    margin: 0;
}

.title_ct {
    margin-bottom: 30px;
}

.title_ct h2 {
    text-align: center;
    font: 28px 'SFUFuturaHeavy';
    text-transform: uppercase;
    color: #009b04;
    margin: 0;
    position: relative;
    padding-bottom: 5px;
}

.title_ct h2:after {
    content: '';
    position: absolute;
    width: 60px;
    border-bottom: 3px solid #bf1214;
    left: 48%;
    bottom: 0;
    border-radius: 15% !important;
}

.title_ykien p {
    text-align: center;
    margin: 10px 0 0;
    font: 14px 'Muli-Regular';
    color: #5c5c5c;
}

.name_qt1 h3 {
    text-align: center;
    font: 16px 'Muli-Bold';
    text-transform: uppercase;
    color: #000000;
    position: relative;
    margin-top: 50px;
}

.name_qt1 h3:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: -20px;
    width: 127px;
    height: 50px;
    background: url(../images/icon_muiten1.png) no-repeat bottom;
}

.name_qt2 h3 {
    text-align: center;
    font: 16px 'Muli-Bold';
    text-transform: uppercase;
    color: #000000;
    margin-top: 30px;
}

.name_qt3 h3 {
    text-align: center;
    font: 16px 'Roboto-Bold';
    text-transform: uppercase;
    color: black;
    position: relative;
    margin-top: 20px;
}

.name_qt3 h3:after {
    content: '';
    position: absolute;
    bottom: -55px;
    left: -14px;
    width: 127px;
    height: 51px;
    background: url(../images/icon_muiten2.png) no-repeat bottom;
}

.slogan_we {
    text-align: center;
    font: 20px 'UTM American Sans';
    text-transform: uppercase;
    background: url(../images/gach_qt.png) no-repeat bottom;
    padding-bottom: 65px;
    margin-top: 25px;
    color: #383838;
}

.xemthem {
    margin-top: 35px;
}

.xemthem a {
    background: #f4d2ae;
    color: white;
    padding: 9px 25px;
    font: 13px 'Muli-Regular';
    border-radius: 20px;
}

.xemthem a i {
    margin-left: 10px;
}

.xemthem a:hover {
    text-decoration: none;
    color: #ea2e37;
}

._title-dm {
    position: relative;
    margin-bottom: 0px;
}

.xemtatca {
    position: absolute;
    right: 20px;
    top: 15px;
}

.xemtatca a {
    color: #ff3600;
    font: 13px 'Muli-Regular';
}

._title-dm h3 {
    position: relative;
    margin: 80px 0 5px;
}

._title-dm h3 a {
    position: relative;
    color: #f4d2ae;
    font: 30px 'Quicksand-Bold';
    text-transform: uppercase;
}

._title-dm h3 a:hover {
    text-decoration: none;
}

._title-dm h3 p {
    color: #282828;
    font: 14px 'Muli-Regular';
}

.bg_hotro {
    padding: 40px 0 40px;
}

.tieude_hotro {
    text-align: center;
}

.tieude_hotro h3 {
    color: white;
    font: 30px 'Muli-Bold';
}

.tieude_hotro p {
    color: white;
    font: 14px 'Muli-Regular';
    margin-bottom: 45px;
}

.tieude_hotro1 {
    color: white;
    font: 15px 'Muli-Bold';
    margin-bottom: 10px;
}

.form_ykien .form-inline .form-group {
    width: 87%;
}

.form_ykien .form-control {
    height: 50px;

    width: 100% !important;
    border-radius: 0;

}

.btn {
    border-radius: 0;
}

.chamsoc {
    color: #c6c6c6;
    font: 13px 'Muli-Regular';
}

#change-video {
    background: #ececec;
    color: black;
    height: 40px;
}

.title_spnp h3 {
    font: 30px 'UTM American Sans';
    text-transform: uppercase;
    color: white;
    margin: 40px 0 0;
}

.title_spnp p {
    font: 22px 'Shelia VNF Regular';
    color: white;
}

.khungviendv {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 1px solid white;
}

.name_dv {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
}

.name_dv h3 {
    margin: 13px 0 0;
}

.name_dv h3 a {
    margin: 0;
    font: 25px 'Quicksand-Bold';
    text-transform: uppercase;
    color: white;
}

.name_dv h3 a:hover {
    text-decoration: none;
    color: #ea2e37;
}

.name_dv p {
    font: 14px 'Muli-Regular';
    color: white;
    line-height: 25px;
    padding: 10px 0px;
    margin: 0;
}

.name_dv img {
    max-width: 84px;
    max-height: 74px;
    margin: 0;
    width: auto !important;
}

.khung_camketcon {
    padding-bottom: 30px;
}

._itemhotro {
    font: 15px 'Muli-Bold';
    text-transform: uppercase;
    color: white;
}

._itemhotro span {
    font: 15px 'Muli-Bold';
    text-transform: uppercase;
    color: #d6c304;
}

._itemhotro p {
    font: 15px 'Muli-Regular';
    text-transform: initial;
    color: white;
}

._frmdk {
    margin-bottom: 10px;
}

#nutsearch {
    font-size: 18px;
    margin-left: 31px;
}

#nutsearch i {
    color: white;
}

._frmTK {
    width: 250px;
    position: absolute;
    right: 0;
    bottom: -37px;
    display: none;
}

.search_moi {
    background: white !important;
    padding-left: 10px;
}

.khung_visao {
    padding: 80px 0 80px;
}

.name_tsleft {
    text-align: center;
    background: #009a04;
    width: 165px;
    height: 165px;
    line-height: 160px;
    border-radius: 50%;
    padding-top: 13%;
    position: relative;
    padding: 12% 16px 0;
    border: 5px solid #949599;
}

.name_tsleft h3 a {
    font: 18px 'SFUFuturaHeavy';
    color: white;
    text-transform: uppercase;
}

.name_tsleft h3 a:hover {
    text-decoration: none;
    color: #94c93d;
}

.stt_ts {
    position: absolute;
    width: 50px;
    height: 50px;
    background: white;
    color: #009A03;
    z-index: 999;
    left: -33px;
    border-radius: 50%;
    top: 34%;
    line-height: 50px;
}

.name_tsright {
    background: url(../images/noilo_right.png) no-repeat bottom left;
    padding-bottom: 33px;
    margin-bottom: 35px;
}

.name_tsright h3 a {
    font: 17px 'Muli-Bold';
    color: black;
    text-transform: uppercase;
}

.khung_huongdan {
    position: relative;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 15px;
}

.hinhvs {
    text-align: center;
    position: relative;
}

.hinhvs img {
    width: 100%;
    height: 265px;
}

.khungvs_con {
    margin-top: 115px;
}

.sanpham_nb {
    background: #ecffcc;
    padding: 45px 0 30px;
    margin-top: 55px;
}

.name_ts h3 a {
    color: #000000;
    font: 20px 'Muli-Bold';
    text-transform: uppercase;
}

.name_ts h3 {
    margin: 10px 0 20px;
}

.name_ts h3 a:hover {
    text-decoration: none;
    color: #94c93d;
}

.name_ts p {
    color: #191919;
    font: 14px 'Muli-Regular';
    line-height: 25px;
}

.hinhts {
    margin: 100px 0 20px;
}

.khung_cd {
    margin: 30px 0 40px;
}

.hinhts1 img {
    width: 100%;
    max-height: 420px;
}

.khung_tsdl {
    padding: 0;
    background: #ecffcc;
}

.khungleft_tsdl {
    padding: 40px 0 30px;
}

.xemthem_tsdl {
    margin-top: 40px;
}

.xemthem_tsdl a {
    background: #94c93d;
    color: white;
    padding: 12px 30px;
    font: 13px 'Muli-Regular';
    border-radius: 20px;
    text-transform: uppercase;
}

.xemthem_tsdl a:hover {
    text-decoration: none;
    color: black;
}

.hinhtaisao {
    text-align: center;
}

.hinhtaisao img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}

.name_taisao {
    text-align: center;
}

.name_taisao h3 a {
    color: #000000;
    font: 17px 'Muli-Bold';
    text-transform: uppercase;
}

.name_taisao h3 a:hover {
    text-decoration: none;
    color: #4fb61e;
}

.name_taisao p {
    color: #191919;
    font: 14px 'Muli-Regular';
}

.ykien {
    width: 100%;
}

.ykien input::-webkit-input-placeholder {
    color: #c1c1c1 !important;
}

.ykien input::-moz-placeholder {
    color: #c1c1c1 !important;
}

.ykien input:-ms-input-placeholder {
    color: #c1c1c1 !important;
}

.ykien input:-moz-placeholder {
    color: #c1c1c1 !important;
}

.ykien input {
    width: 100% !important;
    background: none !important;
    padding-left: 20px;
    margin-top: 10px !important;
    border: 1px solid #4c4c4c;
    color: white;
    border: 1px solid #c1c1c1;
    height: 45px;
    background: none;
    font-size: 13px;
}

.ykien textarea {
    width: 100% !important;
    background: none !important;
    margin-top: 10px !important;
    padding-left: 15px;
    border: 1px solid #c1c1c1;
    color: white;
    font-size: 14px;
    height: 100px;
    padding-top: 5px;
}


.ykien1 {
    width: 100%;
}

.ykien1 input {
    width: 100% !important;
    background: none !important;
    padding-left: 10px;
    margin-top: 10px !important;
    border: 1px solid black;
    color: black;
    border: 1px solid #ffffff;
    height: 40px;
    border-radius: 0 !important;
    background: #ccc !important;
    font-size: 14px;
}

.ykien1 textarea {
    width: 100% !important;
    background: #ccc !important;
    margin-top: 10px !important;
    padding-left: 15px;
    border: 1px solid #ffffff;
    color: black;
    border-radius: 0;
    font-size: 14px;
}

.khung_dangky {
    padding: 110px 0 70px;
}

.title_dangky {
    margin-bottom: 5px;
}

.title_dangky h3 {
    font: 30px 'Quicksand-Bold';
    text-transform: uppercase;
    color: #ea2e37;
    margin: 0 0 5px;
}

.title_dangky p {
    font: 14px 'Muli-Regular';
    color: #a3a3a3;
}

.btn-primary {
    border: 1px solid #6e6e6e;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font: 17px 'Muli-Bold';
    margin-top: 0px;
    padding: 12px 30px;
    background: #ea2e37;
}

.btn-primary:hover {
    color: #ccc;
    background: #f1581d;
}

._dmfootchinh h4 {
    font: 25px 'Oswald-Regular';
    text-transform: uppercase;
    color: white;
    margin: 0 0 25px;
    line-height: 20px;
}

._mangxhf {
    margin-top: 0;
}

._mangxhf ul {
    margin: 0;
}

._mangxhf ul li {
    padding: 0 0px;
}

.khung_camnhan {
    margin: 30px 0 45px;
}

.name_visao {
    padding: 0 10px;
}

.name_visao h3 a {
    font: 30px 'UTM American Sans';
    text-transform: uppercase;
    color: #94c93d;
}

.name_visao p {
    font: 15px 'Muli-Regular';
    color: #191919;
    margin: 10px 0 30px;
}

.title_spnb {
    margin-bottom: 15px;
}

.title_spnb h2 {
    text-align: center;
    font: 30px 'UTM American Sans';
    text-transform: uppercase;
    color: #94c93d;
    margin: 0;
}

.title_spnb p {
    text-align: center;
    margin: 10px 0 0;
    font: 14px 'Muli-Regular';
    color: #333333;
}

.info {
    margin: 0px 0 0 0;
    padding: 10px 0 20px 0;
    list-style: none;
    width: 100%;
    float: left;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.info li {
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
    min-height: 20px;
    font-size: 15px;
    color: #000;
    list-style: none;
}

.info li label {
    font-weight: normal;
    opacity: .75;
    width: 100px;
}

.info li label:after {
    content: ':';
    float: right;
}

.sanphamtuongtu {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.sanphamtuongtu a {
    overflow: hidden;
    background: none;
    min-height: 112px;
    position: relative;
    text-decoration: none;
    box-shadow: none;
}

.sanphamtuongtu a img {
    width: 80px;
    float: left;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
}

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

.caption h3 {
    margin: 0 0 10px;
    color: black;
    font: 16px 'Muli-Regular';
}

.more {
    color: blue;
    font: 13px 'Muli-Regular';
}

.more:hover {
    text-decoration: none;
    color: #ea2e37;
}

@-webkit-keyframes my {
    0% {
        color: #db0000;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #db0000;
    }
}

@-moz-keyframes my {
    0% {
        color: #db0000;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #db0000;
    }
}

@-o-keyframes my {
    0% {
        color: #db0000;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #db0000;
    }
}

@keyframes my {
    0% {
        color: #db0000;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #db0000;
    }
}

.test {
    -webkit-animation: my 700ms infinite;
    -moz-animation: my 700ms infinite;
    -o-animation: my 700ms infinite;
    animation: my 700ms infinite;
    font-family: 'UTM HelvetIns';
}

._logo {
    width: 100%;
    z-index: 99999;
    position: absolute;
    top: -44px;
}

._logo a img {
    height: 100%;
}

.slogan_header {
    font: 31px 'SFUFuturaBold';
    color: #f40000;
    margin: 15px 0 5px;
}

.hinhgt {
    background: url(../images/gach_hinhgt.png) no-repeat right;
    padding: 50px 50px 50px 0px;
}

.khung_menu h3 {
    font: 17px 'SFUFuturaHeavy';
    color: white;
    margin: 0px 0 0px;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    background: #009a04;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.khung_menu h3 img {
    margin-right: 10px;
}

.khung_dichvu {
    background: #f5f5f5;
    padding: 50px 0 40px;
}

.khung_hinhdvcon {
    overflow: hidden;
    position: relative;
}

.bg_huongdan {
    margin: 20px 0 65px;
}

._namett h3 {
    margin: 5px 0 10px;
}

._namett h3 a {
    font: 14px 'SFUFuturaHeavy';
    text-transform: uppercase;
    color: #232323;
}

._namett h3 a:hover {
    text-decoration: none;
    color: #ea2e37;
}

._namett p {
    font: 14px 'SFUFuturaBook';
    color: #484848;
    line-height: 25px;
}

/*._hotline-top{
    margin-top: 20px;
}*/
.bg-spnb {
    margin-top: 55px;
}

.hinhdv {
    text-align: center;
    position: relative;
}

.hinhdv img {
    height: 500px;
}

.date_tt {
    position: absolute;
    bottom: 6px;
    left: 0;
}

.date_tt span {
    background: #f1581d;
    color: white;
    padding: 7px 16px;
    font: 14px 'Muli-Regular';
    font-style: italic;
}

.khung_tt {
    margin-top: 50px;
}

.title-more {
    font: 15px 'SFUFuturaBold';
    color: Black;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

.email {
    font: 14px 'Muli-SemiBold';
    color: #191919;
    margin-top: 5px;
}

.email i {
    font-size: 16px;
    margin-right: 10px;
}

._box-namePage h3 {
    font: 35px 'UTM Beautiful Caps';
    color: #000000;
    margin: 25px 0 0;
    line-height: 40px;
}

/* Let's get this party started */
.tabdanhmuc::-webkit-scrollbar {
    height: 5px;
}

/* Track */
.tabdanhmuc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.tabdanhmuc::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.tabdanhmuc::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
}

.tabdanhmuc {
    display: inline-flex;
    border: none;
    margin: 0 0 20px;
}

.lifist_right {
    float: none !important;
    padding: 0;
    line-height: 4px;
}

.lifist_right a {
    border-radius: 20px !important;
}

._bgdanhmuc .nav-tabs>li>a {
    font: 15px 'Muli-Bold';
    color: white;
    text-transform: uppercase;
    padding: 9px 40px;
    outline: none !important;
}

._bgdanhmuc .nav-tabs>li>a:hover {
    background: #f4d2ae;
    border: none;
    border-radius: 20px;
    color: white;
}

.chitietsp {
    text-align: center;
    margin: 15px 0 10px;
}

.chitietsp a {
    background: #e80202;
    font: 12px 'Roboto-Medium';
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
}

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

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: #f4d2ae;
    border: none;
    /*    border-radius: 20px;*/
    color: white;
}

.hinhgiaileft img {
    width: 100%;
    height: 195px;
}

.hinhgiairight img {
    width: 100%;
    height: 405px;
}

.khung_videongoai {
    background: url(../images/bg_video.png);
    padding: 65px 0 60px;
}

.khungdiachi {
    color: white;
}

.khung_map {
    border: 1px solid #ba691e;
    padding: 4px !important;
}

.menuMain {
    text-align: center;
    margin: 33px 0;
}

.khunghinh1 {
    height: 190px;
    overflow: hidden;
}

.khunghinh1 img {
    width: 100%;
    height: 190px;
    transition: all 0.3s ease-in-out;
}

.khunghinh1 img:hover {
    transform: scale(1.2);
}

.header1 {
    background: #ea2e37;
    padding: 0;
}

.diachi {
    font: 14px 'Muli-Regular';
    color: #282828;
    margin-top: 15px;
}

.diachi i {
    margin-right: 10px;
    color: #282828;
    font-size: 16px;
}

.hinh_banner {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.hinh_banner img {
    width: 100%;
    height: 400px;
    transition: all 0.3s ease-in-out;
    transition: all 0.5s !important;
}

.hinh_banner img:hover {
    transform: scale(1.2);
}

.name_banner {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 9999;
    text-align: center;
    left: 10px;
    right: 10px;
}

.name_banner h3 {
    margin: 0;
}

.name_banner h3 a {
    font: 30px 'Quicksand-Bold';
    color: #e4e4e4;
    text-transform: uppercase;
    position: relative;
}

.name_banner h3 a:after {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    background: url(../images/icon_left.png) no-repeat;
    width: 50px;
    height: 22px;
}

.name_banner h3 a:before {
    position: absolute;
    content: '';
    bottom: -10px;
    right: -10px;
    background: url(../images/icon_right.png) no-repeat;
    width: 40px;
    height: 23px
}

.name_banner h3 a:hover {
    text-decoration: none;
    color: #ea2e37;
}

.khung_banner {
    padding: 180px 0 80px;
    background: url(../images/bg_gt2.png) no-repeat;
    margin-top: -95px;
    background-size: cover;
}

.titledm_sp {
    text-align: center;
}

.titledm_sp h3 {
    font: 30px 'Oswald-Regular';
    color: #ffffff;
    text-transform: uppercase;
}

.titledm_sp p {
    font: 14px 'Muli-Regular';
    color: #cbcbcb;
    margin: 0;
}

._bgdanhmuc {
    padding: 20px 0 50px;
}

.nut_dk {
    text-align: center;
}

._doitac {
    margin: 45px 0;
}

.khung_tintuc {
    margin: 50px 0 0px;
    padding: 60px 0 70px;
}

.hotline {
    background: url(../images/gach_phone.png) no-repeat left;
    padding-left: 20px;
    padding: 22px 0 22px 20px;
}

.hotline img {
    float: left;
}

.hotline p {
    font: 18px 'Muli-Bold';
    color: #ea2e37;
    margin: 0;
}

._pageOne {
    /* background: url(../images/bg_gtmoi.png) no-repeat; */
    margin-top: -109px;
    position: relative;
    /* z-index: 999999; */
    padding-top: 140px;
}

.nametitle {
    font: 45px 'Quicksand-Bold';
    color: #f4d2ae;
    margin-left: 70px;
    /* line-height: 10px; */
    margin-bottom: 30px;
}

._box-content {
    background: url(../images/bg_dm.png) no-repeat top;
}

.owl-carousel .owl-stage-outer {
    padding-top: 15px;
}

.khung_map iframe {
    height: 235px !important;
}

.noidungcon {
    margin: 10px 0 30px;
}

.modal-dialog {
    padding-top: 8%;
}

.product-actions button.btnAddToCart {
    background: #f4d2ae;
    width: 200px;
    height: 45px;
    font-size: 17px;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
}

._btnblack {
    background: #f4d2ae;
    color: white !important;
}

._btngray {
    background: #ea8222;
    color: white;
}

a._btngray:hover {
    color: white;
}

.modal {
    z-index: 9999999999;
}

#cartResult .modal-body {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

#myCart .modal-dialog {
    width: 850px;
    max-width: 100% !important;
}

._cartheader {
    position: fixed;
    right: 10px;
    z-index: 9999;
    top: 20%;
}

._cartheader ._iconcart {
    position: relative;
}

._iconcart>._count {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 20px;
    height: 20px;
    z-index: 9;
    border-radius: 50% !important;
    background-color: #ea2e37;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 20px;
    font-size: 11px;
}

.hidden,
.hidden-seoh {
    display: none;
}

/*Go top*/
.progress-wrap {
    position: fixed;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: #1182FC;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #1182FC;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.alert {
    width: 100%;
}

/*header*/
#header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 12;
}

/*banner*/
#banner {
    position: relative;
    width: 100%;
}

#banner h1 {
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    position: absolute;
}

.logo {
    width: 16%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 12;
}

.logo img {
    max-width: 100%;
    max-height: 110px;
}

.company {
    width: 50%;
    text-align: center;
}

.company img {
    max-width: 100%;
    max-height: 100px;
}
.fixed2 {
    position: unset !important;
    width: 100%;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 5px #a8a8a8;
}

/*menu top*/
.fixed {
    position: fixed !important;
    left: 0px;
    right: 0px;
    top: 0px !important;
    bottom: auto !important;
    z-index: 9999;
    width: 100%;
    margin: auto;
    z-index: 99999999 !important;
    background: #fff;
    box-shadow: 0 0 5px #a8a8a8;
}

#header.fixed .logo img {
    max-height: 63px;
}

#header.fixed #menu {
    padding-top: 30px;
    padding-bottom: 10px;
}

#header.fixed #menu ul.menu li a {
    color: #000;
}



#header.fixed2 .logo img {
    max-height: 63px;
}

#header.fixed2 #menu {
    padding-top: 30px;
    padding-bottom: 10px;
}

#header.fixed2 #menu ul.menu li a {
    color: #000;
}

#menu {
    position: relative;
    width: 100%;
    padding-top: 60px;
}


#menu ul.menu {
    width: 42%;
    position: relative;
}

#menu ul.menu li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}

#menu ul.menu li a {
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    display: block;
    font-family: 'Muli-Regular';
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

#menu ul.menu:last-child li {
    padding: 0 10px;
}

#menu ul.menu li>a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    border-top: 2px solid #fff;
    transition: all ease 0.5s;
}

#menu ul.menu li:hover>a:after {
    width: 100%;
}

#header.fixed #menu ul.menu li>a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    border-top: 2px solid #000;
    transition: all ease 0.5s;
}

#header.fixed #menu ul.menu li:hover>a:after {
    width: 100%;
}

#menu ul.menu li.menu_active>a,
#menu ul.menu li:hover a {
    color: #fff;
    font-family: Muli-Bold;
}

#menu ul.menu li ul {
    width: 230px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 9999;
}

#menu ul.menu li ul li {
    background: #007251;
    display: block !important;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    padding: 0;
}

#menu ul.menu li ul li:last-child {
    border-bottom: none;
}

#menu ul.menu li ul li a {
    background: none !important;
    color: #fff !important;
    line-height: normal !important;
    padding: 10px 10px;
    text-align: left;
    height: auto;
    margin: 0;
}

#menu ul.menu li ul li a:hover {
    color: #fff !important;
}

#menu ul.menu li ul li ul {
    top: 0;
    left: 100%;
}

#menu ul.menu li .fa {
    line-height: 45px;
    font-size: 18px;
}

#btn_menu_bootstrap {
    z-index: 999;
    position: absolute;
    height: 24px;
    width: 30px;
    display: none;
    top: 5px;
}

#btn_menu_bootstrap span {
    background: #000;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}

#btn_menu_bootstrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    top: 0;
    left: 0;
}

#btn_menu_bootstrap:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    bottom: 0;
    left: 0;
}

#btn_menu_bootstrap:before,
#btn_menu_bootstrap:after {
    transform-origin: left 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.move_btn_bootstrap:before {
    transform: rotate(45deg);
}

.move_btn_bootstrap:after {
    transform: rotate(-45deg);
}

.move_btn_bootstrap span {
    left: -200% !important;
    opacity: 0 !important
}

/*search*/
.btn_search {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 0px;
}

#frm_timkiem {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 20%;
    height: 32px;
    z-index: 12;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
}

#frm_timkiem.active {
    display: block;
}

#frm_timkiem input[type="text"] {
    outline: none;
    background: none;
    border: none;
    width: 85%;
    padding: 8px 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
}

#frm_timkiem #btn {
    width: 15%;
    cursor: pointer;
    float: right;
    background: transparent;
    outline: none;
    border: none;
    color: #fff;
    padding: 6px 0px;
}

#frm_timkiem input::placeholder {
    color: #fff;
}

/*footer*/
#footer {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.content_footer_full {
    padding: 55px 0px 60px 0px;
    position: relative;
}

.item_footer:nth-child(1) {
    width: 36%;
}

.item_footer:nth-child(2) {
    width: 15%;
    margin-top: 10px;
}

.item_footer:nth-child(3) {
    width: 36%;
    margin-top: 10px;
}

.map {
    position: relative;
    background-color: #fff;
}

.map_index iframe {
    display: block;
    width: 100% !important;
    height: 590px !important;
}

.name_company {
    font-family: 'UTMErieBlack';
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    line-height: normal;
}

.logof {
    margin-right: 10px;
    /* background: #fff; */
}

.logof img {
    max-height: 100px;
}

.content_footer {
    font-size: 14px;
    color: #929292;
    font-family: Muli-Regular;
}

.content_footer p {
    line-height: 22px;
    padding: 6px 0px;
}

.title_footer {
    font-size: 15px;
    color: #fff;
    font-family: 'Muli-Bold';
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.title_footer:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}

.item_footer ul li a {
    font-weight: normal;
    color: #929292;
    display: block;
    font-size: 14px;
    font-family: 'Muli-Regular';
    line-height: 35px;
    cursor: pointer;
}

.item_footer ul li:last-child a {
    border-bottom: 0;
}

.item_footer ul li a:hover {
    text-decoration: underline;
}

.frmEmail {
    position: relative;
}

.frmEmail input,
.frmEmail textarea {
    color: #adadad;
    font-size: 13px;
    width: 100%;
    padding: 16px 20px;
    background: #fff;
    border: 0;
    outline: none;
    box-sizing: border-box;
    display: block;
    margin-bottom: 5px;
}

.frmEmail button {
    border: none;
    outline: none;
    background: #fff;
    font-family: Muli-Bold;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 34px;
}

.frmEmail input::placeholder,
.frmEmail textarea::placeholder {
    color: #adadad;
}

.copyright {
    margin-top: 25px;
    color: #bebebe;
    font-size: 13px;
}

.copyright span {
    font-family: Muli-Bold;
    color: #fff;
}

.social1 {
    margin-top: 10px;
}

.social1 a {
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.social1 a img {
    max-width: 38px;
    max-height: 37px;
    transition: all 0.5s;
}

.social1 a img:hover {
    transform: rotate(10deg);
}

.counter {
    list-style: none;
}

.counter li {
    display: inline-block;
}

.tags a {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #333333;
    background: #fff;
    padding: 9px 20px;
    border-radius: 5px;
    margin: 0 6px 10px 0px;
    min-width: 145px;
    text-align: center;
    transition: all 0.5s;
}

.tags a:hover {
    background: #DB0202;
    color: #fff;
}

#footer1 {
    display: none;
}

#footer1 img {
    width: 30%;
    max-width: 30px !important;
    vertical-align: middle;
    float: left;
    padding: 9px 0px;
}

#footer1 td {
    position: relative;
}

#footer1 a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    font-family: Roboto-Regular;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#btn-call {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 38%;
    z-index: 99999999999;
}

#btn-zalo {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 158px;
    z-index: 99999999999;
}

#btn-zalo i {
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    position: relative;
    z-index: 9999;
}

#btn-zalo i img,
#btn-call i {
    vertical-align: middle;
}

#btn-call i {
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1182FC;
    position: relative;
    z-index: 9999;
}

#btn-call i {
    font-size: 25px;
    color: #fff;
    padding: 0 7px;
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(17, 130, 252, 0.45);
    opacity: .75;
    right: -10px;
}

#btn-call .kenit-alo-circle-fill {
    background-color: rgba(17, 130, 252, 0.45);
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(17, 130, 252, 0.8);
    opacity: .1;
    border-color: #1182FC;
    opacity: .5;
}

#btn-call .kenit-alo-circle {
    border: 2px solid rgba(17, 130, 252, 0.8);
    border-color: #1182FC;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.owl-animated-out {
    z-index: 1
}

.owl-animated-in {
    z-index: 0
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}


@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.link_now {
    display: block;
    padding: 10px;
    padding-right: 85px;
    border-radius: 5px;
    border: 2px solid #000;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    float: left;
    background: url('../images/ic_now.png') no-repeat right 5px center;
    background-size: auto 75%;
}

.link_now:hover {
    border: 2px solid #cc0033;
    color: #cc0033;
}

#full {
    max-width: 100%;
    margin: 0px auto;
}

/* ==================Slideshow================== */
#slide_show {}

#slider-top {
    max-width: 1920px;
    margin: 0 auto;
}

.p-relative {
    position: relative;
}

.slider_container {
    position: relative;
    top: 0;
    left: 0;
    width: 1920px;
    height: 871px;
}

.slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 871px;
}

.slideshow {
    position: relative;
}

.inner {
    max-width: 1230px;
    margin: 0 auto;
    position: relative;
    padding: 0 5px;
}

#banner .inner,
.r_head,
#menu,
.gioithieu .inner,
.breadcrumb .inner,
.content_footer_full,
#bottom .inner,
.m-sptb,
.pd-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#banner .inner,
.r_head,
#menu,
#bottom .inner,
.m-sptb {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#banner .inner,
.r_head,
#menu,
.gioithieu .inner,
.content_footer_full,
#bottom .inner,
.m-sptb,
.pd-detail {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* Scroll Top */
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: 18px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

#button-contact-vr {
    margin: -10px;
    transform: scale(0.8);
    position: fixed;
    bottom: 121px;
    z-index: 999;
    right: 0;
}

#zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#phone-vr {
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
}

.phone-vr-circle-fill {
    width: 75px;
    height: 75px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 47px;
}

.phone-vr-img-circle img {
    max-height: 35px;
    max-width: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) 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(0) scale(1) skew(1deg)
    }

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

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 70px;
    right: 11px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: #1182FC;
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: #1182FC;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

/* Cart fix */
.cart-fixed {
    position: fixed;
    right: 15px;
    bottom: 302px;
    z-index: 1000;
    background: #eddccb;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #f00;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

.style-none li {
    list-style: none;
}


.price-product {
    display: flex;
    align-items: flex-end;
    justify-content: left;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
    gap: 5px;
}

.price-new {
    color: #333;
    font-family: var(--font-title);
    text-align: center;
    font-size: 14px;
}

.price-new>span:last-child {
    font-family: 'BeVietnamRegular';
}

.price-new b {
    color: #000;
    /* margin-left: 5px; */
    font-weight: bold;
    margin-right: 10px;
    font-size: 17px;
}

.price-new code {
    color: #EA1D27;
}

.price-old code {
    color: #999;
}

.price-old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.price-per {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #CE2020;
    font-size: 11px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 20px 0 20px 20px;
    line-height: 35px;
}


/* ẩn nút tăng giảm trong input number*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

/* Breadcrumb */
.breadCrumbs .wrap-content {
    padding: 10px 10px;
    max-width: 1276px;
    margin: 0 auto;
    margin-top: 10px;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active span {
    color: var(--color-title);
}

.breadcrumb-item span {
    color: #333333;
    font-size: 12pxs;
}

.breadcrumb-item:hover span {
    color: var(--color-title);
}

ol.breadcrumb {
    position: relative;
    z-index: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #b0b0b0;
    content: '\f101';
    font-family: 'Font Awesome 5 Light';
}

.breadCrumbs li {
    list-style: none;
}

/* Contact */
.top-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    width: 100%;
}

.top-contact .article-contact {
    width: 48%;
}

.form-contact {
    width: 47%;
}

.input-contact {
    position: relative;
    margin-bottom: 15px;
}

.input-contact input,
.input-contact textarea {
    width: 100%;
    padding: 0px;
    outline: none;
    font-size: 14px;
    box-shadow: 0 0 7px 0 #e1e1e1;
}

.input-contact input,
.input-contact textarea,
.input-contact input::placeholder,
.input-contact textarea::placeholder {
    color: #333;
}

.input-contact input {
    text-indent: 10px;
}

.input-contact textarea {
    resize: none;
    height: 150px;
    padding: 10px;
}

.input-contact .custom-file-label::after {
    content: attr(title);
}

.input-contact .custom-file-label {
    box-shadow: 0 0 7px 0 #e1e1e1;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #ffffff;
    content: "Browse";
    background-color: #6c6c6c;
    border-left: inherit;
    border-radius: 0;
}

.form-contact input.btn {
    padding: 5px 25px;
    border: 2px solid transparent;
    background-color: #e93f33;
    color: #fff;
    margin-right: 5px;
    transition: transform 0.3s;
    box-shadow: 1px 1px 3px grey;
}

.form-contact input.btn:hover {
    color: #fff;
    background-color: #e93f33;
    transform: scale(0.9);
    transition: transform 0.3s;
}

.bottom-contact {
    position: relative;
    height: 500px;
    width: 100%;
    border: 1px solid blue;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.bottom-contact iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

.title-main {
    text-align: center;
    margin: 15px auto;
    position: relative;
}

.title-main span {
    padding-bottom: 15px;
    text-transform: capitalize;
    color: var(--color-title);
    font-size: 28px;
    font-family: var(--font-title);
    text-transform: uppercase;
    font-weight: bold;
}

.content-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.wrap-main,
.wrap-content {
    max-width: 1276px;
    margin: 0 auto;
    width: 100%;
}

.form-contact .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

/* Post  */
.news-2 {
    margin: 0 0 10px 0;
    box-shadow: 1px 1px 15px 0 #e1e1e1;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid #dcdcdc;
    border-bottom: 3px solid #aaaaaa;
}

.news-2 p.scale-img {}

.news-2 .info-news {
    width: fit-content;
    padding: 10px 15px;
    position: relative;
    padding-bottom: 40px;
}

.news-2 .view-times-news {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
    left: 15px;
}


.grid-news {
    width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}

.grid-news-2 {
    width: 100%;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}

.time-main {
    font-style: italic;
    text-align: right;
    margin: 10px 0;
}

.news {
    margin-bottom: 25px;
    height: fit-content;
    transition: all 0.3s;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 15px #e5e5e5;
}

.news:hover {
    box-shadow: 1px 1px 10px 0px rgb(216, 216, 216);
    transform: translateY(-5px);
    transition: all ease 0.4s;
}

.pic-news {
    width: 100%;
}

.pic-news img {
    width: 100%;
}

.info-news {
    width: 100%;
    padding: 10px 10px 0 10px;
}

.view-times-news {
    border-top: 1px solid #d6d6d6;
    padding: 5px 0;
    margin-top: 10px;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.view-times-news>a {
    /* text-decoration: underline; */
    font-style: italic;
    color: #001e7c;
    transition: all 0.4s ease;
}

.view-times-news>a:hover {
    letter-spacing: 3px;
    transition: all 0.4s ease;
}

.view-times-news>a i {
    transition: all 0.4s ease;
}

.view-times-news>a:hover i {
    padding-left: 10px;
    transition: all 0.4s ease;
}

.name-news {
    color: #333;
    font-size: 16px;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}

.name-news a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.name-news:hover a,
.news:hover .name-news a {
    color: var(--color-red);
}

.time-news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    font-size: 13px;
    font-style: italic;
    /* text-align: right; */
}

.desc-news.text-split {
    color: #333;
    margin-top: 5px;
    line-height: 1.2;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.share {
    padding: 15px 10px;
    line-height: normal;
    margin-top: 15px;
    border-top: 1px solid #dcdcdc;
}

.share ul li a i {
    transition: all 0.3s;
}

.share ul li a i:hover {
    color: #000 !important;
    transition: all 0.3s;
    transform: translateY(-3px);
}

.share b {
    display: block;
    margin-bottom: 5px;
}

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

.list-news-other {
    padding-left: 0;
    list-style: none;
}

.list-news-other li {
    margin-bottom: 2px;
    transition: all 0.4s ease;
}

.list-news-other li:hover {
    transform: translateX(5px);
    transition: all 0.4s ease;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover {
    color: var(--color-hover-text);
}

ul li {
    list-style: none;
}

/* Product  Detail */
.pro-detail-page {
    width: calc(100% - 300px);
    margin-right: 30px;
    float: left;
}

.tabs-pro-detail {
    width: 100%;
}

.grid-pro-detail {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left-pro-detail {
    position: relative;
    width: 50%;
    text-align: center;
    padding-right: 20px;
    background: white;
}

.left-pro-detail .MagicZoom {
    border-radius: 5px;
    box-shadow: 1px 1px 15px #d2d2d2;
    overflow: hidden;
}

.right-pro-detail {
    width: 50%;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 20px;
}

.control-carousel {
    position: absolute;
    top: calc(50% - 30px/2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    background-color: #ffffffa8;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 1px 3px grey;
}

.control-carousel:hover {
    background-color: #fff;
    opacity: 1;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border: 1px solid var(--color-title);
    overflow: hidden;
}

.thumb-pro-detail img {
    box-shadow: none !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 24px;
    display: block;
    font-weight: 700;
}

.social-plugin-pro-detail {
    margin-top: 0px !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    border-bottom: 1px dotted #dddddd;
    padding: 5px 0;
}

.attr-pro-detail li label {
    font-weight: bold;
}

.pro-select-quantity {
    display: flex;
    align-items: center;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-red);
}

.price-old-pro-detail {
    font-weight: 500;
    color: var(--color-gray);
    text-decoration: line-through;
    padding-left: 10px;
}

.color-pro-detail {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
}

.size-pro-detail {
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.color-pro-detail.active:before,
.size-pro-detail.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    background-image: url(../images/check-cart.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
    outline: none;
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    border: 0px;
    top: 0px;
    left: 0px;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-left: 10px;
}

.quantity-pro-detail span,
.counter-procart {
    line-height: 30px;
    padding: 0px;
    width: 30px;
    user-select: none;
    height: 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
    background-color: grey;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    user-select: none;
    font-weight: bold;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    user-select: none;
    font-weight: bold;
}

.quantity-pro-detail input,
.quantity-counter-procart .quantity-procat {
    height: 30px;
    border: none;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background-color: #dfdfdf;
}

.cart-pro-detail {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 15px #dddddd;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    transition: all 0.4s ease;
    background: #fff;
    border: 1px solid #00b432;
    color: #006b30;
}

.cart-pro-detail a.addnow:hover {
    color: #fff;
    transform: scale(0.95);
    transition: all 0.4s ease;
    background: -webkit-linear-gradient(top, #00b432, #006b30);
    box-shadow: 1px 1px 10px #00000021;
}

.addcart {
    font-size: 16px;
    font-family: var(--font-title)
}

.cart-pro-detail a.buynow {
    background: #fff;
    border: 1px solid #950000;
    color: #cb0000;
}

.cart-pro-detail a.buynow:hover {
    color: #fff;
    transform: scale(0.95);
    transition: all 0.4s ease;
    background: -webkit-linear-gradient(top, #cb0000, #8b0000);
    box-shadow: 1px 1px 10px #00000021;
    border-color: #cb0000;
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.tags-pro-detail {
    margin: 1rem 0px 2rem 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tags-pro-detail a {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: var(--color-red);
    border-radius: 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #333;
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
    width: 100%;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

.block-page {
    width: 100%;
    max-width: 1276px;
    margin: 0px auto;
    padding: 0px 10px;
}

.py-block {
    padding: 30px 0 20px 0;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.fix_fla {
    padding: 0 3px !important;
}

.grid-page {
    width: 100%;
    display: grid;
    grid-gap: 30px 15px;
    grid-template-columns: repeat(4, 1fr);
}

.grid-page .product {
    height: 100%;
}

/* Pagination */
.pagination-home {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 30px;
    border-radius: 5px;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

.hover_sang2:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover_sang2:hover:before {
    transition: 1s;
    left: 100%;
}


/*======================= Menu MOBILE =======================*/
#hamburger {
    display: block;
    position: relative;
    float: left;
}

#hamburger i {
    color: #fff;
    font-size: 25px;
    padding: 5px 7px;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 3px 1px #bdbdbd; */
}

.menu-text {
    color: #fff;
    /* padding-left: 15px; */
    font-size: 18px;
    font-weight: bold;
}

.mm-menu_opened {
    display: block !important;
}

.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
    background: #000000ad;
}

.menu-res {
    display: none;
    height: 55px;
    z-index: 10;
    background: #f4d2ae;
    position: relative;
    line-height: normal;
    position: sticky;
    z-index: 999;
    overflow: hidden;
    top: 0;
    box-shadow: 0px 1px 2px;
}

.menu-bar-res {
    height: 55px;
    padding: 0px 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-res .search {
    width: 100%;
    background: none;
    display: flex;
    border-radius: 40px;
    position: relative;
    transition: all 0.6s;
    background-color: #fff;
    border: 1px solid #fff;
}

.menu-res .search p {
    width: 32px;
    height: 32px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 16px;
    background: #84100b;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 3px;
}

.menu-res .search p:hover {
    background-color: #245a00;
    color: #fff;
}

.menu-res .search input {
    width: calc(100% - 35px);
    height: 38px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px;
    color: #245a00;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.menu-res .search input::-webkit-input-placeholder, .menu-res .search input:-moz-placeholder, .menu-res .search input::-moz-placeholder, .menu-res .search input:-ms-input-placeholder {
    color: #245a00;
}

.menu-res .search.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.menu-res .icon-search1 {
    width: 35px;
    line-height: 12px;
    color: #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    cursor: pointer
}
.header_mobile{
    display: none ;
}

.header_mobile a{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.header_mobile img{
    width: 100px;
}
.content-main-fix{
    display: unset !important;
}