body {
    font: normal 15px/1.5 Montserrat, Arial, Helvetica, sans-serif, Verdana;
}

@font-face {
    font-family: "Roboto-Regular";

 src: url("../fonts/Roboto-Regular/Roboto-Regular.eot");

 src: local("x"),
  url("../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"),
  url("../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"),
  url("../fonts/Roboto-Regular/Roboto-Regular.svg") format("svg");

 font-weight: normal;

 font-style: normal;
}

@font-face {
    font-family: "Roboto-Bold";

 src: url("../fonts/Roboto-Bold/Roboto-Bold.eot");

 src: local("x"), url("../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"),
  url("../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"),
  url("../fonts/Roboto-Bold/Roboto-Bold.svg") format("svg");

 font-weight: normal;

 font-style: normal;
}

@font-face {
    font-family: "Montserrat";

 src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot");

 src: local("x"),
  url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"),
  url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype"),
  url("../fonts/Montserrat-Regular/Montserrat-Regular.svg") format("svg");

 font-weight: normal;

 font-style: normal;
}

@font-face {
    font-family: "Montserrat-Bold";

 src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot");

 src: local("x"),
  url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"),
  url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype"),
  url("../fonts/Montserrat-Bold/Montserrat-Bold.svg") format("svg");

 font-weight: normal;

 font-style: normal;
}

@font-face {
    font-family: "Montserrat-ExtraBold";

 src: url("../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.eot");

 src: local("x"),
  url("../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.woff") format("woff"),
  url("../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.ttf")
   format("truetype"),
  url("../fonts/Montserrat-ExtraBold/Montserrat-ExtraBold.svg") format("svg");

 font-weight: normal;

 font-style: normal;
}

:root {
    --main: #020003;
    --smain: #fef200;
}

.grecaptcha-badge {
    opacity: 0;
}

/* global */

.container {
}

.rel {
    position: relative;
}

.red {
    color: #ed1c24;
}

.over-hide {
    overflow: hidden;
}

.blue {
    color: #5d5d5d;
}

.back-to-top {
    position: fixed;
    z-index: 123;
    right: -60px;
    bottom: -60px;
    text-align: center;
    color: #ec000a !important;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 14px;
    box-shadow: chartreuse;
}

#form-search.search-menu {
    margin-top: -6px;
}

header #form-search {
    overflow: hidden;
    float: right;
    width: 210px;
    margin-top: 10px;
    position: relative;
    width: 63%;
}

#form-search.search-menu input {
    border: 1px solid rgba(204, 204, 204, 0.32);
    border-radius: 0;
    padding: 6px 4px;
    font-size: 13px;
    outline: none;
    width: 100%;
}

#form-search.search-menu button {
    font-size: 16px;
    margin-top: 7px;
    margin-right: 4px;
}

header #form-search button {
    position: absolute;
    right: 3px;
    top: 1px;
    padding: 0px 0px;
    border: 0;
    color: #121212;
    font-size: 23px;
    outline: none;
    background: none;
}

/* end */

.phantrang {
    margin-left: 15px;
}

.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tooltip-inner {
    border-radius: 0 !important;
}

.link-transpare-border:before {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    border: 5px solid rgba(255, 255, 255, 0.6);
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
}

.global-title h2:after,
.title-global h2:after,
.global-title h2:before,
.title-global h2:before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    bottom: -5px;
    z-index: 1;
    opacity: 1;
    background: #1e73be;
    width: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

#contact .global-title:after,
#contact .title-global:after {
    display: none;
}

#contact .global-title h2,
#contact .title-global h2 {
}

.global-title:after,
.title-global:after,
.global-title:before {
    content: "";
    width: 100%;
    background-color: #1e73be;
    height: 40px;
    bottom: 7px;
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.global-title h2:after,
.title-global h2:after {
    left: auto;
    top: 0px;
    height: 51px;
    opacity: 0;
}

.global-title h2,
.title-global h2 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--main);
    font-size: 36px;
    z-index: 2;
    position: relative;
    font-family: "Montserrat-ExtraBold";
}

.global-title h2.index:after {
}

.title-global,
.global-title {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.inner-website .global-title,
.inner-website .title-global {
}

.inner-max-width img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
 /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* fb rp */

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}

/* fb rp */

/* end global */

/*header */

header {
    z-index: 123;
    width: 100%;
}

header .wrap-top {
    padding: 1px 0 10px 0;
    background: #0e0e0e;
}

header #lang-bar {
    text-align: right;
    margin-bottom: 5px;
}

header .hotline-social {
    color: #b3adad;
}

header #form-xsearch {
    position: relative;
    margin-top: 5px;
    width: 100%;
    float: left;
}

header #form-xsearch input {
    padding: 8px 3px;
    background-color: #fff;
    outline: none;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 100%;
    text-indent: 10px;
    color: #333;
    margin: 0 0%;
}

header #form-xsearch button {
    position: absolute;
    background-color: #1e73be;
    border: 0;
    color: #fff;
    font-size: 15px;
    top: 4px;
    right: 7px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding-top: 6px;
}

header .hotline-social span {
    font-size: 21px;
    line-height: 26px;
    margin-right: 12px;
    position: relative;
    top: 2px;
}

header .hotline-social span i {
    font-size: 16px;
}

header #social-air {
}

header .banner img {
 /* margin:auto */
    float: left;
}

header .banner {
}

header .top-header {
    background: var(--smain);
    position: relative;
}

header .open-header {
    background: url(../img/icon-open.png) no-repeat center left;
    padding-left: 25px;
}

header .email-header {
    background: url(../img/icon-email.png) no-repeat center left;
    padding-left: 25px;
}

header .top-header .wrap-top {
    display: table;
    width: 100%;
}

header .top-header .wrap-top div {
    display: table-cell;
}

header .top-header .wrap-top div.email {
    background: url(../img/email.png) no-repeat left 0;
    padding-left: 23px;
}

header .top-header .wrap-top div.phone {
    background: url(../img/phone.png) no-repeat left 0;
    padding-left: 23px;
}

header .top-header div.tel {
    background: url(../img/tel.png) no-repeat left 0;
    padding-left: 23px;
}

header #social-air {
    text-align: revert;
    float: right;
}

header #social-air div:hover {
    background-position: 0 100% !important;
}

header nav {
    z-index: 12;
    width: 100%;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    right: 0;
    left: 0;
}

header nav.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

ul#main-nav .logo {
    padding-top: 4px;
    padding-bottom: 4px;
}

ul#main-nav {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    float: left;
}

ul#main-nav li.last {
    min-width: 142px;
    max-height: 20px;
    position: relative;
    max-width: 203px;
    padding: 0;
    margin: 0;
    display: block;
    float: right;
}

ul#main-nav li.last form {
    margin: 0;
    padding: 0;
    background-color: red;
    top: 8px;
    position: absolute;
}

ul#main-nav li.last form input {
    width: 100%;
}

ul#main-nav li.last form button {
    position: absolute;
    right: 0;
}

ul#main-nav li.last form button i {
}

ul#main-nav > li:hover > div > a,
ul#main-nav li.active > div > a {
    color: #fff;
}

ul#main-nav > li:hover,
ul#main-nav li.active {
}

ul#main-nav > li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    padding: 0;
    padding: 0;
    margin: 0;
}

ul#main-nav > li:after,
ul#main-nav > li:before {
    width: 1px;
    height: 20px;
    content: "";
    right: 0px;
    top: 14px;
    position: absolute;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #ffffff2e;
}

ul#main-nav > li.last:after,
ul#main-nav > li.last:before {
    display: none;
}

ul#main-nav > li:after {
}

ul#main-nav > li:hover:after,
ul#main-nav > li:hover:before,
ul#main-nav > li.active:after,
ul#main-nav > li.active:before {
    width: 1px;
}

ul#main-nav li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* icon */

ul#main-nav li a:hover {
}

header select#navigator {
    margin: 10px auto;
    max-width: 400px;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
}

header #form-search-v2 {
    position: absolute;
    top: 8px;
    right: 10px;
}

header #form-search-v2 form {
}

header #form-search-v2 form input {
    padding: 3px;
    border: 1px solid transparent;
    background: rgb(51, 51, 51);
    border: 0;
    padding: 5px 8px;
    background: #333333;
    color: #fff;
    border-radius: 14px;
    width: 210px;
    padding-right: 20px;
    outline: none;
}

header #form-search-v2 form button {
    position: absolute;
    background: transparent;
    border: 0;
    color: #fff;
    top: 6px;
    right: 4px;
    outline: none;
}

ul#main-nav a {
    font-family: Roboto-Regular;
}

ul#main-nav > li a {
    color: var(--main);
    font-size: 14px;
    position: relative;
    font-weight: normal;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    width: 100%;
    text-transform: capitalize;
    padding:13px 25px 13px 16px;
    font-family: "Roboto-Bold";
}
ul#main-nav > li a  span{
     overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
ul#main-nav li:hover > a {
}

ul#main-nav > li a:hover,
ul#main-nav > li.active > a {
    text-decoration: none;
    color: #f00;
}

ul#main-nav > li ul {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 1000px;
    left: 0;
    max-width: 300px;
    z-index: 2;
 /* opacity: 0;

    */
    text-align: left;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul#main-nav > li ul ul {
    left: 100%;
    top: 0;
}

ul#main-nav > li ul li {
    padding: 13px 5px;
    min-width: 280px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgb(255 255 255 / 55%);
}

ul#main-nav > li ul li a {
    line-height: 16px;
    padding-left: 5px;
    text-transform: inherit;
    color: #1a2431;
    padding: 5px !important;
    font-size: 14px;
    text-transform: capitalize;
    float: none;
}

ul#main-nav > li ul li a:hover {
    color: yellow;
}

ul#main-nav > li:hover > ul {
    display: block !important;
    opacity: 1;
}

ul#main-nav li:hover > ul {
    display: block !important;
}

ul#menu-member .dropdown-menu li {
    float: none;
    padding: 2px 0;
}

ul#menu-member .dropdown-menu li a {
    color: #111;
    font-size: 17px;
}

header nav ul #form-search {
    position: absolute;
    top: 2px;
    right: 6px;
}

header nav ul #form-search input {
    border-radius: 0;
    border: 0;
    padding: 2px 8px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    background: none;
    color: #fff;
    width: 240px;
    height: 28px;
    padding-right: 20px;
    outline: none;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.24);
    background-color: rgba(255, 255, 255, 0);
}

header nav ul #form-search button {
    position: absolute;
    background: transparent;
    border: 0;
    color: #127eb3;
    top: 3px;
    right: 7px;
    outline: none;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.29);
    font-size: 19px;
}

ul#menu-member {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#menu-member li:first-child:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    right: 0;
    background: rgba(255, 255, 255, 0.71);
    top: 17px;
}

ul#menu-member li.cart {
    padding: 8px;
}

ul#menu-member li.cart img {
    margin-right: 5px;
}

ul#menu-member li.cart span {
    color: rgb(254, 241, 0);
}

ul#menu-member li {
    float: left;
    padding: 12px 9px;
    position: relative;
}

ul#menu-member li a {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.brand-inner {
}

.brand-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.brand-inner ul li {
    background: url(../img/dot-pink.png) no-repeat 0px 14px;
    padding: 5px 0;
    padding-left: 19px;
    border-bottom: 1px dashed rgb(2, 130, 37);
    margin: 9px 0;
}

.brand-inner ul li a {
    font-size: 17px;
    color: #222;
}

#page-wrapper {
    position: relative;
    z-index: 23;
    background-color: #fff;
 /* margin-bottom: 10px;

    */
}

table#giohang input {
    margin: 5px 0px;
    font-size: 19px;
}

table#giohang input.btn,
.xbtn {
    background: #075992;
    color: #ffffff;
    padding: 3px 10px;
    border: none;
    margin: 5px 3px;
    border-radius: 0;
    padding: 7px 15px;
    background: #000000;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
}

.source-cart {
    background: url(../img/shop-cart.png) no-repeat;
    width: 50px;
    height: 50px;
    background-size: 50px;
    position: absolute;
    right: 20px;
    top: 30px;
    position: fixed;
}

.source-cart a {
    font-size: 15px;
    background: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    left: 37px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

h3.all-cart-price {
    margin-left: 10px;
    font-size: 27px;
    color: rgb(192, 39, 49);
}

#social-air a {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px 11px;
    text-align: center;
}

#bottom-page-wrapper {
    background: #ffd63e url(../img/sm-footer.jpg) no-repeat top center;
    padding: 20px 0;
}

#bottom-page-wrapper .box .inner-box {
}

#bottom-page-wrapper .box .inner-box .title {
    font-size: 20px;
    font-weight: bold;
    color: red;
    text-align: center;
}

#bottom-page-wrapper .video-wrap .box .inner-box .content {
    width: 82%;
    margin: auto;
    margin-top: 20px;
}

#video-controls {
    border-radius: 0;
    border: 1px solid rgb(255, 220, 84);
    margin-top: -1px;
}

#bottom-page-wrapper .box .inner-box .content {
}

#bottom-page-wrapper .box {
    background: url(../img/bg-box.png) no-repeat;
    width: 576px;
    height: 478px;
    padding: 0px 25px;
    padding-top: 40px;
}

footer {
    position: relative;
    background-color: var(--main);
    padding-top: 3%;
    padding-bottom: 3%;
}

footer .social {
    margin: 10px 0;
}

footer .social a {
    margin-right: 14px;
}

footer .title-global.center {
    text-align: center;
    margin-bottom: 30px;
}

footer .title-global.center h2 {
    text-align: center;
    z-index: 123;
    float: none;
}

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

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

footer .content-footer {
    padding-top: 15px;
}

footer .menu-bottom ul li a {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
}

footer .menu-bottom ul li a:hover {
    text-decoration: none;
    color: #77c4f9;
}

footer .menu-bottom ul li:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 1px;
    height: 10px;
    right: 0;
    top: 9px;
}

footer .menu-bottom ul > li:first-child {
    padding-left: 0;
}

footer .menu-bottom ul li:last-child:after {
    display: none;
}

footer .menu-bottom ul li {
    float: left;
    position: relative;
    padding: 0px 10px;
}

footer .title {
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Roboto-Bold;
}

footer .content.visit {
    color: #fff;
}

footer .content.visit ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .content.visit ul li img {
    margin-right: 6px;
}

footer .content.visit ul li {
}

.copyright {
    padding: 16px 0;
    color: var(--main);
    font-size: 14px;
    background: var(--smain);
    text-align: center;
}

footer #top-footer {
    background: url(../img/top-footer.jpg);
    padding: 40px 0;
    position: relative;
}

footer #top-footer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 13px;
    background: url(../img/top-footer-bg.png) repeat-x;
}

footer #top-footer .support-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer #top-footer .support-item li {
    padding-left: 21px;
    background: url(../img/people.png) no-repeat 0px 5px;
    text-transform: capitalize;
}

footer #top-footer .support-item li .sp-item {
    color: #fff;
}

footer #top-footer .support-item li .sp-item .name {
    float: left;
    width: 85px;
    position: relative;
    top: 0px;
}

footer #top-footer .support-item li .sp-item .yahoo {
    float: left;
}

footer #top-footer .support-item li .sp-item .skype {
    float: left;
    margin: 0px 10px;
}

footer #top-footer .support-item li .sp-item .phone {
    float: left;
    color: red;
    font-weight: bold;
}

footer #top-footer #form-sub {
    margin-top: 6px;
    float: left;
    width: 100%;
    position: relative;
}

footer #top-footer #form-sub input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #ccc;
    padding-right: 112px;
}

footer #top-footer #form-sub button {
    background-color: #00a2ed;
    border: 0;
    padding: 7px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: Verdana;
    position: absolute;
    top: 0px;
    right: 0;
}

footer #content-footer {
}

footer #content-footer ul {
    width: 100%;
}

.video-wrapper iframe {
    width: 100% !important;
    left: 0;
    right: 0;
    position: absolute;
    height: 100% !important;
    border: 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 37.55%;
    height: 0;
}

.map-contact {
    border: 1px solid rgba(204, 204, 204, 0.31);
    margin-bottom: 4px;
}

.video-wrapper.mini {
    padding-bottom: 40%;
}

.xbanner {
    position: fixed;
    top: 0;
    background: url(../img/header-bg.jpg) no-repeat top center;
    z-index: 2;
}

.gn-menu-wrapper li {
    text-indent: 10px;
}

.gn-menu-wrapper li ul {
    padding-left: 32px;
}

/* notify me */

.alert-box-container {
    position: fixed;
    bottom: 10px;
    color: #fff;
    z-index: 1234;
    right: 10px;
}

.alert-box {
    padding: 19px 15px;
    color: #fefefe;
    position: relative;
    font: 14px/20px Museo300Regular, Helvetica, Arial, sans-serif;
    margin-top: 5px;
}

.alert-box .msg {
    padding: 0 20px 0 40px;
}

.alert-box p {
    margin: 0;
}

.alert-box .toggle-alert {
    position: absolute;
    top: 7px;
    right: 10px;
    display: block;
    text-indent: -10000px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1),
  1px 1px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1),
  1px 1px 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1),
  1px 1px 1px rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.08) url(../img/alert.png) no-repeat 6px 6px;
}

.info-box {
    background: #2fa9f6 url(../img/info.png) no-repeat 14px 14px;
}

.success-box {
    background: #7eb62e url(../img/success.png) no-repeat 14px 14px;
}

.error-box {
    background: #f64b2f url(../img/error.png) no-repeat 14px 14px;
}

.notice-box {
    background: #f6ca2f url(../img/notice.png) no-repeat 14px 14px;
}

.download-box {
    background: #a555ca url(../img/download.png) no-repeat 14px 14px;
}

.zoomContainer {
    z-index: 123;
}

.nav-request {
    background-color: #3b8ab9;
    margin-top: 5px !important;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.5);
}

.nav-request li {
    padding: 15px 6px !important;
    text-align: center;
}

.nav-request li.active a {
    color: #111 !important;
}

.nav-request li.active a:hover {
}

.nav-request li.active {
    background-color: #fff;
}

.nav-request li a p {
    margin-bottom: 0;
}

.nav-request li a .number {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
    text-align: center;
}

.nav-request li a {
    text-shadow: none !important;
}

.from.question {
    display: none;
    margin-top: 10px;
}

.header-question {
    font-size: 20px;
    color: #999;
    font-style: italic;
}

.inbox-question .info {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 0px;
}

.inbox-question {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding: 10px 0;
}

.inbox-question .item-question {
    margin-bottom: 10px;
}

.inbox-question .item-question .q:hover {
    background: #eeffda url(../img/question_a.png) no-repeat 9px 6px;
}

.inbox-question .item-question .q {
    background: #e3ecd2 url(../img/question.png) no-repeat 9px 6px;
    padding: 6px;
    padding-left: 60px;
    border-top: 3px solid #cfdeb2;
    cursor: hand;
    cursor: pointer;
}

.inbox-question .item-question .a {
    background: #e9e5d4;
    padding: 0 10px;
    display: none;
    border-bottom: 10px solid #e9e5d4;
    margin: 10px 0;
    padding: 10px;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

ul#light-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul#light-gallery li .inner {
    padding: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
}

.grid-item {
    margin-bottom: 16px;
}

.col-8 {
    padding-left: 8px;
    padding-right: 8px;
}

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

.service-home .owl-prev {
    width: 32px !important;
    height: 32px !important;
    background: url(../img/next.png) no-repeat !important;
    position: absolute;
    top: calc(50% - 27px) !important;
    left: 21px !important;
}

.service-home .owl-next {
    width: 32px !important;
    height: 32px !important;
    background: url(../img/prev.png) no-repeat !important;
    position: absolute;
    top: calc(50% - 27px) !important;
    right: 1154px !important;
}

.map-contact iframe {
    width: 100%;
}

.breadcrumb-top {
    margin-top: 2%;
}

.breadcrumb {
    font-size: 14px;
    color: #333;
    letter-spacing: 0.1px;
    padding: 10px 10px 5px 10px;
    text-align: left;
    border: 1px solid #eee;
    background: rgba(245, 246, 247, 0.48);
    margin-bottom: 0;
}

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

.breadcrumb ul > li {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.breadcrumb a {
    color: #333;
    font-family: "Roboto-Regular";
}

.breadcrumb i {
    margin: 0px 10px;
    font-size: 9px;
}

.hide-index {
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    position: absolute;
}

.toolbar {
    background: var(--main);
    width: 100%;
    padding: 5px;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    height: 60px;
}

.toolbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
    list-style: none;
}

.toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
}

.toolbar ul li a .text-social {
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

.toolbar ul li a img {
    height: 22px;
    width: auto;
    margin: 0 auto;
}

.title-global.news {
    margin-bottom: 20px;
}

.phantrang {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination > li > a.current,
.pagination > li > a:hover {
    background: #e25922;
    color: #fff;
}

header .banner-header {
    padding-top: 25px;
}

header .box_dienthoai {
    float: right;
    background: url(../img/dt1.png) left center no-repeat;
    padding-left: 57px;
    line-height: 23px;
    margin: 22px 0;
}

header .box_dienthoai p {
    font-size: 16px;
    color: #000;
    font-family: "Roboto-Regular";
    margin: 0;
}

header .box_dienthoai span {
    display: table;
    font-size: 22px;
    font-family: Roboto-Bold;
    color: #e00202;
}

header .logo-header {
    padding-top: 5px;
}

.about-top {
    padding-top: 3%;
    padding-bottom: 3%;
}

.about-top .title-about {
    margin-bottom: 20px;
}

.about-top .title-about h2 {
    text-transform: uppercase;
    font-size: 36px;
    color: #6ba90d;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    font-family: "Montserrat-ExtraBold";
}

.about-top .desc-about {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.about-top .desc-about:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #6ba90d;
    width: 70px;
}

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

.about-top .detail-about a {
    padding: 13px 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Roboto-Regular;
    background: #1e73be;
}

.about-top .detail-about a:hover {
    background: transparent;
    color: #1e73be;
    border: 1px solid #1e73be;
}

.about-top .img-about {
    overflow: hidden;
}

.about-top .img-about img {
    border: 10px solid #6ba90d;
    transition: 2s;
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s eases;
}

.about-top .img-about img:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5s);
}

header .dropdown {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 4px;
}

header .dropdown-content {
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9999;
    top: 32px;
}

header .select_vn a {
    background: url(../img/vietnam.png) 5px 7px no-repeat;
    padding-left: 30px !important;
}

header .dropdown-content a {
    color: black;
    padding: 6px 15px;
    text-decoration: none;
    display: block;
}

header .dropbtn {
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-family: "Roboto-Regular";
    padding: 6px 9px;
    color: var(--main);
}

header .language_vn {
    background: url(../img/vietnam.png) right 8px no-repeat;
    padding-right: 30px;
}

header .showdrop {
    display: block;
}

header .select_en a {
    background: url(../img/tienganh.png) 5px 7px no-repeat;
    padding-left: 30px !important;
}

header .select_cn a {
    background: url(../img/tiengtrung.jpg) 5px 7px no-repeat;
    padding-left: 30px !important;
}

header .dropdown a:hover {
    background-color: #ddd;
}

header .dropbtn:hover,
header .dropbtn:focus {
    background-color: #da251d;
    color: #fff;
}

header .search_openBtn {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.item-sr {
    float: left;
    padding: 5px 0;
}

a.search {
    width: 22px;
    height: 22px;
    position: relative;
    z-index: 100;
    background: url(../img/icon_search.png) no-repeat center center;
    font-size: 0;
    text-indent: -9999px;
    display: block;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 53%;
    right: 2%;
}

.search-form {
    background-color: #fff;
    width: 0px;
    height: 30px;
    position: absolute;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    top: 1px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(220, 220, 220, 1);
    opacity: 0;
    right: 19px;
    z-index: 23;
}

.form-row-search {
    width: 100%;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}

.form-row-search input[type="text"] {
    border: none;
    background: none;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 35px;
    position: absolute;
    display: block;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-border-radius: 20px 0 20px 20px;
    -o-border-radius: 20px 0 20px 20px;
    -ms-border-radius: 20px 0 20px 20px;
    border-radius: 20px 0 20px 20px;
}

.box_search {
    position: absolute;
    font-family: "fontB";
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    bottom: 66px;
    right: 163px;
}

#search_frm_vi {
    position: absolute;
    right: 10px;
    top: 12px;
}

header .div_top_contact {
    display: inline-block;
    vertical-align: top;
    margin: 17px 0 10px 12px;
    min-width: 220px;
}

header .div_top_contact_center {
    text-align: center;
    margin-bottom: -17px;
}

header .div_top_contact_title {
    font-weight: 400;
    display: inline-block;
    padding: 5px 10px;
    background: var(--smain);
    text-transform: uppercase;
    border-radius: 10px;
}

header .div_top_contact_content {
    font-weight: 700;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
}

header .div_top_contact_content a {
    color: #fff;
    font-family: "Roboto-Bold";
    text-decoration: none;
}

ul#main-nav > li ul li:hover {
    background-color: var(--smain);
    color: var(--main);
}

ul#main-nav > li ul li:hover a {
    color: var(--main);
}

.nw_menu_btn {
    background: url(../img/icon-arrow.png) right center no-repeat;
    margin: 4px -13px 0 7px;
    width: 7px;
    height: 16px;
    display: block;
    float: right;
}

.thongke {
    text-align: right;
}

.support-online {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0px;
}

.support-content {
    display: none;
}

.support-online .btn-support {
    cursor: pointer;
}

.support-online a {
    display: block;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.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(30, 30, 30, 0.4);
    opacity: 0.1;
    border-color: #0089b9;
    opacity: 0.5;
}

.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 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: 0.75;
    right: -10px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.call-now i {
    background: green;
}

.address i {
    background: #f00;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.mes i {
    background: orange;
}

.sms i {
    background: #097eeb;
}

.divider {
    margin: 10px 0;
}

.divider_color {
    background-color: var(--smain);
    border: 0;
}

.divider .line1,
.divider .line2 {
    height: 2px;
    margin: 3px auto;
}

.divider .line1 {
    width: 50px;
}

.divider .line2 {
    width: 200px;
}

.divider .line1 {
    width: 50px;
}

.product-danhmuc {
    padding-top: 3%;
    padding-bottom: 3%;
    position: relative;
}
.product-danhmuc:before{
     position: absolute;
     content:"";
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     background: rgb(255,255,255,46%);
     z-index: 1;
}
.divider.pro {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.circle {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2.5px;
    background-clip: content-box;
    animation: spin 7s linear infinite;
}

img.nw-img-responsive {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

.item-pro-dm .img-pro {
    position: absolute;
    color: #fff;
    font-size: 200px;
    top: 0;
    left: 0px;
    transform: translate(-0%, -0%);
    padding: 30px;
    margin: 0 auto;
    right: 0;
}

.col5-pro {
    width: 20%;
}

.item-pro-dm {
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.item-pro-dm .name-pro-dm {
    margin-top: 15px;
    position: relative;
    z-index: 23;
}

.item-pro-dm .name-pro-dm a {
    color: var(--main);
    font-family: "Montserrat-Bold";
    text-decoration: none;
}

.item-pro-dm .name-pro-dm a:hover {
    color: var(--smain);
}

.logo-partne {
    padding: 20px 0;
}

.inner-target {
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 4px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 5px;
    text-align: center;
}

.inner-target img {
    text-align: center;
    margin: 0 auto;
}

.inner-target:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slider-in {
    position: relative;
    min-height: 33px;
}

.aNavText {
    position: absolute;
    top: 50%;
    -webkit-animation: aiv_slide_right 1.2s;
    animation: aiv_slide_right 1.2s;
}

.aNavText a {
    text-decoration: none;
    color: var(--main);
    text-transform: uppercase;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    text-transform: uppercase;
    font-family: "Montserrat-Bold";
    font-size: 250%;
}

@-webkit-keyframes aiv_slide_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes aiv_slide_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.desc-place iframe,
.desc-place table,
.desc-place img {
    width: 100% !important;
    height: 100% !important;
}

.aside--sticky {
    position: -webkit-sticky;
    position: sticky;
}

.group-sidebox {
    margin: 0 0 20px;
    position: relative;
    border: 1px solid #e7e7e7;
}

.group-sidebox .sidebox-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--main);
    text-align: center;
    position: relative;
    color: var(--main);
    font-weight: 700;
    font-family: "Montserrat-Bold";
    margin: 0;
    padding: 10px;
}

.menuList-links {
    margin: 0;
    padding: 0;
}

.menuList-links > li {
    border-bottom: 1px solid #e7e7e7;
}

.menuList-links li {
    position: relative;
    list-style: none;
}

.menuList-links li a {
    color: #252a2b;
    position: relative;
    font-size: 14px;
    display: block;
    font-family: var(--font-main);
    text-decoration: none;
}

.menuList-links > li > a {
    padding: 12px 0;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
}
.menuList-links > li:hover{background: var(--main);}
.menuList-links > li > a:hover,
ul.submenu-links li a:hover {
    color: #fff;
}

.menuList-links > li.has-submenu > a {
    padding: 12px 20px;
}

.menuList-links > li.has-submenu span.icon-plus-submenu {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid transparent;
}

.icon-plus-submenu:after,
.icon-plus-submenu:before {
    background: rgba(9, 9, 9, 0.6);
    content: "";
    display: block;
    position: absolute;
    margin-right: 7px;
    top: 50%;
    right: 0;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.icon-plus-submenu:before {
    width: 9px;
    height: 1px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-plus-submenu:after {
    width: 1px;
    height: 9px;
    right: 4px;
    transform-origin: center;
    -moz-transform: translateY(-50%) scale(1, 1);
    -ms-transform: translateY(-50%) scale(1, 1);
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
}

ul.menuList-links li ul.submenu-links {
    display: none;
    padding: 0;
}

ul.submenu-links li a {
    padding: 8px 4px 8px 15px;
}

li.has-submenu.level1 > ul.submenu-links li a {
    padding-left: 25px;
}

.menuList-links > li.has-submenu .icon-plus-submenu:hover {
    border: 1px solid #e7e7e7;
}

.item-pro-dm .img-pro {
    text-align: center;
    margin: 0 auto;
}

.item-pro-dm .img-pro img {
    border-radius: 50%;
    height: 150px;
    width: 152px;
    text-align: center;
    margin: 0 auto;
}

.slider-in img {
    width: 100%;
}

/* slider */

.jssorb05 {
    position: absolute;
}

.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("../img/b05.png") no-repeat;
    overflow: hidden;
    cursor: pointer;
}

.jssorb05 div {
    background-position: -7px -7px;
}

.jssorb05 div:hover,
.jssorb05 .av:hover {
    background-position: -37px -7px;
}

.jssorb05 .av {
    background-position: -67px -7px;
}

.jssorb05 .dn,
.jssorb05 .dn:hover {
    background-position: -97px -7px;
}

.jssora12l,
.jssora12r {
    display: block;
    position: absolute;
    width: 30px;
    height: 46px;
    cursor: pointer;
    background: url("../img/a12.png") no-repeat;
    overflow: hidden;
}

.jssora12l {
    background-position: -16px -37px;
}

.jssora12r {
    background-position: -75px -37px;
}

.jssora12l:hover {
    background-position: -136px -37px;
}

.jssora12r:hover {
    background-position: -195px -37px;
}

.jssora12l.jssora12ldn {
    background-position: -256px -37px;
}

.jssora12r.jssora12rdn {
    background-position: -315px -37px;
}
.slick-pro{position: relative;z-index: 2}
.dvls_maps{margin: 100px 0}
.wrap-map{display:flex;}
.dvls_maps_sidebar {
    background: #f8f8f8;
    width: 350px;
    height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
}
.dvls_result_item {
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.dvls_result_item:hover,.dvls_result_item.active{
    background: #e6e6e6;
}
.dvls_result_wrap .dvls_result_item:nth-child(2n+1) {
    background: #f2f2f2;
}
.dvls_result_thumb {
    width: 80px;
    margin: 0 10px 0 0;
}
.dvls_result_infor {
    overflow: hidden;
    width: calc(100% - 100px);
}
.dvls_result_infor h3 {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.dvls_result_infor p{margin: 3px 0;color:#000}
.dvls_result_infor a{color: var(--main);text-decoration: underline;}
.dvls_maps_main{width: calc(100% - 350px);}
.dvls_result_status{padding: 5px 10px}
.dvls_maps_main iframe{width: 100%;height: 700px}
.title{text-align: center;font-weight: bold;font-size: 30px;margin-bottom: 40px;position: relative}
.title:before{position: absolute;content:"";top: 23px;height: 2px;width: 100%;background: #ccc;left: 0}
.title span{background: #fff;padding:0 15px;position: relative;z-index: 1}
.title i{margin-right: 15px}
.d-none {
    display: none;
}
.item-content.active{display: block}
