/**
 ** Style CSS
 **/

* {
    scroll-behavior: smooth !important;
}

:root {
  --primary-color: #007CC2;
  --fs-color-primary: #007CC2;
  --fs-color-secondary: #dd3333;
  --fs-color-success: #67b62f;
  --fs-color-alert: #db0a0a;
  --fs-experimental-link-color: #333;
  --fs-experimental-link-color-hover: #007CC2;
}

body {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 15px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

h1,h2,h3,h4,h5,h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
    color: #333;
    font-family: "Roboto", sans-serif;
}

.alt-font {
    font-family: "Roboto", sans-serif;
}

input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, 
input[type=tel]:focus, 
input[type=text]:focus, 
select:focus, 
textarea:focus {
    box-shadow: none;
}

.container-width, 
.full-width .ubermenu-nav, 
.container, .row {
    max-width: 1230px;
}

#content {
    padding-top: 30px;
}

.flickity-prev-next-button {
    opacity: 1;
}

.flickity-prev-next-button.previous {
    left: -15px;
}

.flickity-prev-next-button.next {
    right: -15px;
}

.slider-nav-circle .flickity-prev-next-button .flickity-button-icon {
    color: #FFF;
    border: 0;
    padding: 10px;
    background: #0062B0;
}

/** Header **/

/** Menu Mobile **/

ul.mobile-nav li.nav-icon i.icon-menu {
    color: #FFF;
}

.off-canvas-left.mfp-ready .mfp-content,
.off-canvas-right.mfp-ready .mfp-content {
    background: #007CC2;
}

.mobile-sidebar ul.nav li {
    position: relative;
}

.mobile-sidebar ul.nav li a {
    color: #FFF;
    padding-right: 25px;
}

.mobile-sidebar .searchform input[type="search"] {
    background-color: #FFF;
    border-color: #FFF;
}

.nav-sidebar.nav-vertical > li + li {
    border-top: 1px solid #ffffff59;
}

.mobile-sidebar .toggle {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 999;
}

.mobile-sidebar .toggle i {
    color: #FFF;
}

/** Nav Menu **/

.nav:hover > li:not(:hover) > a::before {
    opacity: 1;
}

#wide-nav {
    background: #007CC2;
    min-height: 50px;
}

.header .header-bottom-nav.nav > li > a:hover,
.header .header-bottom-nav.nav > li.active > a,
.header .header-bottom-nav.nav > li.current > a,
.header .header-bottom-nav.nav > li > a.active,
.header .header-bottom-nav.nav > li > a.current {
    color: #014f7b;
}

.nav-spacing-large > li {
    margin: 0px 12px;
}

.nav.header-nav > li > a {
    color: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: capitalize;
}

.header-bottom-nav > li > a {
    line-height: 50px;
}

#wide-nav ul.header-nav li.menu-item-home > a::before {
    content: "\f015";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: #FFF;
    background: #014F7B;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    margin-right: 10px;
}

/** Menu **/

header#header .nav-dropdown {
	display: block;
	border: 0;
}

header#header .nav-dropdown-default {
	padding: 10px;
}

header#header .nav-dropdown {
	min-width: 240px;
}

header#header .nav-dropdown ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	width: 240px;
	padding: 10px;
	display: none !important;
	border-radius: 0px;
	-webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
}

header#header .nav-dropdown ul.sub-menu a {
	white-space: normal;
	margin: 0;
	border: 0;
	font-weight: 400;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 0px;
	border-bottom: 1px solid #ececec;
}

header#header .nav-dropdown .nav-dropdown-col .menu-item-has-children {
	margin-top: 0;
}

header#header .nav-dropdown li:hover > ul.sub-menu{
	display: block !important;
}

header#header .nav-dropdown li {
	border-right: 0;
	white-space: normal;
	width: 100%;
	display: block;
	position: relative;
}

header#header .nav-dropdown li.menu-item-has-children > a {
    font-size: 15px;
	font-weight: 400;
    text-transform: none;
    color: hsla(0,0%,40%,.85);
}

header#header .nav-dropdown li.menu-item-has-children > a::after {
    content: '\f105';
    font-family: fl-icons !important;
    position: absolute;
    right: 0px;
}

header#header .nav-dropdown li.active>a {
	color: #007CC2;
}

header#header .nav-dropdown.nav-dropdown-default>li:last-child>a {
	border-bottom: 0;
}

/** Breadcrumbs **/

.webrt-page-title {
    background: #F1F1F1;
}

.webrt-page-title > .page-title-inner {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumbs a {
    color: #007CC2;
}

/** Footer **/

#footer {
    color: #333;
}

#footer a {
    color: #333;
}

#footer a:hover {
    color: #007CC2;
}

#footer .footer-1 {
    background: #007CC2;
}

#footer .footer-2 {
    border-top: 0;
    background: url("../img/bg_footer.jpg") no-repeat center / cover;
}

#footer .footer-1 h2 {
    color: #FFF;
    font-size: 52px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#footer .footer-1 p {
    color: #FFF;
    font-size: 19px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0px;
}

#footer .footer-2 h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: uppercase;
}

#footer .footer-2 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    margin-bottom: 0.5em;
}

#footer .footer-2 p i {
    color:#007CC2;
}

#footer a.back-to-top {
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    margin: 0;
    bottom: 55px;
    background: #014F7B;
}

/** Widget **/

.widget-area aside.widget {
    border-radius: 15px;
    overflow: hidden;
}

aside.widget .widget-title {
    color: #FFF;
    display: block;
    height: 47px;
    line-height: 47px;
    text-align: left;
    background: #007CC2;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

aside.widget .widget-title i {
    opacity: 1;
}

aside.widget > ul.menu-categories,
aside.widget > ul.menu-visit {
    padding: 5px 15px;
    border: 1px solid #DDDDDD;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

aside.widget > ul.menu-categories > li.cat-item > a,
aside.widget > ul.menu-visit > li.cat-item > a {
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
    height: 45px;
}

aside.widget > ul.menu-categories > li.cat-item:hover > a,
aside.widget > ul.menu-categories > li.cat-item.active > a {
    color: #007CC2;
    font-weight: 600;
}

aside.widget > ul.menu-categories > li.cat-item > a::before {
    content: "\f111";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 8px;
    padding-right: 7px;
    color: rgba(0, 124, 194, 0.4);
}

aside.widget.widget_news .widget-title {
    border-radius: 15px;
}

aside.widget.widget_video {
    line-height: 0;
}

aside.widget .gallery-row {
    padding: 15px;
    border: 1px solid #DDDDDD;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.gallery-row .gallery {
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-row .gallery .gallery-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 12px;
}

.gallery-row .gallery .gallery-item:nth-last-of-type(1),
.gallery-row .gallery .gallery-item:nth-last-of-type(2),
.gallery-row .gallery .gallery-item:nth-last-of-type(3) {
    padding-bottom: 0px;
}

.gallery-item .gallery-icon img {
    border-radius: 8px;
}

li.recent-blog-posts-li:first-child .post-img {
    width: 100%;
    height: 175px;
}

li.recent-blog-posts-li:first-child .post-img img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    border-radius: 10px;
}

li.recent-blog-posts-li .flex-col .badge {
    width: 100px;
}

li.recent-blog-posts-li .flex-col .badge img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

li.recent-blog-posts-li .flex-col h4 {
    margin-bottom: 0;
}

li.recent-blog-posts-li:first-child .flex-col h4 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

li.recent-blog-posts-li:not(:first-child) .flex-col h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
    height: 70px;
    overflow: hidden;
}

/** Home **/

.post-list .col.post-item:not(:last-child) > .col-inner {
    border-bottom: 1px solid #DDDDDD;
}

.post-list .col.post-item > .col-inner {
    padding-bottom: 20px;
}

.post-list .col.post-item:last-child > .col-inner {
    padding-bottom: 0px;
}

.post-list .box.box-normal .box-image,
.post-list .box.box-vertical .box-image {
    border-radius: 15px;
    overflow: hidden;
}

.post-list .box.box-normal h5.post-title a {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0;
    font-weight: 500;
}

.post-list .box.box-normal .box-text {
    padding-bottom: 0px;
}

.post-list .box.box-vertical .box-text {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}

.post-list .box.box-vertical h5.post-title a {
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.rt-doitac {
    background: #F7F7F7;
}

.rt-doitac h2 {
    color: #007CC2;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.rt-doitac .row-small > .flickity-viewport > .flickity-slider > .gallery-col.col {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rt-doitac .gallery-col.col > .col-inner {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

/** Archive **/

h1.page-title {
    font-size: 30px;
}

.entry-header-text .entry-meta {
    font-size: 14px;
}

.entry-header-text .entry-meta .posted-author {
    padding-right: 10px;
}

.entry-header-text .entry-meta .posted-on,
.entry-meta .posted-share {
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta .posted-share a {
    font-size: 11px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    line-height: 24px;
    border-width: 1px;
    margin-bottom: 0px;
}

.entry-meta .posted-view {
    padding-left: 10px;
}

.entry-meta .posted-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.related-post h4.heading {
    font-size: 30px;
}

/** Page **/

#lightgallery .gallery-col.col > .col-inner {
    border-radius: 15px;
    overflow: hidden;
}

/** Contact **/

.gg-map > .col-inner {
    line-height: 0;
}
#box_google_map_contact iframe{width: 100%;height: 600px;}

/** Menu bo sung **/

#wide-nav ul.nav li.menu-item:hover ul.sub-menu {
    left: -15px;
    max-height: inherit;
    opacity: 1;
    visibility: visible;
}

/** Responsive CSS **/

/*
 * iPad
 */
@media only screen and (max-width: 64em) {
    /** Header **/
    
    /** Footer **/
}

/*
 * Mobile
 */
@media only screen and (max-width: 48em) {
    ul.nav.header-nav li.header-language-dropdown {
        margin-right: 0;
    }
    .flickity-prev-next-button.previous {
        left: 0px;
    }
    .flickity-prev-next-button.next {
        right: 0px;
    }
    /** Header **/

    .off-canvas-left.mfp-ready .mfp-content,
    .off-canvas-right.mfp-ready .mfp-content {
        width: 80%;
    }

    /** Footer **/
    #footer .footer-1 h2 {
        font-size: 35px;
        line-height: 40px;
    }
    #footer .footer-1 p {
        font-size: 15px;
        line-height: 30px;
    }
    #footer .footer-2 p {
        font-size: 14px;
    }
    /** Home **/
    .rt-doitac h2 {
        font-size: 25px;
    }
    .post-list .box.box-vertical .box-image {
        margin-bottom: 10px;
    }
    /** Widget **/
    li.recent-blog-posts-li:first-child .post-img {
        height: 240px;
    }
    li.recent-blog-posts-li:first-child .post-img img {
        height: 230px;
    }
    .gallery-row .gallery .gallery-item {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
}