@font-face {
    font-family: "Muli";
    src: url("../fonts/Muli-Regular.ttf") format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: "Muli";
    src: url("../fonts/Muli-Bold.ttf") format('truetype');
    font-weight: bold;
}

body, html {
    margin: 0;
    padding: 0;
}

body,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Muli", Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

body {
    line-height: 2;
    color: #444;
    background: #fff;
}

img, iframe {
    max-width: 100%;
}

iframe {
    max-height: 100%;
}

img {
    height:auto;
}

iframe {
    border: 0 !important;
}


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

.container {
    width: 95%;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}

strong, dt, h3, h4 {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}


h1,
h2,
h3 {
    line-height: 40px;
}

h2 {
    font-size: 50px;
    line-height: 1.2;
}

h3 {
    font-size: 24.5px;
}

h4 {
    font-size: 17.5px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 11.9px;
}

hr {
    background: #EEE;
    border: 0;
    height: 1px;
    margin: 40px 0 40px;
}

blockquote {
    margin: 1em 0;
    border-left: 3px solid #ccc;
    padding-left: 20px;
    text-align: left;
}



dt {
}

dd {
    padding: 0;
    margin: 0 0 25px 0;
}

a {
    -webkit-transition: all ease 150ms;
    -moz-transition: all ease 150ms;
    -o-transition: all ease 150ms;
    transition: all ease 150ms;
    text-decoration: none;
    color: #409f89;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #47b5e2;
}

/* Header Styles */
header {
    padding: 2em 0 2em 0;
    text-align: center;
    background:
        linear-gradient(rgba(92, 20, 25, 0.68), rgba(92, 20, 25, 0.68)),
        url("../images/ht-van-header.png") center 42% / cover no-repeat;
    color: #fff;
}


h1 {
    margin: 0;
    padding: 0;
    float: left;
	color:#fff;
	font-weight:bold;
	font-size:35px;
	text-transform:uppercase;
	padding-top: 10px;
	margin-right:30px;
}

header h2 {
    margin: 0 0 1em 0;
}

header h2.docs-header {
    margin: 0;
}

footer {
    text-align: center;
    padding: 1.5em 0;
}

footer p {
    margin: 0;
    color: #999;
}



/* Navigation Styles */
nav {
    background: #FFF ;
    padding: 10px 0;
    min-height: 60px;
}

nav ul, nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav a {
    padding: 0 1em;
    color: #333;
    font-size: .9em;
    height: 60px;
    line-height: 60px;
    display: block;
    font-weight: bold;
}

nav h1 a {
    padding: 7px 1em;
    height: 46px;
    line-height: 0;
	height: 45px;
	line-height: 45px;
}

nav a:hover {
    text-decoration: none;
}

nav a:active {

}


nav a:active {
    cursor: default;
}



nav ul.toplinks {
    padding: 20px 0 0 0;
}

nav #menu {
    overflow: hidden;
    max-height: 0;
    clear: left;
}


nav #menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.5em;
    padding: 0 16px;
}


@media only screen and (min-width: 680px) {
    nav, nav #menu {
        height: 60px !important;
    }

    nav li, nav a {
        float: left;
    }


    nav ul.toplinks {
        float: left;
        padding: 0;
        clear: none;
    }

    nav ul.toplinks li {
        margin: 0 0 0 10px;
    }

    nav #menu-toggle {
        display: none !important;
    }

    nav #menu {
        max-height: 9999px;
        clear: none;
    }
}









#scrollTopBtn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: #409f89;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    transition: all 0.3s ease;
    font-weight: bold;
}

#scrollTopBtn:hover {
    background: #12b18c;
    transform: translateY(-3px);
}
/* Content Styles */
.content ul{
    margin: 0;
}
section { padding: 1em 0 3em; text-align: center; }
.docs-body {padding: 3em 0;}
section.vibrant { background: #222; color: #fff; }

nav:before,
nav:after,
header:before,
header:after,
section:before,
section:after {
    content: " ";
    display: table;
}

nav:after, header:after, section:after  { clear: both; }
nav, header, section { *zoom: 1; }



/* Form Styles */
input {
    display: block;
    vertical-align: middle;
    line-height: 30px;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;

       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}







input:focus {
    border-color: #007eb2;
    outline: 0;
}



.docs-nav {
    background-color: #f5f5f5;
    list-style: none;
    margin: 0 0 0 20px;
    padding: 15px 20px;
    font-size: 15px;
}

.docs-nav a {
    display: block;
    margin: 0;
    padding: 6px 20px;
    text-decoration: none;
    border-right: 2px solid transparent;
    line-height: 1.3;font-weight: 400;
}



@media only screen and (min-width: 960px) {
        .docs-nav {
        position: absolute;
        top: 0;
        width: 350px;

        -webkit-transition: top linear 50ms;
        -moz-transition: top linear 50ms;
        -o-transition: top linear 50ms;
        transition: top linear 50ms;
    }

    .docs-nav.fixed {
        position: fixed;
        top: 49px;
        width: 350px;
    }

    .docs-nav a:hover {
        background: #eee;
    }

    .docs-nav a:active,
    .docs-nav .active {
        background: #eee;
        border-right: 2px solid #ccc;
    }

    .docs-nav .separator {
        height: 20px;
    }

    .docs-content {
        padding-left: 440px;
    }



    header {
        padding: 4em 0 4em 0;
    }

    .container {
        max-width: 1000px;
        padding: 0 20px;
    }

    section { padding: 0; text-align: left; }
    section.centered {
        text-align: center;
    }









    input {
        display: inline-block;
    }



}

@media(min-width: 1400px){
    .container {
        max-width: 1400px;
    }
}

.logo{
    height: 40px;
}
ul ul{
    list-style: square;
    padding-left: 20px;
}
.docs-nav ul ul{
    list-style: none;
}
.docs-nav ul{
    list-style: none;
}
.center{
    text-align: center;
}
h5{
    font-weight: bold;
}
.red{
    color: red;
}
.small{
    font-size: 80%;
}
.row{
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}
.col-6{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 960px){
    .docs-nav.fixed{
        height: calc(100% - 80px);
        overflow-y: auto;
    }
}
.center img{
    border: 1px solid #cdf0ff;
}

table td{
    width: 45%;
    padding: 5px 10px;
}

/* Dùng “Bước” cho quy trình; số mục 1.1, 1.2... chỉ dành cho chức năng độc lập. */
ol.steps {
    padding-left: 5.5rem;
}
ol.steps > li {
    margin-bottom: 0.75rem;
    padding-left: 0.35rem;
}
ol.steps > li::marker {
    content: "Bước " counter(list-item) ": ";
    color: #85151b;
    font-weight: 700;
}

.mobile-screenshot {
    display: block;
    width: auto;
    max-width: min(100%, 390px);
    height: auto;
    margin: 1rem auto 2rem;
    border: 1px solid #ead9d9;
    border-radius: 8px;
}

.example-box {
    margin: 1rem 0 1.5rem;
    padding: 1rem 1.25rem;
    background: #fff8f2;
    border: 1px solid #ead3c7;
    border-left: 4px solid #85151b;
    border-radius: 6px;
}

/* TEMP: Hide admin docs while working on frontend. Remove `hide-admin` from body to show again. */
body.hide-admin .docs-nav > li:nth-child(n+2):nth-child(-n+12),
body.hide-admin .docs-content > h2:first-child,
body.hide-admin .docs-content > h3#1-ecommerce,
body.hide-admin .docs-content > h3#11,
body.hide-admin .docs-content .admin-content {
    display: none;
}
