    @charset "utf-8";
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-size: 14px;
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    line-height: 1.4;
}

body.container-fluid {
    padding: 0;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

strong,
b {
    font-weight: 700;
}

img {
    max-width: 100%;
}

.img-responsive {
    width: 100%;
}

#header {
    background: url(../images/bg.png) top center no-repeat;
    background-size: cover;
}

#header.fixed {}

#nav-top {
    background: #096cbd;
    padding: 10px 0;
    transition: .3s all linear;
}

#nav-top .navbar-right {
    margin: 0;
}

#nav-main .navbar-brand {
    height: auto;
    padding: 5px 0px 5px 55px;
}

#nav-main {
    background: transparent;
    margin: 0;
    min-height: unset;
}

#nav-header {
    padding: 10px 0;
    position: relative;
    margin: 0;
}

#nav-header>li {
    position: static;
}

#nav-contact {
    padding: 25px 0;
}

#nav-contact>li {
    padding: 0 5px;
}

#nav-contact>li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #067f49;
    background: #fff;
    border-radius: 25px;
    padding: 5px 15px;
    transition: .3s all linear;
    background: transparent;
}

#nav-contact>li:hover>a,
#nav-contact>li.active>a {
    background: transparent;
    opacity: .89;
}

#nav-contact>li.logined ul {
    min-width: auto;
    padding: 0;
    right: 15px;
    visibility: hidden;
    opacity: 0;
    transition: .3s all linear;
    display: block !important;
}

#nav-contact>li.logined:hover ul {
    visibility: visible;
    opacity: 1;
}

#header.fixed #nav-contact>li a {
    color: #fff;
    background: #067f49;
}

#nav-header>li {
    padding: 0 5px;
    border-right: 2px solid #fff;
}

#nav-header>li:last-child {
    border: 0;
}

#nav-header>li>a {
    text-transform: uppercase;
    color: #fff;
    transition: .3s all linear;
    position: relative;
    font-weight: 700;
    padding: 0 5px;
    text-shadow: 1px 1px 1px #333;
    background: transparent;
}

#header.fixed #nav-header>li>a {}

#nav-header>li:hover>a {
    background: transparent;
    opacity: .7;
    transition: .3s all linear;
}

#nav-header>li>a:before {
    /*    content: '';
    height: 3px;
    
    background: #fbbd1c;
    width: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: .3s all linear;*/
}

#nav-header>li:hover>a:before,
#nav-header>li.active>a:before {
    /*width: 100%;
    transition: .3s all linear;*/
}

#nav-header>li.active>a,
#nav-header>li:hover>a {
    transition: .3s all linear;
}

#nav-header>li.iconSeach>a {
    border: 0;
}

#nav-header>li.iconSeach:hover>a {
    border: 0;
    transition: .3s all linear;
}

#nav-header>li.btnSocial>a {
    background: #b0b0b0;
    color: #fff;
    border-radius: 50%;
    font-weight: 400;
    font-size: 16px;
    width: 36px;
    height: 36px;
    align-items: center;
    display: flex;
}

#nav-header>li.btnSocial>a>i {
    margin: 0 auto;
}

#nav-header>li.btnSocial:hover>a {
    transition: .3s all linear;
    background: #b0b0b0 !important;
    color: #fff;
}

#nav-lang>li.active>a,
#nav-lang>li:hover>a,
#nav-lang>li:focus>a,
#nav-lang>li:active>a {
    background: transparent;
    font-weight: 700;
}

#nav-header.nav>li>a:focus,
#nav-header.nav>li>a:active,
#nav-header.nav>li>a:hover,
#nav-header.nav>li.current_page_item>a,
#nav-contact.nav>li>a:focus,
#nav-contact.nav>li>a:active,
#nav-contact.nav>li>a:hover,
#nav-contact.nav>li.current_page_item>a {
    text-decoration: none;
    background-color: transparent;
}

#nav-header ul {
    margin: 20px 0 0 0;
    _margin: 0;
    /*IE6 only*/
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50px;
    right: 50px;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    transition: all .2s ease-in-out;
    padding: 10px 8px;
    border-left: 1px solid #264c57;
    z-index: 999;
}

#nav-header li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}

#nav-header>li ul li {
    display: block;
    padding: 3px 0;
}

#nav-header>li ul li a {
    color: #264c57;
}

#nav-header>li ul li:hover a,
#nav-header>li ul li.current-menu-item a,
#nav-header>li ul li.current-category-product-ancestor a {
    font-weight: 700;
}

.padding-50 {
    padding: 15px 0;
}

.btn {
    position: relative;
    overflow: hidden;
    outline: 0 !important;
}

.btnDangky {
    height: auto;
    padding: 15px;
    border-radius: 80px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    background: #209652;
    font-size: 20px;
    transition: all linear .3s;
}

.btnDangky:hover,
.btnDangky:active,
.btnDangky:focus {
    opacity: .9;
    color: #fff;
    background: #209652;
}

.padding-t-50 {
    padding-top: 50px;
}

.ft-nav {
    padding: 10px;
    color: #fff;
    background: #112645;
}

.bg-active-xs {
    opacity: 1;
    visibility: visible;
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#sidebar {
    overflow: auto;
    background: #fff;
    position: fixed;
    width: 240px;
    height: 100vh;
    left: -500px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 99999;
    top: 0;
    visibility: hidden;
    transition: .5s all ease;
}

#sidebar.active {
    visibility: visible !important;
    left: 0 !important;
}

#sidebar .text-center {
    padding: 15px 0;
    border-bottom: 5px solid #f6f6f6;
}

#sidebar .clearfix div>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .clearfix div>ul>li {
    margin: 0;
    position: relative;
    clear: both;
}


/*#sidebar .clearfix div>ul>li i {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 20px 15px;
    }*/

#sidebar .clearfix div>ul>li ul {
    border: 0;
    position: static;
    margin: 0 0 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, .075);
    width: 85%;
}

#sidebar .clearfix div>ul>li ul li {}

#sidebar .clearfix div>ul>li ul a {
    white-space: normal;
    text-transform: uppercase;
}

#sidebar .clearfix div>ul>li>a {
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 100;
    color: #333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #fff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

#sidebar .clearfix div>ul>li.btnLogin>a {
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #e20613), color-stop(1, #a0090e));
    background: -moz-linear-gradient(center top, #e20613 5%, #a0090e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e20613', endColorstr='#a0090e');
    background-color: #e20613;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    padding: 8px;
}

#sidebar .clearfix div>ul>li.btnLogin>a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #a0090e), color-stop(1, #e20613));
    background: -moz-linear-gradient(center top, #a0090e 5%, #e20613 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a0090e', endColorstr='#e20613');
    background-color: #a0090e;
    color: #fff;
    transition: 1s all linear;
}

#sidebar .clearfix div>ul>li:hover>a,
#sidebar .clearfix div>ul>li.active>a,
#sidebar .clearfix div>ul>li.open>a {
    color: #008445;
}

#sidebar .clearfix div>ul>li.dropdown .dropdown-menu {
    position: static;
    float: none;
    border: 0;
    box-shadow: none;
}

#sidebar .clearfix div>ul>li.dropdown .dropdown-menu li {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sidebar .clearfix div>ul>li.dropdown .dropdown-menu li.active {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-left: 33px;
}

#sidebar .clearfix div>ul>li.dropdown.open a i:before {
    content: "\f106";
}

#sidebar .clearfix div>ul>li.dropdown .dropdown-menu li.active:after {
    content: '';
    height: 21px;
    width: 3px;
    left: 25px;
    top: 10px;
    background: #096cbd;
    position: absolute;
}

#sidebar .clearfix div>ul>li.dropdown .dropdown-menu li a,
#sidebar .clearfix div>ul>li.dropdown .dropdown-menu li a:hover,
.dropdown-menu li a:active {
    background: transparent;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

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

label.error {
    text-align: left;
    float: left;
    width: 100%;
    font-weight: 500;
    color: #ed1b24;
    padding: 5px 0;
    transition: .3s all linear;
}

.btn-width-100 {
    width: 100%;
}

#contact .footer-bg {
    background: url(../images/bg-ft.png) center top no-repeat;
    background-size: cover;
    padding: 70px 15px 0 15px;
}

#contact,
#contact a {
    color: #fff;
    line-height: 2;
}

.footer-content span {
    float: left;
    padding-right: 15px;
    min-width: 35px;
}

#contact .footer-content {
    padding: 25vh 0 10vh 0;
    position: relative;
    font-size: 16px;
}

#loader-t {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
}

#loader-t div {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 40%;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    color: #fff;
}

#scrollTop {
    position: fixed;
    right: 5px;
    bottom: 25px;
    color: #333;
    cursor: pointer;
    z-index: 999;
    /*transform: rotate(90deg);*/
}

#scrollTop a {}

#scrollTop.active {
    animation: bounce linear 1s;
    animation-iteration-count: 1;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #49724A;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #49724A;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #49724A;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #49724A;
}

.btn-style-1 {
    background: #1C5128;
    color: #fff;
    border-radius: 25px;
    box-shadow: none;
    transition: .3s all linear;
    position: relative;
    padding: 6px 25px;
    z-index: 9;
    width: 100%;
}

.btn-style-1:hover,
.btn-style-1:focus,
.btn-style-1:active {
    background: #1C5128;
    color: #fff;
    transition: .3s all linear;
    opacity: .8;
}

.btn-style-2 {
    background: #fbbd1c;
    color: #000;
    border-radius: 25px;
    box-shadow: none;
    transition: .3s all linear;
    position: relative;
    padding: 6px 25px;
    z-index: 9;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-style-2:hover,
.btn-style-2:focus,
.btn-style-2:active {
    background: #fbbd1c;
    color: #000;
    transition: .3s all linear;
    opacity: .8;
}

.btn-style-3 {
    background: #ed1b24;
    color: #fff;
    border-radius: 25px;
    box-shadow: none;
    transition: .3s all linear;
    position: relative;
    padding: 6px 25px;
    z-index: 9;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-style-3:hover,
.btn-style-3:focus,
.btn-style-3:active {
    background: #ed1b24;
    color: #fff;
    transition: .3s all linear;
    opacity: .8;
}

.btn-width-80 {
    width: 80%;
}

.btn-style-4 {
    background: #fff;
    color: #11a666;
    border-radius: 25px;
    box-shadow: none;
    transition: .3s all linear;
    position: relative;
    border: 1px solid #11a666;
    padding: 6px 25px;
    z-index: 9;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-style-4:hover,
.btn-style-4:focus,
.btn-style-4:active {
    background: #fff;
    color: #11a666;
    transition: .3s all linear;
    border: 1px solid #11a666;
    opacity: .8;
}

.btn-style-5 {
    background: #11a666;
    color: #fff;
    border-radius: 25px;
    box-shadow: none;
    transition: .3s all linear;
    position: relative;
    border: 1px solid #11a666;
    padding: 6px 25px;
    z-index: 9;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-style-5:hover,
.btn-style-5:focus,
.btn-style-5:active {
    background: #11a666;
    color: #fff;
    transition: .3s all linear;
    border: 1px solid #11a666;
    opacity: .8l;
}

.btn-text-normal {
    text-transform: none !important;
}

.btn+.btn {
    margin-left: 5px;
}

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

.table-tmt {
    border-collapse: separate;
    border-spacing: 5px;
    border: 0;
}

.table-bordered.table-tmt>tbody>tr>td:first-child,
.table-bordered.table-tmt>tbody>tr>th:first-child,
.table-bordered.table-tmt>tfoot>tr>td:first-child,
.table-bordered.table-tmt>tfoot>tr>th:first-child,
.table-bordered.table-tmt>thead>tr>td:first-child,
.table-bordered.table-tmt>thead>tr>th:first-child {
    border: 0;
    background: #dae8e2;
    padding: 15px;
}

.table-bordered.table-tmt>tbody>tr>td:last-child,
.table-bordered.table-tmt>tbody>tr>th:last-child,
.table-bordered.table-tmt>tfoot>tr>td:last-child,
.table-bordered.table-tmt>tfoot>tr>th:last-child,
.table-bordered.table-tmt>thead>tr>td:last-child,
.table-bordered.table-tmt>thead>tr>th:last-child {
    padding: 15px;
    color: #00ab5c;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 5px;
    margin-right: 10px;
    font-size: 15px;
    color: #264c57;
    text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {}

.wp-pagenavi span.current {
    font-weight: bold;
}

.wp-pagenavi span.pages {
    display: none;
}

.slider-home.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

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

.overflow-img {
    overflow: hidden;
    position: relative;
}

.overflow-img img {
    transition: .3s all linear;
    display: block;
    margin: 0 auto;
}

.overflow-img:hover img {
    transform: scale(1.05);
}

#home {
    position: relative;
}

#main-shadow {
    background: rgba(255, 255, 255, .5);
    padding: 50px 25px;
    box-shadow: 0px -10px 35px 0px rgba(0, 0, 0, .1)
}

#slider-home {
    position: relative;
}

#slider-home .item {
    position: relative;
}

.va-text {
    position: absolute;
    bottom: 30%;
    right: 0;
    left: 0;
    z-index: 1;
}

.va-title {
    text-transform: uppercase;
    color: #0a6c3f;
    position: relative;
    padding-left: 15px;
    font-size: 60px;
}

.va-description {
    letter-spacing: 3px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    bottom: 2%;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 1;
    color: #6e7072;
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
}

.bb .slick-dots li button::before {
    color: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #333;
}

.home-img {
    position: absolute;
    bottom: 5px;
    left: 0;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:active,
.slick-next:active {
    font-size: 20px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    width: 50px;
    height: 50px;
    z-index: 1;
    color: #333;
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;
}

.slick-dots li button {
    color: #fff;
}

.slider-4 .slick-slide {
    padding: 0 5px;
}

.slider-2 .slick-slide {
    padding: 0 5px 0 15px;
}

.bb .slick-slide img {
    margin: 0 auto;
}

.bb .slick-dots {
    bottom: -12%;
}

.slider-2 .slick-dots {
    bottom: -15%;
}

.padd-50 {
    padding: 50px 0;
}

#header {
    position: relative;
}

.title {
    text-align: center;
    font-weight: 500;
}

#section2 {
    background: url(../images/bg-2.png) top center no-repeat;
    background-size: cover;
    background-position: 0px 95px;
}

.list-2-item {
    text-align: center;
    margin-bottom: 15px;
}

#section3 {
    position: relative;
    clear: both;
}

.img-ab>img {
    position: absolute;
}

.sieuthucpham {
    top: 5%;
    left: 0;
}

.z3v {
    top: 5%;
    right: 15px;
        -webkit-animation: tada 1.5s infinite ease-in-out;
    -moz-animation: tada 1.5s infinite ease-in-out;
    animation: tada 1.5s infinite ease-in-out;
}

.z60 {
    top: 2%;
    right: 32%;
}

.bo,
.amin,
.daunanh,
.z17 {
    position: absolute;
}

.bo span,
.amin span,
.daunanh span,
.z17 span {
    float: right;
    padding-top: 18px;
    padding-left: 10px;
    font-size: 20px;
}

.bo {
    top: 22.5%;
    left: 46%;
}

.amin {
    top: 22.5%;
    left: 66%;
}

.daunanh {
    top: 34.5%;
    left: 46%;
}

.z17 {
    top: 34.5%;
    left: 66%;
}

.chatkhoang {
    position: absolute;
    top: 42.6%;
    left: 43%;
}

.chatkhoang img {
    width: 50%;
    margin: 0 auto;
    display: block;
}

.chatkhoang p {
    margin: 5px auto;
    background: #1978a6;
    padding: 5px;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
}

.oxyhoa {
    top: 66%;
    left: 35%;
    position: absolute;
    text-align: center;
}

.oxyhoa img,.acidbeo img,.vitamin img {
    margin: 0 auto;
    display: block;
}

.oxyhoa p,.acidbeo p,.vitamin p {
    background: #1978a6;
    text-align: center;
    width: 200px;
    margin: 5px auto;
    border-radius: 20px;
    padding: 3px;
    color: #fff;
    transition: .3s all linear;
}
.oxyhoa p:hover,.acidbeo p:hover,.vitamin p:hover {
    background: #a8d27a;
    transition: .3s all linear;
}
.acidbeo {
    top: 64%;
    left: 57%;
    position: absolute;
    text-align: center;
}

.vitamin {
    top: 63%;
        right: 8%;
    position: absolute;
    text-align: center;
}

.rec-item {
    position: relative;
    min-height: 165px;
    padding-left: 180px;
    padding-top: 50px;
    margin-top: 25px;
}

.rec-item img {
    position: absolute;
    left: 0;
    top: 0;
}

.ccan {
    display: table;
    margin: 0 auto;
}

.ccan p,
.l-t-c,
.l-b-c,
.r-t-c,
.r-b-c {
    position: absolute;
}

.left-t-text {
    top: 15%;
    left: -110%;
}

.left-b-text {
    left: -125%;
    top: 46%;
}

.right-t-text {
    top: 15%;
    right: -110%;
}

.right-b-text {
    right: -108%;
    top: 46%;
}

.l-t-c {
    left: -58%;
    top: 18%;
}

.l-b-c {
    top: 50%;
    left: -60%;
}

.r-t-c {
    right: -58%;
    top: 18%;
}

.r-b-c {
    top: 50%;
    right: -60%;
}

.h-h {
    height: 50px;
    display: table;
    width: 2px;
    background: #a0cb77;
    margin: 10px auto;
}

.img-ab-xs img {
    margin: 5px 0;
}

.img-ab-xs {
    margin: 25px 0;
}

.img-ab-xs .i-i img {
    clear: both;
    width: 100px;
}

.img-ab-xs .i-i {
    position: relative;
    height: 150px;
    width: 100%;
    margin-bottom: 25px;
}

.img-ab-xs .i-i:after {
    position: absolute;
    content: '';
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    background: #a0cb77;
    margin: 10px auto;
}

.img-ab-xs .i-i img {
    position: absolute;
}

.img-ab-xs .i-i img.i1 {
    left: 15px;
    top: 0;
}

.img-ab-xs .i-i img.i2 {
    right: 15px;
    top: 0;
}

.img-ab-xs .i-i img.i3 {
    left: 15px;
    bottom: 0;
}

.img-ab-xs .i-i img.i4 {
    right: 15px;
    bottom: 0;
}

.ft-text p {
    line-height: 1.6;
    margin: 15px 0;
}

.frmMessage .form-control {
    border-radius: 25px;
    background: #A8D27A;
    color: #333;
}

@media (min-width: 1900px) {
    .sieuthucpham {
        top: 5%;
        left: 0;
    }
    .z3v {
        top: 5%;
        right: 15px;
    }
    .z60 {
        top: 5%;
        right: 34%;
    }
    .bo {
        top: 24%;
        left: 47%;
    }
    .amin {
        top: 24%;
        left: 67%;
    }
    .daunanh {
        top: 34.5%;
        left: 47%;
    }
    .z17 {
        top: 34.5%;
        left: 67%;
    }
    .chatkhoang {
           top: 43.3%;
    left: 43.5%;
    width: 15%;
    text-align: center;
    }
    .oxyhoa {
        top: 68%;
        left: 36%;
    }
    .acidbeo {
        top: 66%;
        left: 58%;
    }
    .vitamin {
        top: 65%;
        right: 10%;
    }
}

@media (min-width:769px) {
    .img-pr {
        position: absolute;
        bottom: -40px;
    }
    .logo {
        position: absolute;
        z-index: 1;
    }
    .header-flex {
        display: flex;
        align-items: flex-end;
    }
}

@media (min-width:700px) {
    .col-sm-5-1 {
        width: 20%;
    }
    body.home .home-bg.active:after {
        animation: changeBG 2s linear infinite;
        -webkit-animation: changeBG 2s linear infinite;
        -moz-animation: changeBG 2s linear infinite;
        -o-animation: changeBG 2s linear infinite;
        animation: changeBG 2s linear infinite;
    }
    body.home .home-bg {
        min-height: 100vh;
        min-width: 100vw;
    }
    body.home .home-bg {
        position: relative;
        background: url(../images/bg-active.jpg) center top no-repeat;
        background-size: cover;
        z-index: 1;
    }
}

@media (max-width:992px) {
    .navbar-toggle.btnMobile {
        display: block !important;
        position: relative;
        right: 0;
        top: 10px;
        z-index: 99999;
        margin: 0;
        padding: 0 5px 15px 10px;
    }
    .owl-next,
    .owl-prev,
    .fp-controlArrow.fp-prev,
    .fp-controlArrow.fp-next {
        display: none !important;
    }
    .right-content img {
        display: none;
    }
    .border-hover-text-img span {
        font-size: 18px;
    }
    .home-field {
        margin: 15px 0;
    }
}

@media (min-width:768px) {
    .rt-title span {
        font-size: 30px;
    }
    .home-img {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .valign-center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #nav-header>li {
        padding: 0 5px;
    }
    .frm-register h2 {
        font-size: 21px;
    }
    .flex-md {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .modal-dialog {
        width: 430px;
        margin: 30px auto;
    }
    .gif {
        position: absolute;
        left: -35px;
    }
    .member-luck-header .col-xs-5.col-sm-5 {
        padding-left: 5px;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    #nav-header>li>a,
    #nav-contact>li a {
        font-size: 12px;
    }
    .gif {
        position: static;
    }
    #vpbank-main h1 {
        font-size: 24px;
    }
    .triangle {
        width: 40%;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .btnMobile {
        margin-top: 20px;
    }
    #nav-main .navbar-brand {
        margin-top: 15px;
    }
    .gif {
        position: static;
    }
    #btnDemo,
    #btnReal {
        font-size: 12px;
    }
    #vpbank-main h1 {
        font-size: 18px;
    }
    .list-gif-box .col-xs-6:nth-child(3n+1) {
        clear: both;
    }
    #nav-header,
    #nav-contact {
        padding: 25px 0 0 0;
    }
    #nav-header>li>a,
    #nav-contact>li a {
        font-size: 10px;
        padding: 10px 2px 0 2px;
    }
    #nav-header>li,
    #nav-contact>li {
        padding: 10px 5px;
    }
    .triangle {
        width: 40%;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:landscape) {
    .gif {
        position: static;
    }
}

@media only screen and (min-device-width:1024px) and (max-device-width:1366px) and (orientation:portrait) {
    .gif {
        position: static;
    }
    #vpbank-main h1 {
        font-size: 24px;
    }
    #nav-header>li>a,
    #nav-contact>li a {
        font-size: 12px;
    }
    .triangle {
        width: 40%;
    }
}

@media (max-width:767px) {
    .rec-item img {
        position: absolute;
        left: 0;
        top: 0;
        width: 65px;
    }
    .rec-item {
        position: relative;
        min-height: unset;
        padding-left: 75px;
        padding-top: 15px;
        margin-top: 25px;
        text-align: justify;
    }
    .ccan p,
    .l-t-c,
    .l-b-c,
    .r-t-c,
    .r-b-c {
        position: static;
    }
    .ccan p {
        margin-top: 10px;
    }
    .home-img {
        position: static;
    }
    #nav-header {
        padding: 10px 0;
        position: relative;
        margin: 0 auto;
        text-align: center;
        float: left;
        width: 100%;
        padding-left: 50px;
    }
    .navbar-header {
        display: none;
    }
    #navbar-box {
        display: block !important;
        width: 100%;
        float: left;
    }
    #nav-header {
        padding: 5px 0;
        position: relative;
        margin: 0 auto;
        text-align: center;
        float: left;
        width: 100%;
        padding-left: 50px;
    }
    #nav-header>li {
        padding: 0;
        border-right: 2px solid #fff;
        float: left;
        /* width: 25%; */
        font-size: 8px;
        text-align: center;
    }
    #nav-header>li>a {
        text-transform: uppercase;
        color: #fff;
        transition: .3s all linear;
        position: relative;
        font-weight: 700;
        padding: 0 5px;
        text-shadow: 1px 1px 1px #333;
        background: transparent;
        line-height: 1;
    }
    /***/
    .padd-50 {
        padding: 10px 0;
    }
    .rt-title span {
        width: 95%;
        display: table;
        margin: 0 auto;
    }
    .width50 {
        width: 96% !important
    }
    #place .col-xs-12 {
        padding-left: 15px !important
    }
    .bb .slick-slide img {
        margin: 0 auto;
        width: 100%;
    }
    #contact {
        padding: 0;
    }
    .hl-title {
        width: 120px;
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 15px;
        height: 5px;
    }
    .slick-slide {
        padding: 0 !important
    }
    .slick-dots {
        bottom: -10px;
    }
    .home-img {
        bottom: -1px;
    }
    .home-img .col-xs-12 {
        padding: 0;
    }
    .or-text {
        margin-top: 25px;
        font-size: 9px;
        padding: 10px 15px;
    }
    .or-text img {
        position: absolute;
        top: -12px !important;
        left: 25px !important;
        width: 120px;
    }
    .or-text img.l {
        top: -9px !important;
    }
    .containers .row {
        margin: 0;
    }
    .home-img .row {
        margin: 0;
    }
    #header.fixed {}
    .slick-prev {
        display: none !important
    }
    .slick-next {
        display: none !important
    }
    .width50 {
        width: 50%;
    }
    body {
        padding-top: 70px;
    }
    #header {}
    .btnMobile .icon-bar {
        background: #fff;
    }
    .btnMobile .icon-bar:last-child {
        width: 15px;
    }
    #sidebar .clearfix div>ul>li ul li {
        padding: 5px;
    }
    #sidebar .clearfix div>ul>li ul a {
        white-space: normal;
        text-transform: uppercase;
        padding: 8px;
    }
    .padding-50 {
        padding: 15px 0;
    }
    .padding-15 {
        padding: 5px 0;
    }
    .text-center-xs {
        text-align: center;
    }
    .navbar-brand {
        display: block !important;
    }
    .navbar-brand img {
        width: 100px;
    }
    .btnMobile {
        margin-top: 15px;
    }
    #nav-main .navbar-brand {
        margin: 8px 0;
    }
    .center-xs {
        text-align: center;
    }
    h1 {
        font-size: 24px !important;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    .text-left-xs {
        text-align: left !important;
    }
    #main,
    #footer {
        background-size: cover !important
    }
    .box-welcome-right {
        display: none;
    }
    .box-welcome-text {
        position: static;
        width: 100%
    }
    .img-ab img.sieuthucpham {
        position: static;
    }
    .logo img {
        width: 45%;
    }
}

@media (max-width:480px) {
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    p.h3 {
        font-size: 20px;
    }
    .btnMobile {
        margin-top: 8px;
    }
}

@media (max-width:320px) {
    #nav-header {
        padding-left: 25px;
    }
    #nav-header>li {
        font-size: 7px;
    }
    /**/
    @-webkit-keyframes FloatingUpdown {
        50% {
            margin-top: -20px;
        }
    }
    @-moz-keyframes FloatingUpdown {
        50% {
            margin-top: -20px;
        }
    }
    /**/
    /**/
    @-webkit-keyframes FloatingBG {
        from {
            background-position: -3px;
        }
        25% {
            background-position: -2px;
        }
        50% {
            background-position: 0px;
        }
        75% {
            background-position: 2px;
        }
        to {
            background-position: 3px;
        }
    }
    @-moz-keyframes FloatingBG {
        from {
            background-position: -3px;
        }
        25% {
            background-position: -2px;
        }
        50% {
            background-position: 0px;
        }
        75% {
            background-position: 2px;
        }
        to {
            background-position: 3px;
        }
    }
    /**/
    /**/
    @-webkit-keyframes opacityT {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    @-moz-keyframes opacityT {
        from {
            opacity: 0
        }
        to {
            opacity: 1
        }
    }
    /**/
    @-webkit-keyframes tmt1 {
        0 {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(50px);
        }
    }
    @-moz-keyframes tmt1 {
        0 {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(50px);
        }
    }
    /**/
    /**/
    @-webkit-keyframes tmt2 {
        0 {
            transform: rotate(10deg);
        }
        50% {
            transform: rotate(-10deg);
        }
    }
    @-moz-keyframes tmt2 {
        0 {
            transform: rotate(10deg);
        }
        50% {
            transform: rotate(-10deg);
        }
    }
    /**/
    /**/
    @-webkit-keyframes rotateBall {
        0 {
            transform: rotate(0);
        }
        50% {
            transform: rotate(360deg);
        }
    }
    @-moz-keyframes rotateBall {
        0 {
            transform: rotate(0deg);
        }
        50% {
            transform: rotate(360deg);
        }
    }
    /**/
    /**/
    @-webkit-keyframes changeBG {
        0 {
            visibility: hidden;
            opacity: 0;
        }
        50% {
            visibility: visible;
            opacity: 1;
        }
        80% {
            visibility: hidden;
            opacity: 0;
        }
    }
    @-moz-keyframes changeBG {
        0 {
            visibility: hidden;
            opacity: 0;
        }
        50% {
            visibility: visible;
            opacity: 1;
        }
        80% {
            visibility: hidden;
            opacity: 0;
        }
    }
    @-o-keyframes changeBG {
        0 {
            visibility: hidden;
            opacity: 0;
        }
        50% {
            visibility: visible;
            opacity: 1;
        }
        80% {
            visibility: hidden;
            opacity: 0;
        }
    }
    @keyframes changeBG {
        0 {
            visibility: hidden;
            opacity: 0;
        }
        50% {
            visibility: visible;
            opacity: 1;
        }
        80% {
            visibility: hidden;
            opacity: 0;
        }
    }
    /**/