body {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}
::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c3c3c3;
    border-radius: 3px;
}
::-webkit-scrollbar-corner {
    background-color: #ffffff;
}
::-webkit-resizer {
    background-color: #666;
}
@font-face {
    font-display: block;
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoBold.woff') format('woff'),
    url('../fonts/RobotoBold.ttf') format('truetype'),
    url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: block;
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoRegular.woff') format('woff'),
    url('../fonts/RobotoRegular.ttf') format('truetype'),
    url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: block;
    font-family: 'NunitoBold';
    src: url('../fonts/NunitoBold.eot');
    src: url('../fonts/NunitoBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NunitoBold.woff') format('woff'),
    url('../fonts/NunitoBold.ttf') format('truetype'),
    url('../fonts/NunitoBold.svg#NunitoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: block;
    font-family: 'r0c0iLinotte-Bold';
    src: url('../fonts/r0c0iLinotte-Bold.eot');
    src: url('../fonts/r0c0iLinotte-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/r0c0iLinotte-Bold.woff') format('woff'),
    url('../fonts/r0c0iLinotte-Bold.ttf') format('truetype'),
    url('../fonts/r0c0iLinotte-Bold.svg#r0c0iLinotte-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-display: block;
    font-family: 'RobotoThin';
    src: url('../fonts/RobotoThin.eot');
    src: url('../fonts/RobotoThin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RobotoThin.woff') format('woff'),
    url('../fonts/RobotoThin.ttf') format('truetype'),
    url('../fonts/RobotoThin.svg#RobotoThin') format('svg');
    font-weight: normal;
    font-style: normal;
}
ul#main-nav a {
    font-family: 'RobotoBold';
}
#bandoiframe iframe {
    width: 100% !important;
}
.anim-05 {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
h1,h2,h3,h4,h5,h6,p{font-weight: normal;}
ul,
li {
    list-style: none;
}
.over-hide {
    overflow: hidden
}
.desc .view {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 50px;
    bottom: 0;
    padding: 3px 7px;
    display: inline-block;
}
.desc .view i {
    -webkit-transform: rotate(0deg);
    position: relative;
    top: 2px;
    left: 0px;
}
.desc .view:hover i {
    -webkit-transform: rotate(-180deg);
}
.back-to-top {
    position: fixed;
    z-index: 123;
    right: -60px;
    bottom: -60px;
    text-align: center;
    text-decoration: none !Important;
    font-weight: bold;
    font-size: 14px;
}
.phantrang {
    margin-left: 15px;
    text-align: center;
}
.pagination>li>a.current {
    background: #ddd
}
.link-transpare-border {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.link-transpare-border:hover:before {
    border: 5px solid rgba(255, 255, 255, 0.4);
}
.tooltip-inner {
    border-radius: 0 !important
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}
header {
    top: 0;
    z-index: 123;
    width: 100%;
    background: white;
    position: relative;
    z-index: 99;
}
.topone{
    background: #1D71AB;
    color: #fff;
    height: 40px;
    font-family: RobotoRegular;
    font-size: 14px;
}
.topone_left{}
.topone_left p{padding: 8px 0 8px 25px;background: url(../img/hot.png) left center no-repeat;}
.topone_center{}
.topone_center p{padding: 8px 0 8px 30px;background: url(../img/email.png) left center no-repeat;}
.topone_right{}
.topone_right a{margin: 0 0 0 5px;}
header .wrap-top {
    padding: 10px 0
}
.logo{}
.banner{
    width: 40%;
}
.xsearch{
    width: 40%;
}
header #form-xsearch {
    position: relative;
}
header #form-xsearch input {
    background-color: #fff;
    outline: none;
    border: 1px solid #CBCAC9;
    border-right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: calc(100% - 110px);
    height: 42px;
    text-indent: 15px;
    color: #353535;
    font-size: 13px;
    font-family: Arial;
}
header #form-xsearch input::-webkit-input-placeholder {
   color: #353535;
   font-size: 13px;
   font-family: Arial;
}
header #form-xsearch button {
    background-color: #EDEEF2;
    outline: none;
    border: 1px solid #EDEEF2;
    border-right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 110px;
    height: 42px;
    text-indent: 0px;
    color: #000000;
    font-size: 14px;
    font-family: RobotoRegular;
    text-align:center;
}
header #form-xsearch button:focus ,header #form-xsearch input:focus{
    outline: 0;
}
header #form-xsearch button:hover{
    background: #0091CF;
}
header nav {
    z-index: 12;
    width: 100%;
    position: relative;
    background-color: #0091CF;
    height: 40px;
}
.col_left{
    width: 275px;
}
.col_right{
    width: calc(100% - 275px);
}
.title_danhmuc{
    background: #83D30D url(../img/list.png) left 14px center no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-family: r0c0iLinotte-Bold;
    padding: 7px 5px 6px 50px;
    font-size: 18px;
    position: relative;
}
.main-nav{
    padding: 0 0 0 18px;
}
ul#main-nav {
   list-style: none;
   padding: 0;
   margin-bottom: 0;
   position: relative;
   margin-top: 0;
   z-index: 2;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 80%;
   float: left;
}
.cart_nav{
    width: 20%;
    text-align: right;
}
.cart_nav a{
    padding: 0 0 0 35px;
    background: url(../img/cart.png) left center no-repeat;
    display: inline-block;
    color: #fff;
}
.cart_nav a:hover{
    color: yellow;
}
ul#main-nav li a:hover {
    color: yellow !important;
}
ul#main-nav>li:hover>div>a,
ul#main-nav li.active>div>a,
ul#main-nav li:hover>a,
ul#main-nav>li a:hover,
ul#main-nav>li.active>a {
    text-decoration: none;
    color: yellow;
}
ul#main-nav>li:hover,
ul#main-nav li.active ,ul#main-nav>li ul li:hover{
}
ul#main-nav>li:nth-child(3){
    display: none;
}
ul#main-nav>li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: table-cell;
    flex-grow: 1;
    padding: 0;
    margin: 0;
}
ul#main-nav li {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul#main-nav>li a {
    color: #fff;
    font-size: 14px;
    position: relative;
    font-weight: normal;
    padding: 10px 0 9px 0px;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
ul#main-nav>li ul li a {
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    padding-left: 5px;
    text-transform: inherit;
    padding: 5px !important;
    text-transform: capitalize;
    float: none;
}
ul#main-nav>li ul {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 1000px;
    left: 0;
    max-width: 300px;
    z-index: 2;
    text-align: left;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
ul#main-nav>li ul ul {
    left: 100%;
    top: 0;
}
ul#main-nav>li ul li {
    padding: 8px 5px;
    min-width: 200px;
    position: relative;
    background-color: #0091CF;
    border-bottom: 1px solid #fff;
}
ul#main-nav>li:hover>ul {
    display: block !important;
    opacity: 1;
}
ul#main-nav li:hover>ul {
    display: block !important;
}
#menu_box{
    border: 1px solid #DADADA;
    border-top: 0;
    padding: 10px 0;
    position: relative;
}
.menu_an {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
}
.title_danhmuc:hover .menu_an {
    opacity: 1;
    visibility: visible;
    top: 100%;
    background: #fff;
}
#menu_box>li{
    border-bottom: 1px solid #B8B8B8;
    padding: 0px 13px;
    height: 40px;
}
#menu_box>li:hover{
    border-bottom: 1px solid #0091CF;
}
#menu_box>li:last-child{
    border-bottom: none;
}
#menu_box>li>a{
  height: 40px;
  font-family: RobotoRegular;
  font-size: 14px;
  color: #000000;
  display: block;
  padding: 10px 0 10px 35px;
  position: relative;
  background: url(../img/lia.png) right center no-repeat;
  text-transform: initial;
}
#menu_box>li a>img{
    position: absolute;
    left: 0;
}
#menu_box>li>ul{
    position: absolute;
    width: 910px;
    height: 100%;
    background: #fff;
    /* top: 100%; */
    left: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    /* -webkit-transition: all 0.5s ease; */
    /* transition: all 0.5s ease; */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 1px solid #DADADA;
    border-left: 0;
}
#menu_box>li:hover>ul{
    opacity: 1;
    visibility: visible;
    top: 0;
}
#menu_box>li>ul>li{
    width: calc(100% / 3);
}
#menu_box>li>ul>li>a{
  height: 34px;
  font-size: 14px;
  color: #000000;
  display: block;
  padding: 8px 0 8px 0px;
  position: relative;
  font-family: 'RobotoBold';
  text-transform: initial;
}
#menu_box>li>ul>li>ul>li>a{
  font-family: RobotoRegular;
  font-size: 13px;
  color: #000000;
  display: block;
  padding: 2px 0 2px 0px;
  position: relative;
  text-transform: initial;
}
#menu_box>li>a:hover, #menu_box>li>ul>li>a:hover,#menu_box>li>ul>li>ul>li>a:hover{
    color: #0091CF;
}
#menu_box>li>ul>li>ul{
    padding: 0 0 0 12px;
}
#page-wrapper {
    position: relative;
    z-index: 23;
    background-color: #fff;
}
#social-air a {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0px 3px;
    text-align: center;
}

.tagthe a,
.tag_detail a {
    color: #Fff;
    text-transform: capitalize;
    font-family: MuliRegular;
    font-size: 14px;
    padding: 0 8px 0 0;
    display: inline-block;
}
.tag_detail a {
    color: #333;
}
.tagsp,
.tag_detail {
    padding: 10px 0;
}
.tagthe a i,
.tag_detail a i {
    font-size: 12px;
    padding: 0 5px 0 0;
}
.video-wrapper iframe {
    width: 100% !Important;
    left: 0;
    right: 0;
    position: absolute;
    height: 100% !important;
    border: 0;
}
.video-wrapper {
    position: relative;
    padding-bottom: 37.55%;
    height: 0;
}
.zoomContainer {
    z-index: 120
}
.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}
ul#light-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#light-gallery li .inner {
    padding: 3px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
}
.grid-item {
    margin-bottom: 16px;
}
.col-8 {
    padding-left: 8px;
    padding-right: 8px
}
.row-8 {
    margin-left: -8px;
    margin-right: -8px;
}
.news-content .header .date {
    font-style: italic;
    font-size: 13px;
    margin: 5px 2px;
    color: #8a8888;
    font-size: 11pt;
}
body a:hover {
    text-decoration: none;
}
.baovideo .embed-responsive-16by9 {
    padding-bottom: 0;
    height: 264px;
}
.ttbaivietkhac {
    text-transform: uppercase;
    font-size: 14pt;
    color: black;
    font-family: 'RobotoBold';
    border-bottom: 1px solid #CCCCCC;
    padding: 3px 0px;
    margin-bottom: 10px;
}
.baivietkhac a:hover {
    color: red;
}
.hinhcon {
    display: none;
}
.colvideo {
    margin: 10px 0;
}
.tenvideo {
    background: #000;
    color: white;
    font-family: 'RobotoRegular';
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
    text-transform: uppercase;
}
div.breadcrumb {
    margin: 10px 0;
    float: left;
    width: 100%;
    font-family: 'RobotoRegular';
    background: #F3F3F3;
    padding: 10px 0;
    position: relative;
    border-radius: 5px;
    color: #000;
    font-size: 13px;
    display: none;
}
#inner {
    padding-left: 10px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}
#inner li:nth-last-child(1) span {
    display: none;
}
#inner li {
    display: inline-block;
    float: left;
    list-style: none;
}
#inner a {
    padding: 0 10px;
}
div.breadcrumb a {
    color: #000;
}
div.breadcrumb a:hover {
    color: #f15a25;
}
#owl-video {
    margin-top: 10px;
}
.fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 95px !important;
    padding: 10px 10px 5px 10px !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.3) !important
}
.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important
}
.fancybox-thumbs>ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.share_toolbox_nss {
    display: flex;
    align-items: center;
    justify-content: start;
}
.zalo-share-button {
    height: 20px !important;
    background: #03A5FA;
    margin: -5px 0 0 5px;
}
.tintuc_box {
    margin: 10px 0;
}
.tintuc_name {
    padding: 10px 0 5px 0;
}
.tintuc_name a {
    text-transform: uppercase;
    color: #272727;
    font-family: RobotoBold;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date_news {
    color: #999999;
    font-family: RobotoRegular;
    font-size: 13px;
}
.tintuc_describe {
    color: #4F4F4F;
    font-family: RobotoRegular;
    font-size: 14px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    margin: 10px 0 0 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.img_ {
    position: relative;
    overflow: hidden;
}
.img_ img {
    margin: 0 auto;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}
.img_:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
header nav.fixeds_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_wrap {
    flex-wrap: wrap;
}
.flex_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.grecaptcha-badge {
    right: 100% !important;
}
.album_item {
    margin: 15px 0;
    text-align: center;
}
.album_item_name {
    padding: 10px 0 0 0;
}
.album_item_name a {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    font-family: RobotoBold;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cssh1 {
    position: absolute;
    top: -1000%;
}
.padding {
    padding: 30px 0;
}
.see_more_click{
    width: 100%;
    text-align: center ;
}
.see_more_click a{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.see_more_click a i{
    padding: 0 0 0 5px;
    position: relative;
    -webkit-animation: see_more_click-dance 1s infinite alternate;
    -moz-animation: see_more_click-dance 1s infinite alternate;
    -ms-animation: see_more_click-dance 1s infinite alternate;
    -o-animation: see_more_click-dance 1s infinite alternate;
    animation: see_more_click-dance 1s infinite alternate;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
@keyframes see_more_click-dance {
    0% {
        transform: translateY(4px);
    }
    100% {
        transform: translateY(-8px);
    }
}
.stt_not_content{
    margin: 10px 0;
}
.mxhft a img:hover,
.mxhheader a img:hover ,.zalo-share-button:hover,.zalo-share-button:hover{
    transform: translateY(-5px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* <!-- slider --> */
.jssorb05 {
    position: absolute;
    bottom:16px;right:16px;
}
.jssorb05 div.jssorb05_prototype{width:16px;height:16px;}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }
.jssora12l, .jssora12r {
    display: block;
    position: absolute;
    width: 18px;
    height: 36px;
    cursor: pointer;
    overflow: hidden;
    left:20px;
    top:0 !important;
    bottom: 0 !important;
    margin: auto !important;
}
.jssora12r{
    right:20px;
    left: initial;
}
.slider:hover .jssora12l { background: url(../img/lsl.png) no-repeat; }
.slider:hover .jssora12r { background: url(../img/rsl.png) no-repeat; }
.slider{
   background: rgba(0, 0, 0, 0.15);position: relative;z-index:23;   
}
#jssor_1{
    position: relative; margin: 0 auto; top: 0px; left: 0px; width: 910px; height: 460px; overflow: hidden; visibility: hidden;
}
#jssor_1>div,#jssor_1>div>div{width: 910px; height: 460px;}
.jssor_1_u_loadding{position: absolute; top: 0px; left: 0px;}
.jssor_1_u_loadding_div1{filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 100%;}
.jssor_1_u_loadding_div2{position:absolute;display:block;top:0px;left:0px;width:100%;height:100%;}
.jssor_1_u_slides{cursor: default; position: relative; top: 0px; left: 0px; width: 1366px; height: 460px; overflow: hidden;}
/* <!-- slider --> */

.padding_index{padding: 40px 0 10px;}
#right-nav-navigation section{
    padding: 0 0 30px 0;
}
.title-left{
    background: #83D30D ;
    color: #fff;
    text-transform: uppercase;
    font-family: r0c0iLinotte-Bold;
    padding: 7px 5px 6px 5px;
    font-size: 18px;
    text-align: center;
}
#right-nav-navigation section .content1{
    border: 1px solid #DADADA;
}
.pro_roll_box{
    padding: 15px 10px;
    border-bottom: 1px solid #E3E3E3;
}
.pro_roll_box:hover{
    border-bottom: 1px solid #0091CF;
}
.pro_roll_img{
    width: 44%;
}
.pro_roll_content{
    width: 56%;
    padding: 0 0 0 10px;
}
.pro_roll_name {}
.pro_roll_name a{font-family: RobotoRegular;font-size: 14px;color: #000000;}
.pro_roll_price{font-family: RobotoRegular;font-size: 14px;color: #010101;}
.pro_roll_price a,.pro_roll_price span.giamoi{color: #ff0000;}
.product_roll{
    padding: 15px 0;
}
.pro_danhmuc{
    padding: 0 0 20px 0;
}
.title_index{
    color: #fff;
    text-transform: uppercase;
    font-family: r0c0iLinotte-Bold;
    margin: 15px 0 15px 0;
    box-shadow: 2px -2px 1px #0091CF inset;
}
.pro_danhmuc .title_index,.media_index .title_index{
    margin: 0px 0 15px 0;
}
.title_index span{
    background: #0091CF ;
    padding: 7px 20px 6px 20px;
    font-size: 18px;
    display: inline-block;
    position: relative;
}
.title_index span:after{
    background: url(../img/af.png) no-repeat;
    width: 53px;
    height: 100%;
    position: absolute;
    content:'';
    left: 100%;
    bottom: 0;
}
.row_product{
    margin: 0 -5px;
}
.col_product{
    width: calc(100% / 4);
    padding: 0 5px;
}
.pro{
    margin: 5px 0;
    border: 1px solid #E9E9E9;
    padding: 0 0 10px 0;
    text-align: center;
}
.pro:hover{
     box-shadow: 0px 2px 1px #0091CF;
}
.name_pro{padding: 10px 5px 5px;height: 57px;}
.name_pro a{
    text-transform: uppercase;
    font-family: RobotoRegular;
    font-size: 14px;
    color: #000000;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.name_pro a:hover{
   color:  #0091CF;
}
.price_pro{
    font-family: RobotoRegular;
    font-size: 14px;
    color: #010101;
    padding: 0 5px;
}
.price_pro a,.price_pro span.giamoi{
    font-family: RobotoBold;
    font-size: 14px;
    color: #ff0000;
}
.price_pro span.giacu{
    text-decoration: line-through;
    font-size: 13px;
    font-family: RobotoRegular;
    color: #333;
}
.dathang_in{
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 33px;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    /* background: #00000057; */
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    text-align: center;
    opacity: 0;
    font-size: 13px;
}
.pro:hover  .dathang_in{
    bottom: 0;
    visibility: visible;
    opacity: 1;
}
.dathang_in a{
    display: inline-block;
    padding: 7px 10px;
    border-radius: 3px;
    background: #0091CF;
    color: #fff;
    cursor: pointer;
}
.dathang_in a i{
    padding: 0 5px 0 0;
}
.dathang_in a:hover{
    color: yellow;
}
.media_index{
    padding: 55px 0;
    background: #F5F5F5
}
.media_index .title_index{
    margin: 0 0 30px 0;
}
.media_news{
    width: 60%;
}
.media_videos{
    width: 40%;
}
.first_news{
    padding: 0 0 0 15px;
}
.first_news_img{}
.first_news_content{}
.first_news_img img {
    width: 100%;
}
.news_name a{
 font-family: 'RobotoBold';
 color: #000000;
 font-size: 14px;
}
.first_news_name a {
    font-size: 17px;
    display: inline-block;
    padding: 15px 0 5px 0px;
}

.first_news_name a:hover {
    color: #0091CF;
}
.news_des{
 display: -webkit-box;
 width: 100%;
 -webkit-webkit-line-clamp: 2;
 -moz-webkit-line-clamp: 2;
 -ms-webkit-line-clamp: 2;
 -o-webkit-line-clamp: 2;
 -webkit-line-clamp: 2;
 -webkit-webkit-box-orient: vertical;
 -moz-webkit-box-orient: vertical;
 -ms-webkit-box-orient: vertical;
 -o-webkit-box-orient: vertical;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
 font-family: RobotoRegular;
 line-height: 25px;
 color: #555555;
 font-size: 14px;
}
.first_news_des {
   font-size: 14px;
   color: #000000;
   -webkit-webkit-line-clamp: 3;
   -moz-webkit-line-clamp: 3;
   -ms-webkit-line-clamp: 3;
   -o-webkit-line-clamp: 3;
   -webkit-line-clamp: 3;
   line-height: 22px;
}
.first_news_sm a {
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    background: #83D30D;
    margin-top: 10px;
}

.first_news_sm a:hover {
    color: yellow;
}
.news_roll_box {
    padding: 10px 0px;
}
.tintuccroll {
    padding-left: 0px;
}
.news_roll_img {
    width: 35%;
    float: left;
}
.news_roll_content {
    width: 65%;
    float: left;
    padding-left: 15px;
}
.news_roll_content h3.news_name a {
    font-size: 16px;
    display: inline-block;
    padding: 0px 0 5px 0px;
    color: #000000;
}

.news_roll_content h3.news_name a:hover {
    color: #0091CF;
}
.news_roll_des {
    font-size: 14px;
    -webkit-webkit-line-clamp: 4;
    -moz-webkit-line-clamp: 4;
    -ms-webkit-line-clamp: 4;
    -o-webkit-line-clamp: 4;
    -webkit-line-clamp: 4;
    color: #000000;
    line-height: 19px;
}

.form_index{
    padding: 55px 0;
    background: url(../img/bgform.png) no-repeat;
    background-size: cover;
}
.row_form{
    width: 84%;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.rowinput{
    margin: 0 -5px;
}
.col5input{
    width: 50%;
    padding: 0 5px;
}
.input_index,.textarea_index{
    padding: 5px 0;
}

.input_index input {
    background: #fff;
    border: 1px solid #fff;
    height: 45px;
    border-radius: 0;
    text-indent: 10px;
    padding: 5px 0;
    color: #232323;
    font-family: RobotoRegular;
    font-size: 14px;
}

.textarea_index textarea {
    background: #fff;
    border: 1px solid #fff;
    height: 100px;
    border-radius: 0;
    text-indent: 10px;
    padding: 5px 0;
    color: #232323;
    font-family: RobotoRegular;
    font-size: 14px;
    resize: none;
}

.input_index input::-webkit-input-placeholder,
.textarea_index textarea::-webkit-input-placeholder {
    color: #232323;
    font-family: RobotoRegular;
    font-size: 14px;
}

.buton_gui {
    text-align: center;
    padding: 15px 0 8px;
}
.buton_gui input {
    background: #83D30D;
    color: #fff;
    font-family: RobotoBold;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    text-indent: 0;
    padding: 11px 5px;
    height: 45px;
    width: 160px;
    text-align: center;
    margin: 0 5px;
}
.buton_gui input[type='button']{
    background: #0091CF;
    margin: 0 5px;
}
.buton_gui input:hover{
  transform: translateY(-5px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tite_ykien{
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 14px 0;
    margin: 10px 0 20px;
    position: relative;
    font-size: 34px;
    font-family: r0c0iLinotte-Bold;
    color: #fff;
}
.tite_ykien span{
    display: block;
    text-transform: none;
    font-family: RobotoThin;
    font-size: 17px;
}
.tite_ykien:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin:0 auto;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #83D30C;
}


footer {
    padding: 35px 0 30px;
   /* color: #fff;*/
    position: relative;
    background: url(../img/bgft.png) no-repeat;
    background-size: cover;
}
.row_footer {
    align-items: flex-start;
}
.footer1 {
    width: 35%;
}
.footer2 {
    width: 25%;
    padding: 0 15px;
}
.footer3 {
    width: 30%;
}

.noidungfooter code {
    padding: 2px 4px;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    border-radius: 0;
}

.ttft1 {
    text-transform: uppercase;
    font-size: 18px;
    color: #0091cf;
    font-family: 'r0c0iLinotte-Bold';
    padding-bottom: 15px;
}

.chinhsach a:hover {
    color: #0091CF;
}
.chinhsach a {
    color: #000000;
    display: block;
    padding: 0px 0 10px 15px;
    font-family: 'RobotoRegular';
    font-size: 15px;
    position: relative;
    text-transform: capitalize;
}
.chinhsach a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 50%;
}

.mxhft {
    margin: 15px 0 0;
}
.mxhft a {
    margin: 0 10px 0 0;
}
.copppy {
    padding: 15px 0;
    background: #0091CF;
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #fff;
}
.thongke {
    text-align: right;
}
.thongke span{
    padding: 0 8px;
}
.title_index_bv{
    font-family: RobotoBold;
    font-size: 20px;
    text-transform: capitalize;
    color: #0091CF;
    padding: 10px 0 10px;
    border-bottom: 2px solid #1D71AB;
}
