@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('../fonts/UTMHelvetIns.eot');
    src: url('../fonts/UTMHelvetIns.eot') format('embedded-opentype'), url('../fonts/UTMHelvetIns.woff')
    format('woff2'), url('../fonts/UTMHelvetIns.woff') format('woff'), url('../fonts/UTMHelvetIns.ttf')
    format('truetype'), url('../fonts/UTMHelvetIns.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
p {
    margin: 0px;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover,
a:focus {
    color: #0d7cd6;
    text-decoration: none;
}

* {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.fixed {
    position: fixed !important;
    top: 0px;
    z-index: 99;
    width: 100%;
}
.clearfix-130{
    clear: both;
    height: 130px;
}
.clearfix-100{
    clear: both;
    height: 100px;
}
.clearfix-80{
    clear: both;
    height: 80px;
}
.clearfix-60{
    clear: both;
    height: 60px;
}
.clearfix-55{
    clear: both;
    height: 55px;
}
.clearfix-50{
    clear: both;
    height: 50px;
}
.clearfix-45{
    clear: both;
    height: 45px;
}
.clearfix-40{
    clear: both;
    height: 40px;
}
.clearfix-35{
    clear: both;
    height: 35px;
}
.clearfix-30{
    clear: both;
    height: 30px;
}
.clearfix-32{
    clear: both;
    height: 32px;
}
.clearfix-25{
    clear: both;
    height: 25px;
}
.clearfix-20{
    clear: both;
    height: 20px;
}
.clearfix-15{
    clear: both;
    height: 15px;
}
.clearfix-12{
    clear: both;
    height: 12px;
}
.clearfix-10{
    clear: both;
    height: 10px;
}
.clearfix-5{
    clear: both;
    height: 5px;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: arial;
    color: #000;
}

del {
    font-size: 12px;
    color: #999;
}

/*===========All=============*/ 
.w_100 {
    width: 100%;
}

.w_40 {
    width: 40%;
}

.w_60 {
    width: 60%;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    z-index: 999;
    padding: 1px 15px;
    border-bottom: 1px solid #ccc;
}
#go_top {
    position: fixed;
    z-index: 100;
    bottom: 70px;
    right: 25px;
}
.img_logo_mb{
    max-height: 60px;
    max-width: 70%
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}


/*+++++++++++++++++++pana-accordion+++++++++++++++++++++++++*/
.pana-accordion {
    width: 100%;
    height: 350px;
    margin: auto;
    position: relative;
    overflow: hidden
}

.pana-accordion .pana-accordion-wrap {
    margin-left: -1px;
    position: relative;
    width: 300%
}

.pana-accordion .pana-accordion-wrap .pana-accordion-item {

    width: 100px;
    height: 350px;
    overflow: hidden;
    float: left;
    position: absolute;
    left: 0;
    top: 0
}

.pana-accordion .pana-accordion-wrap .pana-accordion-item .pana-accordion-mask {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
    background-color: #000;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -webkit-opacity: 0.4;
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
    -ms-opacity: 0.4;
    -o-opacity: 0.4;
    opacity: 0.4
}

.pana-accordion .pana-accordion-wrap .pana-accordion-item.active .pana-accordion-mask {
    display: none
}

.pana-accordion-item a{
    position: relative;
    display: block;
}
.pana-accordion-item a img{
    height: 100%;
}
.pana-accordion-item a h3{
    margin: 0;
    position: absolute;
    left: 15px;
    top: 10px;
    color: #585f71;
    font-size: 26px;
    font-family: UVN_ThanhPho;
    display: inline-block;
    text-transform: uppercase;
    width: 90px;
    line-height: 34px;
}
.pana-accordion-item a h3 span{
    font-size: 18px;
    display: block;
    color: #585f71;
}
.pana-accordion-item.active h3{
    color: #fee3bb;
}


/*++++++++++++++++++==*/

.phantrang_prod {
    text-align: center;
}
.phantrang li {
    display: inline-block;
    padding-right: 0px;
}
.phantrang>li:first-child>a, .phantrang>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.phantrang>li:last-child>a, .phantrang>li:last-child>span {
    margin-left: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.phantrang>.active>a, .phantrang>.active>span, .phantrang>.active>a:hover, .phantrang>.active>span:hover, .phantrang>.active>a:focus, .phantrang>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #7e0d00;
    border-color: #7e0d00;
}
.phantrang>li>a, .phantrang>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.phantrang>li>a:hover, .phantrang>li>span:hover, .phantrang>li>a:focus, .phantrang>li>span:focus {
    color: #fff;
    background-color: #7e0d00;
    border-color: #7e0d00;
}
.phantrang{
    margin: 0;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
/*
span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
*/
.owl-nav button:focus {
    outline: none;
}