﻿:root {
    --background-color: ##FBFBFB;
}

body {
    width: 100%;
    height: auto;
    background-color: var(--background-color);
}

a,
a:hover {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

.bor-bt {
    border-bottom: 1px solid #ccc;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f7f7f7;
}


/*=========================================== /\ end css menu-nav ============================*/

.menu-nav {
    margin-top: 50px;
    padding-bottom: 50px;
}

.menu-nav-content {
    background: green;
    border-radius: 50px;
    height: 100px;
    width: 100%;
    margin-left: 6px;
}

.menu-nav-content ul {
    float: right;
    margin-right: 55px;
}

.menu-nav-content ul li {
    margin: 0 14px;
    display: inline-block;
}

.menu-nav-content .tile-background {
    height: 55px;
    width: 55px;
    margin: 10px 17px 0px 17px;
}

.menu-nav-content {
    text-align: center;
}

.menu-nav-content img {
    height: 55px;
    width: 55px;
}

.menu-nav-content .nav-link-title {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.menu-nav-content .active .nav-link-title,
.menu-nav-content ul li:hover .nav-link-title {
    color: yellow;
}

.logo-svh {
    position: absolute;
    top: 17px;
}

.logo-svh img {
    height: 165px;
    width: 165px;
}


/*=========================================== /\ end css menu-nav ============================*/

#logo-page {
    position: relative;
    margin-bottom: 90px;
}

#logo-page .logo {
    position: absolute;
    width: 100%;
    top: -87px;
}

#logo-page .logo .img-logo {
    text-align: center;
}

#logo-page .logo .img-logo img {
    width: 165px;
}


/*=========================================== /\ begin css only main-nav-content ============================*/

.main-nav-content ul li {
    margin: 0 5px;
    display: inline-block;
}

.main-nav-content ul li:hover {
    box-shadow: 0 0px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.main-nav-content ul li:hover .nav-link-title {
    color: green;
}

.main-nav-content ul li:first-child .tile-background {
    background: #047cd4;
}

.main-nav-content .tile-background {
    background: #4bbae2;
    border-radius: 30px;
    height: 60px;
    width: 60px;
    margin: 0px 17px;
}

.main-nav-content ul li:nth-child(3) .tile-background,
.main-nav-content ul li:nth-child(4) .tile-background,
.main-nav-content ul li:nth-child(5) .tile-background,
.main-nav-content ul li:nth-child(6) .tile-background,
.main-nav-content ul li:nth-child(7) .tile-background {
    background: transparent;
}

.main-nav-content ul li:last-child .tile-background {
    background: rgb(215, 25, 33);
}

.main-nav-content,
.main-nav-content .nav-link {
    text-align: center;
}

.main-nav-content .nav-link {
    padding: 0;
}

.main-nav-content .nav-link img {
    height: 60px;
    width: 60px;
}

.main-nav-content .nav-link .fa {
    font-size: 22px;
    padding: 19px;
    color: #fff;
}

.nav-link-title {
    color: #393E46;
    padding: 5px 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.main-nav-content .active>.nav-link .nav-link-title {
    color: green;
}


/*=========================================== /\ end css only main-nav-content ============================*/


/*=========================================== \/ begin css only slider-main ============================*/

.slider-main img {
    object-fit: cover;
    height: 400px;
}

.slider-main .carousel-caption {
    right: 0;
    left: 0;
    background: #3333338a;
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}

.slider-main .carousel-caption h5,
.slider-main .carousel-caption p {
    padding: 0 10%;
}

.slider-main .carousel-caption h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.slider-main .carousel-caption p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 15px 0 0;
}

.slider-main .carousel-indicators {
    margin: 0;
    display: none;
}


/*=========================================== /\ begin css only slider-main ============================*/


/* ================= top navigator ======================= */

.main-nav {
    border-bottom: 2px solid #ddd;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(5, 144, 51);
}


/* .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(5, 144, 51);
} */

.navbar-nav li.nav-item {
    display: inline-block;
    position: relative;
    padding: 0 1rem;
}

.navbar-nav>li>a {
    position: relative;
}

.main-nav nav .active>a:after {
    content: '';
    background: rgb(5, 144, 51);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.main-nav nav .nav-item:hover>a:after {
    content: '';
    background: rgb(5, 144, 51);
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #393E46;
    text-transform: uppercase;
    padding: 0.5rem 0 !important;
    font-weight: 500;
}


/*================== End top navigator =============================*/


/*=================== Search box ===================================*/

.search-section {
    width: 50%;
}

.search-box .search-bar {
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 30px;
    border: 1px solid rgb(2, 152, 52);
}

.search-box .search-bar .input-text {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0;
    height: 42px;
    line-height: 42px;
    padding: 0px 0px 0px 20px;
    font-size: 14px;
    max-width: 100%;
    display: block;
    border: none;
    outline: none;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.search-box .search-bar .input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    z-index: 0;
}

.search-box .search-bar .input-group-btn .icon-fallback-text {
    background: linear-gradient(90deg, rgb(20, 113, 51) 0%, rgb(2, 152, 52) 35%, rgb(2, 152, 52) 100%);
    color: #fff;
    font-size: 16px;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
    border: 1px solid rgb(2, 152, 52);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 42px;
    line-height: 42px;
}


/*=================== End - Search box ===================================*/


/* ------------------------------------------begin sidebar -----------------------------------------*/


/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    /*padding-top: 60px;*/
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    background-color: rgba(244, 255, 229, .98);
    border-right: 1px solid green;
}

.top-sidebar {
    background: green;
    color: #fff;
    height: 90px;
}

.top-sidebar span img {
    height: 70px;
    width: 70px;
    margin: 10px;
}

.top-sidebar span {
    margin-left: 18px;
    line-height: 56px;
    font-size: 25px;
    text-transform: uppercase;
}


/* The navigation menu links */

.sidenav ul.navbar-nav {
    padding: 10px;
    margin: 0;
    width: 100%;
}

.sidenav ul li {
    margin: 0 !important;
    padding-left: 10px !important;
}

.sidenav a {
    color: green;
    transition: 0.3s
}

.sidenav .nav-link {
    font-size: 18px;
    width: 100%;
    float: left;
}

.sidenav .nav-link img {
    float: left;
    height: 40px;
    width: 40px;
}

.sidenav .nav-link span {
    float: left;
    text-transform: uppercase;
    padding: 6px 0 0 15px;
}

.button-nav {
    border: thin solid white;
    border-radius: 5px;
    padding: 6px 10px !important;
    margin-right: 10px;
    line-height: 0px;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.offcanvas a:focus {
    color: #000;
}


/* Position and style the close button (top right corner) */


/* .sidenav .closebtn {
    position: absolute;
    top: 14px;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
} */

.sidenav .closebtn:hover {
    color: #FFFF00;
}


/* Style page content - use this if you want to push the page content to the right when you open the side navigation */

#all-main {
    transition: margin-left .5s;
    overflow: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
}


/* Add a black background color to the top navigation */


/* Style the links inside the navigation bar */

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


/* Change the color of links on hover */

.topnav a:hover {
    background-color: #ddd;
    color: black;
}


/* Add a color to the active/current link */

.topnav a.active {
    background-color: #4CAF50;
    color: white;
}


/* ------------------------------------------end sidebar -----------------------------------------*/


/*=================== End - Search box ===================================*/

.home-body-section .containner {
    position: absolute;
    top: 800px;
}

.panel-title {
    text-align: center;
}

.home-body-section .panel-csdl {
    margin-top: 5px;
}

.divider {
    height: 2px;
    background: #DDDDDD;
    margin-top: 10px;
}

.pattern-left img {
    width: 100%;
    height: 29.62px;
}

.pattern-right img {
    width: 100%;
    height: 29.62px;
}


/* =================================================
Category page detail =========================================== */

.page-component {
    text-align: center;
}

.page-component .title {
    margin-top: 120px;
    width: 473px;
    text-align: center;
}

.page-component .title .row p {
    width: 100%;
}

.page-component .title .description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.page-component .title .main-lable {
    height: 93px;
    font-family: Pacifico;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    text-align: center;
}

.page-component .title .seperator {
    text-align: center;
    margin-bottom: 20px;
}

.page-component .category {
    margin: auto;
    width: 1170px;
    height: 891px;
}

.page-component .category .category-item {
    width: 245px;
    height: 315px;
    background: #FFFFFF;
    box-shadow: 5px 10px 20px #EEEEEE;
    border-radius: 20px;
}

.page-component .category .category-item img {
    margin-top: 50px;
}

.page-component .category .category-item .category-item-title {
    height: 28px;
    margin-top: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}

.bottom {
    background-color: #292C33;
}

.copyright {
    margin-top: 22px;
    width: 388px;
    height: 30px;
    left: 376px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #6F7885;
}

.bottom ul {
    margin-top: 22px;
    list-style: none;
}

.bottom ul>li {
    color: #6F7885;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    float: left;
    padding: 0 5px;
}

.bottom ul>li:not(:first-child) {
    text-align: -webkit-match-parent;
    border-left: 1px solid #666;
}

.bottom ul>li a {
    color: #6F7885;
}


/*===================News====================*/

.news-item {
    width: 370px;
    height: 573px;
}

.news-item .pulished-date {
    line-height: 22px;
}

.news-item .pulished-date .date {
    float: left;
    margin-left: 10px;
    width: 93px;
    height: 22px;
    font-family: LineAwesome;
    font-size: 14px;
    /* identical to box height, or 157% */
    color: #0399B9;
}

.news-item .pulished-date .time {
    float: right;
    margin-right: 10px;
    width: 78px;
    height: 22px;
    font-family: LineAwesome;
    font-size: 14px;
    /* identical to box height, or 157% */
    color: #0399B9;
}

.news-item .title {
    width: 327px;
    height: 46px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    /* or 144% */
    color: #393E46;
}

.button {
    width: 170px;
    height: 46px;
    background: #0399B9;
    box-shadow: 5px 5px 10px rgba(2, 178, 216, 0.5);
    border-radius: 40px;
}


/*============================Danh muc du lieu*/

.section-title .line img {
    height: 20px;
}

.section-title p {
    font-size: 16px;
    color: #999;
    margin: 0;
}

.section-title h2 {
    font-family: 'Pacifico', cursive;
    font-style: normal;
    font-weight: normal;
    font-size: 55px;
    line-height: 80px;
    text-align: center;
}

.box-item {
    position: relative;
}

.danh-muc-du-lieu .item img {
    border-radius: 0 30px;
}

.danh-muc-du-lieu .item h3 {
    position: absolute;
    top: 30px;
    margin: 0;
    padding: 7px 48px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}

.danh-muc-du-lieu .card-body {
    position: absolute;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    bottom: 0px;
    padding: 15px;
    background: #0000005c;
    border-radius: 0 0 0 30px;
    background-position-y: 30%;
    width: 100%;
    text-align: justify;
}

.danh-muc-du-lieu .card-body .card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dm-1 h3 {
    background: #0399b8 !important;
}

.dm-2 h3 {
    background: #03b898 !important;
}

.dm-3 h3 {
    background: #fd9c42 !important;
}

.dm-4 h3 {
    background: #036cb8 !important;
}

.dm-5 h3 {
    background: #1f9db7 !important;
}

.dm-6 h3 {
    background: #1fb49a !important;
}

.dm-7 h3 {
    background: #fbb26f !important;
}

.dm-8 h3 {
    background: #1874b7 !important;
}


/*--------------------------section-news------------------------------*/

.carousel-Units .item-blogs {
    background: none;
}

.item-blogs {
    background: #fff;
    border-radius: 30px 0 0 0;
    text-align: center;
}

.item-blogs:hover {
    border-radius: 0 30px 0 0;
}

.item-blogs .date_post {
    margin-right: 30px;
}

.item-blogs .item-blogs h3 {
    color: #393E46;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.item-blogs .item-blogs p {
    color: #6F7885;
    padding: 5px 15px;
    font-size: 14px;
    text-align: left;
}

.item-blogs .view_more {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    background: #0399B9;
    box-shadow: 5px 5px 10px rgba(2, 178, 216, 0.5);
    border-radius: 40px;
    border: #0399B9;
}


/*===========================Back to Top =======================*/

#top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    background: #51d0cd;
    border-radius: 5px;
}

#top img {
    width: 25px;
    margin: 13px;
}


/*--------------------------section-feedback------------------------------*/

.feedback {
    height: auto;
    width: 100%;
    float: left;
    padding: 10px 10px;
    margin-left: 3px;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}


/*--------------------------begin-news-------------Thanhhai-----------------*/

.section-list-news .item-blogs {
    padding: 0;
    margin: 10px 0;
}

.section-list-news .article-info {
    padding: 10px 15px 5px 15px;
    font-size: 14px;
    color: #0399B9;
    text-align: left;
}

.section-list-news .article-info .date_post {
    margin-right: 30px;
}

.section-list-news .item-blogs h3 {
    color: #393E46;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.section-list-news .item-blogs p {
    color: #6F7885;
    padding: 5px 15px;
    font-size: 14px;
    text-align: left;
}

.section-list-news .item-blogs .view_more {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: #0399B9;
    box-shadow: 5px 5px 10px rgba(2, 178, 216, 0.5);
    border-radius: 40px;
    border: #0399B9;
}


/*--------------------------end-news-------------Thanhhai-----------------*/


/*--------------------------begin-Detail-news-------------Thanhhai-----------------*/

.breadcrumb-container .breadcrumb {
    background: none;
    position: relative;
    border-bottom: 1px solid #999;
    border-radius: 0;
}

.breadcrumb-container .breadcrumb:after {
    content: "";
    height: 2px;
    background: #0399B9;
    width: 100px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.breadcrumb-container ul li a {
    font-size: 14px;
    text-transform: uppercase;
    color: #393E46;
}

.breadcrumb-container ul li b {
    font-size: 14px;
    text-transform: uppercase;
    color: #F96D00;
}

h1.title-news {
    font-size: 24px;
    color: #393E46;
}

.news_detail span.time {
    font-size: 12px;
    color: #F96D00;
    margin: 10px;
}

h2.title-head-blog {
    font-size: 24px;
    color: #393E46;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-list .item-blogs {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 10px 0;
    padding: 10px 15px 5px 15px;
    font-size: 14px;
    color: #0399B9;
    text-align: left;
}

.blog-list .item-blogs .thumb-blog {
    position: relative;
}

.blog-list .item-blogs .thumb-blog img {
    border-radius: 5px 5px 0 0;
}

.blog-list .item-blogs .item-blog-text {
    padding: 15px;
}

.blog-list .item-blogs span {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.blog-list .item-blogs span .btn-warning {
    color: #fff;
    font-size: 12px;
    background: #F0A624 !important;
    border: 1px solid #F0A624 !important;
}

.blog-list .item-blogs .name-item-blog h3 {
    font-weight: 600;
    line-height: 16px;
}

.blog-list .item-blogs .name-item-blog h3 a {
    color: #393E46;
    font-size: 14px;
}

.blog-list .item-blogs .name-item-blog p {
    color: #6F7885;
    font-size: 12px;
    margin: 0;
}

#hanhchinh_news .blog-list .item-blogs .name-item-blog,
#cultural_news .blog-list .item-blogs .name-item-blog {
    position: relative;
    margin-top: 20px;
}

#hanhchinh_news .blog-list .item-blogs .name-item-blog h3:before,
#cultural_news .blog-list .item-blogs .name-item-blog h3:before {
    content: "";
    height: 2px;
    background: #0399B9;
    width: 100px;
    position: absolute;
    top: -10px;
    left: 0;
}

#Units .name-item-blog h3 {
    line-height: 18px;
    text-align: center;
    padding: 10px 0;
}

#Units .name-item-blog h3 a {
    font-size: 14px;
    color: #818181;
}

.widget-title-blog {
    position: relative;
    border-bottom: 1px solid #999;
    margin-top: 5px;
}

.widget-title-blog:after {
    content: "";
    height: 2px;
    background: #0399B9;
    width: 100px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

h2.title-widget-blog {
    font-size: 14px;
    text-transform: uppercase;
    color: #393E46;
    margin: 0;
    display: inline-block;
    height: 39px;
    line-height: 39px;
}

.widget-title-blog span a {
    font-size: 11px;
    color: #A0A0A0;
    float: right;
    line-height: 39px;
}

.item-widget {
    padding: 5px 0;
    border-bottom: 1px solid #E9E9E9;
}

.item-widget {
    min-height: 80px;
    overflow: hidden;
    padding: 10px 0px 10px;
}

.item-widget h3 {
    font-size: 14px;
    text-align: justify;
}

.item-widget h3 a {
    color: #393E46;
}

.item-widget .thumb-left a img {
    object-fit: cover;
    width: 80px;
    height: 80px;
    object-position: 50% 0;
    float: left;
    border-radius: 5px;
}

.item-widget .name-right {
    padding-left: 90px;
}

.item-widget .name-right .article-info span {
    font-size: 11px;
    color: #A0A0A0;
    padding: 0 5px;
}

.item-widget .name-right .article-info span.date_post {
    float: left;
}

.item-widget .name-right .article-info span.time_post {
    float: right;
}

.mail_feedback {
    height: 82px;
    background: url(../images/m-feedback.png) no-repeat #2c86a4;
    position: relative;
    color: #fff;
}

.mail_feedback div {
    padding: 10px 0 0 30px;
}

.mail_feedback span {
    font-size: 16px;
    font-weight: bold;
}

.mail_feedback p {
    font-size: 14px;
    font-weight: 500;
}

.mail_feedback a {
    position: absolute;
    color: #fff;
    font-size: 11px;
    right: 10px;
    bottom: 10px;
}

.tool-content {
    background: #eee;
}

.tool-content ul li {
    min-height: 70px;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #E7E7E7;
}

.tool-content .img-tool {
    float: right;
    height: 40px;
}

.tool-content .tool-title {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}

.tool-content .tool-title a {
    color: #000;
    font-weight: bold;
}

.tool-content .tool-title p {
    color: #000;
    font-weight: 100;
    margin: 0;
}


/*--------------------------end-Detail-news-------------Thanhhai-----------------*/


/*--------------------------begin-footer--------------Thanhhai-----------------*/

footer {
    background: #BEE9E8;
    color: #000;
}

footer .item {
    padding: 15px 0;
}

footer h3 {
    font-size: 18px;
    text-transform: uppercase;
}

footer p {
    margin-bottom: 5px;
    line-height: 24px;
}

footer p a {
    color: #333;
}

footer p img {
    width: 18px;
    margin-right: 10px;
}

.footer-social {
    padding-top: 50px;
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
}

.footer-social li a {
    font-size: 14px;
    height: 45px;
    width: 45px;
    color: #6F7885;
    border-radius: 3px;
    text-align: center;
    line-height: 44px;
    display: block;
    border: 1px solid #6F7885;
}

.footer-social li:hover a {
    background: #f96d00;
    color: #fff;
    border: 1px solid #f96d00;
}

.footer-bottom {
    background: #01A89E;
    color: #333;
}

.footer-bottom b {
    color: #dadada;
    font-weight: 400
}

.footer-bottom .link-item ul li {
    display: inline-block;
}

.footer-bottom .link-item ul li a {
    color: #dadada;
}

.footer-bottom p,
.footer-bottom .link-item {
    padding: 15px 0;
    margin: 0;
}

.footer-bottom .link-item {
    color: #dadada;
}

.count-item {
    margin-bottom: 30px;
}

.count-item h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.count-item h4 img {
    width: 18px;
    margin-right: 10px;
}

.count-item span {
    color: green;
    font-size: 30px;
    font-weight: 300;
    margin-left: 30px;
}

.count-content {
    display: grid;
    grid-template: 50% 50% / 50% 50%;
}


/*--------------------------end-footer--------------Thanhhai-----------------*/


/* ======================= Van hoa categories ==============================*/

.vanhoa-section .head {
    height: 24px;
    padding: 5px 0px 10px 0px;
}

.vanhoa-section .head .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase;
    color: #393E46;
}

.vanhoa-section .category-item {
    margin-top: 30px;
}

.vanhoa-section .category-item .devider {
    margin: 15px 0px 5px 0px;
    width: 100px;
    height: 2px;
    background: #0399B9;
}

.vanhoa-section .category-item .item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    /* or 157% */
    color: #393E46;
}

.vanhoa-section .head .view-all p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 13px;
    color: #A0A0A0;
    position: absolute;
    right: 15px;
    top: 10px;
}

.vanhoa-section .head .view-all:hover p,
.vanhoa-section .category-item .item h3:hover {
    color: green
}


/* ======================= End - Van hoa categories ==============================*/


/*--------------------------di-tich------------------------------*/

#di-tich .main_content {
    height: 646px;
    background: url(../images/upload/ban-do.jpg);
    background-position-y: 50%;
    position: relative;
    width: 100%
}

#di-tich #map {
    height: 645px;
    position: relative;
    width: 100%
}

#di-tich .dia_diem_hot {
    position: absolute;
    top: 10px;
    left: 10px
}

.dia_diem_hot {
    width: 428px;
    height: 536px;
    background: #fff;
    border-radius: 10px;
    margin-top: 50px;
    float: left;
}

.dia_diem_hot h3 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 30px;
}

.dia_diem_hot ul li {
    padding: 5px 15px;
}

.item-dia_diem_hot {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.img-dia_diem_hot {
    object-fit: cover;
    height: 107px;
    width: 170px;
    object-position: 50% 0;
    border-radius: 5px;
    padding-right: 15px;
}

.info-dia_diem_hot {
    flex-basis: calc(100% - 185px)
}

.info-dia_diem_hot span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #848B95;
    display: -webkit-inline-box;
}

.info-dia_diem_hot span p {
    color: #F96D00;
    margin: 0 0 0 30px;
    display: inline-grid;
}

.info-dia_diem_hot h4 {
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.info-dia_diem_hot p {
    font-size: 12px;
    color: #818181;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.item_on_map {
    height: 148px;
    width: 368px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 850px;
    top: 150px;
}

.item_on_map .item-dia_diem_hot {
    padding: 15px;
}

.item_on_map:after {
    content: '';
    position: absolute;
    left: 44%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    clear: both;
}


/*-------------------------- end di-tich------------------------------*/


/*---------------------\/----- start thong ke----\/--------------------------*/

#box-thongke {
    height: 100%;
    width: 100%;
    background-color: #a2c7c7;
    padding: 60px 0;
}

.title-thongke img {
    opacity: 0.3;
}

.title-thongke .section-title {
    text-align: center;
    width: 100%;
    color: #ffffff;
    margin: -15px;
    text-shadow: 2px 3px 3px #000000;
}

.box-title {
    position: absolute;
    top: 40%;
}

.title-thongke .section-title p {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}

.title-thongke .section-title span {
    font-size: 30px;
    font-weight: 600;
}

.link-thongke ul {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    float: left;
}

.link-thongke ul li {
    font-size: 15px;
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 0px;
    margin: 0px;
    padding-left: 30px;
    transition: .3s;
}

.link-thongke ul li:hover {
    margin-left: 15px;
}

.link-thongke ul li .fa {
    padding-right: 10px;
}

.link-thongke ul li a {
    font-size: 16px;
}

.link-thongke ul li a,
.link-thongke ul li .fa {
    color: #213ab7
}

.link-thongke ul li:hover a,
.link-thongke ul li:hover .fa {
    color: #333
}

#box-thongke {
    height: 100%;
    width: 100%;
    background-color: #a2c7c7;
    padding: 60px 0;
}

#box-thongke p {
    color: #fff;
}

.title-thongke img {
    opacity: 0.3;
}

.title-thongke .section-title {
    text-align: center;
    width: 100%;
    color: #ffffff;
    margin: -15px;
    text-shadow: 2px 3px 3px #000000;
}

.box-title {
    position: absolute;
    top: 40%;
}

.title-thongke .section-title p {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}

.title-thongke .section-title span {
    font-size: 30px;
    font-weight: 600;
}

.link-thongke ul {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    float: left;
}

.link-thongke ul li {
    font-size: 15px;
    position: relative;
    width: 100%;
    float: left;
    text-align: left;
    padding: 10px 0px;
    margin: 0px;
    padding-left: 30px;
    transition: .3s;
}

.link-thongke ul li:hover {
    margin-left: 15px;
}

.link-thongke ul li .fa {
    padding-right: 10px;
}

.link-thongke ul li a {
    font-size: 16px;
}

.link-thongke ul li a,
.link-thongke ul li .fa {
    color: #213ab7
}

.link-thongke ul li:hover a,
.link-thongke ul li:hover .fa {
    color: #333
}


/*---------------------/\----- end thong ke-----/\-------------------------*/

