@font-face {
    font-family: 'UTM_WindsorBT';
    src: url('fonts/hoaphat/UTMWindsorBT.eot');
    src: url('fonts/hoaphat/UTMWindsorBT.eot') format('embedded-opentype'), url('fonts/hoaphat/UTMWindsorBT.woff')
    format('woff2'), url('../fonts/UTMWindsorBT.woff') format('woff'), url('fonts/hoaphat/UTMWindsorBT.ttf')
    format('truetype'), url('../fonts/UTMWindsorBT.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open_Sans';
    src: url('fonts/hoaphat/OpenSans.eot');
    src: url('fonts/hoaphat/OpenSans.eot') format('embedded-opentype'), url('fonts/hoaphat/OpenSans.woff')
    format('woff2'), url('fonts/hoaphat/OpenSans.woff') format('woff'), url('fonts/hoaphat/OpenSans.ttf')
    format('truetype'), url('fonts/hoaphat/OpenSans.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTM_Nokia';
    src: url('fonts/hoaphat/UTMNokia.eot');
    src: url('fonts/hoaphat/UTMNokia.eot') format('embedded-opentype'), url('fonts/hoaphat/UTMNokia.woff')
    format('woff2'), url('fonts/hoaphat/UTMNokia.woff') format('woff'), url('fonts/hoaphat/UTMNokia.ttf')
    format('truetype'), url('../fonts/UTMNokia.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'UTMTimes';
    src: url('fonts/hoaphat/UTM_Times.eot');
    src: url('fonts/hoaphat/UTMTimes.eot') format('embedded-opentype'), url('fonts/hoaphat/UTMTimes.woff')
    format('woff2'), url('fonts/hoaphat/UTMTimes.woff') format('woff'), url('fonts/hoaphat/UTMTimes.ttf')
    format('truetype'), url('fonts/hoaphat/UTMTimes.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto_Bold';
    src: url('fonts/hoaphat/Roboto-Bold.eot');
    src: url('fonts/hoaphat/Roboto-Bold.eot') format('embedded-opentype'), url('fonts/hoaphat/Roboto-Bold.woff')
    format('woff2'), url('fonts/hoaphat/Roboto-Bold.woff') format('woff'), url('fonts/hoaphat/Roboto-Bold.ttf')
    format('truetype'), url('fonts/hoaphat/Roboto-Bold.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-100{
    clear: both;
    height: 100px;
}

.clearfix-60{
    clear: both;
    height: 60px;
}

.clearfix-30{
    clear: both;
    height: 30px;
}
.clearfix{
    clear: both;
}

body {
    background: #fff;
    font-size: 12px;
    font-family: arial;
    color: #000;
}

del {
    font-size: 12px;
    color: #999;
}

/*===========All=============*/ 
.w_100 {
    width: 100%;
}

/*==========Main============*/
.menu_mb{
    position: fixed;
    width: 100%;
    background: #9d0a08;
    z-index: 999;
    padding: 0px 15px;
    height: 60px;
    box-shadow: #a0c13c 0px 0px 3px;
}

.img_logo_mb{
      max-height: 60px;
    width: 51px;
    max-width: 70%;
    margin-top: 4px;
      margin-top: 4px;
    margin-right: 57px;
}
.menu_main .nav.is-fixed{
    position: relative;
    z-index: 105;
}
#go_top {
    position: fixed;
    width: 30px;
    height: 30px;
    background: #53d267;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    background-size: 100% 100%;
    display: inline-block;
    z-index: 100;
    bottom: 25px;
    right: 10px;
    border-radius: 2px;
}
.icon_next{
    font-size: 16px;
    padding-top: 6px;
}
#go_top:hover {
    opacity: 0.85;
}


/*=====banner========*/
.header{
    background: url(img/bg_header.png) no-repeat;
      width: 100%;
    height: auto;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 25px;
    position: relative;

}
.header:after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    background : url(img/bf_hd.jpg) repeat-x;
    width: 100%;
    height: 8px;
            background-repeat: repeat-x;
}
.sologan{
    text-align: center;
}

.sologan h1 {
    font-size: 35px;
    font-family: UTM_WindsorBT;
    text-transform: uppercase;
    margin-top: 10px;
    color: #a70705;
    margin-bottom: 10px;
}
.sologan p {
    color: #333333;
    font-size: 20px;
    font-family: UTM_WindsorBT;
}
.phone_header{
    float: right;
}
.phone_hd{
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.text_phone{
    overflow: hidden;
}
.text_phone div {
    color: #ff0000
}
.text_phone div span{
    color: #333333;
    font-family: Open_Sans;
    font-size: 12px;
    position: relative;
    top: 4px;
    text-transform: uppercase;
}
.text_phone div{
    font-family: UTM_Nokia;
    font-size: 17px;
    color: #ff0000;
    line-height: 21px;
}
.phone_hd img{
    max-width: 100%;
    margin-top: 15px;
}
.form_search{
    margin-top: 15px;
}

.form_search input{
    height: 35px;
    font-size: 12px;
    color: #999999;
    font-family: Open_Sans;
}
.form_search button{
    height: 35px;
    padding: 0px 15px;
    font-size: 13px;
    color: #999999;
}
.form_search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
.form_search input::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
.form_search input:-ms-input-placeholder { /* IE 10+ */
   color: #999999;
}
.form_search input:-moz-placeholder { /* Firefox 18- */
   color: #999999;
}
.product_home h2{
    color: #a70705;
    font-size: 30px;
    text-transform: uppercase;
    font-family: UTM_WindsorBT;
    text-align: center;
    margin: 30px 0px;
}
.btn01 {
     width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2px;
    border: 1px solid #dfba8a;
      margin-bottom: 15px;
}
.btn01 img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.btn01 .ovrly {
    /*background: rgba(154, 5, 3, 0.55);*/
    height: 100%;
    left: 0;
    top: -100%;
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn01 .buttons {
    position: absolute;
    top: -100%;
    left: 50%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn01 .buttons a {
    margin: 0 1px;
    border-radius: 5px;
    background: #fff8e7;
    color: #9d0a08;
    padding: 0px 25px;
    display: inline-block;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    font-family: Open_Sans

}
.btn01:hover .buttons {
    top: 50%;
    text-transform: uppercase;
}
.btn01:hover .ovrly {
    top: 0;
}
.text_pro h3{
     color: #333333;
    font-size: 16px;
    text-align: center;
    line-height: 23px;
    font-family: Roboto_Bold;
    margin: 0;
        height: 46px;
    overflow: hidden;
}
.text_pro h3 a:hover{
        transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      color: #d1b60e;
}
.box_pro{
    margin-bottom: 30px;
}
.btn01 .buttons a:hover{
        background: red;
        color: #ffffff;

}
.box_2{
    background: #f9f2e2;
    padding: 50px 0px;
}
.wellcome{
    background: #eddbc6;
    padding: 3px;
    border: 3px solid #baa894;

}

.wellcome img {
    background: #eddbc6;
    width: 100%;
    height: auto;
    padding: 2px;
    border: 1px solid #beb2a1
}
.wellcome img:hover{
    opacity: 0.85;
}
.text_wellcome h2{
    color: #9d0a08;
    font-size: 30px;
    font-family: UTM_WindsorBT;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 15px;
}
.text_wellcome{
    margin-bottom: 20px;
        max-height: 232px;
    overflow: hidden;
}
.text_wellcome p{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    font-family: Open_Sans;
    padding: 10px 0px;
}
.box_2_well a {
        border-radius: 5px;
        color: #ffffff;
        padding: 10px 25px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    font-family: Open_Sans;
    background: #a00604;
    margin-top: 15px;
}
.box_2_well a:hover{
    background: #d1b60e;
      transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
}
.news_home h2{
      color: #9d0a08;
    font-size: 30px;
    font-family: UTM_WindsorBT;
    text-transform: uppercase;
    margin-top: 16px;
    margin-bottom: 30px;
    text-align: center;
}
.img_news_home  img{
    width: 100%;
}
.img_news_home  img:hover{
    opacity: 0.85;
}
.text_box_news{
    padding: 10px 15px;
}
.text_box_news h3{
    font-size: 16px;
    font-family: UTM_WindsorBT;
    line-height: 22px;
    margin: 0;
    max-height: 44px;
    overflow: hidden;
}
.text_box_news h3 a:hover{
        transition: all 0.7s;
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      color: #d1b60e;
}
.box_news_home{
    float: left;
    width: 100%;
    padding: 3px;
    border: 1px solid #eddbc6;
    background: #f0efea;

}
.lx_news{
    color: #999999;
    font-family: Open_Sans;
    font-size: 14px;
    padding: 7px 0px;
}
.content_text_news{
         font-size: 14px;
         font-family: Open_Sans;
         line-height: 24px;
         padding: 5px 0px;
         max-height: 130px;
         overflow: hidden;
}
.news_home{
    margin-bottom: 30px;
}
.click_news a{
      color: #999999;
    font-family: Open_Sans;
    font-size: 14px;
    padding: 7px 0px;
}
.click_news{
    margin-top: 10px;
}
.click_news a:hover{
    text-decoration: underline;
}

.slider_event  {
    padding-bottom: 44px;
}
.footer{
    background: #a50705;
    position: relative;
    padding: 30px 0px;

}
.footer:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "";
    background: url(img/bf_hd.jpg) repeat-x;
    width: 100%;
    height: 8px;
    background-repeat: repeat-x;
}
.box_footer h4{
    color: #f5eea9;
    font-size: 16px;
    font-family: UTM_WindsorBT;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 15px;
}
.box_footer img{
    max-width: 100%;
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.box_footer span{
    color: #ffffff;
    font-size: 13px;
    line-height: 21px;
    font-family: Open_Sans;
}

.box_footer p {
        color: #ffffff;
    font-size: 13px;
    line-height: 21px;
    font-family: Open_Sans;
    margin-bottom: 5px;
}
.box_footer p span{
       display: inline-block;
    position: relative;
    top: 7px;
    margin-right: 10px;
    width: 20px;
    height: 22px;
    background: #f4e5c8;
    border-radius: 3px;
}
.box_footer p .icon_1:before{
       content: "\f041";
    position: absolute;
    left: 6px;
    top: 4px;
    color: #a40705;
    font: normal normal normal 14px/1 FontAwesome;
}
.box_footer p .icon_2:before{
         content: "\f095";
    position: absolute;
    left: 6px;
    top: 4px;
    color: #a40705;
    font: normal normal normal 14px/1 FontAwesome;
}
.box_footer p .icon_3:before{
    content: "\f1ac";
    position: absolute;
       left: 3px;
    top: 4px;
    color: #a40705;
    font: normal normal normal 14px/1 FontAwesome;
}
.box_footer p .icon_4:before{
  content: "\f0e0";
    position: absolute;
       left: 3px;
    top: 4px;
    color: #a40705;
    font: normal normal normal 14px/1 FontAwesome;
}
.box_footer p .icon_5:before{
     content: "\f101";
    position: absolute;
       left: 6px;
    top: 4px;
    color: #a40705;
    font: normal normal normal 14px/1 FontAwesome;
}
.box_footer p .icon_6:before{
        content: "\f017";
    position: absolute;
       left: 5px;
    top: 4px;
    color: #a40705;
    font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumbs-wrap {
    position: relative;
    width: 100%;
    padding: 0;
       margin: 5px 0;
    border-bottom: 1px solid #cccccc;
}
.breadcrumbs-wrap .breadcrumbs {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0px;
}

.breadcrumbs-wrap .breadcrumbs li {

    font-weight: bold;
    position: relative;
    float: left;
    padding: 15px 0px;
    margin: 0 6px 0 0;
    font-size: 13px;
    font-family: 'Roboto';
}
.breadcrumbs-wrap .breadcrumbs li:before {
    position: absolute;
    content: "";
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 9px;
    top: 3px;
    right: 0;
}
.breadcrumbs-wrap .breadcrumbs li:last-child:before {
    display: none;
}
.breadcrumbs-wrap .breadcrumbs a {
    padding: 0;
    float: left;
    text-decoration: none;
    color: #333;
    position: relative;
}
.breadcrumbs-wrap .breadcrumbs li:last-child a {
    font-weight: 700;
}
.breadcrumbs-wrap .breadcrumbs a:hover {
    color: #c9252b;
}
.left_title_box{
    font-family: UTM_WindsorBT;
    font-size: 24px;
        padding: 15px 0px;
}
.img_page_banner img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.box_sr h3{
     margin: 0px;
    text-transform: uppercase;
    font-family: UTM_WindsorBT;
    font-size: 18px;
    color: #d1b60e;
    background: #a50705;
    padding: 10px 8px;
    border-radius: 3px;

}
.box_sr{
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.right_well .form_search{
    width: 100%;
    margin-top: 15px;
}
.right_well .form_search input{
    height: 30px;
}
.right_well .form_search button{
      height: 30px;
          padding: 0px 15px;
}
.tuvan{
    text-align: center;
    font-size: 14px;
    font-family: Roboto_Bold;
    line-height: 22px;
    color: #a50705;
}
.tuvan div{
    padding: 5px 0px;
}
.tuvan div span{
    color: #d1b60e;
}
.left_img_news{
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.text_news_page_right{
    overflow: hidden;
}
.text_news_page_right h4{
       font-family: Roboto_Bold;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    max-height: 45px;
}
.text_news_page_right p{
    font-family: Open_Sans;
    font-size: 12px;
}
.text_news_page_right a:hover{
    color: #d1b60e;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
}
.left_img_news img{
        width: 88px;
    height: 63px;
}
.news_page_right{
    margin: 15px 0px;
}

.news_page_right ul li {
    float: left;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #cccccc;
}
.news_page_right ul li:first-child{
        border-top: 1px solid #cccccc;

}
.left_cell{
    float: left;
    font-family: Roboto_Bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #d1b60e;
}
.right_cell{
    float: right;
}
.right_cell a {
     background: #f78800;
    padding: 10px 20px;
    border-radius: 5px;
    color: #ffffff;
    font-family: Open_Sans;
    font-size: 18px;
    text-transform: uppercase;
}
.right_cell a:hover{
    background: #a50705;
}
.cellphone{
    padding: 30px 0px;
    border-top: 1px solid #cccccc;
    margin-top: 30px;
}
@-webkit-keyframes my {
     0% { color: #F8CD0A; } 
     50% { color: #fff;  } 
     100% { color: #F8CD0A;  } 
 }
 @-moz-keyframes my { 
     0% { color: #F8CD0A;  } 
     50% { color: #fff;  }
     100% { color: #F8CD0A;  } 
 }
 @-o-keyframes my { 
     0% { color: #F8CD0A; } 
     50% { color: #fff; } 
     100% { color: #F8CD0A;  } 
 }
 @keyframes my { 
     0% { color: #F8CD0A;  } 
     50% { color: #fff;  }
     100% { color: #F8CD0A;  } 
 } 
 .test {
     -webkit-animation: my 700ms infinite;
     -moz-animation: my 700ms infinite; 
     -o-animation: my 700ms infinite; 
     animation: my 700ms infinite;
}
.img-item img {
    width: 100%;
    height: 185px;
}
.uk-form .mr-input {
    margin: 20px 0;
}
#main-contact .mr-top {
    margin-top: 20px; 
    margin-bottom: 20px; 
}

@media (max-width: 450px) {
    .gioithieu p img {
        width: 100%!important;
        height: auto!important;
    }
    .text_phone div {
       font-size: 14px!important;
    }
    .text_phone div span {
        font-size: 11px!important;
    }
}
.gioithieu span,.gioithieu p {
    font-size: 14px!important;
}

