body{
    color: #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 25px;
    background: #ebebeb;
    overflow-x: hidden;
    word-break: break-word;
}
*{outline: none;padding: 0px;margin: 0px;}
a:hover,a,a:active,a:focus{outline: none;text-decoration: none;color:#16a721; transition: all 0.25s ease 0s;}
img{max-width: 100%;height: auto;}
.container{
    max-width: 1280px;
}

.vegas-animation-kenburns {
    animation: kenburns ease-out; 
    animation-fill-mode: forwards;
}
@-webkit-keyframes kenburns {	
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1.1);
    }
}
@-moz-keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1.1);
    }		
}
@-o-keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1.1);
    }		
}
@keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1.1);
    }
}
#logo{
    position: absolute;
    z-index: 9999;
}
#slide{
    background: #f6f6f6 url(../images/AjaxLoader.gif) no-repeat center;
    max-height: 1080px;
    position: relative;
}
div#previous{
    top: 55%;
    left: 50px;
}
div#next,
div#previous{
    background-color: rgba(0,140,221,0.5);
    width: 54px;
    height: 54px;
    z-index: 7;
    position: absolute;
    top: 55%;
    right: 0px;
    transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
    transition: all 0.25s ease 0s;
}
div#next:hover,
div#previous:hover{
    background: #008cdd;
}
div#next i,
div#previous i{
    color: rgb(255 255 255 / 48%);
    font-size: 30px;
    line-height: 54px;
}

/* header */
.header-hide {
    transform: translateY(-79px);
}
.header-hide img{
    display: none;
}
header{
    height: 64px;
    background: url("../images/bg_footer.gif");
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #ebebeb;
    transition: all .25s ease 0s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
header ul{
    text-align: center;
    margin: 0px;
    padding: 0px;
}
header ul li{
    display: inline-block;
    margin: 0px 20px;
}
header ul li a{
    color: #fff;
    line-height: 64px;
    text-transform: uppercase;
    display: inline-block;
}
header ul li a:hover{
    color: #37f71b;
}
.btn_search{
    background: url(../images/btn-search.png) no-repeat;
    border: none;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 5px;
    right: 10px;
    background-size: contain;
}
#search-box{
    position: absolute;
    right: 15px;
    z-index: 999;
    top:11px;
}
.btn-dangky{
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 99;
    width: 156px;
    height: 55px;
    background: url("../images/btn-dangky.png") no-repeat center;
    transform: translateX(0);
    transition: all 0.25s ease 0s;
}
.btn-dangky:hover {
    transform: translateX(-10px);
}
.sty_transition {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.slide-caption{
    position: absolute;
    z-index: 7;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.slide-caption .title{
    background: rgba(21,54,96,.75);
    text-align: center;
    margin-bottom: 20px;
    line-height: 60px;
    height: 60px;
    padding: 0px 30px;
    position: relative;
    border-radius: 7px;
    display: block;
}
.arrow-left-top_{
    background: url("../images/arrow-left-top.png") left top no-repeat;
    position: absolute;
    left: 0px;
    top:0px;
    height: 30px;
    width: 234px;
    z-index: 9999;
    padding-left: 30px;
}
.arrow-right-bottom_{
    background: url("../images/arrow-right-bottom.png") right bottom no-repeat;
    position: absolute;
    right: 0px;
    bottom:0px;
    height: 30px;
    width: 234px;
    z-index: 9999;
}
.slide-caption .title a{
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
}
.slide-caption a{
    color: #fff;
    font-weight: bold;
}
.slide-caption .readmore{
    background: #00bcef;
    padding: 5px 15px;
    border-radius: 20px 0px 0px 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.25s ease 0s;
    width: 170px;
}
.slide-caption .readmore a{
    background: url("../images/icon-readmore.png") left center no-repeat;
    padding-left: 30px;
}
.slide-caption .contact{
    background: #006eb4;
    padding: 5px 15px;
    border-radius: 0px 20px 20px 0px;
    display: inline-block;
    transition: all 0.25s ease 0s;
    width: 170px;
}
.slide-caption .contact a{
    background: url("../images/icon-phone.png") left center no-repeat;
    padding-left: 30px;
}
.slide-caption .readmore:hover,
.slide-caption .contact:hover{
    background: #02a33b;
}

.main-title-inner {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}
.main-title-inner:before {
    top: 0;
    left: 0;
    width: 50%;
    height: 0px;
}
.main-title-inner:after {
    top: 0;
    left: 0;
    width: 0px;
    height: 50%;
}
.main-title-inner:hover span:before, 
.main-title-inner:hover:before {
    width: 100%;
}
.main-title-inner:hover span:after, 
.main-title-inner:hover:after {
    height: 100%;
}
.main-title-inner:hover span:after, 
.main-title-inner:hover:after {
    height: 100%;
}
.main-title-inner:hover span:before, 
.main-title-inner:hover:before {
    width: 100%;
}
.main-title-inner span:before {
    right: 0px;
    bottom: 0px;
    width: 66%;
    height: 1px;
}
.main-title-inner:hover span:after,
.main-title-inner:hover:after {
    height: 100%;
}
.main-title-inner span:after {
    right: 0;
    bottom: 0;
    width: 1px;
    height: 50%;
}
.main-title-inner span:after, 
.main-title-inner span:before, 
.main-title-inner:after, 
.main-title-inner:before {
    content: '';
    position: absolute;
    background: #c5a24a;
    transition: all .25s ease 0s;
    background: -webkit-gradient(linear,left top,right top,from(#b4882a),color-stop(#fcf4b6),to(#b4882a));
    background: -webkit-linear-gradient(left,#b4882a,#fcf4b6,#b4882a);
    background: -moz-linear-gradient(left,#b4882a,#fcf4b6,#b4882a);
    background: -o-linear-gradient(left,#b4882a,#fcf4b6,#b4882a);
    background: linear-gradient(to right,#b4882a,#fcf4b6,#b4882a);
    border-radius: 0px;
    padding: 0.8px;
}
.main-title-inner:after,
.main-title-inner span:after{
    content: '';
    position: absolute;
    background: #b78b29;
}
#form{
    border-bottom: 2px solid #ebebeb;
}

/* intro */
section#intro{
    background: url("../images/bg_intro.jpg");
    max-height: 370px;
    overflow: hidden;
}
section#intro .col-md-5,
section#intro .col-md-7{
    padding: 0px;
}
section#intro .left{
    padding: 65px 3px;
    color: #fff;
}
#intro p{
    line-height: 30px;
}
#intro .col-md-7{
    background: url("../images/intro-img.png")left center no-repeat;
    position: absolute;
    right: 0px;
    height: 370px;
    background-size: cover;
}
#intro .intro_readmore{
    text-align: center;
    margin-top: 30px;
}
#intro .intro_readmore a{
    color: #fff;
    position: relative;
}
#intro-img{
    position: absolute;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0px 50px;
    margin-left: 20px;
}
#intro-img span{
    float: left;
    width: 33.333%;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.item-aboutus img {
padding: 10px;
transform: scale(1);
transition: all 0.5s;
}
.item-aboutus img:hover {
transform: scale(1.02);
}

section#main{
    padding: 40px 0px;
}
.title-header{
    color: #008cdd;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
p.desc{
    text-align: center;
    font-style: italic;
    color: #28962b;
    line-height: 25px;
    margin-bottom: 15px;
}
.mt-40{
    margin-top: 40px;
}
.mb-40{
    margin-bottom: 40px;
}

/* footer */
#logo-footer{
    padding-left: 20px;
    margin-bottom: 20px;
}
footer{
    background: url("../images/bg_footer.gif");
    padding: 40px 0px;
    color: #fff;
}
.item-footer a{
    color:#fff;
}
footer a:hover{
    color: #c5a24a !Important;
}
#logo-footer img{
    height: 100px;
}
footer #company .map{
    background: url("../images/icon-map.gif") left top no-repeat;
    padding-left: 30px;
}
footer #company .hotline{
    background: url("../images/icon-hotline.gif") left top no-repeat;
    padding-left: 30px;
}
footer #company .website{
    background: url("../images/icon-website.gif") left top no-repeat;
    padding-left: 30px;
}
footer #company .email{
    background: url("../images/icon-email.png") left top no-repeat;
    padding-left: 30px;
}
.item-footer .title-footer {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}
.item-footer form input {
    background: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    color: #000;
}
.item-footer form button {
    background: #15b8fb;
    height: 40px;
    position: absolute;
    border: none;
    padding: 0px 20px;
    right: 15px;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.social a {
    margin:0px 15px;
}
.list-project-footer{
    margin-left: 30px;
}
#list-project{
    float: left;
    width: 100%;
}
.list-project-footer li{
    background: url("../images/icon-check.png") center left no-repeat;
    list-style: none;
    padding-left: 30px;
    line-height: 30px;
}
.list-project-footer li a{
    color: #fff;
}
#logo img{
    transition: all 0.25s ease 0s;
}
#logo img:hover{
    transform: translateX(10px);
}
.header_sroll #logo img{
    animation: fadeInUpBig;
}
#home-featured{
    float: left;
    width: 100%;
}
#home-featured .item-product{
    background: #fff;
}

/* home-featured */
#home-featured .slick-slide{
    margin: 0px 20px;
}
#home-featured .slick-list .slick-slide{
    opacity: 0.4;
}
#home-featured .slick-list .slick-active{
    opacity: 1;
}
#home-featured .slick-prev:before{
    content: "\f053";
    font-size: 35px;
    position: relative;
    top: 0px;
    left: 4px;
    font-family: "FontAwesome";
    opacity: 1;
}
#home-featured .slick-next:before{
    content: "\f054";
    font-size: 35px;
    position: relative;
    top: 0px;
    left: 4px;
    font-family: "FontAwesome";
    opacity: 1;
}
#home-featured .slick-next{
    right: 12px;
    opacity: 1;
    z-index: 7;
    top: 40%;
}
#home-featured .slick-prev {
    left: 1px;
    top: 40%;
    opacity: 1;
    z-index: 7;
}
.item-product img{
    width: 100%;
}
.item-product .product-name{
    font-size: 17px;
    margin-bottom: 15px;
}
.item-product .product-name a{
    color: #0073e9;
    text-transform: capitalize;
}
.item-product .intro-product h2{
    margin: 0px;
    margin-bottom: 10px;
}
.item-product .intro-product{
    padding: 15px;
}
.item-product {
    color: #737373;
    line-height: 24px;
}
.item-product:hover .pj-img a:before, 
.item-product:hover .pj-img a:before {
    transform: translateX(0);
    opacity: 1;
}
.item-product:hover .pj-img a:after{
    transform: translateX(0);
    opacity: 1;
}
.pj-img a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(21,54,96,0.75);
    opacity: 0;
    z-index: 0;
    transition: all 0.25s ease 0s;
}
.item-product:hover .pj-img span.spin{
    opacity: 1;
}
.pj-img a span.spin{
    padding-top: 10px;
    line-height: 16px;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: all 0.25s ease 0s;
    color: #fff;
    opacity: 0;
    font-size: 13px;
    text-align: center;
}
.pj-img a {
    position: relative;
    display: block;
    overflow: hidden;
}
button.next_back{
    border: 0;
    position: relative;
    background: rgb(0 140 221 / 0%);
}
button.next_back::before,
button.next_back::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.spin {
    height: 54px;
    width: 54px;
}

.spin::before,
.spin::after {
    top: 0;
    left: 0;
}

.spin::before {
    border: 1px solid transparent;
}

.spin:hover::before {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}

.spin::after {
    border: 0 solid transparent;
}

.spin:hover::after {
    border-top: 1px solid #fff;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.circle {
    border-radius: 100%;
    box-shadow: none;
}

.circle::before,
.circle::after {
    border-radius: 100%;
}
.item-product .spin::before, 
.item-product .spin::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.item-product:hover .pj-img .spin:before {
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}

.item-product:hover .pj-img .spin:after{
    border-top: 1px solid #fff;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}
.intro_readmore .main-title-inner:after{
    width:2px;
    display :none;
}
.intro_readmore .main-title-inner:before{
    height: 2px;
    display :none;
}
.intro_readmore .main-title-inner{
    padding: 5px;
    width: 190px;
    height: 33px;
}
.intro_readmore .main-title-inner span:before{
    height:2px;
}
.intro_readmore .main-title-inner span:before{
    bottom:-7px;
    right: -15px;
}
.intro_readmore .main-title-inner span:after{
    width: 2px;
    bottom: -6px;
    right: -9px;
    z-index: 99999;
    display:none;
}
.intro_readmore .main-title-inner:hover span:after{
    width: 2px;
    bottom: -6px;
    right: -9px;
    z-index: 99999;
}
.intro_readmore .main-title-inner span{
    position: relative;
}
.intro_readmore .main-title-inner{
    overflow: hidden;
}
.intro_readmore .main-title-inner:hover span:before, 
.intro_readmore .main-title-inner:hover:before {
    width: 120%;
}
.intro_readmore .main-title-inner:hover span:after,
.intro_readmore .main-title-inner:hover:after {
    height: 120px;
}

/* register */
#form{
    padding:  20px 0px;
    background: url("../images/bg-register.jpg") center center no-repeat;
    background-size:cover;
}
#form .icon{
    width: 27px;
    height: 27px;
    position: absolute;
    top: 3px;
    left: 20px;
}
#form .name{
    background: url("../images/icon-name.png") center center no-repeat;
    background-size: cover;
}
#form .phone{
    background: url("../images/icon-form-phone.png") center center no-repeat;
    background-size: cover;
}
#form .email{
    background: url("../images/icon-form-email.png") center center no-repeat;
    background-size: cover;
}
#form .title-header{color:#005489;}
#form input[type="text"]{
    border: none;
    border-radius: 20px;
    padding-left: 40px;
}
#form button{
    background: #006eb4;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    border:none;
    border-radius: 10px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    transition: all 0.25s ease 0s;
}
#form button:hover{
    background: #02a33b;
}

/* sumenh */
#sumenh{
    background: url("../images/vanhoa1.jpg") center center no-repeat;
    background-size: cover;
    padding: 106px 0px;
    color: #fff;
}
#sumenh p{
    text-align: justify;
}
#sumenh .box{
    background: #2d5a53c2;
    padding: 20px;
}
#sumenh .box .title{
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
}
#sumenh .box:hover{
    background: #426f89;
}

/* about us */
.breadcrumb-box{
    position: relative;
}
.bg_aboutus{
        background: url("../images/congty3.jpg") center center no-repeat !Important;
    background-size: cover !Important;
}
.bg_thuvien{
    background: url("../images/sumenh3.jpg") center center no-repeat !Important;
    background-size: cover !Important;
}
.bg_duan{
    background: url("../images/duan1.jpg") center center no-repeat !Important;
    background-size: cover !Important;
}
.bg_contactus{
    background: url("../images/bannercontaact.jpg") center center no-repeat !Important;
    background-size: cover !Important;
}
.bg_news{
    background: url("../images/tintuc2.jpg") center center no-repeat !Important;
    background-size: cover !Important;
}
.bg_search{
    background: url("../images/img-duan.jpg") center center no-repeat !Important;
    background-size: cover !Important;
}
.bg_tuyendung{
    background: url("../images/tuyendung1.jpg") center center no-repeat !Important;
    background-size: cover !Important;
}
.breadcrumb-box #img-header{
    height: 490px;
    background: url("../images/img-duan.jpg") center center no-repeat;
}
.breadcrumb-box #img-header img{
    width: 100%;
    height: auto;
    max-width: 100%;
    display: none;
}
.breadcrumb-box .sub-menu{
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}
.breadcrumb-box .sub-menu a{
    background: rgba(21,54,96,.75);
    color: #fff;
    padding: 10px 5px;
    margin: 0px 20px;
    text-align: center;
}
.breadcrumb-box .sub-menu a:hover{
    background: rgba(21,54,96,1);
}
.breadcrumb-box .sub-menu .logo-box,
.breadcrumb-box .sub-menu .logo-box:hover{
    background: none;
}
.breadcrumb-box .sub-menu a{
    display: inline-block;
    width: 140px;
    font-size: 17px;
}
.breadcrumb-box .sub-menu img{
    height: 130px;
    margin-bottom: -50px;
}
/* line-vertical */
.line-vertical{
    position: relative;
    width: 1px;
    background: #46ade8;
    height: 100px;
    margin-left: calc(50% - 1px);
    margin-bottom: 20px;
}
.line-vertical span{
    position: absolute;
    bottom: 0px;
    background: #92caad;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-left: calc(50% - 5px);
}
.title-hwp{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.title-hwp a{
    color: #145490;
}
.main{
    padding: 50px 0px;
}
.item-aboutus{
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.item-aboutus .desc{
    text-align: justify;
}

.item-aboutus .center{
    float: left;
    text-align: center;
    width: 2%;
    position: relative;
   
}
.item-aboutus .left{
    float: left;
    width: 49%;
    padding: 20px 30px 30px 0px;
    text-align: justify;
}
.item-aboutus .left .line-vertical,.item-aboutus .right .line-vertical{display: none;}

.item-aboutus .center .line-vertical{
    position: absolute;
    height: 100%;
}
.item-aboutus .right{
    float: right;
    text-align: justify;
    width: 49%;
    padding: 20px 0px 30px 30px;
}
.item-aboutus img,.text-center img{
    max-width: 100%;
    height: auto !Important;
}
.btn_controll{
    position: fixed;
    left: 10px;
    top:40%;
    display: none;
    transition: all 0.25s ease 0s;
    max-width: 180px;
}
.btn_controll a{
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin: 5px 0px;
}
.btn_controll .icon{
    width: 50px; 
    text-align: center;
    display: inline-block;
}
.btn_controll span.text{
    display: inline-block;
    border-bottom: 2px solid transparent;
    opacity: 0;
}
.btn_controll span.text:after{
    width: 100%;
    height: 2px;
    background: #0073e9;
}
.btn_controll a:hover span.text,
.btn_controll a.active span.text{
    border-bottom: 2px solid #46ade8;
    opacity: 1;
}

/* list-products */
#list-products{
    margin: 10px 0px;
}
#list-products .item-product{
    background: #fff;
    margin-bottom: 30px;
}

/* slide_detail */
.slide-caption-detail .contact{
    border-radius: 20px;
}
.product-title{
    text-align: center;
    margin-bottom: 20px;
}
.product-title span{
    display: block;
    color: #145490;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.detail-post{
    text-align: justify;
}
.detail-post h2{
    font-weight: bold;
    font-size: 20px;
}
.detail-post h3{
    font-weight: bold;
    font-size: 18px;
}
.detail-post h4{
    font-weight: bold;
    font-size: 16px;
}
.detail-post ul{
    margin-left: 30px;
}
.detail-post p iframe{
    width: 100%;
}
.product-session{
    margin-bottom: 30px;
}
#form-register{
    border: 2px solid #d7d7d7;
    padding: 20px 40px;
}
#form-register input{
    border: 2px solid #d7d7d7;
    border-radius: 10px;
    padding: 10px 15px;
    height: auto;
    font-size: 15px;
}
#form-register textarea{
    border: 2px solid #d7d7d7;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 15px;
    height: 115px;
}
#form-register img{
    height: 34px;
}
#form-register .btn{
    background: #1695de;
    border: none;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
#form-register .btn:hover{
    background: #02a33b;
}
.loadingNewsletter,.res{
    margin-top: 5px;
    float: left;
    width: 100%;
}
.alert{
    padding: 5px 15px;
    text-align: center;
}
.category {
    overflow: hidden;
    position: relative;

}
.category_bg_box {
    transition: all 0.35s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news_size_1{
    height: 400px;
}
.news_size_2{
    height: 195px;
}
.category_bg_box .full {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0px;
}
.category-content {
    display: block;

}
.category:hover .category_bg_box {
    transform: scale(1.06);
    transition: transform 0.35s ease-out;
}
.category-title {
    color: #fff;
    text-align: left;
    font-weight: bold;
    background: rgba(67, 90, 96, 0.5);
    position: absolute;
    transition: all .15s linear;
    bottom: 0px;
    padding: 10px;
    width: 100%;
}
.padding20{
    padding: 20px;
}
.category_bg_box .full {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0px;
}
.category-title a {
    color: #fff;
}
.category-title:hover{
    background: rgba(51, 120, 138, 0.77);
}

/* list-news */
#list-news .row{
    margin-left: -5px;
    margin-right: -5px;
}
#list-news .row .item-news{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
#modalRegister .modal-dialog{
    width: 628px;
}
#modalRegister .modal-body{
    padding: 20px 40px;
}
#modalRegister .modal-content{
    height: 535px;
    background: url("../images/bg-modal.jpg") center center no-repeat;
    background-size: cover;
    border: none;
    box-shadow: none;
}
#modalRegister button.btn{
    background: #1695de;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
}
#modalRegister .close{
    color: #fff;
    background: #1695de;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    border-radius: 100%;
    z-index: 9999;
    opacity: 1;
    z-index: 9999;
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 20px;
}
.pagination-box{
    text-align: center;
    float: left;
    width: 100%;
}
.time{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 14px;
    padding: 3px 10px 3px 0px;
}
.pj-img{
    position: relative;
}
.time:before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    left: -21px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent rgba(0,0,0,0.5);
    border-style: solid;
    transform: rotate(45deg);
    border-width: 21px;
}
.single-post ul,.single-post ol{
    margin-left: 30px;
}
.single-post h2{
    font-size: 22px;
    line-height: 35px;
}
.single-post h3{
    font-size: 20px;
    line-height: 30px;
}
.single-post h4{
    font-size: 18px;
    line-height: 24px;
}
.title-relation{
    font-weight: bold;
    margin-bottom: 15px;
}
.block-newsOther{
    margin-top: 20px;
    border-top:1px solid #ccc;
    padding-top: 20px;
}
.meta{
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}
.meta span{
    margin-top: -1px;
}
.contact-page{
    padding: 30px 0px !Important;
}
.contact-page .title-header{
    text-align: left;
}
.contact-page .social a{
    margin-left: 0px;
}
.social img{
    width: 40px;
    height: 40px !Important;
    border-radius: 100%;
}
.btn-nop button{
    background: #1695de;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    float: right;
}
.padding-left-right-40{
    padding-left: 40px;
    padding-right: 40px;
}
.width_1000{
    max-width: 1000px;
}
#search-box form input{
    background: none;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0px 15px;
    width: 250px;
    font-size: 14px;
    background: #008cdd;
}
#search-box form button{
    display: none;
}
#search-box form input::placeholder {
    color: #fff;
    opacity: 1;
}
#search-box form input:-ms-input-placeholder {
    color: #fff;
}
#search-box form input::-ms-input-placeholder {
    color: #fff;
}
#search-box form{
    display: none;
}
.item-search{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.item-search:last-child{
    border-bottom: none !Important;
}
.item-search h2{
    font-size: 20px;
}
.item-search h2 a{
    font-weight: bold;
    font-size: 18px;
}
.item-search p{
    font-style: italic;
    color: #777;
}
.bnt-menu-mobile{
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 70px;
    top: 15px;
    display: none;
}
#menu-mobile{
    display: none;
    background: #006eb4;
    width: 100%;
    margin: 0px;
    position: fixed;
    padding: 30px 10px;
    z-index: 9;
    top: 64px;
    color: #fff;
}
#menu-mobile ul{
    margin-left: 15px;
}
#menu-mobile li{
    line-height: 24px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
#menu-mobile ul ul li{
    float: left;
    width: 50%;
    list-style: none;
}
#menu-mobile ul ul li a{
    font-size: 15px;
    color: #fff;
}
#menu-mobile li a{
    color: #fff;
}

#btn_bottom{
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
}
#btn_bottom a{
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    background: #02a33b;
    color: #fff;
    text-align: center;
   
}
#btn_bottom a:first-child{
    background: #0073e9;
}
.item_core_value{
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.item_core_value .img{
    width: 25%;
    float: left;
}
.item_core_value .desc{
    width: 75%;
    float: right;
    padding-top: 50px;
    padding-left: 30px;
}
.item_core_value .name{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    color: #145490;
    font-weight: bold;
}
.item_core_value.chan .img{
    width: 25%;
    float: right;
}
.item_core_value.chan .desc{
    width: 75%;
    float: left;
    padding-top: 50px;
    text-align: right;
}
.item-team{
    margin-bottom: 25px;
}
.item-team img{
    max-height: 900px;
}
.item-team .name{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #145490;
    margin: 50px 20px 20px 20px;
}
.item-team .pos{
    font-weight: bold;
    color: #145490;
    margin-bottom: 20px;
}
.item-team .text{
    font-style: italic;
}
.item-team .text i{
    margin: 0px 10px;
}
.stickyTrigger {
    display: block;
    border: 1px solid rgba(48,51,57,.15);
    height: 40px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity .5s ease-in-out,transform .5s ease-in-out;
    z-index: 10;
    font-size: 13px;
    display: none;
}
.info-sticky-header {
    float: left;
    width: 100%;
    font-weight: 500;
}
.info-sticky-header {
    overflow: hidden;
    border-left: 0;
    padding-left: 0;
    white-space: nowrap;
}
.info-sticky-header li {
    display: inline-block;
    padding: 0 10px;
}
.info-sticky-header li a {
    line-height: 40px;
    font-weight: 600;
    display: block;
    transition: all 0.2s;
    text-transform: uppercase;

}
.info-sticky-header {
    width: 100%;
    overflow-x: scroll;
}
.is-stuck {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.width_1000 #home-featured .slick-slide{
    margin: 0px 5px;
}

#menu-main li img{
    width: 170px;
    height: auto;
    position: fixed;
    right: 15px;
    bottom: 75px;
    z-index: 99;
    animation: shake 1s cubic-bezier(.95,.05,.8,.04) both;
}
#menu-main li img:hover{
    transform: translateX(-10px);
}
