@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

/* ul {
    margin: 0;
    padding: 0;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.5;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    cursor: pointer !important;
}

p a {
    color: #0086C9;
}

input {
    outline: 0;
}

p {
    line-height: 26px;
    margin-bottom: 1rem;
}

body {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 14px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f105" !important;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}

.breadcrumb .breadcrumb-item {
    color: #212529 !important;
    font-weight: 400;
}

.header-main {
    z-index: 1000;
    width: 100%;
    background: #ffffffeb;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav {
    margin-left: auto;
}

.header-main .main-nav .navbar-nav .nav-item>a.nav-link {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.header-main .main-nav .navbar-nav>.nav-item>a.nav-link {
    padding: 14px 20px;
}

.header-main .main-nav .btn-dropmenu i,
.header-main .main-nav .search-header i {
    color: #fff;
}

.header-main .main-nav .dropdown-toggle::after {
    color: #fff;
}

.header-main .main-nav .logo {
    margin-right: 10px;
    margin-bottom: 20px;
}

.header-main .main-nav .navbar-nav>.nav-item {
    border-right: 1px solid #ddd;
}

.header-main .main-nav .navbar-nav>.nav-item:last-child {
    border: unset;
}

.header-main .main-nav .navbar-nav .nav-item a.nav-link {
    font-size: 14px;
    color: #0f70bf;
    text-transform: uppercase;
    font-weight: 600;
}

.header-main .main-nav .navbar-nav .nav-item {
    position: relative;
    margin-bottom: 0;
}

.header-main #mega-menu ul {
    list-style: none;
}

.header-main .nav-item .sub-menu li {
    position: relative;
}

.header-main .btn-dropmenu i {
    color: #333;
}

.header-main span.btn-dropmenu {
    position: absolute;
    right: 0px;
    color: #fff;
    top: 50%;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.header-main .navbar-nav>.nav-item>span.btn-dropmenu {
    right: 8px;
}

.header-main span.btn-dropmenu i {
    font-size: 12px;
}

.navbar-brand {
    max-width: 103px;
    width: 100%;
    position: absolute;
    top: 0;
    background: #fff;
    padding-bottom: 2px;
    z-index: 1000;
}

.navbar-nav>.nav-item:last-child {
    margin-right: unset !important;
}

.header-main .main-nav .navbar-nav>.nav-item:hover a,
.header-main .main-nav .navbar-nav>.nav-item a.active {
    color: #fff;
    background: #00adee;
}

.header-main .main-nav .navbar-nav>.nav-item:first-child a {
    padding: 14px 10px;
}

.header-main .navbar-brand::before {
    content: '';
    width: 0;
    height: 0;
    content: '';
    height: 28px;
    width: 111vw;
    background: #fff;
    display: block;
    position: absolute;
    top: 30px;
    z-index: 99;
    right: 100%;
}

.header-main .navbar-brand::after {
    content: '';
    height: 0px;
    width: 0%;
    border-top: 55px solid white;
    border-right: 52px solid transparent;
    display: block;
    position: absolute;
    bottom: 0px;
    right: -52px;
    z-index: 99;
}

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size22 {
    font-size: 22px;
}

.size24 {
    font-size: 24px;
}

.size26 {
    font-size: 26px;
}

.size28 {
    font-size: 28px;
}

.size30 {
    font-size: 30px;
}

.size32 {
    font-size: 30px;
}

.size34 {
    font-size: 34px;
}

.size36 {
    font-size: 36px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.bg-primary {
    background: #1E90FF !important;
}

.bg-secondary {
    background: #00adee !important;
}

.text-primary {
    color: #1E90FF !important;
}

.text-secondary {
    color: #00adee !important;
}

.rounded-10 {
    border-radius: 10px;
}

.image-zoom {
    position: relative;
    overflow: hidden;
}

.image-zoom img {
    transition: all 0.3s;
}

.image-zoom:hover img {
    transform: scale(1.1);
}

.image-cover {
    position: relative;
    overflow: hidden;
}

.image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-bar .header-address,
.top-bar .header-hotline,
.top-bar .nav-link {
    font-size: 13px;
    font-weight: 300;
}

.top-bar a img {
    width: 23px;
}

.slide-image {
    width: 100%;
}

.section-title.small-logo {
    height: 30px;
    background: url(../images/small_logo.png) left center no-repeat;
    background-size: auto 100%;
    padding-left: 40px;
}

.section-blog {
    height: 100%;
    background: url(../images/news_section_bg.jpg) left center no-repeat;
    background-size: cover;
}

.post-date.icon {
    content: '';
    background: url(../images/date_icon.png) left center no-repeat;
    height: 20px;
    line-height: 20px;
    width: 100%;
    padding-left: 25px;
    display: inline-block;
    margin-bottom: 5px;
}

.post-slider-pagination,
.blog-home-pagination,
.video-home-pagination,
.gallery-home-pagination {
    position: unset;
}

.firs-post .post-image {
    padding-top: 54%;
}

.col-blog-wrapper .post-bottom img {
    max-width: 120px;
    width: 100%;
}

.col-blog-wrapper .post-bottom .post-title {
    font-family: "Roboto Condensed", sans-serif;
}

.swiper-pagination-bullet-active {
    background: #869791;
}

.slide-blog-home .post-box .post-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3em;
}

.slide-blog-home .image-cover {
    padding-top: 74%;
}

.gallery-box .thumbnail {
    padding-top: 56%;
}

.gallery-title i {
    color: #00adee;
}

.section-statistics {
    height: 100%;
    background: url(../images/counter_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.count-box .number-text .counter {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 3px;
    color: #00adee;
    letter-spacing: -1px;
}

.count-box .number-text span {
    color: #00adee;
    vertical-align: top;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    top: 4px;
    left: 0px;
}

.number-text img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.box-areas .box-image {
    padding-top: 60%;
}

.section-title.line::after {
    display: block;
    width: 80px;
    height: 2px;
    content: '';
    background: #00adee;
    margin: 8px auto;
    border-color: #fff;
}

.box-areas .areas-title .icon {
    width: 35px;
}

.box-areas .areas-title a {
    height: 45px;
    background: #00adee;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto Slab", serif;
}

.section-counter-data {
    background: url(../images/conter_bottom_bg.png) top center no-repeat;
    background-size: 100% auto;
    padding-top: 120px;
    margin-top: -180px;
    z-index: -1;
}

.counter-data-box .wrapper {
    font-size: 42px;
    color: #fff;
    font-family: "roboto slab";
    font-weight: 700;
    vertical-align: middle;
    min-width: 132px;
    max-width: 132px;
    width: 100%;
}

.counter-data-box .wrapper img {
    height: 50px;
    object-fit: contain;
}

.btn-booking {
    border: 2px solid #fff;
    color: #fff;
    padding: 16px 20px 16px 150px;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    background-size: 145px;
    font-size: 18px/* padding-top: 10px; */
    ;
    background: #00adee url(//vimc.co/wp-content/themes/3ugreen/images/icon-trade.png) no-repeat left center;
}

.cat-box .box-image {
    overflow: hidden;
}

.post-list {
    padding: 20px 20px 0;
    border: 1px solid #dfdfdf;
}

.post-list .post-item {
    border-bottom: 1px solid #dfdfdf;
}

.post-list .post-item:last-child {
    border: unset;
}

.post-list .post-title {
    font-size: 15px;
    font-weight: 400;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.5em;
}

.bg-dfdfdf {
    background: #dfdfdf;
}

.cat-box .box-image {
    padding-top: 67%;
}

.iframe table {
    width: 100% !important;
}

.iframe .oilpricenettable2>tbody>tr:first-child>td>.oilpricenettable2>tbody>tr:first-child>td {
    height: 40px !important;
    background: #00adee !important;
    text-align: center !important;
    line-height: 40px !important;
    color: #fff !important;
    font-size: 15px !important;
}

.iframe .oilpricenettable2>tbody>tr:first-child>td>.oilpricenettable2>tbody>tr:first-child>td span {
    color: #fff !important;
}

.oilpricenettable2 {
    border: none !important;
    background: #fff !important;
    margin: 0 !important;
    border-spacing: 0 !important;
}

.ifram-img {
    height: 176px;
}

.ifram-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.md-form .modal-content {
    padding: 20px;
}

.md-form .modal-content .close {
    position: absolute;
    right: 12px;
}

.footer-info p {
    margin-bottom: 6px;
}

.section-footer {
    background-color: #ffffff;
/*    background-image: url(../images/footer_bg.jpg);*/
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 30px 0 20px;
    border-top: 2px solid #004e9f;
}

.footer-info {
    color: #2957a4;
}

.row.no-gutters {
    color: #2957a4;
}
.cat-list li a {
    color: #ccc;
    border-right: 1px solid #999;
    padding-right: 10px;
}

.cat-list li:last-child a {
    border: unset;
}

.cat-list li a:hover {
    color: #fff;
}

.bg-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.bg-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title::after {
    display: block;
    width: 80px;
    height: 2px;
    content: '';
    background: #00adee;
    margin: 10px auto;
    border-color: #fff;
}

.section-about .count-box *,
.section-about .count-box .number-text * {
    color: #fff;
}

.section-about .count-box img {
    filter: brightness(0) invert(1);
}

.section-about .count-box {
    border-right: 1px dotted #ccc;
}

.section {
    position: relative;
    overflow: hidden;
}

.timeline-wrapper {
    padding: 20px 10%;
}

.timeline-content .box-image {
    height: 180px;
}

.timeline-content .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-year {
    font-size: 24px;
    line-height: 38px;
    padding-bottom: 10px;
    color: #00adee;
    text-decoration: none;
}

.timeline-wrapper .swiper-slide-thumb-active .timeline-year {
    font-size: 38px;
    color: #0048a2;
}

.timeline-next,
.timeline-prev {
    background: unset;
}

.timeline-next i,
.timeline-prev i {
    color: #1E90FF;
    font-size: 30px;
}

.gallery-1 .swiper-slide .box-image {
    overflow: hidden;
}

.gallery-1 .swiper-slide .box-image img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 2s ease-in-out;
}

.gallery-1 .swiper-slide-active .box-image img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.about-content-list ul {
    list-style: none;
    padding-left: 0;
}

.about-content-list * {
    color: #fff;
}

.about-content-list ul li {
    margin-bottom: 15px;
    background: url(../images/icon-vimc.png) no-repeat;
    padding-left: 35px;
    text-align: justify;
}

.bg-section.mission img {
    object-position: top;
}

.section-leadership table td * {
    color: #fff;
}

.section-leadership table td img {
    margin-bottom: 10px;
}

.section-leadership table td p {
    color: #00adee;
}

.section-leadership table td h5 {
    font-weight: 500;
    margin-bottom: 0;
}

.collapse .card-body table th {
    font-weight: 500;
    text-align: left;
    padding: 5px;
    text-transform: uppercase;
    background: #aaa;
    color: #fff;
    border: 1px solid #dfdfdf;
}

.collapse table td {
    text-align: left;
    padding: 5px;
    border: 1px solid #dfdfdf;
}

.collapse table tr:nth-child(odd) {
    background: #dde5f2;
}

.cat-list ul li {
    margin-right: 16px;
}

.cat-list ul li:last-child {
    margin-right: 0;
}

.archive-blog .firs-post {
    padding-bottom: 20px;
    border-bottom: 1px solid #8ad6db;
}

.archive-blog .firs-post .box-image {
    max-width: 370px;
    min-width: 370px;
    width: 100%;
    height: 200px;
}

.archive-blog .firs-post .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-blog .post-title,
.post-sidebar .post-title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.archive-blog .post-title:hover a {
    color: #ff6c00 !important;
}

.post-box .box-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-sidebar .post-box .box-image {
    max-width: 110px;
    height: 85px;
}

.post-sidebar .post-box .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-title {
    color: #004ea0;
    padding: 10px;
    padding-left: 0;
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-top: 0;
    font-weight: 500;
}

.widget-title::after {
    content: "";
    width: 50px;
    display: block;
    background: #004ea0;
    height: 2px;
}

.pagination .page-item {
    margin-right: 8px;
}

.pagination .page-item .page-link {
    color: #fff;
    background: #0048a2;
}

.pagination .page-item .page-link.active {
    background: #000b19;
}

.banner-top img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.tab-map .nav-item {
/*    margin-right: 20px;*/
    flex: 1;
}

.tab-map .nav-link {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    background: #00adee;
    color: #fff;
}

.tab-map .nav-link.active {
    background: #00adee;
}

.tab-map .nav-link.active::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 14px solid #00acf1;
    display: block;
}

.contact-info * {
    color: #fff;
}

.contact-info p {
    margin-bottom: 0;
}

.related-title {
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #004ea0;
}

.related-title:after {
    display: block;
    width: 30px;
    height: 2px;
    content: '';
    margin-top: 6px;
    background: #004ea0;
}

#back-to-top {
    background: #004ea0;
    position: fixed;
    right: 20px;
    bottom: 50px;
    height: 36px;
    width: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    font-size: 20px;
    display: none;
    border-radius: 36px;
}