@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    font-size: 14px;
    color: #000;
    padding-top: 114px;

    /*overflow-x: hidden;*/
}
body.home, body.page-id-23 {
    padding-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    line-height: 1.6;
}

body.container-fluid {
    padding: 0;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

strong,
b {
    font-weight: 700;
}

img {
    max-width: 100%;
}

.img-responsive {
    width: 100%;
}

.gotham {
    font-family: 'iCielGotham-Book';
}
.ariad {
    font-family: 'MyriadPro-Regular';
}

#header {
 padding: 0;
 transition: .3s all linear;
 background: transparent;
 border: 0;
 z-index: 998;
 position: fixed;
 right: 0;
 left: 0;
 top: 0;
}
#header.fixed {
    transition: .3s all;
    background: #fff;
}
#nav-main{
    position: static;
    top: -15px;
    z-index: 999;
    right: 0;
    left: 0;
    background: #fff;
    background: transparent;
    margin: 0;
    border-radius: 0;
    border: 0;
}
#nav-main .navbar-brand {
    height: auto;
    padding: 0;
    margin: 8px 0 10px 0;
}
#header .navbar-brand img {
    transition: .3s all linear;
}
#header.fixed .navbar-brand img {
    transition: .3s all linear;
    width: 50px;
}
#nav-header{
 margin: 0;
 padding: 0;
 position: relative;
}

#nav-header>li {
 padding: 0 20px;
 position: relative;
}

#nav-header>li>a {
    transition: .3s all linear;
    color: #707070;
    padding: 32px 0 15px 0;
    line-height: 1.4;
    position: relative;
    font-family: 'MyriadPro-Regular';
    font-size: 15px;
    border-top: 3px solid transparent;
}

#nav-header>li:hover>a,
#nav-header>li.active>a,
#nav-header>li.current-menu-item>a
{
    transition: .3s all linear;
    border-top: 3px solid #ed1c24;
    color: #ed1c24;
}
#header.fixed #nav-header>li>a,
#header.fixed #nav-header>li>a 
{
    transition: .3s all linear;
    padding: 25px 0 15px 0;
}
#header.fixed #nav-header>li:hover>a,
#header.fixed #nav-header>li.active>a 
{
    transition: .3s all linear;
    /*color: #707070;*/
}
#nav-header.nav>li>a:focus,
#nav-header.nav>li>a:active,
#nav-header.nav>li>a:hover,
#nav-header.nav>li.current_page_item>a,
#nav-contact.nav>li>a:focus,
#nav-contact.nav>li>a:active,
#nav-contact.nav>li>a:hover,
#nav-contact.nav>li.current_page_item>a {
    text-decoration: none;
    background-color: transparent;
}

#nav-header ul {
    margin: 0;
    _margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    transition: all .2s ease-in-out;
    padding: 0 10px 10px 10px;
}

#nav-header li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
#nav-header>li ul li  strong{
    font-size: 20px;
}
#nav-header>li ul li {
    display: block;
    padding: 3px 0;
    position: relative;
}
#nav-header>li ul li a {
    color: #000000;
    transition: .3s all linear;
    white-space: nowrap;
}

#nav-header>li ul li:hover a,
#nav-header>li ul li.current-menu-item a,
#nav-header>li ul li.current-category-product-ancestor a {
    /*border-bottom: 1px solid;*/
    color: #e10613;
    transition: .3s all linear;
}
.padding-25 {
    padding: 25px 0;
}
.padding-50 {
    padding: 50px 0 0 0;
}
.padding-505{
    padding-top: 50px;
}
.btn {
    position: relative;
    overflow: hidden;
    outline: 0 !important;
}

.btnDangky {
    height: auto;
    padding: 15px;
    border-radius: 80px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    background: #209652;
    font-size: 20px;
    transition: all linear .3s;
}

.btnDangky:hover,
.btnDangky:active,
.btnDangky:focus {
    opacity: .9;
    color: #fff;
    background: #209652;
}

.padding-t-50 {
    padding-top: 50px;
}

.ft-nav {
    padding: 10px;
    color: #fff;
    background: #112645;
}

.bg-active-xs {
    opacity: 1;
    visibility: visible;
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#sidebar {
    overflow: auto;
    background: #fff;
    position: fixed;
    width: 240px;
    height: 100vh;
    left: -500px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 99999;
    top: 0;
    visibility: hidden;
    transition: .5s all ease;
}

#sidebar.active {
    visibility: visible !important;
    left: 0 !important;
}

#sidebar .text-center {
    padding: 15px 0;
    background: #fff;
}

#sidebar .clearfix div>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar .clearfix div>ul>li {
    margin: 0;
    position: relative;
    clear: both;
}

#sidebar .clearfix div>ul>li span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 18px 15px;
}

#sidebar .clearfix div>ul>li ul {
    border: 0;
    position: static;
    margin: 0 0 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, .075);
    width: 85%;
}

#sidebar .clearfix div>ul>li ul li {}

#sidebar .clearfix div>ul>li ul a {
    white-space: normal;
    text-transform: uppercase;
}

#sidebar .clearfix div>ul>li>a {
    text-transform: uppercase;
    padding: 15px 20px;


    color: #333;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #fff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

#sidebar .clearfix div>ul>li.btnLogin>a {
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #e20613), color-stop(1, #a0090e));
    background: -moz-linear-gradient(center top, #e20613 5%, #a0090e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e20613', endColorstr='#a0090e');
    background-color: #e20613;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    padding: 8px;
}

#sidebar .clearfix div>ul>li.btnLogin>a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #a0090e), color-stop(1, #e20613));
    background: -moz-linear-gradient(center top, #a0090e 5%, #e20613 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#a0090e', endColorstr='#e20613');
    background-color: #a0090e;
    color: #fff;
    transition: 1s all linear;
}

#sidebar .clearfix div>ul>li:hover>a,
#sidebar .clearfix div>ul>li.active>a,
#sidebar .clearfix div>ul>li.open>a {
    color: #e10613;
}

#sidebar .clearfix div>ul>li.dropdown .dropdown-menu {
    position: static;
    float: none;
    border: 0;
    box-shadow: none;
}

#sidebar .clearfix div>ul>li.dropdown .dropdown-menu li {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sidebar .clearfix div>ul>li.dropdown .dropdown-menu li.active {
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-left: 33px;
}

#sidebar .clearfix div>ul>li.dropdown.open a i:before {
    content: "\f106";
}

#sidebar .clearfix div>ul>li.dropdown .dropdown-menu li.active:after {
    content: '';
    height: 21px;
    width: 3px;
    left: 25px;
    top: 10px;
    background: #096cbd;
    position: absolute;
}

#sidebar .clearfix div>ul>li.dropdown .dropdown-menu li a,
#sidebar .clearfix div>ul>li.dropdown .dropdown-menu li a:hover,
.dropdown-menu li a:active {
    background: transparent;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
}

label.error {
    text-align: left;
    float: left;
    width: 100%;
    font-weight: 500;
    color: #ed1b24;
    padding: 5px 0;
    transition: .3s all linear;
}
.btn-width-100{
    width: 100%;
}
#loader-t {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
}

#loader-t div {
    position: absolute;
    left: 0%;
    right: 0%;
    top: 40%;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    color: #fff;
}

#scrollTop {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #333;
    cursor: pointer;
    z-index: 999;
}

#scrollTop.active {
    animation: bounce linear 1s;
    animation-iteration-count: 1;
}
.btn-w-100 {
    width: 100%;
}
.btn-style-1 {
    background: #e10613;
    border-radius: 20px;
    box-shadow: none;
    transition: .3s all linear;
    position: relative;
    border: 1px solid transparent;
    max-width: 100%;
    color: #f9f5e5;
    padding: 8px 16px;
    /*border: 0;*/
}
.btn-style-1:hover,
.btn-style-1:focus,
.btn-style-1:active {
  background: #fff;
  border: 1px solid #e10613;        
  transition: .3s all linear;
  color: #e10613;
}

.btn-style-2 {
    outline: 0;
    box-shadow: none;
    color: #262626;
    border-bottom: 1px solid #262626;
    transition: .3s all linear;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    line-height: 1.2
}
.btn-style-2:hover,
.btn-style-2:focus,
.btn-style-2:active {
    outline: 0;
    box-shadow: none;
    transition: .3s all linear;
    border-bottom: 1px solid transparent
}

.btn-style-3 {
    background: #f4f0e9;
    color: #ed1c24;
    border-radius: 5px;
    box-shadow: none;
    transition: .3s all linear;
    padding: 6px 25px;
    border: 1px solid transparent;
}

.btn-style-3:hover,
.btn-style-3:focus,
.btn-style-3:active {
 background: #f4f0e9;
 color: #ed1c24;
 transition: .3s all linear;
 border: 1px solid #ed1c24;
}

.btn-style-4 {
    background: #fff;
    color: #11a666;
    border-radius: 25px;
    box-shadow: none;
    transition: .3s all linear;
    position: relative;
    border: 1px solid #11a666;
    padding: 6px 25px;
    z-index: 9;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-style-4:hover,
.btn-style-4:focus,
.btn-style-4:active {
    background: #fff;
    color: #11a666;
    transition: .3s all linear;
    border: 1px solid #11a666;
    opacity: .8;
}
.btn-style-5 {
    background: #11a666;
    color: #fff;
    border-radius: 25px;
    box-shadow: none;
    transition: .3s all linear;
    position: relative;
    border: 1px solid #11a666;
    padding: 6px 25px;
    z-index: 9;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-style-5:hover,
.btn-style-5:focus,
.btn-style-5:active {
  background: #11a666;
  color: #fff;
  transition: .3s all linear;
  border: 1px solid #11a666;
  opacity: .8l;
}
.btn-text-normal{
    text-transform: none !important;
}
.btn+.btn{
    margin-left: 5px;
}
.padding-15 {
    padding: 15px 0;
}

.table-tmt {
    border-collapse: separate;
    border-spacing: 5px;
    border: 0;
}

.table-bordered.table-tmt>tbody>tr>td:first-child,
.table-bordered.table-tmt>tbody>tr>th:first-child,
.table-bordered.table-tmt>tfoot>tr>td:first-child,
.table-bordered.table-tmt>tfoot>tr>th:first-child,
.table-bordered.table-tmt>thead>tr>td:first-child,
.table-bordered.table-tmt>thead>tr>th:first-child {
    border: 0;
    background: #dae8e2;
    padding: 15px;
}

.table-bordered.table-tmt>tbody>tr>td:last-child,
.table-bordered.table-tmt>tbody>tr>th:last-child,
.table-bordered.table-tmt>tfoot>tr>td:last-child,
.table-bordered.table-tmt>tfoot>tr>th:last-child,
.table-bordered.table-tmt>thead>tr>td:last-child,
.table-bordered.table-tmt>thead>tr>th:last-child {
    padding: 15px;
    color: #00ab5c;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 5px;
    margin-right: 10px;
    font-size: 15px;
    color: #264c57;
    text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {}

.wp-pagenavi span.current {
    font-weight: bold;
}

.wp-pagenavi span.pages {
    display: none;
}

.slider-home.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.margin-b-25 {
    margin-bottom: 25px;
}

.overflow-img {
    overflow: hidden;
    position: relative;
}

.overflow-img img {
    transition: .3s all linear;
    display: block;
    margin: 0 auto;
}

.overflow-img:hover img {
    transform: scale(1.01);
}

.effect-img{
    position: relative;
    overflow: hidden;
}
.effect-img:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,0deg) translate3d(-120%,0,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,0deg) translate3d(-120%,0,0);
}
.effect-img:hover:after{
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,0deg) translate3d(0,0,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,0deg) translate3d(0,0,0);
}
.slick-dots{
    bottom: 15px;
}



.slick-prev, .slick-prev:hover, .slick-prev:focus {
    background: url(../images/arrrow-r.png) center center no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 38px;
    height: 71px;
    z-index: 99;
    position: absolute;
    left: -50px;
    transform: rotate(180deg);
    top: 35%;
}
.slick-next, .slick-next:hover, .slick-next:focus {
    background: url(../images/arrrow-r.png) center center no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 38px;
    height: 71px;
    z-index: 99;
    position: absolute;
    right: -50px;
    
}


#home-banner {
    padding: 120px 0;
    background: #f4f0e9;
    position: relative;
}
.home-banner-left{
    display: flex;
    justify-content: flex-end;
}
.home-banner-left h1{
    color: #5f6270;
    font-size: 40px;
}
.home-banner-left p{
    color: #e10613;
    font-size: 20px;
}

.scrol-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    text-align: center;
    z-index: 1;
}
.title-main{
    word-spacing: 5px;
    color: #ed1c24;
    line-height: 1.4;
    font-weight: 600;
}
.title-small{
    font-size: 18px;
}
.c_e20613 {
    color: #e20613;
}

.home-box-content{
    margin: 50px 0 0 0;
}
.box-item {
    text-align: center;
    background: #f4f0e9;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

/*.box-item:hover {
    background: #e10513;
    transition: .3s all;
}
.box-item:hover .box-item-des, .box-item:hover p {
    transition: .3s all;
    color: #fff !important;
    }*/
    .box-item-img {
        margin: 0 auto 15px;
        display: table;
        position: relative;
        z-index: 1;
        top: -15px;
    }

    .box-item-img:before {
        content: '';
        position: absolute;
        left: -10px;
        top: -10px;
        bottom: 10px;
        right: 10px;
        border: 2px solid #e20613;
        z-index: -2;
    }
    .box-item-img:after {
        content: '';
        position: absolute;
        left: 10px;
        top: 10px;
        bottom: -10px;
        right: -10px;
        border: 2px solid #e20613;
        z-index: -1;
    }
    .box-item-name{
        margin-bottom: 5px;
    }

    .box-item hr{
        border-color: #fff;
        margin: 15px 0;
    }
    .box-item-des {
        padding: 0 5px;
        font-size: 12px;
        color: #e20613;
        display: -webkit-box;
        /*-webkit-line-clamp: 3;*/
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 67px;
    }
    .home-box-content{
        position: relative;
    }
    .quote-left {
        position: absolute;
        left: -35px;
        top: -28px;
        z-index: 1;
    }
    .quote-right {
      position: absolute;
      right: -15px;
      bottom: -40px;
      z-index: 1;
  }

  .box-3-item .p-middle {
    margin: 35px 0 15px 0;
}

.five-item {
    position: relative;
    color: #777777;
    line-height: 1.6;
    text-align: justify;
}
.five-item p.num {
    font-size: 120px;
    line-height: 1;
    margin-bottom: 0;
    color: #fee5e6;    
}
.five-item-title {
    position: absolute;
    bottom: 10px;
    right: 0;
    
    padding-left: 15px;
    color: #ed1c24;
    font-size: 28px;
    line-height: 1.2;
}
.five-item-des{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.6;
    height: 95px;
}
.five-item hr{
    margin: 10px auto 25px;
    border: 3px solid #ec1920;
    width: 40%;
}
#home-content3 .list-five-item{
    padding-bottom: 50px;
}
#home-content4 {
    margin-top: 50px;
    background: #f4f0e9;
    position: relative;
}


.home-content4-left-title {
    color: #777777;
    line-height: 1.6;
    font-size: 18px;
}
.home-content4-left-title strong{
    color: #fff;
    background: #ed1c24;
    
    padding: 2px 5px;
}

#home-content5{
    padding: 25px 0;
    background: #ffffff;
}

.frmRegister .frmTitle {
    font-size: 12px;
    color: #262626;
}

.frmRegister .form-control {
    background: #eeede7;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
}

.frmRegister .form-item{
    font-size: 12px;
    line-height: 1.6;
}

.frmRegister label {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none;
}

#footer {
    background: #ed1c24;
    padding: 20px 0;
    color: #fff;
    font-size: 12.5px;
}
.copy{
    margin: 20px 0 0;
}
.ft-social{
    margin: 15px 0;
}
.ft-social img{
    width: 30px;
}
#footer ul.ad{
    padding-left: 15px;
    float: left;
    width: 100%;
}
#footer ul.ad li{
    float: left;
    width: 50%;
}
.about-content1{
    padding-left: 135px;
    color: #e20613;
}
.about-content1 strong{
    position: absolute;
    top: -10px;
    left: 50px;
    font-size: 30px;
    width: 50px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #e10613;
}

.about-content2 {
    padding: 30px 0 25px 180px;
}

.about-content2 strong {
    position: absolute;
    top: 40px;
    left: 55px;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #e10613;
}

.about-content2 .al-1 {
   position: absolute;
   left: 50px;
   top: 0px;
}

.about-content2 .al-2 {
   position: absolute;
   bottom: 0px;
   left: 120px;
   width: 200px;
}


.about-content3 {
    margin: 25px 325px 15px 0px;
    /*text-align: right;*/
}
.about-content3 strong {
    position: absolute;
    right: -115px;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #e10613;
}

#about .quote-right {
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: 1;
}

#contact-ct ul{
    color: #707070;
    text-align: center;
}

#contact-ct ul li a{
    font-weight: 300;
    color: #707070;
    transition: .3s all;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

#contact-ct ul li.active a, #contact-ct ul li:hover a{
    font-weight: 700;
    border-bottom: 1px solid #e10613;
    color: #e10613;
    
}

#contact-ct .tab-content{
    background: #f4f0e9;
    margin: 65px 0;
    padding: 0 0 50px 0;
}
#contact-ct .tab-content hr, .kh-accordion hr{
    width: 50px;
    border-top: 3px solid #e20613;
    margin:10px 0;
}

#contact-ct .tab-content h3{
    margin-bottom: 0
}

.c_e10613 {
    color: #e10613;
}
.c_ed1c24 {
    color: #ed1c24;
}
.panel {
    margin-bottom: 20px;
    background-color: #f4f0e9;
}
.panel-default>.panel-heading {
    color: #e20613;
    background-color: #f4f0e9;
}


.kh-item{
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.kh-item .col-md-3{
    font-size: 68px;
    font-weight: 700;
    color: #e10613;
}
#ul-kh{
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ul-kh li{
    padding-right: 20px;
    padding-left: 20px;
}
#ul-kh li a{
    position: relative;
    float: left;

}

#ul-kh li.likh1 a:after{
    content: '';
    position: absolute;
    background: url(../images/kh1.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
#ul-kh li.likh2 a:after{
    content: '';
    position: absolute;
    background: url(../images/kh2.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
#ul-kh li.likh3 a:after{
    content: '';
    position: absolute;
    background: url(../images/kh3.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
#ul-kh li.likh4 a:after{
    content: '';
    position: absolute;
    background: url(../images/kh4.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
#ul-kh li.likh5 a:after{
    content: '';
    position: absolute;
    background: url(../images/kh5.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
#ul-kh li.likh6 a:after{
 content: '';
 position: absolute;
 background: url(../images/kh6.png) center no-repeat;
 height: 50px;
 width: 50px;
 background-size: contain;
 top: -60px;
 left: 50%;
 transform: translateX(-50%);
}
#ul-kh li.likh1:hover a:after,#ul-kh li.likh1.active a:after{
    content: '';
    position: absolute;
    background: url(../images/kh1-active.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
#ul-kh li.likh2:hover a:after,#ul-kh li.likh2.active a:after{
    content: '';
    position: absolute;
    background: url(../images/kh2-active.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
#ul-kh li.likh3:hover a:after,#ul-kh li.likh3.active a:after{
    content: '';
    position: absolute;
    background: url(../images/kh3-active.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
#ul-kh li.likh4:hover a:after,#ul-kh li.likh4.active a:after{
    content: '';
    position: absolute;
    background: url(../images/kh4-active.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
#ul-kh li.likh5:hover a:after,#ul-kh li.likh5.active a:after{
    content: '';
    position: absolute;
    background: url(../images/kh5-active.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
#ul-kh li.likh6:hover a:after,#ul-kh li.likh6.active a:after{
    content: '';
    position: absolute;
    background: url(../images/kh6-active.png) center no-repeat;
    height: 50px;
    width: 50px;
    background-size: contain;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.frm-nq .form-group{
    margin-bottom: 20px;
}
.frm-nq label {
    font-weight: 600;
}

.frm-nq .form-control {
    box-shadow: none;
    border: 0;
}

.nq-hr {
    width: 50px;
    border-top: 3px solid #e20613;
    margin: 10px auto;
}

.nq-item{
    margin-bottom: 20px;
}

.nq-title-main {
 text-align: center;
 font-size: 20px;
 display: table;
 margin: 35px auto;
 background: url(../images/btn-nq.png) center right #ee1a21 no-repeat;
 border-radius: 10px;
 padding: 5px 10px;
 color: #fff;
 padding-right: 35px;
 background-size: 30px;
 background-position: 98%;
}

.news-item{
    margin-bottom: 25px;
}

.news-right{
    padding-top: 10px;
}

.news-title {
    position: relative;
    padding-left: 50px;
}
.news-item a{
    color: #464646
}
.news-item a .news-date, .news-item a h3 {
    color: #363636
}
.news-item a .news-date {
    color: #363636
}
.news-date{
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 0 5px;
    border: 1px solid;
    line-height: 1.2;
}

.news-date strong{
    font-size: 20px;
}

.news-item hr {
    border-color: #e10613;
    margin: 20px 0 20px;
}