@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,700,600italic,700italic);
a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
* {
    margin: 0;
    padding: 0;
    outline: none !important;
    color: #333;
    font-family: 'Open Sans', sans-serif;
}
a:hover{
    text-decoration: none !important;
}
@font-face {
    font-family: lato-heavy;
    src: url('fonts/Lato-Heavy.ttf');
}

/*S:Header*/
.title-web {
    font-family: lato-heavy;
    font-size: 23px;
    text-transform: uppercase;
    color: #e51416;
    display: inline-block;
    margin-top: 28px;
}

.item img {
    width: 100%;
}

.box-right-header {
    display: inline-block;
    float: right;
    margin-top: 25px;
}

.language {
    display: inline-block;
    float: right;
    padding: 5px 0;
}

.search {
    display: inline-block;
}

.language span {
    display: inline-block;
}

.language .dropdown {
    display: inline-block;
}

.text-search {
    padding: 6px 10px;
    border: solid 1px #cccccc;
    width: 142px;
    font-family: 'Open Sans', sans-serif;
    color: #ccc;
    font-size: 13px;
}

.submit-search {
    background: #e51416 url("images/icon-search.png") no-repeat;
    background-position: center;
    border: none;
    color: rgba(0, 0, 0, 0);
    margin-left: -5px;
    height: 32px;
    width: 35px;
}

.language .text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0 10px 0 24px;
}

#dLabel {
    background: none;
    border: none;
}

div#bs-example-navbar-collapse-1 {
    background: none;
    border: none;
    padding: 0;
}

.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}

.container-fluid {
    padding: 0;
}

nav.navbar.navbar-default {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    min-height: auto;
}

.menu li {
    display: inline-block;
    list-style: none;
    border-right: solid 1px #e5e5e5;
    padding: 0 9px;
}

.box-header-bottom {
    margin-top: 20px;
    margin-bottom: 26px;
}

.menu li:first-child {
    padding-left: 0;
}

.menu li:last-child {
    padding-right: 0;
    border-right: none;
}

.menu li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333 !important;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.menu li li,.menu li li a{
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.menu li:hover > a{
    color: #E51416 !important;
}
.menu li:hover ul li a{
    color: #333 !important;
}
.menu li ul li:hover > a{
    color: #fff !important;
}
.menu li ul li:hover{
    background: #E51416 !important;
    border-right: 1px solid #fff;
}
.logo {
    position: absolute;
    z-index: 2;
}

.nav.navbar-nav.menu li ul.submenu{border: 1px solid #e51416;}
.nav.navbar-nav.menu li ul.submenu.sm-l1, .linkcss {
    width: 200px;
    position: absolute;
    z-index: 2;
    background: rgb(254, 223, 223);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    box-shadow: 0 0 10px #fcd9d9;
}
.nav.navbar-nav.menu li ul.submenu.sm-l2 {
    width: 200px;
    position: absolute;
    z-index: 2;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    top: -1px;
    left: 100%;
}
.nav.navbar-nav.menu li ul.submenu.sm-lv3 {
    width: 200px;
    position: absolute;
    z-index: 2;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s;
    left: 100%;
    top: -1px;
}
.nav.navbar-nav.menu li ul.submenu.sm-l1 a,
.nav.navbar-nav.menu li ul.submenu.sm-l2 a,
.nav.navbar-nav.menu li ul.submenu.sm-lv3 a{
    color: #222;
}

.nav.navbar-nav.menu li:hover > ul{
    opacity: 1!important;;
    visibility: visible!important;
}
.nav.navbar-nav.menu li ul li {
    display: block;
    padding: 11px 16px;
    border: none;
    border-bottom: solid 1px #FBFBFB;
    position: relative;
}

.nav.navbar-nav.menu li ul li a {
    text-transform: capitalize;
    font-weight: normal;
}

/*E:Header*/
/*S:Footer*/
footer{
    padding: 30px 0;
}
.logo-f {
    display: block;
    margin: auto;
}
.social li {
    display: inline-block;
    list-style: none;
    margin: 0 2px;
}

.social {
    text-align: center;
    margin-top: 25px;
}
.menuf li {
    list-style: none;
    margin: 11px 0;
}
.menuf li a{
    font-size: 14px;
}

.menuf li:first-child {
    font-family: lato-heavy;
    font-weight: bold;
    text-transform: uppercase;
}
/*E:Footer*/
/*S:HOME*/
.page2 {
    clear: both;
}

.nav-tabs a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom-color: transparent;
    border-bottom: solid 3px #e51316;
}

.col-tab {
    width: 50%;
    float: left;
}

.box-video {
    position: relative;
    padding-top: 0;
    width: 541px;
    height: 361px;
    float: left;
}

.col-tab h5 {
    font-size: 32px;
    color: #e51316;
    text-transform: uppercase;
    margin: 0;
    display: block;
    margin-bottom: 20px;
}

.col-tab p {
    color: #666;
    font-size: 14px;
}

.col-tab span {
    color: #999;
}

.tab-content > .tab-pane {
    margin-top: 40px;
}

.name-p {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 16px !important;
}

.autoplay {
    position: absolute;
    left: 50%;
    margin-left: -43px;
    top: 50%;
    margin-top: -43px;
    width: 85px;
    height: 84px;
    cursor: pointer;
}

.page3 {
    margin-top: 90px;
    background: #f4f4f4;
    clear: both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    width: 90%;
    margin: auto;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    width: 74%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;

}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 49px;
    height: 49px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
}

.nbs-flexisel-nav-left {
    left: -56px;
    background: url(images/prev-slider-page3.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: -56px;
    background: url(images/next-slider-page3.png) no-repeat;
}

.page4 {
    background: url("images/bg-page4.jpg");
    width: 100%;
    padding-bottom: 46px;
    clear: both;
}

.title-page4 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 60px;
    margin-bottom: 50px;
}

.img-dichvu {
    display: block;
    margin: auto;
    margin-bottom: 25px;
}

.h6-dichvu {
    font-size: 20px;
    color: #333;
    text-align: center;
    width: 75%;
    margin: auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.p-dichvu{
    font-size: 14px;
    color: #333;
    text-align: center;
    width: 100%;
    margin:15px auto;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.a-dichvu {
    background: #e51316;
    color: #fff;
    padding: 5px 30px;
    margin: auto;
    display: table;
    margin-top: 20px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.a-dichvu:hover{
    color: #fff;
    background: #333;
}
.slick-initialized .slick-slide{
    border: solid 3px rgba(0,0,0,0);
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}
.slick-initialized .slick-slide:hover{
    border: solid 3px #F01617;
}
.page5 {
    background: #fff;
    width: 100%;
    clear: both;
    margin-bottom: 50px;
}
.p-duan{
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    width: 83%;
    text-align: center;
    margin: auto;
    margin-top: 13px;
    margin-bottom: 30px;
}
.a-dichvu.a-duan {
    margin-top: 26px;
}
.box-text-duan {
    border: solid 1px #d7d7d7;
    padding-top: 23px;
}
.slick-dots {
    display: none !important;
}
.page6{
    clear: both;

    background: url("images/bg-page6.jpg");
}
.box-img-ykien{
    width: 124px;
    height: 124px;
    border-radius: 50%;
    border: solid 1px #e51316;
    overflow: hidden;
    position: relative;
    margin: auto;
}
.box-img-ykien img{
    width: 100%;
    height: 100%;
}
.item p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    width: 50%;
    text-align: center;
    margin: 25px auto;
}
.quote{
    margin: auto;
}
.name-ykien{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 15px;
}
.name2-ykien{
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin: auto;
    display: block;
    margin-top: 7px;
    text-align: center;
}
.carousel-inner {
    margin-bottom: 61px;
}
#myCarousel img.quote{width: auto!important;}

.page7 .box-img-news img{
    border: 1px solid #ccc;
}
.page7{
    background: #fff;
    padding-bottom:60px;
}
.box-img-news {
    height: 390px;
    overflow: hidden;
}
.box-img-news2 {
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 2px;
    border-radius: 2px;
}

.box-img-news2 img {
    width: 100%;
}
.box-img-news img {
    width: 100%;
    height: 100%;
}
.text-date-news{
    font-size: 12px;
    color: #999;
    font-family: lato-heavy;
}
.h6-news{
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333;
}
.h6-news2{
    font-size: 16px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-transform: uppercase;
    min-height: 37px;
}
.h6-news2:hover{
    color: #e51316;
}
.page8{
    background: #f2f2f2;
    padding-bottom: 50px;
}
.title-add{
    display: block;
    font-size: 23px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    margin-bottom: 14px;
}
.dc{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    display: inline-block;
    margin-bottom: 3px;
}
.dc img {
    margin-right: 9px;
}
.dc2{
    margin: 4px 0;
    margin-left: 70px;
}
.dc3{
    margin-left: 0;
}
.contact-form-home{
    font-size: 14px;
    color: #333;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 10px 11px;
    margin-right: 4px;
    margin-top: 20px;
}
.contact-textarea-home{
    font-size: 14px;
    color: #333;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    border: none;
    padding: 10px 11px;
    margin-top: 7px;
    width: 99.4%;
    min-height: 185px;
    max-width: 99.4%;
}
.contact-submit-home{
    background: #e51316;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    margin: auto;
    display: table;
    margin-top: 10px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.contact-submit-home:hover{
    background: #333;
    color: #fff;
}
/*E:HOME*/
/*S:ChungNhanChungChi*/
.tab-link {
    background: #e51416;
}
.breadcrumb {
    background-color: rgba(0,0,0,0);
    margin-left: 177px;
    margin-bottom: 0;
}
.breadcrumb li,.breadcrumb li a{
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
}
.breadcrumb > li + li:before {
    content: ">";
    padding: 0 5px;
    color: #fff;
}
.text-chung-nhan{
    font-size: 16px;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin-top: 16px;
}
.chung-nhan {
    padding-top: 60px;
}
.h6-thuonghieu{
    font-size: 20px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.page3-fix{
    background: #fff;
    margin-top: 0;
}
.hr-chungnhan {
    margin: 68px 0;
    margin-bottom: 15px;
}
/*E:ChungNhanChungChi*/
/*S:DichVu-Detail*/
.box-menu-ver {
    border: solid 1px #ebebeb;
    margin-top: 36px;
}
.fix-menu-ver{
    margin-top: 26px;
}
.tieude{
    display: block;
    background: #df1f26;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    margin: 0;
    padding: 14px 24px;
    cursor: pointer;
}
.box-menu-ver ul li{
    list-style: none;
    border-bottom: solid 1px #ccc;
    margin: 0 23px;
}

.box-menu-ver ul li.menu-level-2:last-child{
    border-bottom:none;
}
.box-menu-ver ul li:hover > ul{
    display: block;
}
.box-menu-ver ul li a{
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    line-height: 22px;
    padding: 12px 0;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.box-menu-ver ul li:hover > a,.active-ver a{
    color: #df1f26 !important;
}
.tieude-support{
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 24px;
    margin: 0;
    background: #e70808;
}
.fix-menu-ver ul li b {
    display: block;
    text-transform: uppercase;
}
.fix-menu-ver ul li {
    border: none;
    padding: 10px 0;
}
.fix-menu-ver ul li:first-child{
    padding-top: 0;
}
.box-news-ver{
    width: 71px;
    height: 71px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 10px;
}
.box-news-ver img {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px;
}
.news-side {
    margin-top: 0px;
    padding: 0 10px;
}
.news-side li {
    display: block;
    width: 100%;
    clear: both;
    margin: 0 !important;
}
.news-side li h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #333;
    line-height: 18px;
    text-transform: none;
    margin-top: 0;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-transform: uppercase;
}

ul.subMenuL3 {
    position: absolute;
    left: 104%;
    width: 208px;
    background: #fff;
    padding: 3px 10px;
    display: none;
    top: 0;
    z-index: 99;
    border: 1px solid #ccc;
    /* border-radius: 4px; */
}
.menu-ver-manu{
    position: absolute;
    left: 100%;
    width: 270px;
    background: #ccc;
    padding: 10px;
    display: none;
    top: 0;
    z-index: 99;
}
.box-menu-manu.box-menu-ver ul li:hover .menu-ver-manu{display: block}
.box-menu-manu.box-menu-ver ul li ul a
{
    font-size: 13px;
    /* color: #333!important; */
    /* font-weight: normal; */
    padding: 6px;
    border: none;
}
.box-menu-manu.box-menu-ver ul ul li{
    border: none;
}
.box-menu-manu.box-menu-ver ul li ul a:hover{color: red}

.box-menu-manu.box-menu-ver ul li a{padding: 0;}
.menu-ver-sp > li:hover > ul.subMenuL3 {
    display: block;
    left: 99%;
}
.menu-level-2:hover ul.subMenuL3 {
    display: block;
}
.show-child > .hasSub > img,
.menu-level-2:hover .hasSub > img,
.main:hover .hasSub > img{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.hasSub img{
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    width: 20px!important;
}
.news-side li:hover h6{
    color: #e70808;
}
.nd {
    margin-top: 37px;
}
.nd h6{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 30px;
    color: #333;
}
.nd p{
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size:15px;
    color: #333;
}
/*E:DichVu-Detail*/
/*S:Dichvu_List*/
.page4-fix{
    background: url("images/bg-page3-dichvu.png");
    padding-bottom: 0;
}
/*E:Dichvu_List*/
/*S:Download*/
.hr-download{
    margin-top: 0;
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: none;
    border: none;
}
.box-download-file-1 {
    margin-top: 38px;
}
.box-text-download {
    position: absolute;
    top: 50px;
    right: 75px;
    width: 50%;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size:16px;
    color: #333;
    font-style: italic;
}
.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.box-text-download:before{
    position: absolute;
    content: '"';
    top: -20px;
    left: -23px;
    font-size: 40px;
}
.box-text-download:after{
    position: absolute;
    content: '"';
    bottom: -31px;
    right: 75px;
    font-size: 40px;
}
.menu-ver-sp li {
    position: relative;
}
.toggle-nav {
    position: absolute;
    display: inline-block;
    width: 15px;
    top: 10px;
    right: -15px;
    cursor: pointer;
}

.hide {
    display:none;
}
.active {
    color:red;
    font-weight: bold;
}
ul.dropdown {
    background: #fff;
    display: none;
    left: 101%;
    top: -1px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    border: 1px solid #ccc;
}

.dropdown li {
    border-bottom: solid 1px #FFF;
    float: left;
    width: 80%;
}

.dropdown li a{
    /*border-bottom: solid 1px #000;*/
}

.dropdown a:hover {
    font-weight: bold !important;
    color:white;
}

.dropdown.show {
    display:none;
}

.main {
    font-weight: bold !important;
}
.box-download-file {
    background: none;
    padding: 0;
    margin-top: 0;
}
.box-download-file li{
    list-style: none;
    margin: 0;
    padding: 7px 0;
    border-bottom: solid 1px #dcdcdc;
}
.img-download {
    margin-top: 35px;
}
.icon-download {
    float: right;
}
.panel-title a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #333333;
    font-size: 15px;
}
.panel-heading {
    background-image: none !important;
    background: #f4f4f4;
}
.icon-plus {
    float: right;
}
/*E:Download*/
/*S:Liên hệ*/
.h6-lienhe{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size:23px;
    color: #333;
}
.box-form-lienhe input,.box-form-lienhe textarea{
    border: solid 1px #dedede;
}
.box-form-lienhe input[type=submit]{
    border: none;
}
.box-form-lienhe .contact-form-home {
    margin-right: 1.8px;
}
.title-add-ll{
    font-size: 18px;
    margin-top: 25px;
}
.dc-contact{
    font-weight: normal !important;
}
.dc-contact b{
    font-weight: 600;
}
.box-map {
    margin-bottom: 19px;
}
/*E:Liên hệ*/
/*S:List_SPNoiBat*/
.icon-menu-ver {
    margin-right: 9px;
    margin-bottom: 3px;
}
.title-menu-ver {
    margin: 12px 22px;
    font-family: lato-heavy;
    font-size: 15px;
    color: #333;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 7px; */
}
.title-menu-ver:hover{
    color: #E51416;
}
.menu-ver-sp li{
    /* border: none !important; */
}
.menu-ver-sp li a {
    font-weight: normal !important;
    font-size: 13px !important;
    padding: 7px 0 !important;
}
.hr-menusp{
    border: none;
    margin: 0 22px;
    /* border-bottom: solid 1px #ccc; */
    height: 1px;
    background: #ccc;
}
.box-menu-sp {
    padding-bottom: 0;
}
.banner {margin-top: 20px;}
.nd{
    position: relative;
    clear: both;
}
.border-sp{
    border: none;
    border-bottom: solid 1px #ccc;
    position: absolute;
    top:0;
    width: 100%;
    z-index: -1;
}
.title-right-sp{
    font-size: 20px;
    font-family: lato-heavy;
    color: #333;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    margin-top: 4px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.img-right-sp {
    margin-top: -4px;
    padding-right: 9px;
}
.img-sp {
    width: 100%;
    display: block;
    margin: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.img-sp:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.hr-sp{
    border: none;
    border-bottom: solid 2px #ccc;
}
.h6-sp{
    font-size: 14px;
    font-family: lato-heavy;
    color: #333;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 6px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.h6-sp:hover{
    color: #e70808;
}
.span-sp{
    color: #909090;
    font-family: lato-heavy;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
}
.a-sp{
    text-transform: uppercase;
    background: #e70808;
    color: #fff;
    padding: 5px 20px;
    clear: both;
    margin-top: 8px;
    display: inline-flex;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.a-sp:hover{
    background: #333;
    color: #fff;
}
.fix-padding {
    padding-left: 0;
    margin-bottom: 24px;
}
/*E:List_SPNoiBat*/
/*S:Product_Detail*/
.title-right-spkhac{
    text-transform: none;
}
.name-product{
    color: #333;
    font-family: lato-heavy;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 32px;
}
.detail-product{
    width: 100%;
    margin-bottom: 34px;
}
.detail-product td{
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 2px 0;
}
.detail-product td .check-name{
    color: #333;
}
.detail-product td .check-name2{
    color:#e51416;
    font-size: 20px;
    font-family: lato-heavy;
    font-weight: bold;
}
.dwtl{
    color: #333;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: solid 1px #ccc;
    padding: 8px 20px;
    display: inline-block;
}
.dwtl2{
    background: #e70808;
    color: #fff;
    margin-left: 5px;
    border: solid 1px #e70808;
}
.hasSub{
    position: absolute;
    left: 95%;
    top:10px;
}
.box-img-pagenews > img{
    position: absolute;
    left: 0;
    top:0;
}

.box-text-pagenews-top a.read-more{
    border: 1px solid #fff;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;font-size: 13px;
}.news-2 a.read-more{
     border: 1px solid #222;
     padding: 5px 15px;
     text-align: center;
     text-transform: uppercase;
     color: #222;font-size: 13px;
 }
.box-text-pagenews-top span{
    color: #fff;
    font-style: italic;
}
.box-text-pagenews-top p{
    text-align: justify;
    color: #fff;
}
.box-text-pagenews-top h6 a{
    color:#fff;
    text-transform: uppercase;
    font-size: 23px;
}
.box-text-pagenews-top{
    /* position: absolute; */
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgb(255, 71, 81);
    /* height: 150px; */
    box-sizing: border-box;
    padding: 15px;
}
a.more-category{
    position: absolute;
    padding: 6px 10px;
    font-size: 14px;
    display: block;
    border: 1px solid #ccc;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}
#sync2 img{
    width: 50px;
}
#sync2 .owl-item{
    width: 50px !important;
}
.owl-theme .owl-controls {
    display: none !important;
}
.tab-product .nav-tabs > li.active > a,.tab-product  .nav-tabs > li.active > a:hover,.tab-product .nav-tabs > li.active > a:focus {
    border: solid 1px #EAEAEA;
    border-bottom-color: transparent;
    border-bottom: solid 1px #FFFFFF;
    border-top: solid 3px #e51416;
    border-radius: 0;
}
.tab-product .nav > li > a {
    padding: 10px 30px;
}
.name-label{
    color: #666;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    padding-right: 20px;
}
.ip-datngay {
    padding: 10px 20px;
    border: solid 1px #EAEAEA;
    margin-left: 52px;
    width: 300px;
    margin: 5px 0;
}
.ip-datngay2{
    height: 140px;
    padding: 10px 20px;
    border: solid 1px #EAEAEA;
    max-width: 300px;
    width: 300px;
    margin: 5px 0;
}
.sb-tab{
    background: #e70808;
    color: #fff;
    border: solid 1px #e70808;
    padding: 8px 40px;
    float: right;
    margin-bottom: 40px;
}
/*E:Product_Detail*/
/*S:Tin tức List*/
.box-img-pagenews{
    width: 100%;
    /* height: 350px; */
    /* overflow: hidden; */
    position: relative;
    float: left;
    border: 1px solid #ccc;
}
.box-img-pagenews img{
    max-width: 100%;
    /* border: 1px solid #ccc; */
    /* padding: 5px; */
    /* border-radius: 5px; */
}
.box-text-pagenews h6{
    color: #333;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-transform: uppercase;
    margin-top: 0;
}
.box-text-pagenews p{
    color: #666;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 7px;
}
.box-text-pagenews a{
    color: #e51416;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.box-text-pagenews {
    width: 41%;
    float: left;
    padding-left: 15px;
}
.news-1:hover h6,.news-2:hover h6{
    color: #E51416;
}
.box-text-pagenews a:hover{
    color: #333;
    font-weight: bold;
}
.news-2{
    margin: 30px 0;
}
.news-2 .box-img-pagenews{
    width: 336px;
    height: 208px;
    overflow: hidden;
    position: relative;
    float: left;
}
.news-2 .box-text-pagenews {
    width: 60%;
    float: left;
    padding-left: 15px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #e51416;
    border-color: #e51416;
    cursor: default;
}
.pagination > li {
    display: inline-block;
    margin: 0 1px;
}
.pagination > li > a, .pagination > li > span {
    padding: 8px 14px;
    border-radius: 3px;
}
.pagination {
    padding-left: 0;
    margin: 55px auto;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.text-date-news2{
    margin-bottom: 10px;
    display: block;
}
.nd-news p {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #333;
}
.nd-news img{
    display: block;
    margin: auto;
}
/*E:Tin tức List*/
@media screen and (min-width: 1350px){
    .menu li a {
        font-size: 13px;
    }
    .submit-search {
        margin-top: -1px;
    }
    .contact-form-home {
        width: 180px;
    }
}
@media screen and (max-width: 1268px){
    .slick-next {
        right: 0;
    }
    .slick-prev {
        left: 0;
        z-index: 1;
    }
}
@media screen and (max-width: 1199px){
    .title-web {
        font-size: 15px;
        margin-left: 14px;
    }
    .slick-prev, .slick-next {
        top: 46%;
    }
    .img-chung-nhan {
        width: 100%;
    }
    .box-header-bottom {
        padding-left: 15px;
    }
    .menu li a {
        font-size: 13px;
    }
    .menu li {
        padding: 0;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 0 8px;
    }
    .box-video {
        width: 47%;
        height: 361px;
        float: right;
        overflow: hidden;
    }
    .img-dichvu {
        display: block;
        margin: auto;
        margin-bottom: 25px;
        width: 100%;
    }
    .page6 {
        background-size: 214%;
    }
    .h6-news2 {
        font-size: 14px;
    }
    .title-add {
        font-size: 18px;
    }
    .dc {
        font-size: 12px;
    }
    .contact-form-home {
        margin-top: 10px;
        display: block;
        width: 100%;
    }
    .contact-textarea-home {
        margin-top: 10px;
        width: 100%;
        min-height: 185px;
        max-width: 100%;
    }
    .menuf li a {
        font-size: 12px;
    }
    .p-duan {
        font-size: 14px;
    }
    .h6-dichvu {
        font-size: 15px;
    }
    .p-dichvu {
        font-size: 13px;
    }
    .box-text-download {
        width: 40%;
        font-size: 13px;
    }
    .box-text-download:after {
        right: 180px;
    }
    .box-download-file {
        margin-top: 0;
    }
    .dwtl {
        font-size: 12px;
    }
    .name-product {
        font-size: 16px;
        line-height: 22px;
    }
    .detail-product td {
        font-size: 13px;
    }
    .detail-product {
        margin-bottom: 12px;
    }
    #sync1 .item img {
        width: 100%;
    }
    .tab-product .nav > li > a {
        padding: 10px 14px;
        font-size: 13px;
    }
    .name-label {
        font-size: 13px;
    }
    .banner {
        margin-top: 10px;
        width: 100%;
    }
    .banner {
        margin-top: 10px;
        width: 49%;
        display: inline-block;
    }
    .box-img-pagenews {
        width: 59%;
    }
    .box-menu-ver ul li a {
        font-size: 14px;
    }
    .news-2 .box-img-pagenews {
        width: 40%;
    }
    .news-2 .box-text-pagenews h6 {
        margin: 0;
    }
    .news-2 {
        margin: 2px 0;
    }
}
@media screen and (max-width: 999px){
    .title-web {
        display: none;
    }
    .box-text-download:after {
        right: 0;
    }
    .breadcrumb {
        margin-left: 140px;
    }
    .box-right-header {
        margin-top: 10px;
    }
    .menu li a {
        font-size: 11px;
    }
    .navbar-nav {
        float: right;
        padding-top: 13px;
    }
    .dropdown-menu {
        left: -82px;
    }
    .h6-dichvu {
        font-size: 15px;
        line-height: 22px;
    }
    .box-header-bottom {
        margin-top: 11px;
        margin-bottom: 10px;
        clear: both;
    }
    .swiper-slide img {
        width: 100%;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 0 5px;
    }
    .logo {
        position: absolute;
        z-index: 2;
        width: 15%;
    }
    .nd-news img{
        display: block;
        margin: auto;
        width: 100%;
    }
    .item p {
        width: 74%;
    }
    .carousel-control.right {
        left: auto;
        right: 0;
    }
    .carousel-control {
        left: 0;
    }
    .page6 {
        background-size: 227%;
    }
    .box-img-news {
        height: auto;
        overflow: hidden;
    }
    .box-img-news2 {
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .social li {
        margin: 0;
    }
    .nav.nav-tabs a {
        font-size: 15px;
        padding-bottom: 7px;
    }
}
@media screen and (max-width: 767px) {
    .logo {
        position: absolute;
        z-index: 2;
        width: 89px;
    }
    .panel-title a {
        font-size: 12px;
    }
    .img-download {
        width: 100%;
    }
    .title-web {
        font-size: 9px;
        margin-left: 14px;
        float: right;
        display: none;
    }
    .search {
        display: block;
        position: relative;
    }
    .text-search {
        width: 69%;
        float: right;
    }
    .box-right-header {
        margin-top: 12px;
        width: 100%;
    }
    .submit-search {
        position: absolute;
        top: 0;
        right: 0;
    }
    .menu li {
        padding: 0;
        display: block;
        width: 100%;
    }
    .navbar-nav {
        float: right;
        margin: 0;
        padding-top: 13px;
        width: 100%;
    }
    .nav.navbar-nav.menu li ul {
        width: 200px;
        position: relative;
        z-index: 2;
        background: #fff;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        -ms-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }
    .nav.navbar-nav.menu li ul li {
        display: block;
        padding: 4px 16px;
        border: none;
        border-bottom: solid 1px #A7A7A7;
    }
    .nav > li > a {
        position: relative;
        display: block;
        padding: 6px 5px;
    }
    .box-header-bottom {
        margin-top: 0;
        margin-bottom: 0;
        clear: both;
    }
    .nav.nav-tabs a {
        font-size: 11px;
        padding-bottom: 7px;
        padding: 10px 2px;
    }
    .col-tab h5 {
        font-size: 21px;
        color: #e51316;
        text-transform: uppercase;
        margin: 0;
        display: block;
        margin-bottom: 20px;
    }
    .col-tab {
        width: 100%;
        float: left;
    }
    .tab-content > .tab-pane {
        margin-top: 20px;
    }
    .box-video {
        width: 100%;
        height: auto;
        float: none;
        overflow: hidden;
    }
    .modal-body iframe {
        width: 100%;
        height: auto !important;
    }
    .page3 {
        margin-top: 0;
        background: #f4f4f4;
        clear: both;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
        display: none;
    }
    .nbs-flexisel-item img {
        width: auto;
    }
    .a-dichvu {
        margin-bottom: 20px;
    }
    .page4 {
        background: #FBFBFB;
    }
    .title-page4 {
        font-size: 20px;
        margin-top: 21px;
        margin-bottom: 21px;
    }
    .page5 {
        margin-bottom: 0;
    }
    .slick-slider {
        margin-bottom: 9px;
    }
    .page6 {
        background: #FBFBFB;
    }
    .item p {
        width: 66%;
        font-size: 12px;
    }
    .dc2 {
        display: block;
        margin-left: 0;
    }
    .dc3 {
        margin-left: 0;
    }
    .map{
        width: 100%;
    }
    .text-chung-nhan {
        font-size: 12px;
    }
    .page3.page3-fix {
        background: none;
    }
    .hr-chungnhan {
        margin: 0;
    }
    .breadcrumb {
        margin-left: 0;
    }
    .breadcrumb li, .breadcrumb li a {
        font-size: 11px;
    }
    .chung-nhan {
        padding-top: 10px;
    }
    .nd h6 {
        font-size: 19px;
        line-height: 25px;
    }
    .name-product {
        margin-top: 0;
    }
    .tab-product .nav > li > a {
        padding: 10px 6px;
        font-size: 11px;
    }
    .dwtl {
        padding: 8px 9px;
    }
    .tab-content td {
        display: block;
    }
    .box-img-pagenews {
        width: 59%;
        height: auto;
        margin-bottom: 20px;
    }
    .news-2 .box-img-pagenews {
        width: 100%;
        height: auto;
    }
    .news-1 .box-text-pagenews {
        display: block;
        width: 100%;
        margin-bottom: 19px;
        padding-left: 0;
    }
    .box-img-pagenews {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .news-2 .box-text-pagenews {
        width: 100%;
        float: left;
        padding-left: 0;
    }

}
@media screen and (max-width: 767px) and (min-width: 628px){
    .text-search {
        width: 77%;
    }
}
@media screen and (max-width: 480px) {
        .hide-menu-mobile,
    .menu-level-1 > .menu-ver-sp{ display: none}
    .tab-content img{max-width: 100%;  height: auto!important }
    .bzoom_wrap {height: auto;}
    .bzoom_thumb_image{width: 100%}
    .bzoom, .bzoom_thumb, .bzoom_thumb_image, .bzoom_big_image, .bzoom_zoom_preview, .bzoom_icon, .bzoom_hint{display: block!important;}
    .bzoom_big_image,
    #sidebar-custom{display: none!important}
    .box-menu-ver ul li  ul{
        border: none;
    }
    .menu-ver-sp li {
        clear: both;
    }
    .hasSub img{width: 30px!important;}
    .img-download {
        display: none;
    }
    .menu-ver-sp .dropdown{
        position: static;
    }
    .menu-ver-sp li.show-child .subMenuL3,
    .menu-ver-sp li.show-child .subMenuL2{
        position: static;

    }
    iframe{max-width: 100%}
    .hasSub {
        position: absolute;
        left: 95%;
        top: 5px;
    }
    .menu-ver-sp > li:hover > ul.subMenuL3 {
        display: block;
        width: 99%;
        position: static;
    }
    .menu-ver-sp > li > .subMenuL3 li {border-bottom: 1px solid #ccc !important;}
    .show-child >a {border-bottom: 1px solid #ccc}
    .box-menu-ver ul.subMenuL3 li{border: none}
    .subMenuL3{border-top:1px solid #ccc }
    .ip-datngay {
        padding: 10px 20px;
        border: solid 1px #EAEAEA;
        margin-left: 0;
        width: 121%;
        margin: 5px 0;
    }
    .menu-ver-sp > li.hide-child > ul{display: none!important;}
    .ip-datngay2 {
        height: 140px;
        padding: 10px 20px;
        border: solid 1px #EAEAEA;
        max-width: 121%;
        width: 121%;
        margin: 5px 0;
    }

    .dwtl {
        padding: 8px 9px;
    }

    .tab-product .nav > li > a {
        padding: 10px 2px;
        font-size: 9px;
    }

    .box-text-download {
        width: 100%;
        font-size: 13px;
        position: relative;
        top: 0;
        margin: 20px 0;
        right: 0;
    }

    .box-text-download:before, .box-text-download:after {
        display: none;
    }

    .box-download-file li {
        margin: 0 24px;
        font-size: 11px;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 3px 6px;
        border-radius: 3px;
        font-size: 11px;
    }
}
