/*
Theme Name: Japana
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#logo img {
    filter: drop-shadow(1px 1px 0px #fff) drop-shadow(-1px -1px 0px #fff) drop-shadow(-1px 1px 0px #fff) drop-shadow(1px -1px 0px #fff);
}
.header-main .nav > li > a {
    position: relative;
}
.header-main .nav > li > a:before {
    content: "";
    width: 0;
    height: 2px;
    background: #172152;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
}
.header-main .nav > li > a:hover:before, .header-main .nav > li.active > a:before {
    width: 100%;
}
.transparent .header-main .nav > li > a:before {
    background: #fff;
}
.page-title.title_page h1 {
    color: #172152;
}
.box_icon i {
    font-size: 40px;
    color: #172152;
    margin: auto;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #172152;
    border-radius: 50%;
}

.box_icon .title_icon {
    text-transform:  uppercase;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 10px;
    font-size: 20px;
}

.box_icon {
    color: #000;
    outline: 2px dashed #172152;
    padding: 20px;
    text-align: justify;
    text-align-last: center;
    border-radius: 10px;
    transition: .3s;
}

.box_icon:hover {
    outline: 2px solid #172152;
}

.icon_box .row > div {
    display: flex;
    flex-wrap: wrap;
}

.icon_box .col-inner {
    display: flex;
    flex-wrap: wrap;
}

.icon_box .row > div:nth-child(2) .box_icon, .icon_box .row > div:nth-child(3) .box_icon {
    background: #172152;
    color: #fff;
}

.icon_box .row > div:nth-child(2) i, .icon_box .row > div:nth-child(3) i {
    color: #fff;
    border-color: #fff;
}

.content-area img {
    border-radius: 5px;
}
.dichvu_home h3 {
    font-size: 30px;
    color: #172152;
}
.dichvu_home .text-bottom {
    text-align: justify;
    text-align-last: center;
}   
.menu_footer .menu-item a {
    color: #fff !important;
    border-bottom: 1px solid #6e6e6e;
}
.menu_footer .menu-item a:hover span {
    padding-left: 15px;
}
.menu_footer .menu-item a span {
    transition: .3s;
}
.menu_footer .ux-menu-link:last-child a {
    border: 0;
}
.menu_footer {
    border-bottom: 1px solid #555;
}
.fb_iframe_widget, .fb_iframe_widget iframe {
    width: 100% !important;
}
.section_choose .choose-left .so {
    position: relative !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
}
.choose-left .text {
    display: flex;
    align-items: center;
}
.section_choose .choose-left p {
    position: static !important;
    margin: 0 35px 0 0 !important; 
}
.choose-left h3 {
    margin: 0;
}
.section_choose .choose-left p .so:before, input#gui, .section-title-center span:before {
    background-color: #172152 !important;
}
.lienhe ul li {
    list-style: none;
    margin: 0;
}
.justify p, .page-id-578 #main p {
    text-align: justify;
}

@media only screen and (max-width: 767px) {
    .transparent .header-main {
        height: 70px !important;
    }
    .transparent #logo img {
        max-height: 60px !important;
    }
    #section_785525449 .img-inner {
        background: #172152;
        padding: 70px 0 0;
    }
}
