@import url("fonts.css");

body {
    font-family: segoe ui;    /* min-width: 1349px; */
    overflow-x: hidden;
}
.w-clear:after {
    display: block;
    content: "";
    clear: both;
}
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover > img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
/* global */
.container {
}

.rel {
    position: relative
}

.red {
    color: yellow;
}

a:hover {
    text-decoration: none;
}

.pure-button {
    background: #F4F4F4;
    color: #000;
    border: none;
    padding: 8px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 25px;
}

.wrap-button {
    position: absolute;
    right: 0;
    top: 0;
}

.pure-button:hover {
    background: #009BDB;
    color: #fff;
}

.over-hide {
    overflow: hidden
}

.desc .view {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 50px;
    bottom: 0;
    padding: 3px 7px;
    display: inline-block;
}

.desc .view i {
    -webkit-transform: rotate(0deg);
    position: relative;
    top: 2px;
    left: 0px;
}

.desc .view:hover i {
    -webkit-transform: rotate(-180deg);
}

.blue {
    color: blue
}

.btn-effect {
    background: #fff;
    color: #39464F;
    padding: 3px 13px;
    font-family: Avo;
    padding-top: 11px;
    font-size: 17px;
    border: 1px solid #35414D;
    padding-top: 4px;
    display: block;
}

.btn-effect:hover {
    background: #1BBC9B;
    color: #fff;
    text-decoration: none;
}

.back-to-top {
    position: absolute;
    z-index: 9999999999999999999999999999999;
    right: 0;
    bottom: 0;    /* text-align: center; */
    color: #EC000A !Important;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
    box-shadow: chartreuse;
    margin-bottom: 5px;
}

.wrap-site {
    position: relative;
}

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

.link-transpare-border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.link-transpare-border:hover:before {
    border: 5px solid rgba(255, 255, 255, 0.4);
}

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

.empty-content {
    margin: auto;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}

.title-child {
    font-family: Alter-gothic;
    font-size: 21px;
    border-bottom: 1px solid #ccc;
}

.global-title:after, .title-global:after {
    content: "";
    background: #ccc;
    height: 1px;
    width: 100%;
}

.global-title h2, .title-global h2 {
    background: url(../img/bg-spnoibat.png)no-repeat center center;
    text-align: center;
    font-family: robotoBold;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 18px;
}

.title-global, .global-title {
    text-align: center;
    margin: 20px 0px;
}

.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-top .hotline span {
    color: #DC1010;
    font-size: 22px;
    font-family: 'robotocondensed_regular';
    font-weight: bold;
}

.header-top .sodo {
    border-right: 1px solid rgba(204, 204, 204, 0.42);
}

.header-top .sodo a {
    color: #6B6B6B;
}

.header-top .sodo a:hover {
    color: red;
}

.header-top .hotline {
    border-right: 1px solid rgba(204, 204, 204, 0.42);
}

header .social-hotline {
    text-align: right;
}

header .social-hotline .social a {
    font-size: 25px;
    margin: 0px 10px;
}

header .social-hotline .hotline {
    color: red;
    font-family: Avo;
    font-size: 22px;
    margin-top: 15px;
}

header .social-hotline .hotline span {
}

header {
    top: 0;
    z-index: 1;
    width: 100%;    /* padding-bottom: 25px; */
}

header .home-logo img {
    padding: 10px 0;
}

header .lang-bar {
    position: absolute;
    bottom: 100px;
    right: 0;
}

header #social-air {

    /* position: absolute; */

    /* top: 10px; */

    /* right: 0; */
}

#form-search.search-menu input {
    border: 0;
    border-radius: 0;
    padding: 6px 4px;
    font-size: 13px;
    background-color: transparent;
    position: relative;
    top: 2px;
    padding-left: 11px;
    width: 73%;
}

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

#form-search.search-menu {
}

header .logo {
    margin-top: 10px;
    margin-right: 20px;
}

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

header .banner {
    padding: 20px 0px;
}

.mymenu {
    margin-top: 8px;
}

header #social-air {

    /* visibility:hidden; height: 21px;*/
}

header #social-air div {
    display: inline-block;
    background-position: 0;
}

.wrap-nav ul {
    padding: 0px;
    border: 1px solid #eee;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

.wrap-nav {
    width: 270px;
    background: #fff;
    position: relative;
    z-index: 1234;
}

.menu-croll {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 123456;
    background: #fff;
}

.wrap-menu {
    width: 930px;
    position: relative;
    z-index: 0;
}

.wrap-nav ul li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    list-style-type: none;
    border-top: none;
    line-height: 55px;
    background: url(../img/plus.png) no-repeat 20px center;    /* padding-bottom: 11px; */
    padding-top: 0px;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.wrap-nav ul li:hover {
    background: rgba(212, 212, 212, 0.23) url(../img/plus.png) no-repeat 20px center;
    padding-left: 35px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrap-nav ul li a {
    text-decoration: none;
    font-size: 15px;
    font-family: arial;
    text-transform: uppercase;
    padding-left: 20px !important;
    color: #000;
    display: block;
}

.title-menu h2 {
    font-size: 16px;
    background: #348911;
    color: #fff;
    line-height: 53px;
    text-align: center;
    margin: 0;
    font-family: robotoBold;
    font-weight: bold;
}

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

ul#main-nav li .sub-menu h2.main-title {

    /* background-color: #fff; */
    font-weight: bold;
    text-align: left;    /* background-color: #1BBC9B; */
    position: relative;
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
    padding: 8px;
    font-weight: bold;
}

ul#main-nav li .sub-menu h2.main-title a {
    padding: 0;
    line-height: 20px;
    float: left;
    position: static;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

ul#main-nav li .sub-menu h2.main-title a:hover {
}

ul#main-nav li.has-lang:hover {
    background: transparent
}

ul#main-nav li.has-lang {
    margin-top: 11px;
}

ul#main-nav li.has-lang a {
    padding: 0;
    width: auto;
    margin: 2px;
    padding: 0 !important;
}

ul#main-nav li.has-lang a img {
}

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

header #form-search {
    overflow: hidden;
    float: right;
    width: 352px;
    position: absolute;
    top: 8px;
    right: 5px;
    background: url(../img/search.png) no-repeat;
    height: 36px;
}

header #form-search input {
    width: 100%;
    border: 1px solid rgba(204, 204, 204, 0.24);
    padding: 4px 5px;
    outline: none;
    border-radius: 4px;
}

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

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

/*header */

/* main */


.slider-wrapper-pager {

    /* background: url(../img/bg-slider.png) no-repeat top center; */

    /* margin-top: -52px; */
}

#page-wrapper {
    position: relative;
}

#section-top-index  .list-news-obj {
    margin-bottom: 20px;
}

#section-top-index  .list-news-obj .n-item {
    position: relative;
}

#section-top-index  .list-news-obj .wrap-image {
}

#section-top-index  .list-news-obj .wrap-name {
    position: absolute;
    bottom: 0;
    background: rgba(17, 17, 17, 0.26);
    text-align: center;
    padding: 5px;
    padding-bottom: 11px;
    width: 100%;
}

#section-top-index  .list-news-obj .wrap-name h2 {
    margin: 0;
    font-size: 17px;
}

#section-top-index  .list-news-obj .wrap-name h2 a {
    color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#section-top-index  .list-news-obj .wrap-name h2 a:hover {
    text-decoration: none;
    color: #F8C632
}

#section-top-index  .list-news {
}

#section-top-index  .list-news .content {
}

#section-top-index  .list-news .content ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

#section-top-index  .list-news .content ul li {
    padding-left: 21px;
    background: url(../img/li-2.png) no-repeat 4px 15px;
    border-bottom: 1px dashed #333;
    padding: 5px 0;
    padding-left: 21px;
}

#section-top-index  .list-news .content ul li h3 {
    margin: 0;
    font-size: 16px;
    margin: 5px 0;
}

#section-top-index  .list-news .content ul li h3 a {
    color: #222;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#section-top-index  .list-news .content ul li h3 a:hover {
    text-decoration: none;
    color: #666;
}

#content-center {
}

/* mani */
header #responsive-menu {
    position: fixed;
    z-index: 1;
    right: 0;
    width: 100%;
    max-height: 100%;
    z-index: 1234;
    top: 5px;
    max-height: 420px;
    overflow-y: auto;
    right: 5px;
}

header #responsive-menu .title .wrap {
    clear: both;
    width: 20px;
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}

header #responsive-menu .title .icon-bar {
    width: 22px;
    height: 3px;
    background: #fff;
    float: left;
    clear: both;
    margin-bottom: 3px;
}

header #responsive-menu .title {
    background: #1BBC9B;
    padding-left: 10px;
    padding: 9px;
    color: #FFF;
    font-weight: bold;
    font-size: 17px;
    float: right;
    cursor: pointer;
    cursor: hand;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    width: 40px;
}

header #responsive-menu .content {
    max-width: 300px;
    float: right;
    width: 270px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.4);
}

header #responsive-menu .content ul {
    list-style: none;
    padding: 0;
    background: #F9F9F9;
}

header #responsive-menu .content > ul {
    display: none;
    padding: 0;
    margin: 0;
    background-color: #F8F7F3;
    list-style: none;
}

header #responsive-menu .content  .toggle-menu {
    float: right;
    background: url(../img/icon-1.png) no-repeat center center;
    width: 15px;
    height: 15px;
    cursor: hand;
    cursor: pointer;
    margin-right: 7px;
    position: absolute;
    top: 7px;
    right: 0px;
    padding: 10px;
}

header #responsive-menu .content  .toggle-menu.active {
    background: url(../img/icon-2.png) no-repeat center center;
}

header #responsive-menu .content  ul li a {
    color: #8A8989;
    font-size: 16px;
    padding-left: 5px;
}

header #responsive-menu .content  ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: hand;
    cursor: pointer;
    float: none;
}

header #responsive-menu .content  ul li:hover {
    background: #fff
}

header #responsive-menu .content  ul li ul {
    display: none
}

header #responsive-menu .content li li:first-child {
    border-top: 1px solid #ccc
}

header #responsive-menu .content > ul > li ul {
    position: relative;
    top: 9px;
}

header #responsive-menu .content > ul li ul li {

    /* padding-left: 15px; */
    text-indent: 10px;
}

header #responsive-menu .content > ul li ul li ul li {
    text-indent: 20px
}

header #responsive-menu .content > ul > li > ul > li > ul {
}

/* end product header */

/* memeber white bg */
#content-center.white .global-title, #content-center.white .title-global {
    border-bottom: 1px solid #111;
    margin: 0;
    margin-bottom: 10px;
}

#content-center.white .global-title h2, #content-center.white .title-global h2 {
    background: #fff;
    color: #111;
}

/* end member white bg */

/* cart */
table#giohang input {
    font-size: 17px;
}

table#giohang input.btn, .xbtn {

    /* background: #fff; *//* border: 1px solid #ccc; *//* padding: 5px 10px; *//* font-weight: bold; *//* margin: 2px; */
}

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

/* end cart */
#social-air a {
    position: relative;
    width: 100%;
    height: 100%;
    margin-right: 10px;
}

#social-air a span {
}

#social-air a:hover span {
}

/* footer wrapper */
#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: #348911;
    z-index: 1;
    color: #fff;    /* padding-bottom: 25px; */
}

footer .top-footer .content ul .name {
    color: yellow;
    font-size: 18px;
    font-weight: bold;
}

footer .top-footer {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

footer .top-footer .title {
}

footer .top-footer .title h3 {
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

footer .fb-page {
    border: 4px solid #fff;
}

footer .top-footer .content {
}

footer .top-footer .content.hotline {
}

footer .top-footer .content.hotline .has-icon {
    background: url(../img/cphon.png) no-repeat;
    padding-left: 45px;
    text-align: left;
}

footer .top-footer .content.hotline .has-icon p {
}

footer .top-footer .content.hotline .sdesc {
    font-size: 13px;
    color: #ccc;
}

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

footer .top-footer .content ul li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 14px;
    line-height: 17px;
}

footer .top-footer .content 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;
    font-size: 13px;
}

footer .top-footer .content ul li a:hover {
    text-decoration: none;
    color: #ccc;
}

footer .social {
    margin: 10px 0;
    text-align: center;
    font-size: 21px;
}

footer .social a:hover {
    color: #FAC32B;
    text-decoration: none
}

footer .social a {
    margin-right: 10px;
    color: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
    margin: 0;
}

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

footer .copyright {
    padding: 8px 0px;
    color: #fff;
    font-family: arial;/* padding-bottom: 4px; */
    font-size: 12px;
    background: #348911;
    border-top: 1px solid #fff;
}

footer .copyright .ana {
    text-align: right
}

footer .copyright .ana span {
    color: yellow
}

footer #content-footer {
    color: #FDFDFD;
    font-size: 15px;
    =:30px0;
}

footer #content-footer .title h1 {
    font-size: 20px;
    margin: 0;
}

footer #content-footer .title {
    font-family: Avo_bold;
    font-size: 15px;
    border-left: 4px solid #fff;
    text-indent: 11px;
    height: 18px;
}

footer #content-footer .content {
}

footer #content-footer .content .support-i {
    display: inline-block;
    text-align: center
}

footer #content-footer .content .support-i span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: 0;
    position: relative;
    top: -3px;
}

footer #content-footer .content .online-sp a:hover {
    background-position: 0 -32px !important;
}

footer #content-footer .content .online-sp a {
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 2px
}

footer #content-footer .content .online-sp a.skype {
    background: url(../img/skype-sprite.png) no-repeat 0 0
}

footer #content-footer .content .online-sp a.yahoo {
    background: url(../img/yahoo-sprite.png) no-repeat 0 0;
    background-position: 0 0;
}

footer #content-footer .content .cname {
    font-family: Helvetins;
    color: #EFFF35;
    font-size: 21px;
}

footer #content-footer .content.info div a {
    color: #fff
}

footer #content-footer .content.info div {
    margin-bottom: 0px;
}

footer #content-footer .content .info {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 17px;
}

footer #content-footer .content .info li {
    margin-bottom: 6px;
}

footer #content-footer .content .info li a {
    color: #fff;
}

footer #content-footer .content .info li.add img {
    margin-bottom: 4px;
}

footer #content-footer .content .info li.phone img {
    position: relative;
    top: -1px;
}

footer #content-footer .content .info li.fax img {
    position: relative;
    top: -5px;
}

footer #content-footer .content .info li.email img {
    position: relative;
    top: -1px;
}

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

.map-contact {

    /* padding: 3px; */
    border: 1px solid rgba(204, 204, 204, 0.31);
    margin-bottom: 4px;    /* background-color: rgb(0, 133, 60); */
}

.video-wrapper {

    /* border: 4px solid #4731B5; */
}

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

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

/*end notify me */

/* media queue */

.zoomContainer {
    z-index: 123
}

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

.box_containerlienhe .header .name {
    width: 72% !important;
}

.box_containerlienhe .header .name h3 {
    font-size: 12px !important;
}

.box_containerlienhe .left-position-link {
    position: absolute !important;
    bottom: 10px !important;
    right: 0 !important;
    left: auto !important;
}

#watch-video {
    display: none;
    position: absolute;
    top: 70%;
    left: 46%;
    z-index: 123;
}

#watch-video a {
    color: #ccc;
    font-size: 17px;
    z-index: 123;
}

#watch-video a:hover {
    text-decoration: none;
    color: #fff;
}

#watch-video a i {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

#video {
    position: relative
}

.index #video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#slogan {
    text-align: center;
    font-size: 28px;
    font-family: Avo;
    color: #969696;
    margin-bottom: 30px;
}

#slogan .inner {
    padding: 30px 0;
}

.email {
    background: url(../img/email.png)no-repeat left center;
    padding-left: 20px;
    margin-right: 30px;
}

.header-top {
    background: #F8F8F8;
    line-height: 35px;
    font-size: 15px;
    color: #6B6B6B;
}

.search {
    position: relative;
    width: 175px;
}

.bg-sch {
    width: 100%;
    outline: none;
    line-height: 24px;
    border-radius: 40px;
    border: none;
    text-indent: 20px;
    font-size: 11px;
    color: #333;
}

.bnt-sch {
    height: 100%;
    padding: 0px 0px;
    border-radius: 0px 40px 40px 0px;
    border: none;
    position: absolute;
    top: 0;
    left: 5px;
    background: none;
}

.logo {
}

.mangxahoi {
}

/*hover*/
.img-duan:hover {
    transform: rotate(180deg);
}

.img-duan {
    transition: all 1s;
}

footer .bottom {
    background: #009BDB;
    line-height: 12px;
}

footer .analytics {
    line-height: 25px;
}

.mainmenu {
    margin: 40px 0px;
}

.mainmenu ul {
    padding: 0;
    width: 100%;
}

.mainmenu ul li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    text-align: right;
    padding-left: 6px;
    line-height: 45px;
}

.mainmenu ul li a {
    color: #000;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-family: robotocondensed_regular;
}

.mainmenu ul > li:after, .mainmenu ul > li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 85%;
    right: 0;
    background: rgba(14, 14, 14, 0.12);
    top: 4px;
    opacity: 0;
}

.mainmenu ul > li:before {
    right: -1px;
    opacity: 0;
    background: rgba(32, 33, 33, 0.09);
}

.last:after, .last:before {
    background: none !Important;
}

.last {
}

.support .hotline {
    margin: 15px 0px;
    color: #D92626;
    font-size: 25px;
    font-weight: bold;
    background: url(../img/iconhotline.png) no-repeat left center;
    line-height: 50px;
    text-align: center;
}

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

.support-online .sp-item {
    color: #545252;
    font-family: arial;
    font-size: 12px;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0;
    padding-bottom: 10px;
}

.support-online .box-left {
    width: 85%;
    margin: 0 auto;
}

.support-online .right-title {
    background: #FF0000;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px 0px 5px 5px;
}

.support-online .right-title h2 {
    font-size: 20px;
    color: #fff;
    margin-top: 0;
    line-height: 35px;
    margin-bottom: 0;
}

.thongtintaikhoan h3 {
    color: #696969;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.introduce {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
}

.gioithieu {
    border: 1px solid #ccc;
}

.thongtintaikhoan {
    background: url(../img/taikhoan.png) no-repeat top center;
    padding-top: 1px;
}

/*Bottom*/
.item-chinhsach .motachinhsach {
    padding-top: 11px;
    height: 55px;
    overflow: hidden;
}

.motachinhsach h3 {
    margin: 0;
}

.motachinhsach h3 a {
    font-size: 18px;
    color: #15B3F5;
    text-transform: uppercase;
}

.motachinhsach h3 a:hover {
    color: blue;
}

.motachinhsach h3
.motachinhsach {
    text-align: justify;
}

.item-chinhsach {
    background: #FBFBFB url(../img/bg-pd.png) no-repeat;    /* max-height: 135px; */
    overflow: hidden;
    padding: 20px 0px;
}

/* Tab */
.wrap-nav-tab {
    margin: 0 15px;
    background: #F4F4F4;
    border-top: 5px solid #009BDB;
    margin-bottom: 15px;
}

.img-xemnhieu {
    text-align: center;
    margin-bottom: 20px;
}

/*main menu*/
.mainmenu ul li:hover .submenu {
    display: block;
}

.submenu {
    position: absolute;
    z-index: 1;
    background: rgb(212, 212, 212);
    top: 100%;
    left: 0px;
    width: 250px !Important;
    padding: 0;
    display: none;
}

.submenu li {

    /* border-bottom: 1px solid rgba(0, 155, 219, 0.53); */
    display: block;
    width: 100%;
    min-width: 250px;
    padding: 0 !important;
    padding-left: 15px !important;
    padding-top: 0px !Important;
    padding-bottom: 0px !important;
    background: rgb(212, 212, 212);
    text-align: left !important;
}

.submenu li a {
    font-size: 14px !Important;
}

.submenu li:hover {
    background: rgba(233, 0, 0, 0.95) !important;
    transition: 0.1s;
}

.submenu li:hover a {
    color: #fff;
}

.mainmenu ul li .active {
    background: url(../img/hover.png)no-repeat bottom right;
}

.mainmenu ul li:hover {
    background: url(../img/hover.png)no-repeat bottom right;
    transition: 0.1s;
}

.wrap-nav ul li img {
    padding-right: 10px;
}

.menucon {
    position: absolute;
    right: 0;
    left: 100%;
    z-index: 1;
    min-width: 260px;
    background: rgb(255, 255, 255);
    top: 0;
    display: none;
    z-index: 99999;
}

#main-nav li:last-child {
    border-bottom: none !important;
}

.wrap-nav ul li:hover .menucon {
    display: block;
}

/*Css*/
.top-header {
    background: #348911;
    color: #fff;
    line-height: 40px;
    font-family: arial;
    font-size: 13px;
}

.title_sp {
    padding-bottom: 30px;
}

.title_sp h2 {
    background: url(../img/bg-spnoibat.png)no-repeat center center;
    text-align: center;
    font-family: robotoBold;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 18px;
    margin-top: -25px;
}

.wrap-content-center {
    padding-bottom: 60px;
}

.title_social {
    font-family: Alter-gothic;
    color: #555;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.wrap_footer {
    position: relative;
}

.form_subcribe {
    background: url(../img/bg-dangky.png)no-repeat top center;
    padding: 22px 0px;
}

.subscribe-left {
    width: 265px;
    text-align: center;
}

.subscribe-right {
    width: 530px;
}

.subcribe {
    position: relative;
}

.form-dangky {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    background: #FCFCFC;
    border-radius: 0px;
    box-shadow: none;
    height: 40px;
    border: none;
}

.btn-dk {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: #404040;
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px 20px;
    height: 100%;
}

.item-product:nth-child(4n+1) {
    clear: both;
}

.bottom_footer ul .name {
    color: yellow;
    font-family: avo_bold;
    font-size: 20px;
}

.bottom_footer ul li {
    list-style: none;
    line-height: 40px;
}

.bottom_footer ul {
    padding: 0;
    margin: 0;
}

.bottom_footer {
    padding: 30px 0px;
}

.noidungfooter {
    width: 280px;
}

.fanpage_facebook {
    width: 280px;
}

.map {
    width: 300px;
    margin: 0px 50px;
}

.analytics {
    text-align: right;
}

.yellow {
    color: yellow;
    font-weight: bold;
}

.title_bottom {
    font-family: UTMHelvetIns;
    color: #348911;
    text-transform: uppercase;
    font-size: 25px;
    background: url(../img/bg-bottom.png)no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.thongtinhuuich {
    width: 715px;
}

.videoclip {
    width: 455px;
}

#scroller1 {
    padding: 0;
    margin: 0;
}

.news_left {
    width: 330px;
    float: left;
}

.news_right h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #000;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.date {
    display: none;
}

.news_right {
    float: right;
    width: 375px;
    text-align: justify;
}

.news_left h3 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 10px 0px;
}

#bottom {
    padding-bottom: 30px;
}

.wap_chinhsach {
    width: 180px;
    float: left;
    margin-left: 50px;
}

.tieude_chinhsach {
    font-family: robotoBold;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
}

.noidung_chinhsach {
    margin-top: 20px;
}

.noidung_chinhsach a {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
}

.noidung_chinhsach a:hover {
    color: yellow;
    transition: 1s;
}
/* css news nổi bật */
.w-newsnb{
    padding: 30px 0;
}
.title-newsnb{
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-family: robotoBold;
    color: #348911;
    margin-bottom: 1.5rem;
}
.box-newsnb{}
.pic-newsnb{
    margin-bottom: 1rem;
}
.pic-newsnb img{
    width: 100%;
}
.info-newsnb{}
.info-newsnb h3{
    margin: 0;
}
.name-newsnb{
    color: #333333;
    font-size: 17px;
    -webkit-line-clamp: 2;
    line-height: normal;
    font-family: 'robotoBold';
    margin-bottom: 1rem;
}
.desc-newsnb{}
/* end css nổi bật */