/*
 * Theme Name: Nam Việt Luật
 * Description: 
 * Theme URI: https://centerwebs.com/
 * Version: 12.0
 * Theme Author: it.xuandung@gmail.com
 * Author: Cristian Dev
 * Author URI: mailto:manutd.428@gmail.com
 * Textdomain: gaumap
 */
.gm-main-menu-wrapper .gm-menu-item__link {
    padding: 12px 15px 0 0 !important;
}

.main-slider {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.main-slider .owl-nav {
    position: static !important;
}

.main-slider .owl-nav [class*=owl-] {
    color: #fff !important;
    font-size: 24px !important;
    background: rgba(201,201,201,0.75) !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: transparent;
    border: 1px solid #ffffff;
    padding:  0 !important;
}


.main-slider .owl-nav [class*=owl-]:hover, .main-slider .owl-nav [class*=owl-]:focus {
    background: #000 !important;
}

.main-slider .owl-nav .owl-prev {
    position: absolute !important;
    top: 45% !important;
    left: 0px !important;
}

.main-slider .owl-nav .owl-next {
    position: absolute !important;
    top: 45% !important;
    right: 0px !important;
}
.main-slider .owl-dots{
    position: absolute;
    bottom: 6px;
}
.main-slider .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    background: #999999;
    background: -moz-linear-gradient(top, #999999 0%, #e1e1e1 100%);
    background: -webkit-linear-gradient(top, #999999 0%,#e1e1e1 100%);
    background: -o-linear-gradient(top, #999999 0%,#e1e1e1 100%);
    background: -ms-linear-gradient(top, #999999 0%,#e1e1e1 100%);
    background: linear-gradient(to bottom, #999999 0%,#e1e1e1 100%);
    border: 3px solid #e5e5e5;
}
.main-slider .owl-dots .owl-dot.active span, .main-slider .owl-dots .owl-dot:hover span {
    background: #666666;
}
/*footer{
    background: #fff;
}*/
#sfwa_footer{
    padding: 50px 0 ;
    color: #fff;
}
#sfwa_footer h3{
    margin-top: 16px;
    margin-bottom: 21px;
    font-size: 18px;
    font-weight: 700;
}
#sfwa_footer h4{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}
.info-company p{
    font-size: 14px;
    margin-bottom: 10px;
}
.footer-menu li{
    list-style: none;
    margin-bottom: 5px;
}
.footer-menu li a{
    color: #fff;
}
.footer-map iframe{
    width: 100%;
    height: 250px;
}
.copy-right{
    padding: 10px 0 15px;
    font-size: .9em;
    background: #5b5b5b;
    color: #fff;
}
.copy-right a{
    color: #fff;
}
div.pagination ul.pagination li{
    list-style: none;
}
div.pagination ul.pagination span,
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus{
   padding:  7px 15px !important;
   background-color:rgba(255, 1, 1, 1.0) !important;
   border:  1px solid rgba(255, 1, 1, 1.0) !important;
    height: auto !important;
}
body .pagination > li > a, .pagination > li > span {
    border: solid 1px rgba(255, 1, 1, 1.0) !important;
    padding:  7px 15px !important;
    height: auto !important;
}
.gm-navbar {
    z-index: 999 !important;
}
.navigation,
.navigation ul,
.navigation ul li,
.navigation ul li a {
    list-style: none;
    line-height: 0;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navigation ul li ul li {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 0px 0px 25px 0px rgba(50, 50, 50, 0.21);
}

.navigation ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.navigation:after,
.navigation > ul:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.navigation > ul > li {
    display: table-cell;
    width: 1%;
}

.navigation > ul > li > a {
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    font-weight: 400;
    height: 35px;
    padding-top: 4px;
}

.navigation ul li:first-child a {
    margin-left: 0
}

.navigation ul li:last-child a {
    margin-right: 0;
}

.navigation > ul > li:hover {
    background-color: #ff0000;
    border-radius: 5px;
}
.navigation > ul > li:hover a{
    color: #fff;
}

.navigation > ul > li.active {
    background-color: #FF0000;
    border-radius: 5px;
}
.navigation > ul > li.active a {
    color: #fff;
}

.navigation > ul > li.active > a:hover:before,
.navigation > ul > li.active > a:focus:before,
.navigation > ul > li.active > a:active:before {
    display: none;
}

.navigation ul ul {
    position: absolute;
    left: -9999px;
    top: 40px;
    width: 200px;
    z-index: 999;
    padding-top: 15px;
    opacity: 0;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
}

.navigation ul ul ul {
    width: auto;
}

.navigation.align-right ul ul {
    text-align: right;
}

.navigation > ul > li > ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #EC2028;
    top: -1px;
    left: 30%;
}

.navigation.align-right > ul > li > ul::after {
    left: auto;
    right: 20px;
}

.navigation ul ul ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: #EC2028;
    top: 12px;
    left: -8px;
}

.navigation.align-right ul ul ul::after {
    border-right-color: transparent;
    border-left-color: #387002;
    left: auto;
    right: -4px;
}

.navigation > ul > li:hover > ul {
    top: 28px;
    left: -25px;
    opacity: 1;
}

.navigation.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
}

.navigation ul ul ul {
    padding-top: 0;
    padding-left: 6px;
}

.navigation.align-right ul ul ul {
    padding-right: 6px;
}

.navigation ul ul > li:hover > ul {
    left: 200px;
    top: 0;
    opacity: 1;
}

.navigation.align-right ul ul > li:hover > ul {
    left: auto;
    right: 100%;
    opacity: 1;
}

.navigation ul ul li a {
    background-color: #EC2028;
    border-bottom: 1px solid #EC2028;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    padding: 0 10px 0 25px;
    line-height: 36px;
    width: 200px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.navigation ul ul li:last-child a {
    border-bottom: none;
}

.navigation ul ul li a::before {
    font: normal normal normal 10px/1 FontAwesome;
    content: "\f101";
    position: absolute;
    top: 14px;
    left: 10px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navigation ul ul li:hover > a,
.navigation ul ul li > a:hover,
.navigation ul ul li > a:focus {
    background-color: #003399;
    color: #fff;
}

.navigation ul ul li.active > a {
    background-color: #DF0000;
    color: #fff;
}

.navigation ul ul li:hover > a::before,
.navigation ul ul li > a:hover:before,
.navigation ul ul li > a:focus:before {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.navigation ul ul li.active > a::before {
    color: #fff;
}
.gm-navbar .gm-main-menu-wrapper{
    align-items: center;
}
.frm-seach-sm {
    margin: 0 10px;
    position: relative;
}

.frm-seach-sm input[type="text"] {
    border-radius: 20px;
    padding: 5px 15px;
    background-color: #CBCBCB;
}

.frm-seach-sm button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    color: inherit
}
@media (max-width: 1023px){
    header{
        height: auto;
        min-height: auto !important;
        position: sticky;
        top: 0;
    }
    #hamburger{
        display: block;
        background: transparent;
        top:  9px;
    }
    #hamburger:before, #hamburger:after, #hamburger span{
        background-color: #000;
    }
}
.gm-search:not(.fullscreen) .gm-search__input{
    background: transparent;
    border-bottom: 1px solid #f1f1f1;
}
.gm-search:not(.fullscreen) .gm-search-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    background: transparent;
}