body {
    font: 14px/24px 'Lato', sans-serif;
    color: #1a1a1a;
    background: #fff;
}

body, html{
    height: 100%;
    position: relative;
}

/* Standard Styles Starts */

a {
    color: #ffff33;
}
a:hover,
a:focus {
    color: #1a1a1a;
}
a:focus {
    outline: none;
}

/* Heading Styles Starts */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 54px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

/* Form & Buttons Styles Starts */

.btn-secondary {
    background-color: #ffff33;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    color: #131313;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background-color: #eaea12;
}

.btn-main {
    background-color: #363636;
}
.btn-main,
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
    color: #fff;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active,
.btn-main.active {
    background-color: #0f0f0f;
}

/* Navigation Styles Starts */

#nav {
    margin-bottom: 0;
    padding: 0;
}
#nav.sticky-nav {
    width: 100%;
    z-index: 999;
}
#nav .navbar-header {
    position: relative;
}
#nav .navbar-brand {
    height: auto;
}
#nav.navbar-default {
    background-color: #209c5e;
    border: solid #ffff33;
    border-width: 0 0 3px;
    text-transform: uppercase;
}
.menu{
    background: #127d47;
    border-top: 2px solid #ffff00;
}
#nav .navbar-nav > li > a {
    padding-top: 33px;
    font-weight: normal;
    line-height: normal;
    color: #fff;
}
#nav .navbar-nav > li > a:hover,
#nav .navbar-nav > li.current > a {
    color: #ffff33;
}
#nav.navbar-default .navbar-toggle {
    margin-top: 22px;
    border-color: #fff;
    background: none;
}
#nav.navbar-default .navbar-toggle span {
    background-color: #fff;
}
#nav.navbar-default .navbar-toggle:hover {
    background-color: #ffff33;
    border-color: #ffff33;
}
#nav.navbar-default .navbar-toggle:hover span {
    background-color: #363636;
}
#nav.navbar-default .navbar-collapse {
    margin-top: 10px;
    border-color: #787878;
}

/* Header Styles Starts */

.main-header {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    color: black;
    /*    background-image: url(../images/header-bg.jpg);*/
}
.main-header a h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    line-height: 72px;
    color: black;
}
.main-header a:hover{
    color: #015729;
    text-decoration:auto;
}

.main-header h1 span {
    color: #ffff33;
}
.main-header h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -135px;
    width: 270px;
    height: 2px;
    background-color: #ffff33;
}
.main-header h4 {
    margin-top: 40px;
    line-height: 40px;
}
.main-header ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.main-header li {
    padding: 11px 22px;
}
.main-header li .fa {
    font-size: 30px;
}
.main-header .btn-secondary {
    margin-top: 30px;
    padding: 12px 32px;
    font-size: 24px;
}
.main-header .btn-secondary .fa {
    margin-right: 10px;
}

/* Scroll Styles Starts */

#scroll {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 50px;
    color: #fff;
    font-size: 30px;
    background-color: #000;
}
#scroll:hover {
    color: #363636;
    background-color: #ffff33;
}

/* Section Styles Starts */

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-default {
    background-color: #f2f2f2;
}
.section-inverse {
    background-color:#015729;
}
.section h2 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    color: #1f1f1f;
}
.section h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -85px;
    width: 170px;
    height: 2px;
    background-color: #1a1a1a;
}
.section-inverse,
.section-inverse h2 {
    color: #fff;
}
.section-inverse h2 span {
    color: #ffff33;
}
.section-inverse h2:after {
    background-color: #ffff33;
}

/* Welcome Section Styles Starts */

.welcome {
    padding-bottom: 40px;
    position: relative;
}
.welcome:after {
    content: "";
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 51px;
    /*    background: url(../images/section-curve-bg.png) no-repeat center bottom;*/
}
.welcome h2 {
    font-size: 36px;
}

/* Features Section Styles Starts */

.features {
    padding-top: 110px;
}
.features > .container > .row {
    margin-top: 50px;
    margin-bottom: 20px;
}
.features-list {
    margin-top: 50px;
    margin-bottom: 0;
}
.features-list li {
    margin-top: 30px;
    margin-bottom: 30px;
}
.features-list .fa {
    margin-top: 10px;
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-size: 26px;
    color: #1f1f1f;
    border: 2px solid #1f1f1f;
}

/* About Section Styles Starts */

.about {
    position: relative;
    padding-bottom: 110px;
}
.about:after {
    content: "";
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 51px;
    /*    background: url(../images/section-curve-bg.png) no-repeat center bottom;*/
}
.about h2:after {
    margin-left: 0;
    left: 0;
}
.about-list {
    margin-top: 30px;
    margin-bottom: 30px;
}
.about-list li {
    padding-bottom: 10px;
    font-size: 18px;
}
.about-list li .fa {
    padding-right: 10px;
    font-size: 14px;
    color: #ffff33;
}
.about .btn-secondary {
    padding: 12px 24px;
    font-size: 24px;
}
.about .btn-secondary .fa {
    margin-right: 10px;
    font-size: 30px;
    vertical-align: bottom;
}
#about-carousel {
}
#about-carousel .carousel-indicators {
    bottom: -90px;
}
#about-carousel .carousel-indicators li {
    margin: 1px 4px;
    width: 16px;
    height: 16px;
    background: none;
    border: 2px solid #818181;
}
#about-carousel .carousel-indicators li.active {
    border: 2px solid #ffff33;
}

/* Testimonails Section Styles Starts */

.testimonials {
    padding-top: 110px;
    background-image: url(../images/testimonial-bg.jpg);
}
#testimonial-carousel {
    margin-top: 30px;
    margin-bottom: 50px;
}
#testimonial-carousel blockquote {
    padding: 20px 0;
    border: none;
}
#testimonial-carousel blockquote .img-circle {
    margin-top: 20px;
    border: 3px solid #fff;
}
#testimonial-carousel blockquote h3 {
    margin-top: 10px;
    line-height: 46px;
}
#testimonial-carousel blockquote hr {
    border-color: #363636;
}
#testimonial-carousel blockquote h6 {

    color: #818181;
}
#testimonial-carousel blockquote h6 span {
    padding-right: 15px;
    color: #ffff33;
}
#testimonial-carousel .carousel-indicators {
    bottom: -50px;
}
#testimonial-carousel .carousel-indicators li {
    margin: 1px 4px;
    width: 16px;
    height: 16px;
    background: none;
    border: 3px solid #818181;
}
#testimonial-carousel .carousel-indicators li.active {
    border: 3px solid #ffff33;
}
#testimonial-carousel .carousel-control {
    top: 25%;
    width: auto;
    color: #818181;
    font-size: 36px;
    background: none;
    text-shadow: none;
    opacity: 1;
}
#testimonial-carousel .carousel-control:hover {
    color: #ffff33;
}
#testimonial-carousel .carousel-control.left {
    left: 25px;
}
#testimonial-carousel .carousel-control.right {
    right: 25px;
}

/* Stats Section Styles Starts */

.stats {
}
.stats .fa {
    font-size: 54px;
    color: #363636;
}
.stats h1 {
    margin-top: 15px;
    color: #1e1e1e;
}
.stats h4 {
    margin-bottom: 0;
    color: #686868;
}

/* Screenshot Section Styles Starts */

.screenshot {
}
#screenshot-carousel {
    margin-top: 50px;
    /*    margin-bottom: 50px;*/
}
#screenshot-carousel .screenshot-list li {
    position: relative;
}
#screenshot-carousel .screenshot-list li a.screenshot-zoom > i.fa {
    position: absolute;
    top: 0;
    opacity: 0;
    font-size: 46px;
    color: #fff;
}
#screenshot-carousel .screenshot-list li a.screenshot-zoom:hover > i.fa {
    top: 45%;
    opacity: 0.9;
}
#screenshot-carousel .carousel-indicators {
    bottom: -70px;
}
#screenshot-carousel .carousel-indicators li {
    margin: 1px 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #818181;
}
#screenshot-carousel .carousel-indicators li.active {
    border: 1px solid #000;
}

/* Download Section Styles Starts */

.download {
    background: transparent url(../images/download-bg.png) no-repeat center bottom;
}
.download .btn-list {
    margin: 35px 0 100px;
}
.download .btn-list > li {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.download .btn-list > li > .btn-secondary {
    padding: 12px 24px;
    font-size: 18px;
}
.download .btn-list > li > .btn-secondary .fa {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: text-top;
}
.subscribe-now {
    margin-top: 40px;
    margin-bottom: 60px;
}
.subscribe-now .form-group {
    margin-right: 15px;
    width: 40%;
}
.subscribe-now .form-control {
    width: 100%;
    height: 58px;
}
.subscribe-now .form-control,
.subscribe-now .form-control:focus {
    border: none;
}
.subscribe-now .form-control,
.subscribe-now .btn-secondary {
    padding: 12px 24px;
}
.subscribe-now .btn-secondary {
    font-size: 24px;
}


/* Contact Section Styles Starts */

.contact {
}
.contact .status {
    display: none;
}
.contact-form-area {
    margin-top: 35px;
}
.contact-form-area .form-group {
    margin-top: 15px;
}
.contact-form-area input.form-control {
    height: 46px;
}
.contact-form-area .form-control {
    padding: 12px 24px;
    font-size: 18px;
    color: #565656;
    background-color: #e8e8e8;
}
.contact-form-area .form-control:focus {
    background-color: #dbdbdb;
}
.contact-form-area .form-control,
.contact-form-area .form-control:focus {
    border: none;
}
.contact-form-area .btn-main {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 12px 28px;
    font-size: 24px;
}

/* Footer Styles Starts */

.main-footer {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #015729;
}
.main-footer,
.main-footer a {
    color: #fff;
}
.main-footer ul.sm-links {
    margin: 20px 0 15px;
}
.main-footer ul.sm-links li {
    padding: 10px;
    font-size: 36px;
}
.main-footer ul.sm-links li,
.main-footer ul.sm-links li a {
    color: #797979;
}
.main-footer ul.sm-links li a:hover,
.main-footer ul.sm-links li a:focus {
    color: #ffff33;
}

/* Generic Styles Starts */

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.text-thin {
    font-family: 'Lato Hairline', sans-serif;
    font-weight: 100;
}
.text-light {
    font-family: 'Lato Light', sans-serif;
    font-weight: 300;
}
.text-normal {
    font-family: 'Lato Regular', sans-serif;
    font-weight: 400;
}
.text-bold {
    font-family: 'Lato Bold', sans-serif;
    font-weight: 700;
}
.text-ultra-bold {
    font-family: 'Lato Black', sans-serif;
    font-weight: 900;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

#nav.navbar,
.no-border-radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-control,
.download .form-control,
.btn-secondary {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.main-header #scroll,
.features-list .fa {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.form-control,
.form-control:focus,
.no-boxshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.animation,
.animation a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.animation-1,
a.animation-1,
.contact-form-area .form-control {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.tieude h3{
    font-size: 20px;
    color: black;
}
.tieude:hover{
    color: #015729;
}
.tieude h2{
    display: inline-block;
}
.btn-xem{
    padding:3px;
    font-size: 15px;
    font-weight: bold;
}
.btn-xem:hover{
    color: yellow;
    background-color: #015729;
}
.pagination >.disabled>span{
    background-color: #015729;
}
.pagination > li>a{
    background-color: #015729;
    color: yellow;
    border: solid 1px yellow;
}
.pagination > .active > a{
    background-color:yellow;
    border: solid 1px yellow;
    font-size: 16px;
}
.content h1{
    font-size:25px;
}
.content img{
    max-width: 100%;
}
.content h1 a{
    color: #1a1a1a;
}
.thumbnail{
    max-height: 550px;
}
ins{
    font-size: 20px;
    color: red;
}
.modal-header{
    background-color: #015729;
    color: white;
    border-bottom:2px solid yellow;
    padding: 5px;
}
.modal-header h2{
    font-size: 15px;
}
.modal-header .close{
    padding: 15px;
    color: white;
}
.modal-content{
    border-color: #015729;
}
.btncart{
    background-color: #015729;
    border-color: #015729;
}
.button {
    padding: 0;
    margin: 0;
    border-style: none;
    touch-action: manipulation;
    display: inline-block;
    border: none;
    background: none;
    cursor: pointer;
}
.button {
    width: 3rem;
    height: 3rem;
    color: #fff;
    font-size: 2rem;
    background:#015729;
}
.input {
    width: 7rem;
    height: 3rem;
    font-size: 1.3rem;
    text-align: center;
    border: 1px solid #015729;
}
.input:focus{
    border: 1px solid #015729;
}
.qtyminus {
    margin-right: 0;
}
.qtyplus {
    margin-left: 0;
}
.address input{
    border-radius: 0;
    height: 40px;
    padding: 5px;
}
.select2-container--krajee .select2-selection{
    border-radius: 0;
    height: 40px;
    padding: 10px;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    height: 39px;
    border-left:1px solid #ffff33;
}
.select2-container--krajee.select2-container--disabled .select2-selection{
    background-color: white;
}
.submit{
    background-color:#015729;
    border-radius: 0;
    border: 1px solid #015729;
}
.submit:focus{
    background-color: yellow;
    color: black;
    border: 1px solid yellow;
}
.submit:hover{
    background-color: yellow;
    color: black;
    border: 1px solid yellow;
}
.select2-container--krajee .select2-results__option--highlighted[aria-selected]{
    background-color: #015729;
}
.select2-container--krajee .select2-dropdown{
    border-color:yellow;
}
.select2-container--krajee.select2-container--open .select2-selection{
    box-shadow:inset 0 1px 1px #015729, 0 0 6px #015729;
    border-color:yellow;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow b{
    border-color:yellow transparent transparent transparent;
}
.navbar-inverse .navbar-nav > li > a{
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}
.navbar{
    min-height: 30px;
}
.menutop{
    text-transform:none;
}
.menutop a{
    color: white;
}
.fa-facebook {
    background: #3B5998;
    color: white;
}
.dropbtn {
    color: white;
    font-size: 14px;
    border: none;
    background:none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #209c5e;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    display: block;
    padding: 5px;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: yellow;
    color: black
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.form-group{
    margin: 5px;
}
.panel-default{
    border-color: #209c5e;
}
.panel-default > .panel-heading{
    color: white;
    background-color: #209c5e;
    border-color: yellow;
}
.panel-default > .panel-footer{
    color: white;
    background-color: #209c5e;
    border-color: yellow;
}
.panel a{
    color: #209c5e;
}
.contact-text,.contact-text a{
    color: #209c5e;
}
h1.title-contact{
    margin-top: 0;
    margin-bottom: 0;
    color: #209c5e;
    font-size: 25px;
}
.maps{
    height: 300px;
    overflow-y:scroll;
}
.glyphicon-star{
    font-size: 20px;
    font-weight: 900;
}
.text-warning{
    color: yellow;
}
.nav-tabs{
    border-bottom:1px solid #ffff33;
    background:#015729;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 3px;
}
.product_show{
    box-shadow:0 2px 4px 0 rgb(0 0 0 / 12%), 0 -2px 2px 0 rgb(0 0 0 / 4%);
    border-radius: 10px;
    padding: 0.4rem 0px;
    color: green;
}
.product_show .price{
    color: green;
}