body{
    background-color: #ececec;
}
.full-width {
    max-width: 1170px;
    margin: auto;
}
.right-top p{
    margin: 4px 0px;
}
.logo img{
    max-width: 250px;
    width: 100%;
    border-radius: 15px;
}
.head {
    padding: 10px;
    background-color: #ececec;
    color: white;
    text-align: center;
}
.content-full {
    background-color: white;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}
.title {
    text-align: center;
}
.title h2{
    text-transform: uppercase;
    color: #009248;
    font-weight: bold;
    font-size: 20px;
}
.table-content{
    padding-top: 10px;
}
.table-content th {
    text-align: center;
    background-color: #2b4035;
    color: white;
}
.table-content td{
    font-weight: bold;
    text-align: center;
    vertical-align: middle !important;
}
.read-more {
    text-align: center;
}
.read-more button {
    width: 200px;
}
.row {
    margin: auto !important;
}
.lists {
    width: 100%;
    margin: 10px 0px 15px 0px;
}
.item {
    padding: 10px;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    width: 12.5%;
}
.vcontent {
    text-align: center;
    padding: 5px;
}
.vcontent:hover h2{
    background-color:  #009248;
    color: white;
    border-radius: 5px;
}

.item img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.item h2 {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #009248;
    margin: 10px 0px 0px 0px;
}
.modal-dialog {
    width: 800px;
}
.modal-header {
    background-color:  #009248;
    color: white;
}

.box-item {
    margin-bottom: 20px !important;
    position: relative;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
}
.box-item .title-name{
    font-weight: bold;
    font-size: 1.7em;
    color: #34a60b;
    margin: auto;
    text-align: center;
}

.item-img {
    float: left;
    width: 33%;
}
.item-img img {
    width: 150px;
    height: 150px;
}

footer {
    background-color: #124d26;
    margin-top: 15px;
    padding: 20px;
}
.center-footer {
    text-align: center;
}
.center-footer p, a {
    margin: 0;
    color: white;
    margin-bottom: 3px;
}
.center-footer a:hover{
    font-weight: bold;
}

.size { margin: 30px 0px 15px 0px;}
.size a {
    border: 2px solid #009248;
    padding: 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #009248;
	display: inline-block;
margin-bottom: 10px;
}
.size a:hover {
    color: white;
    background-color: #009248;
}
.size .active {
    color: white;
    background-color: #009248;
}


@media screen and (max-width: 768px) {
    .item {
        width: 25%;
        margin: auto;
    }
    .box-item {margin: auto -15px !important;}
    .modal-dialog {width: auto !important;}
    .title-name, .option-mobile { width: 100%}
    .option-mobile {padding-top: 25px;}
    .item-img { padding: 10px;}
    .item-img img { width: 100%; height: auto;}
}

@media screen and (max-width: 600px) {
    .item {
        width: 25%;
        margin: auto;
    }
}


@media screen and (max-width: 420px) {
    .item {
        width: 33%;
        margin: auto;
        height: 150px;
        overflow: hidden;
    }
}



.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
