/*
Theme Name: Anvee
Author: Nguyễn Bá Nam
Author URI: https://www.facebook.com/banam.nguyen.50/
Description: 
Version: 1.0
*/

@font-face {
    font-family: 'UTM Avo';
    src: url('assets/fonts/UTMAvo.woff2') format('woff2'),
        url('assets/fonts/UTMAvo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Avo';
    src: url('assets/fonts/UTMAvoBold.woff2') format('woff2'),
        url('assets/fonts/UTMAvoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'UTM Copperplate';
    src: url('assets/fonts/UTMCopperplateBold.woff2') format('woff2'),
        url('assets/fonts/UTMCopperplateBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'UTM Copperplate';
}
p, a, span, li, div, label, input, textarea {
    font-family: 'UTM Avo';
}
body,html{
    font-family: 'UTM Copperplate';
    font-family: 'UTM Avo';
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    margin-right: 0;
    max-width: 100%;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
iframe{
    max-width: 100%;
}
.container-primary{
    max-width: 1920px;
    margin: 0 auto;
}
.container{
    max-width: 1200px;
}
.home-slider img{
    width: 100%;
    height: auto;
}
.the-content .table {
    border-collapse: collapse;
}
.the-content table, .the-content th, .the-content td {
    border: 1px solid;
}
.the-content th, .the-content td{
    padding: 5px;
}
a{
    color:#555555;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
}
.slick-init .item{
    display: none;
}
.slick-init .item.slick-slide,
.slick-init .item:first-child{
    display: block;
}
.sm{
    z-index: 999;
}
aside{
    height: 100%;
}
aside input[type="submit"]{
    width: 100%;
}
aside .wpcf7-form p{
    margin-bottom: 0;
}
aside .wpcf7-form{
    padding: 15px;
    border-radius: 15px;
    background-color: #afdbcf;
}
aside .wpcf7-form input[type="submit"]{
    background-color: #2c705e !important;
    border: 0;
}
aside .wpcf7-form input[type="submit"]:focus{
    box-shadow: none;
}
aside .wpcf7-form .wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}
/*.sidebar*/
.sidebar input[type="submit"],
.the-content input[type="submit"]{
    width: 100%;
}
.sidebar .wpcf7-form p,
.the-content .wpcf7-form p{
    margin-bottom: 0;
}
.sidebar .wpcf7-form,
.the-content .wpcf7-form{
    padding: 15px;
    border-radius: 15px;
    background-color: #afdbcf;
}
.sidebar .wpcf7-form input[type="submit"],
.the-content .wpcf7-form input[type="submit"]{
    background-color: #2c705e !important;
    border: 0;
}
.sidebar .wpcf7-form input[type="submit"]:focus,
.the-content .wpcf7-form input[type="submit"]:focus{
    box-shadow: none;
}
.sidebar .wpcf7-form .wpcf7-spinner,
.the-content .wpcf7-form .wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

/* CSS cơ bản wordpress */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
  margin-bottom: 1em;
  font-size: 0.9em;
  color: #666;
}

.wp-caption img {
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  margin-top: 0.5em;
}

img.aligncenter,
img.alignleft,
img.alignright {
  height: auto;
  max-width: 100%;
}
.wp-block-image {
  margin-bottom: 1.5em;
}

.wp-block-image figcaption {
  font-size: 0.9em;
  text-align: center;
  color: #666;
}
/* End css cơ bản */

/* Top header */
.socialTop{
    position: relative;
    padding-right: 20px;
}
.socialTop:before{
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border-right: solid 1px #eeeeee;
    height: 30px;
}
.socialTop ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}
.socialTop ul li{
    margin-right: 15px;
}
.socialTop ul li:last-child{
    margin-right: 0;
}
.socialTop ul li a{
    font-size: 20px;
    line-height: 30px;
    color:#777777;
}
.socialTop ul li a:hover{
    color:#c81b70;
}
.searchTop{
    position: relative;
}
.searchTop:before{
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: solid 1px rgba(0,0,0,0.1);
}
.searchTop .icon{
    font-size: 20px;
    line-height: 30px;
    padding: 0 15px;
    cursor: pointer;
    color:#777777;
}
.searchTop .popup{
    top: 35px;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
    z-index: 1;
    min-width: 300px;
    position: absolute;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: initial;
}
.searchTop.active .popup{
    opacity: 1;
    visibility: initial;
}
.searchTop .popup input{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border:none;
}
.searchTop .popup button{
    position: absolute;
    right:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border:none;
    padding: 0;
    color: rgb(85, 85, 85) !important;
}
/* End top header */

/*================BEGIN HEADER=================*/
.top-header .navbar-brand{
    padding: 15px 0;
}
.top-header .navbar-brand img{
    height: 70px;
    width: auto;
}
.hotlineTop{
    background: #379e81;
    padding: 10px;
    color: #fff;
    min-width: 50%;
}
#offcanvasDarkNavbar{
    background-color: #fff !important;
}
/*================END HEADER===================*/

/* Menu */
#main-menu .mega-submenu a,
#main-menu .sub-menu a{
    font-family: 'UTM Avo';
    text-transform: none;
}
#main-menu .mega-submenu a.has-submenu{
    text-transform: uppercase;
    color: #333333 !important;
    font-family: 'UTM Copperplate';
}
/* End Menu */

/* Hotline right */
#hotline-right{
    position: fixed;
    right:10px;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
#hotline-right ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: column;
    list-style: none;
}
#hotline-right ul li{
    margin: 10px 0px;
    position: relative;
    cursor: pointer;
}
#hotline-right ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 45px;
    height: 45px;
    background: #970000;
    font-size: 23px;
    line-height: 26px;
    position: relative;
    border-radius: 100%;
    border:solid 1px #970000;
    color: #fff;
}
#hotline-right ul li a .icon-hmail{
    font-size: 14px;
}
#hotline-right ul li a span{
    display: none;
}
#hotline-right ul li a:hover{
    background: #970000;
    color:#ffffff;
    border-color: #970000;
}
#hotline-right ul li.go-top a{
    background: #f1f3f5;
}
#hotline-right ul li.go-top a:hover{
    background: #c81b70;
}
#consultModalToggle .wpforms-field-label,
#consultModalToggle em.wpforms-error,
#consultModalToggle .wpcf7-not-valid-tip{
    display: none !important;
}
#consultModalToggle .wpcf7-not-valid{
    border-color: #c81b70;
}
#consultModalToggle .button-form{
    position: relative;
}
#consultModalToggle p{
    margin-bottom: 0;
}
#consultModalToggle form.submitting .wpcf7-spinner {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    margin-right: 0;
}
#consultModalToggle .img {
    padding-top: 100%;
    margin-bottom: 20px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}
#consultModalToggle .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
#consultModalToggle .txtSupport {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}
#consultModalToggle input, 
#consultModalToggle select, 
#consultModalToggle textarea{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    background: #ffffff;
    border: solid 1px #2b715e;
    font-size: 14px;
}
#consultModalToggle .choices__inner{
    border: solid 1px #2b715e;
    font-size: 14px;
}
#consultModalToggle .wpforms-field{
    padding-top: 0;
    padding-bottom: 10px;
}
#consultModalToggle textarea {
    height: 80px;
    resize: none;
}
#consultModalToggle button[type="submit"],
#consultModalToggle input[type="submit"]{
    width: 100%;
    background-color: #379e81 !important;
}

.itemHotline {
    padding: 25px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 75px;
    border-bottom: solid 1px #2b715e;
    position: relative;
}
.itemHotline:before{
    content: "\f2a0";
    font-family: fontAwesome;
    position: absolute;
    left:20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border:solid 2px #fde3e1;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
}
.itemHotline .name{
    font-weight: bold;
}
.itemHotline .hotline a{
    font-size: 18px;
    line-height: 26px;
    color:#c81b70;
}
.itemMess{
    border-bottom: solid 1px #fde3e1;
}
.itemMess a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 20px 20px;
}
.itemMess a img{
    margin-right: 10px;
    max-width: 40px;
}
#branchModalToggle .txt{
    font-size: 13px;
    line-height: 21px;
    color:#666666;
    font-style: italic;
    padding: 20px;
}
/* End hotline right */

/* Home page */
#homeAbout{

}
#homeAbout .title {
    padding-bottom: 30px;
    margin-bottom: 25px;
    position: relative;
}
#homeAbout .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: solid 1px #333333;
    width: 60px;
}
#homeAbout .title h2 {
    font-family: 'UTM Copperplate';
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
}
#homeAbout .des {
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 20px;
}
#homeAbout .txtA {
    font-family: 'UTM Copperplate';
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 20px;
}
.items-about .counter {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.items-about .tit {
    color: #666666;
}
.container-media{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* End Home page */
/*================BEGIN PAGINATION=================*/
.pagination{
    width: 100%;
    background: transparent;
    padding-top: 0;
    margin:0;
}
.pagination{
    padding-bottom: 2px;
}
.pagination li{
    display: flex;
    margin:0 4px 0 0;
}
.pagination li span.pagetotal{
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    background: none;
    color: #333333;
}
.pagination li span.current,
.pagination li a{
    display: table-cell;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    color:#333333;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: normal;
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
    text-align: center;
}
.pagination li a:hover, .pagination li span.current {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}
.pagination a, .pagination a:visited{
    color: #666666;
}
.pagination a:focus, .pagination a:hover{
    box-shadow: none;
}
.pagination li span.current, .pagination li a{
    border:none;
    background: #ffffff;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.pagination li a:hover, .pagination li span.current{
    background: #2b725e;
    border-color: #2b725e;
    color: #fff;
}
/*================END PAGINATION===================*/
/*==================BEGIN BREADCRUMB===============*/
.breadcrumb {
    background: #ffffff;
    padding: 9px 0;
    border-bottom: solid 1px #2b715e;
    border-top: solid 1px #2b715e;
}
.breadcrumb ul {
    text-align: right;
    float: right;
    width: initial;
    list-style: none;
    margin-bottom: 0;
}
.breadcrumb ul li {
    padding: 0;
    margin: 0 10px;
    float: left;
    position: relative;
    color: #666666;
    font-size: 13px;
    line-height: 21px;
}
.breadcrumb ul li:first-child {
    margin-left: 0
}
.breadcrumb ul li a {
    font-size: inherit;
    line-height: inherit;
    color:inherit;
}
.breadcrumb ul li a:hover {
    color: #810007
}
.breadcrumb ul li:after {
    content: "/";
    position: absolute;
    right: -14px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 23px;
}
.breadcrumb ul li:last-child:after {
    content: initial
}
.breadcrumb ul li:last-child {
    margin-right: 0
}
/*==================END BREADCRUMB=================*/
/*==================BEGIN BOX MID==================*/
.box_mid .mid-title{
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.box_mid .mid-title:before{
    content: "";
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    width:60px;
    border-bottom:solid 1px #333333;
}
.box_mid .mid-title .titleL{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    font-family: 'UTM Copperplate';
}
.box_mid .mid-title .titleL h1,
.box_mid .mid-title .titleL h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
/*=====================*/
.box_mid.left .mid-title:before{
    left:0;
    bottom:0;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.box_mid.left .mid-title .titleL{
    text-align: left;
}
/*=====================*/
.box_mid.left2 .mid-title:before{
    left:0;
    bottom:0;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.box_mid.left2 .mid-title .titleL{
    text-align: left;
}
/*==================END BOX MID====================*/
/*=================BEGIN MENU TAB==================*/
.menuTab {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
}
.menuTab ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 23px;
    border:solid 1px #2b715e;
    overflow: hidden;
    list-style: none;
    padding-left: 0;
}
.menuTab ul li:last-child{
    border-right: 0;
}
.menuTab ul li a{
    display: block;
    color:#555555;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
    padding: 10px 20px;
}
.menuTab ul li:hover a,
.menuTab ul li.current a{
    background: #2b715e;
    color: #ffffff;
}
.menuTab .mc-menu{
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    background: #2b715e;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    padding: 11px 20px;
    border-radius: 26px;
    cursor: pointer;
    z-index: 2;
}
.menuTab .mc-menu:before{
    content: "\f0d7";
    font-family: fontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*=================END MENU TAB====================*/
/*==================BEGIN BOX MID==================*/
.box_mid .mid-title{
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.box_mid .mid-title:before{
    content: "";
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    width:60px;
    border-bottom:solid 1px #333333;
}
.box_mid .mid-title .titleL{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    font-family: 'UTM Copperplate';
}
.box_mid .mid-title .titleL h1,
.box_mid .mid-title .titleL h2{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.box_mid.left2 .mid-title:before{
    left:0;
    bottom:0;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.box_mid.left2 .mid-title .titleL{
    text-align: left;
}
/*=========== END BOX MID ==========*/

/*=========== WIDGET ==========*/
.widget-title,
aside h2{
    position: relative;
    padding-bottom: 10px;
    font-size: calc(1.325rem + .9vw);
    font-weight: 500;
    font-family: 'UTM Copperplate';
    line-height: calc(2rem + .9vw);
}
.widget-title::before,
aside h2::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    border-bottom: 2px solid #555555;
}
/*=========== END WIDGET ==========*/

.branch-list{
    list-style: none;
    padding-left: 0;
}
.branch-list li{
    margin-bottom: 20px;
}
.branch-list li:last-child{
    margin-bottom: 0;
}
.branch-list li p{
    margin-bottom: 5px;
}

/* Footer */
.botFoot {
    padding: 25px 0px;
    border-bottom: solid 1px #2b715e;
    border-top: solid 1px #2b715e;
}
.congthuong {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.congthuong .img {
    margin-right: 30px;
}
.congthuong .txt p {
    padding: 0;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 5px;
}
.timeFoot {
    padding-left: 55px;
    position: relative;
}
.timeFoot:before{
    content: "\f017";
    font-family: fontAwesome;
    position: absolute;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #379e81;
    border-radius: 100%;
}
.timeFoot .t1{
    font-weight: bold;
}
.footFoot {
    padding: 28px 0;
    background: #379e81;
    color: #fff;
}
/* End Footer */

@media (min-width: 992px) {
    /* Menu */
    .sm-clean a .sub-arrow{
        display: none !important;
    }
    #mainNav{
        border-top: 1px solid #2b715e;
        padding: 0;
    }
    #main-menu{
        background-color: transparent;
        border-radius: 0;
    }
    #main-menu a{
        font-family: 'UTM Copperplate';
        text-transform: uppercase;
        color: #555555;
        font-size: 13px;
        padding: 10px 15px;
    }
    nav.navbar{
        /* background-color: #2b715e; */
        background-color: #fff;
    }
    #main-menu a .sub-arrow{
        border-color: #fff transparent transparent transparent;
    }
    #main-menu ul{
        background: #fff;
        box-shadow: none;
        border-color: #2b715e;
    }
    /* #main-menu ul a{
        color: #2b715e;
    } */
    @keyframes slideDown {
        from {
            transform: translateY(-100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
    .navbar-fixed-animated {
        animation: slideDown 0.4s ease-out;
    }
    #mainNav .navbar-brand{
        background-color: #2b715e;
        padding: 7px 15px;
        height: 37px;
        margin-right: 0;
        font-size: 15px !important;
    }
    #main-menu > li > a:hover{
        background-color: #2b715e;
        color: #fff;
    }
    #main-menu{
        padding-left: 0;
        padding-right: 0;
    }

    /* End Menu */
    /* Mega menu */
    /* Đảm bảo submenu được đặt đúng */
    #main-menu li.has-mega-menu {
        position: relative;
    }
    /* Hiển thị khi hover */
    #main-menu > li:hover > a{
        background-color: #2b715e;
        color: #fff;
    }
    #main-menu li.has-mega-menu:hover .mega-submenu {
        display: flex;
        border-radius: 0 !important;
        border: 10.5px solid #2b715e;
    }

    #main-menu ul.sub-menu{
        border: 10.5px solid #2b715e;
        min-width: 280px !important;
        border-radius: 0 !important;
    }

    /* Đảm bảo các item hiển thị tốt */
    #main-menu .mega-submenu li {
    list-style: none;
    }
    #main-menu .mega-submenu a {
        display: block;
        color: #333;
        text-decoration: none;
        font-weight: 500;
    }
    #main-menu .mega-submenu {
    width: 100%;
    max-width: none;
    }
    .mega-submenu ul{
        border: 0 !important;
        position: relative !important;
    }
    .sub-mega-menu{
        display: block !important;
    }
    .mega-submenu a.has-submenu{
        background-color: transparent !important;
        font-size: 16px !important;
        line-height: 24px !important;
        font-weight: bold !important;
        padding-bottom: 10px !important;
        margin-bottom: 5px !important;
    }
    .mega-submenu a.has-submenu::before{
        content: "";
        position: absolute;
        bottom: 0;
        left: 20px;
        border-bottom: solid 1px #333333;
        width: 50px;
    }
    .mega-submenu a.has-submenu > .sub-arrow{
        display: none !important;
    }
    .sub-mega-menu{
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
    }
    .sub-mega-menu a{
        background-color: transparent !important;
        font-weight: 400 !important;
        text-transform: none !important;
        padding-left: 0 !important;
    }
    .sub-mega-menu a:hover,
    .sub-menu a:hover{
        color: #2b715e !important;
        background-color: transparent !important;
    }
    .sub-mega-menu li{
        border-bottom: solid 1px #2b715e !important;
        padding-left: 0 !important;
    }

    /* Nếu bạn muốn submenu nằm trong giới hạn container */
    .menu-wrapper {
        position: relative;
    }
    .menu-wrapper .mega-submenu {
        left: 0;
        right: 0;
        width: 100%;
    }
    .mega-submenu::before, 
    .mega-submenu::after,
    .sub-menu::before, 
    .sub-menu::after{
        left: var(--before-mega-menu-left) !important;
        border-color: transparent !important;
    }
    /* End Mega menu */

}
/* Mobile */
@media all and (max-width: 991px){
    /* Menu */
    #main-menu{
        background-color: transparent;
        border-radius: 0;
    }
    #main-menu a{
        font-family: 'UTM Copperplate';
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
    }
    nav.navbar{
        background-color: #2b715e;
    }
    #main-menu a .sub-arrow{
        border-color: #fff transparent transparent transparent;
    }
    #main-menu ul{
        background: #fff;
        box-shadow: none;
        border-color: #2b715e;
    }
    #main-menu ul a{
        color: #2b715e;
    }
    @keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
    }

    .navbar-fixed-animated {
    animation: slideDown 0.4s ease-out;
    }

    /* End Menu */
    #offcanvasDarkNavbar{
        background-color: #2b715e !important;
    }
    .navbar-brand{
        padding-left: 20px;
    }
    /* #mainNav form{
        order: 2;
    }
    #mainNav .navbar-toggler{
        order: 3;
    } */
    #mainNav .navbar-toggler:focus{
        box-shadow: none;
    }
    .menuTab{
        display: block;
    }
    .menuTab ul {
        position: absolute;
        top: 25px;
        background: #ffffff;
        left: 0;
        right: 0;
        display: none;
        z-index: 1;
        border-radius: 0;
        padding-top: 30px;
    }
    .menuTab.active ul{
        display: block;
    }
    .menuTab ul li a{
        font-weight: normal;
        padding: 8px 15px;
    }
    .menuTab ul li:hover a, .menuTab ul li.current a{
        background: #ffffff;
        color:#2b725e;
        font-weight: 600;
    }
    /* .box_mid .mid-title{
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .box_mid .mid-title .titleL{
        font-size: 25px;
        line-height: 35px;
    }
    .box_mid.left2 .mid-title:before{
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .box_mid.left2 .mid-title .titleL{
        text-align: center;
    } */

    /* Mega menu */
    .mega-submenu{
        position: unset !important;
        width: 100% !important;
        max-width: unset !important;
    }
    .sm-clean > li:last-child > ul{
        border-radius: 0 !important;
    }
    /* End mega menu */
}