@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap&subset=vietnamese');

html, body {
	font-family: "Quicksand", sans-serif;
font-weight: 500;
}
.primary-color {
    background: #034EA2 !important;
}
.primary-text {
    color: #424242 !important;
}
.secondary-font {
	font-family: "Quicksand", sans-serif;
}
.divider {
    max-width: 4rem;
    border-width: 0.4rem;
    border-color: #034EA2;
}
.small-text {
    font-size: 0.9rem !important;
}
#menubar {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
	background: #fff;
	text-transform: uppercase;
font-size: 14px;
font-weight: 500;
color:#323232;
}
#menubar .nav-link {
    color: black !important;
}
#menubar.active {
    background: white;
}
#menubar.active .nav-link {
    color: #034ea2 !important;
}
#menubar.active #menubar-menu-button {
    color: #034ea2 !important;
}
#menubar .nav-link:hover {
    color: #034ea2 !important;
}
#menubar.scrolled .nav-link {
    color: black !important;
}
#menubar-container {
    min-height: 4rem;
}
#lookup {
    background: url('/img/lookup_background.jpg') no-repeat 80% 80%;
}
#lookup-container {
    min-height: 70vh;
    padding-top: 4rem;
}
#lookup-form {
    background: rgba(252, 252, 252, 0.3);
}
#lookup-form-submit:hover {
    color: #034ea2 !important;
    background: white !important;
}
#lookup-result-container {
    min-height: 30vh;
    position: relative;
}
#contact {
    background: #333333;
}
#viewer {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(39, 38, 38, 0.8);
    z-index: 1000;
}
#viewer-container {
    background: white;
    z-index: 10000;
}
#viewer-html {
    height: 95% !important;
}
#viewer-action,#waiting-action {
    width: auto;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 768px) {
    #menubar-menu .nav {
        background: white;
    }
    #menubar-menu .nav-link {
        color: black !important;
    }
}
.s_features { padding: 30px 25px;}
.s_features p {font-size: 0.875rem;}
.s_features h3{font-size: 1.53125rem; font-weight: 500}
.fa.rounded-circle.fa-3x, .fa.rounded.fa-3x, .fa.rounded-0.fa-3x, .fa.rounded-leaf.fa-3x, .fa.img-thumbnail.fa-3x, .fa.shadow.fa-3x {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
}
.fa.rounded-circle, .fa.rounded, .fa.rounded-0, .fa.rounded-leaf, .fa.img-thumbnail, .fa.shadow {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background-color: #f8f9fa;
}
.m-3 {
    margin: 1rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.bg-gamma {
    background-color: 
    #32e7cf !important;
    color: #444444;
}
.bg-epsilon {
    background-color: 
    #e7a132 !important;
    color: #444444;
}
.rounded {
    border-radius: 0.25rem !important;
}
.bg-primary {
    background-color: 
    #2674f2 !important;
    color: #FFFFFF;
}
.fa.rounded-leaf {
    border-top-left-radius: 3rem;
    border-bottom-right-radius: 3rem;
}
.s_features .fa-3x {
    font-size: 3em;
}
.o_footer {
    color: #444444;
    background:  #232324;
}
.footer-top { padding: 30px 0 15px;}
.footer-top h4 {
    color: 
    #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 18px;
}
.middle-footer .fot-col {
    padding: 60px 25px;
    color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}
.middle-footer .fot-col {
}
.middle-footer .fot-col h3 {
    font-size: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 25px;
    padding: 0 0 10px;
    position: relative;
}

.middle-footer .fot-col h3::after {

    width: 35px;
    height: 1px;
    background: #585858;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";

}
.middle-footer .fot-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.middle-footer .fot-col ul li {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 10px 0;
}
/* .middle-footer .fot-col ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 9px;
    left: 0;
    border-top: 1px solid #9c9c9c;
border-right: 1px solid  #9c9c9c;
    transform: rotate(45deg);
} */
.middle-footer .fot-col ul li a {
    color:     #a2a2a2;
    font-size: 15px;
    font-weight: 400;
}
.middle-footer .fot-col .address > div > div {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.middle-footer .fot-col .address > div > div i {
    position: absolute;
    top: 4px;
    left: 0;
    color: 
    #fff;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa {
    display: inline-block;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#lookup-result-sohoadon:hover {
    color: #0056b3;
}
#lookup-result-sohoadon {
    cursor: pointer;
    text-decoration: underline;
}
.search-from-tax-department {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 14px;
    font-style: italic;
    color: #333333;
}
.btn-close {
    color:#dc4444;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000000;
    background: rgba(39, 38, 38, 0.8);
    top: 0;
    left: 0;
    display:none;
}
.loading .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 150px;
}
.loading .box img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-height: 115px;
}
.loading .box p {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 315px;
}