﻿.logo-img {
    height: 48px;
}
.dropdown-menu {
    right: auto;
    left: auto!important; 
     -webkit-transform: none; 
     transform: none; 
    border: none;
}
.tab-pane ul {
    list-style: none;
}
.simple-post-list {
    padding-left: 0px;
    padding-top: 10px;
}
ul.simple-post-list li {
    border-bottom: 1px dotted #e2e2e2;
    padding: 15px 0;
	height: 90px;
}
ul.simple-post-list .post-image {
    float: left;
    margin-right: 12px;
}
ul.simple-post-list .post-info {
    line-height: 20px;
    text-align: left;
}
.dropdown-grid-item a {
    display: block;
    padding: .3rem 1rem !important;
}
.dropdown-grid-item a .drop-title {
    display: block;
    font-weight: 600;
}
.dropdown-grid-item a .drop-des {
    font-size: 9px;
    display: block;
}
.dropdown-item {
    padding: 6px 15px;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: 'Roboto',sans-serif
}
b, strong {
    font-weight: bold;
}
img {
    max-width: 100%!important;
}


.feature-grid-2 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cus-vande {
    padding: 40px 20px 30px 20px;
}

.cus-content div {
    font-size: xx-large;
    padding-bottom: 20px;
}

.cus-content i {
    color: #FFB000;
}

.cus-btn-green {
    background-color: forestgreen !important;
    border-color: forestgreen !important;
}

    .cus-btn-green:hover {
        background-color: green !important;
    }

.cus-btn-white {
    background-color: white !important;
    border-color: forestgreen !important;
}

.cus-section-dungthu {
    color: white;
    background-color: #00CC49;
}
.cus-section-dungthu-title h2 {
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}

.cus-dungthu-panel {
    color: black;
    background-color: #FFB000;
    text-align: center;
    margin: 100px 50px 0px 50px;
    padding: 40px;
    border-radius: 20% 0 20% 0;
}

.cus-dungthu-panel-center {
    margin-top: 0px !important;
}
.cus-dungthu-panel img {
    /* display: flex;
    justify-content: center; */
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 30px;
}

.cus-dungthu-btn {
    text-align: center;
}

    .cus-dungthu-btn a {
        background-color: white;
        color: black !important;
        font-weight: bold;
        border-color: white !important;
    }

        .cus-dungthu-btn a:hover {
            background-color: gainsboro;
        }
.feature-grid-2 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.feature-tab-list-2 li a.active {
    font-weight: bold;
    font-size: large;
}

.feature-tab-list-2 li a.hover {
    font-weight: bold;
    font-size: large;
}

.feature-tab-list-2 li a {
    font-weight: bold;
    font-size: large;
}

.cus-tab {
    padding-left: 0px;
    list-style: none;
    text-align: center;
}

    .cus-tab li {
        margin-bottom: 5px;
    }

        .cus-tab li a {
            margin-right: 15px !important;
        }

.cus-article img {
    height: 18em;
}

.cus-article h2 {
    height: 2.5em;
}

.cus-label {
    padding: .85rem 1rem;
    text-align: right;
}

.hidden{
    display:none;
}
.cus-download a:hover {
    text-decoration: underline;
}