/*============================================================================
   #Webcms
==============================================================================*/
li.lmh-has-dropdown:hover>.lmh-nav-dropdown-full {
    max-width: 1300px!important;
}
li.lmh-current-dropdown>.lmh-nav-dropdown-full, li.lmh-has-dropdown:hover>.lmh-nav-dropdown-full {
    position: fixed;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 50% !important;
    -webkit-transition: opacity .3s !important;
    -o-transition: opacity .3s !important;
    transition: opacity .3s !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    width: 100%;
    max-width: 1150px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lmh-nav-dropdown>li.lmh-nav-dropdown-col, .lmh-nav-dropdown>li.lmh-image-column {
    text-align: left;
    display: table-cell;
    white-space: nowrap;
    width: 160px;
    min-width: 160px;
}
.lmh-nav-dropdown>li.lmh-anav-dropdown-col:not(:last-child), .lmh-nav-dropdown>li.lmh-image-column:not(:last-child) {
    border-right: 1px solid transparent;
}
.lmh-fix-column{
  max-width: 260px;
  width: 182px;
  text-align: left;
  display: table-cell;
  white-space: nowrap;
  width: 160px;
  min-width: 160px;
}
.lmh-fix-column a{
  color:#FFF;
   padding: 10px;
}
.lmh-fixhedernamea{
  text-transform: uppercase;
  font-size: .8em;
  font-weight: bolder;
}
.lmh-nav-top-li:hover .lmh-nav-dropdown-simpleshow{
  position: fixed;
    right: 5%;
    transform: translateX(0%);
    width: 90%;
}
.lmh-mfp-wrap a:hover{
  color: #0a3fef;
}
.hotline-phone-ring-wrap {
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: fixed;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: -22px;
    bottom: 80px;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 11px;
    left: 11px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 26px;
    left: 26px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
    display: none;
    position: fixed;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 10px;
    bottom: 118px;
}
.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}
.hotline-phone-ring-wrap:hover .hotline-bar {
    display: block !important;
}

/*search 22222222*/



#searchs.pax {
    padding-top: 30px !important;
}

#searchs {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 100px;
    padding-bottom: 40px;
    background: url(../images/bgnha.jpg) no-repeat top center;
    background-size: cover !important;
    min-height: 520px;
    position: relative;
}

#searchs:before {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
}




.boxsearch {
    margin: 0 auto;
    max-width: 800px;
    position: relative;
    z-index: 6;
    text-align: center;
}

.boxsearch h1 {
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 25px;
    color: #fff;
    float: left;
    width: 100%;
    line-height: 60px;
    text-transform: capitalize;
}


.searchform {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 9px;
}

.searchform input {
    width: 100%;
    float: left;
    height: 50px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: 0px !important;
    outline: none;
    font-size: 14px;
}

.searchform .bnt_search {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 44px;
    width: 120px;
    background: #EE6B27;
    border: 0px;
    outline: none;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}

.search-resuilt {
    float: left;
    width: 80%;
    clear: both;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}


.boxresuilt {
    float: left;
    width: 100%;
}

.boxresuilt-left {
  position:relative;
  
}

.boxresuilt-left .poset {
    float: left;
    padding-left: 140px;
    padding-top: 150px;
    padding-bottom: 0px;
    z-index: 10;
    padding-right: 50px;
    text-align: left;
    width: 100%;
}

.boxresuilt-left .poset .poset-center {
    position: relative;
    width: 100%;
    float: left;
    width: 420px;
    height: 180px;
}

.boxresuilt-left .poset span {
    font-weight: bold;
    color: #000;
    font-size: 17px;
}

.hienall {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.hienall a {
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #dedede;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 15px;
    color: #ee6b27;
}

.boxresuilt-right ul {
    float: left;
    margin: 0px;
    padding: 0px;
}

.boxresuilt-right ul li {
    background: #f3f3f3;
}

.boxresuilt-right ul li {
    padding-bottom: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-top: 3px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    width: 50%;
    display: inline-block;
    color: #222;
}

.boxresuilt-right ul li i {
    font-size: 13px;
    width: 20px;
    color: #999;
    float: left;
    line-height: 20px;
    text-align: center;
}



.boxresuilt-right ul li strong {
    text-transform: uppercase;
    color: #EE6B27;
    font-weight: 700;
}
.boxresuilt-right ul li span {
    float: left;
    width: 120px;
    font-size: 14px;
    text-align: start;
}


.boxresuilt-right ul li strong {
    text-transform: uppercase;
    color: #EE6B27;
    font-weight: 700;
}

li.livitri {
    height: 54px;
}


.boxresuilt-right ul li span.spx3, .boxresuilt-right ul li span.spx4 {
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400 !important;
    text-align: center;
    border-radius: 4px;
    background: #ffcfb6;
    display: block;
    margin-bottom: 4px;
    color: #111 !important;
    margin-right: 5px;
    float: left;
}


.livitri strong {
    max-width: 80px;
    display: block;
    float: left;
}

.boxresuilt-right ul li span.spx1, .boxresuilt-right ul li span.spx2 {
    width: 30px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400 !important;
    text-align: center;
    border-radius: 4px;
    background: #ffcfb6;
    display: block;
    color: #111 !important;
    margin-right: 5px;
    float: left;
    margin-bottom: 4px;
}





.boxresuilt-right {
    float: left;
    width: 100%;
    display: none;
    text-align: left;
}






















































