.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu{
    display: none;
}

/* menu */

/*------------------------------------------*/
/*       01 - General & Basic Styles
/*------------------------------------------*/
#mapx{
	background:#f7f7f7;
	padding-top:25px;
		padding-bottom:15px;
		clear:both;
}
.mapx-left iframe{
	height:200px !important;
}
body {
    font-size: 16px;
      background: none;
    font-weight: 500;
    color: #333;
    font-family:  'Open Sans',sans-serif;
}
strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #000;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
}

p strong {
    font-weight: 600;
}
#wapper{
    margin: 0 auto;
    max-width: 1366px;
    padding: 0px;
}
#header{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    
  background-size: contain;

}
.col-logo{
    float: left;
}
.boxlogo img{
    max-height: 80px;
}
.boxbanner{
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
        padding-top: 5px;
}
.boxbanner h3{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3cbd35;
    margin-bottom: 10px;
     margin-top: 5px;
}
.footer-content ul{
    color:#fff;
}.photfix{
	color:red;
}
.phone img{
    float: left;
    margin-right: 7px;
    width: 55px;
}
.phone-text{
    float: left;
    width: calc(100% - 70px);
}
.boxbanner h2{
	margin-top:1px;
       font-size: 24px;
    font-weight: 800;
    color: #0091FF;
    margin-bottom: 5px;
    font-family:'Times New Roman' !important;
}
.boxbanner p{
	    font-family:'Times New Roman' !important;
}
.col-phone{
    float: left;
}
.col-phone .email{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 8px;
    margin-top: 5px;
}
.col-phone .email a{
    color: #444;
    font-size: 16px;
}
.col-phone .phone{
     float: left;
    width: 100%;
    clear: both;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 13px;
	font-size:14px;
}
.col-phone .phone a{
    font-weight: 700;
    color: red;
  
    font-size:20px;

}
.col-phone .phone a span{
    color: #777;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 15px;
 font-size: 18px;
}
.col-phone .phone a i{
color:#adadad; font-size: 16px;

}
#nav{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 0px;
	background:#0091FF;
}
.menu{
    float: left;
   
}
.menu ul{
    list-style: none;
    padding: 0px;
    margin:0px;
}
.menu ul li{
    display: inline-block;
    float: left;
    position: relative;
}
.menu ul li a{
    line-height: 45px;
    padding: 0px 15px;
    float: left;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.menu ul li a.active{
    color: yellow ;
}
.menu ul li a:hover{
     color: yellow ;
}
.menu ul li ul{
    position: absolute;
    left: 0px;
    z-index: 10;
    top: 45px;
    padding-top: 6px;
    background: #f1f1f1;
    display: none;

}
.menu ul li ul li{
    float: left;
    width: 100%;
}
.menu ul li ul li a{
    line-height: 18px;
    padding-top: 10px;
    white-space: nowrap;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right:15px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    clear: both;
    color: #333;
    text-transform: none;
}
.menu ul li:hover ul{
    display: block;
}
.search{
    float: right;
	margin-left:10px;
}
.formsearch{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
    min-width: 120px;
    position: relative;
	max-width: 180px;
}
.formsearch input{
    width: 100%;
    float: left;
    height: 40px;
    padding: 5px;
	font-size:14px;
    background: #fff;
    border:1px solid #0091FF ;

}
.formsearch .bnt_search{
    position: absolute;
    right: 5px;
    background: none;
    border:none;
    outline: none;
    top: 5px;
}
#slider{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
.carousel-control.left span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    left: 20px;
    top: 45%;
    background: #4A4A4A;
}
.carousel-control.right span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    right: 20px;
    top: 45%;
    background: #4A4A4A;
}
#about{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
   /* background: url(../images/bg_gioithieu.png);*/
    border-top:40px solid #0091FF !important;

}
.noidung h3{
    margin-bottom: 15px;
    color:#222;
}
.about-right{
    float: left;
}
.about-img{
    float: left;
    width: 100%;
    clear: both;
} 
.about-img img{

    width: 100%;
}
.about-left{
    float: left;
}
.about-title{
    float: left;
    width: 100%;
    clear: both;

}
/*.about-title:after{
    position: absolute;
    left: 0px;
    bottom: -2px;
    height: 2px;
    width: 100px;
    display: block;
    content: "";
    background: #d2d2d2;
}*/
.about-title h2{
    font-size: 24px;
    color: #0091FF ;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede;
}
.about-content{
    float: left;
    width: 100%;
    clear: both;

}
.about-content p{
    font-size: 16px;
}
.about-content p{
    font-weight: 500;
    line-height: 24px;
}
.about-detail{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 15px;
}
.about-detail a{
    float: left;
    padding: 7px 20px;
    background: #CCCCCC;
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 16px;
       font-family:  'Open Sans',sans-serif;
}
.about-detail a:hover {
    background: #29ae28;
}
#congtrinh{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 40px;
    padding-top: 40px;
    
}
.congtrinh-title{
    float: left;
    width: 100%;
    clear: both;
    background: url(../images/title_center.png) no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.congtrinh-title h2{
    font-size: 28px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
    color: #29ae28
}
.congtrinh-title h1{
    font-size: 28px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #29ae28
}
.congtrinh-content{
    float: left;
    width: 100%;
    clear: both;
}
.congtrinh-list{
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
.item{
    float: left;
}
.itembox{
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
    border: 1px solid #ddd;
}
.itembox .item-img{
    float: left;
    width: 100%;
    overflow: hidden;
}
.itembox .item-img img{
    width: 100%;
}
.itembox .item-img img{
-webkit-transition-property: background-image;
    -webkit-transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background-image;
    transition-duration: 1.0s;
    transition-timing-function: ease-out;
    transition: all 700ms ease 0s;
}
.itembox .item-img:hover img{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.itembox .item-name{
    float: left;
    width: 100%;
    clear: both;
    padding: 15px 15px;
    background: #f4f4f4;
    text-align: left;
}
.itembox .item-name p{
    font-size: 15px;
}
.itembox .item-name h3 {
    margin-bottom: 12px;
}
.itembox .item-name h3 a{
   font-weight: 600;
    color: #333;
    font-size: 16px;

}

.itembox .item-name:hover {
    background-position: 0 0;
    color: #333;
}
#daily{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f5f5f5;
    border-top: 1px solid #ddd
}
.daily-left{
    float: left;
}
.daily-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    background: url(../images/title_daily.png) no-repeat center left 210px;
}
.customer .daily-title{
    background: url(../images/title_daily.png) no-repeat center left 330px;
}
.daily-title h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #29ae28;
}
.daily-title h3 a {
    color: #29ae28;
}
.daily-x{
    float: left;
    width: 50%;
    padding-right: 10px;

}
.daily-y{
     float: left;
    width: 50%;
    padding-left: 10px;
}
.daily{

}
.daily-small{
    float: left;
    width: 100%;
    clear: both;
}
.daily-small-img{
    float: left;
    width: 100%;
    clear: both;
    overflow: hidden;
}
.daily-small-img img{
    width: 100%;
-webkit-transition-property: background-image;
    -webkit-transition-duration: 1.0s;
    -webkit-transition-timing-function: ease-out;
    transition-property: background-image;
    transition-duration: 1.0s;
    transition-timing-function: ease-out;
    transition: all 700ms ease 0s;
    border: 1px solid #ddd;
    padding: 3px;
    background: #fff;
}

.daily-small-img:hover img{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.daily-small-name{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 6px;
    padding-bottom: 6px;
}
.daily-small-name h3 a{
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.daily-small-time{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    font-size: 13px;
    color: #7b7b7b;
}
.daily-small-des{
    float: left;
    width: 100%;
    clear: both;
    text-align: justify;
}
.daily-small-des p{
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
}
.daily-y{
    float: left;
}
.daily-list{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.daily-list-img{
    float: left;
    width: 95px;
    margin-right: 15px;
}
.daily-list-img img{

}
.daily-list-name{
    float: left;
    width: calc(100% - 110px);
    margin-bottom: 2px
}
.daily-list-name h3{
    padding: 0px;
    margin: 0px;
    float: left;
    line-height: 18px;
}
.daily-list-name h3 a{
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.daily-list-time{
    float: left;
  width: calc(100% - 110px);
    margin-bottom: 2px;
    font-size: 13px;

}
.daily-list-des{
        float: left;
  width: calc(100% - 110px);
  height: 30px;
  overflow: hidden;
  text-align: justify;
   
}
.daily-list-des p{
    line-height: 16px;
    font-size: 13px;
    font-weight: 400;
}

.comment {
    background: #fff;
    color: #777777;
    border: 3px solid white;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    margin: 1px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-right: 10px;
}
.comment::before {
    color: #a7a7a7;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 15px;
    left: 10px;
    position: absolute;
    top: 7px;
}
.comment::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: -12px;
    right: 30px;
    background: url(../images/quote_arrow.png) 0px 0px no-repeat;
}
.comment p {
    font-weight: 500;
    margin-left: 30px;

    font-size: 14px;
}
.testimonial .mt-20 {
    margin-top: 4px !important;
        float: left;
    width: 100%;
}
.testimonial .thumb {
    margin-bottom: 10px;
    margin-left: 20px;
}
.testimonial .author {
    color: #29ae28 !important;
    margin-bottom: 5px;
    text-transform: uppercase;

    font-weight: 600;
    padding-top: 15px;
    font-size: 15px;
}
.img-circle {
    border-radius: 50%;
}
.testimonial .title {
    color: #808080;
    margin-bottom: 20px;

    font-size: 15px;
}
.testimonial{
    float: left;
    width: 100%;
    clear: both;
}
.itembx{
    float: left !important;
    width: 100% !important;
    clear: both;
}

.customer .bx-wrapper{
    margin-bottom: 0px !important
}
#why{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd
}
.why-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 15px;
    background: url(../images/title_tintuc.png) no-repeat bottom left;
}
.why-title h3{
        text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
}
.why-content{
    float: left;
    width: 100%;
    clear: both;
}
ul.taisaochon{
    float: left;
    width: 100%;
    clear: both;
    list-style: none;

}
ul.taisaochon li{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    background: #f6f6f6;
    border-top-left-radius: 50px;
    border-top-right-radius: 10px;
     border-bottom-left-radius: 50px;
    border-bottom-right-radius: 10px;

}
ul.taisaochon li.eventli{
    background: #e8e8e8;
}
ul.taisaochon li .chon-icon{
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    border: 2px solid #ddd;
    border-radius: 100%;
    float: left;
    color: #333;
    font-size: 30px;
    font-weight: 800;
    margin-right: 10px;
    background: #e4cf15;
    line-height: 52px;
}
ul.taisaochon li .chon-icon img{
    margin: 0 auto;
       display: -webkit-inline-box;
    vertical-align: middle;
}
ul.taisaochon li .chon-name{
    font-weight: 600;
    font-size: 16px;
    float: left;
    width: calc(100% - 70px);
    color: #444;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: capitalize;
}

ul.taisaochon li .chon-des{
     float: left;
    width: calc(100% - 70px);
     color: #555;
    
}
ul.taisaochon li:hover .chon-icon{
    border: 2px solid #e4cf15;
    background: #f4f4f4;
}

#footer{
    float: left;
    width: 100%;
    clear: both;

}
.footer-top p{
    color: #fff;
}
.footer-top{
    float: left;
    width: 100%;
    clear: both;
        padding-top: 40px;
    background: #096ab5 ;
    padding-bottom: 40px;
    border-top: 5px solid #ddd;
}
.footer-title{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.footer-title:after{
    position: absolute;
    content: "";
    left: 0px;
    bottom: -2px;
    height: 2px;
    background: #c3c3c3;
    display: block;
    width: 100px;

}
.footer-title h2{
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}
.footer-title h3{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}
.footer-content{
    float: left;
    width: 100%;
    clear: both;
}
.footer-content ul{
    padding-left: 15px;
    list-style: inherit;
}
.footer-content ul li{
   float: left;width: 100%;
   padding-top: 5px;
   padding-bottom: 5px;
}
.footer-content ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.footer-right{
    float: left;
}
.fan-footer{
    float: left;
    width: 100%;
}
.footer-bottom{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #096ab5;
    border-top:1px dashed #dedede;
}
.copy span{
    font-size: 13px;
    color: #fff
}
.thongke{
    text-align: right;
}
.thongke ul li{
    display: inline-block;
    font-size: 13px;
    margin-left: 3px;
    padding-left: 3px;
    border-left: 1px solid #ddd;
    color: #fff;
}
.breadcrumb-botton-area{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}
.breadcrumb-botton-area .left{
    float: left;
    width: 100%;
}
.breadcrumb-botton-area .left ul{
    margin: 0px;
    padding: 0px;
    float: left;
}
.breadcrumb-botton-area .left ul li{
    display: inline-block;
    margin-right: 6px;
    padding-right: 6px;
}
.breadcrumb-botton-area .left ul li a{
    color: #444
}
.breadcrumb-botton-area .left ul li.active{
    font-weight: 600;
}
.main-left{
    float: left;
}
.sidebar-wrapper{
    float: left;
    width: 100%;
    clear: both;
}
.single-sidebar{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
    border-left: 4px solid #1686db ;
      border-right: 1px solid #ddd;
        border-bottom:  1px solid #ddd;
    border-top: 4px solid #1686db ;
}
.single-sidebar .sec-title{
    float: left;
    width: 100%;
    padding: 8px 15px 10px 15px;
    background: #0091FF ;
}
.sec-title h3{
    color: #fff
}
ul.categories{
    float: left;
    width: 100%;
    clear: both;
    list-style: inherit;
    padding-left: 25px;
    padding-top: 10px;
}
ul.categories li{
    float: left;
    width: 100%;
    clear: both;
    
}
ul.categories li a{
    float: left;
    width: 100%;
    clear: both;
padding-bottom: 10px;
    color: #333;
    font-weight: 600;
    display: block;
}

ul.categories li:hover a{
    font-weight: 600;
    color: #000;
}
ul.categories li ul li a{
	font-weight:400 !important
}
ul.categories li ul{
list-style: square;
padding-left:15px;
}
.dailyleft{
    float: left;
    width: 100%;
    padding: 15px;
    padding-bottom: 0px;
    clear: both;
}
.dailyleft .daily-small{
    margin-bottom: 15px;
}
.blog-single-area .col-lg-9{
    padding-left: 0px;
}
.single-blog-post{
    float: left;
    width: 100%;
    clear: both;
}
.single-blog-post .blog-title{
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 4px solid #f3f3f3;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 12px;
}
.meta-des{
    float: left;
    width: 100%;
    clear: none;
    padding: 12px;
    background: #f4f4f4;
    margin-bottom: 15px;
    font-weight:600
}
.meta-des{

}
.box-bxtintuc{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px
}

.box-bxtintuc .bx-wrapper{
    margin-bottom: 30px !important
}
.noidung{
    float: left;
    width: 100%;
    clear: both;
}
.noidung p{
    margin-bottom: 10px;
}
#blog-area{
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 30px;
}
.phantrang{
    float: left;
    width: 100%;
    clear: both;
    margin-top: 0px;
    text-align: center;
}

.news-list{
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.news-list-img{
    float: left;
    width: 28%;
    margin-right: 2%;
}
.news-list-img img{

}
.news-list-name{
    float: left;
    width: calc(100% - 30%);
   margin-bottom: 8px;
}
.news-list-name h3{
    padding: 0px;
    margin: 0px;
    float: left;
    line-height: 24px;

}
.news-list-name h3 a{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.news-list-time{
    float: left;
  width: calc(100% - 30%);
    margin-bottom: 8px;
    font-size: 13px;

}
.news-list-des{
        float: left;
  width: calc(100% - 30%);

  overflow: hidden;
  text-align: justify;
   
}
.news-list-des p{
    line-height: 18px;
    font-size: 14px;
    font-weight: 500;
}
.news-list-xemthem{
    float: left;
  width: calc(100% - 30%);
 
}
#contact-form input{
    float: left;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
}
#contact-form  textarea{
    float: left;
    width: 100%;
    padding: 10px;
    min-height:90px;
}
#contact-form .thm-btn{
    padding: 10px 20px;
    float: left;
    margin-top: 15px;
    background: #ddd;
    margin-bottom: 15px;
    text-transform: uppercase;
    border: 1px solid #ddd;
    font-weight: 500;
}
#topbar{
    float: left;
    width: 100%;
    clear: both;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #0091FF !important;
}
#topbar ul{
    margin:0px !important;
    clear: both;
    display: inline-block;
}
#topbar ul li{
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
}
#topbar ul li a{
    color: #fff;
    font-size: 14px;
}
#topbar ul li:after{
    height: 12px;
    width: 1px;
    display: block;
    background: #fff;
    content: "";
    z-index:10;
    position: absolute;
    right: 0px;
    top:5px;

}
#topbar ul li:last-child:after{
    display: none !important
}
#slider .item img{
    width: 100% !important
}
.about-left{
    float: left;
}
.about-right{
    float: left;
}
.about-left h2{
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
.about-left p{
    font-size: 15px;
}
.linexy{
    display: block !important;
    clear: both;
    height: 30px !important;
    width: 100%;
}
.xemthemf{
    float: left;
    width: 100%;
    clear: both;    
    margin-top: 12px;
}
.xemthemf a{
    color:#0091FF
}
.noidung h2, .noidung h3{
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
}
.rightbox{
    width: 100%;
    padding: 30px 10px;
    float: left;
    display: block;
    background: #0091FF !important
}
.ilist-name{
    margin-top: 10px;
    display: block;
    text-align: center;
}
.ilist-name h3 a{
    font-size: 16px;
    color: #fff;
}
.boxchon .ilist{
    padding:20px;
    background: #0091FF;
    color: #fff;
    border: solid 3px #6a6a6a;
    min-height: 300px
}
.boxchon .ilist h3{
    font-weight: 900;
    margin-bottom: 15px;
}
.boxchon .ilist p{
    color: #fff !important;
    margin-bottom: 0px;
    text-align: justify;
}
.boxtin{
    display: block;
    width: 100%;
    clear: both;
    padding: 25px;
    background: #DEDEDE;
}
.boxtin-title{
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333
}
ul.ulfix {
    display: block;
    clear: both;
}
ul.ulfix li {
    display: block;
    clear: both;
    margin: 12px 0;
    padding: 0px 0 0 19px;
    color: #fff;
    list-style: none;
    background: url(../images/nv.png)no-repeat left center;
}
ul.ulfix li a{
    color: #fff;
}
.footer-right a{
      color: #fff;
}
.breadcrumb-botton-area{
    float: left;
    width: 100%;
    clear: both;
    background: #f6f6f6;
    margin-bottom: 30px;
}