@font-face{
    font-family: "Graphik-Regular";
    src:url(fonts/graphik/Graphik-Regular.otf);
}
@font-face{
    font-family: "Graphik-Medium";
    src:url(fonts/graphik/Graphik-Medium.otf);
}
html {
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
    font-family: "Graphik-Regular";
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    top: 0!important;
    font-weight: 400;
}
b,strong{
    font-weight: 400;
    font-family: "Graphik-Medium";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.3;
}
h2 {
    font-size: 43px;
    margin-top: 30px;
    margin-bottom: 15px;
}
a{
    color: #111;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
    cursor: pointer;
}
a:hover,a:focus,a:active{
    color: #118441;
    text-decoration: unset;
}
img{ 
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.row-mar-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.row-mar-5 > div[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.row-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.padding-top3{padding-top: 30px;}
.mb-80 { margin-bottom: 80px; }
.mb-30 { margin-bottom: 30px; }
.mb-50 { margin-bottom: 50px; }
.over-all {
    background: #fff;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}
.btn, a.btn {
    background-color: transparent;
    display: inline-block;
    color: #F08920;
    border: 1px solid #F08920;
    padding: 5px 25px;
    border-radius: 18px;
    letter-spacing: 2px;
    vertical-align: middle;
    line-height: 27px;
    font-size: 12px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.btn:hover, a.btn:hover {
    background: #F08920;
    color: #fff;
}
.box-heading {
    display: inline-block;
    width: 100%;
    color: #111;
}
.box-heading a {
    color: #111;
}
.box-heading span {
    font-size: 24px;
    color: #118441;
}
.box-heading h2,
h1.title-page-category {
    line-height: 40px;
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 15px 0;
    padding-left: 30px;
    background-image: url(../image/bg-title.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.box-heading p {
    margin-bottom: 0;
    margin-top: 30px;
    text-align: justify;
}
.box-heading-column h2 {
    font-size: 16px;
    padding: 0;
    line-height: 40px;
    margin: 0 0 1px 0;
    background: #00803f;
    color: #fff;
    border-radius: 5px 5px 0 0;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
.box-heading-column h2 a {
    color: #fff;
}
.content-column {
    border: 1px solid #ccc;
}
.clearfix{
    display: block;
}
.float-all{
    width: 100%;
    float: left;
}

/* header */
#header #logo {
    line-height: 70px;
}
#header #logo img {
    max-height: 60px;
}
#header .bottom-header {
    background: #fff;
    width: 100%;
    text-align: center;
}
.menu-all-page {
    margin-left: 50px;
}
#header ul {
    margin: 0;
    padding: 0;
}
#header ul.menu-all {
    display: inline-block;
    vertical-align: top;
}
#header .menu-all li {
    display: inline-block;
    float: left;
    position: relative;
}
#header .menu-all > li {
    margin-right: 35px;
}
#header .menu-all > li > a{
    position: relative;
    display: block;
    padding: 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #333;
    line-height: 80px;
}
#header .menu-all > li.current > a,
#header .menu-all > li:hover > a {
    color: #ffbf00;
}
#header .menu-all > li > a i {
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
}
#header .menu-all ul{
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    transition: all .5s ease;
    z-index: 9999;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
}
#header .menu-all li:hover > ul{
    opacity: 1;
    visibility: visible;
}
#header .menu-all ul li{ 
    width: 100%;
    border-top: #ccc thin solid;
}
#header .menu-all ul li:first-child {
    border-top: 0;
}
#header .menu-all ul li a {
    display: block;
    padding: 7px 15px;
    color: #333;
}
#header .menu-all ul li a:hover{
    background: #f5f5f5;
}
#header .menu-all ul ul{
    left: 100%;
    top: 0;
}
#header .menu-all ul ul a {
    color: #333;
    border-right-color: #ebebeb;
}
.menu-header{
    width: 100%;
    float: left;
    background-color: #2e3a8c;
    border-bottom: solid 1px #cbcde2;
    position: relative;
}
.captcha {
    background: transparent;
    border-radius: 3px;
    box-shadow: 0 0 0;
    box-sizing: border-box;
    width: 300px;
    padding: 5px;
}
.captcha .c_input a {
    border: 0;
    color: #fff;
    padding: 7px 10px;
    background: #E95843;
    border-radius: 2px;
    display: inline-block;
}
.captcha .c_logo {
    display: none;
}
/* language */

/* end language */
/* slides */
.slides.owl-carousel {
    margin-bottom: 0;
}
.slides.owl-carousel .item {
    width: 100%;
    position: relative;
}
.slideshow-home .owl-carousel button[class*="owl-"] {
    position: absolute;
    top: 50%;
    margin-top: -38px;
    font-size: 24px;
    padding: 20px 5px!important;
    color: #f4ce47;
}
.slideshow-home .owl-carousel button.owl-next {
    right: 15px;
}
.slideshow-home .owl-carousel button.owl-prev {
    left: 15px;
}

/**/
#crumbs {
    overflow: hidden;
    margin: 30px 0;
}
#crumbs .inner-crumbs a{
	color: #000;
    font-size: 14px;
    padding: 10px 0;
}

/*list cat*/
.list-cat-related h3 {
    line-height: 34px;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
    padding-left: 20px;
    background: #22479f url(../image/i4.gif) no-repeat left center;
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.list-cat-related ul {
    border-bottom: #c8c8c8 2px solid;
    background-color: #f5f5f5;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.list-cat-related ul li {
    padding: 10px 0px 10px 18px;
    margin-left: 10px;
    margin-right: 10px;
    background: url(../image/i5.gif) no-repeat left center;
    font-weight: bold;
    font-size: 15px;
    border-top: #d1d1d1 1px dotted;
}
.list-cat-related ul li.current a {
    color: #ffb406;
}

/* news column */
.news-by-categories.box-left-right ul.box-news-content {
    list-style:  none;
    margin:  0;
}
.news-by-categories.box-left-right ul.box-news-content li {
    width: 100%;
    display: inline-block;
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.news-by-categories.box-left-right ul.box-news-content li:last-child {
    border-bottom: 0;
}
.news-by-categories.box-left-right ul.box-news-content li .image {
    width: 85px;
    float: left;
    padding: 3px;
    border: 1px solid #ddd;
}
.news-by-categories.box-left-right ul.box-news-content li .image a {
    margin-bottom: 0;
}
.news-by-categories.box-left-right ul.box-news-content li .name {
    display: block;
    line-height: 15px;
    height: 45px;
    overflow: hidden;
    width: calc(100% - 85px);
    padding-left: 10px;
}
.news-by-categories.box-left-right ul.box-news-content li .name a {
    font-size: 13px;
}

/**/
.facebook-like-box{ 
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

/*news by combo categories */
.news-by-combo-categories {
    background: #f1f1f1;
    padding: 35px 0 35px;
    margin-top: 35px;
}
.news-by-combo-categories .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 1px solid #00803f;
}
.news-by-combo-categories .nav-tabs>li {
    margin: 0;
}
.news-by-combo-categories .nav-tabs>li.active>a, 
.news-by-combo-categories .nav-tabs>li.active>a:hover, 
.news-by-combo-categories .nav-tabs>li.active>a:focus {
    background: #00803f;
    color: #fff;
    border-radius: 0;
    border: 0;
}
.news-by-combo-categories .nav-tabs>li>a {
    border: 0;
    background: #ffd542;
    border-radius: 0;
    color: #333;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 18px;
}
.news-by-combo-categories .col-md-6:nth-child(2n + 1){
    clear: both;
}
.item-news-combo {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
}
.item-news-combo .thumb {
    width: 125px;
    float: left;
}
.item-news-combo .infor {
    width: calc(100% - 125px);
    float: right;
    padding-left: 12px;
}
.item-news-combo .infor h3 {
    margin: 0 0 5px 0;
    font-weight: 400;
}
.item-news-combo .infor h3 a {
    color: #00803f;
    font-size: 16px;
    line-height: 22px;
    display: block;
}
.item-news-combo .infor p {
    margin-bottom: 0;
}


/**/
.flexslider{
    border: 0;
}
.box-news-content ul {
    list-style: none;
    padding-left: 0;
}
.box-news-content{
    position: relative;
    padding: 0;
}
.col-sb-gallery img, .box-news-content .image a img {
    float: none;
    margin-right: 0;
    padding: 0;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}
.col-sb-gallery img:hover, .box-news-content .image:hover a img {
    opacity: .8;
}

.box-news-featured .news-item{
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-bottom: 10px;
}
.box-news-content .name {
    margin-bottom: 0;
    height: 37px;
    padding: 3px 0;
    line-height: 30px;
    overflow: hidden;
}
.box-news-content .date_added {
    font-size: 12px;
    color: #898989;
    margin-bottom: 2px;
}
.box-news-content .name:hover a {
    color: #E95843;
}
.news-bottom-block{
    font-weight: 600;
}
#content .flexslider{
    margin-bottom: 10px;
}

.news-custom-more{
    background: #fff;
    margin: 18px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.4) inset;
}
.news-custom-more .news-custom-item{
    float: left;
    width: 20%;
}
.banner-content-mainbottom img, .news-custom-more .news-custom-item img {
    padding: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out ;
    -ms-transition: all .4s ease-in-out ;
    -o-transition: all .4s ease-in-out ;
    transition: all .4s ease-in-out ;
}
.news-custom-more .news-custom-item img:hover {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.banner {
    background: #fff;
}
.banner.text-center{
    padding-top: 30px;
}
.banner div.video-youtube{
    margin-bottom: 5px;
    overflow: hidden;
}
.banner div {
    text-align: center;
    display: block;
}
.banner div img {
    margin-bottom: 15px;
}
.banner div.banner-item:last-child img {
    margin-bottom: 0;
}

#content h1.banner-title {
    font-size: 48px;
    color: #c93428;
    margin-bottom: 15px;
    font-weight: 400;
}

p.description-banner {
    margin-bottom: 50px;
}

.banner-item img.img-responsive {
    display: inline-block;
/*    margin: 0;*/
}

.news-by-categories ul li a{
    display: block;
    margin-bottom: 5px;
}
.combo-ads{
    margin-bottom: 10px;
}
.flexslider .slides iframe {
    width: 100%;
    display: block;
}

/* noi dung ct */
.title-all-sign {
    margin-top: 60px;
}
.title-all-sign h2 {
    font-size: 22px;
    text-align: center;
    font-family: 'Graphik-Medium';
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    color: #085b22;
}
.title-all-sign h2:after {
    content: '';
    width: 230px;
    height: 2px;
    background: #085b22;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.item-info-sign {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.item-info-sign .icon {
    width: 90px;
    overflow: hidden;
    border-radius: 50px;
}
.item-info-sign .title {
    width: calc(100% - 90px);
    padding-left: 15px;
    color: #085b22;
    font-size: 18px;
    font-weight: bold;
}
.content-left-sign {
    background: #085b22;
    padding: 40px 30px;
    border-radius: 50px;
}
.content-left-sign .title-form h3 {
    margin: 0 0 25px;
    text-align: center;
    font-family: 'Graphik-Medium';
    color: #fff;
}
.content-left-sign .form-group {
    margin-bottom: 25px;
}
.content-left-sign .form-control {
    height: 40px;
}


.form-register.content-column {
    padding: 10px;
}
.form-register button#button-send-book {
    background: #00803f;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 10px;
    border: 0;
    outline: none;
}
.content-left-sign .form-register button#button-send-book {
    width: 100%;
    padding: 10px;
    font-weight: bold;
    background: #f44025;
}
.sign-all .alert {
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 5px;
    border-radius: 0;
    border: 0;
}

/* box 6 */
.md-box6 {
    background: #f1f1f1;
    padding: 60px 0 35px;
}
.md-box6 .row-flex {
    align-items: stretch;
}
.box-heading-box-6 h2,
.box-heading-box-8 h2 {
    font-size: 28px;
    text-align: center;
    font-family: 'Graphik-Medium';
    margin: 0 0 35px;
    color: #085b22;
}
.item-box6 {
    height: 100%;
    background: #085b22;
    padding: 30px 15px;
    border-radius: 6px;
    color: #fff;
}
.title-box6 h3 {
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px;
}
.desc-box6 {
    text-align: justify;
    line-height: 26px;
}

/* box 8 */
.md-box8 {
    margin-top: 60px;
}
.md-box8 .col-md-6:nth-child(2n + 1) {
    clear: both;
}
.item-box8 {
    position: relative;
}
.item-box8 .icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #d8e7fe, #085b22);
    padding: 5px;
    position: relative;
    z-index: 1;
}
.item-box8 .icon img {
    width: 155px;
    border-radius: 50%;
}
.info-item-box8 {
    border: 2px solid #085b22;
    padding: 30px 20px 10px 100px;
    border-radius: 30px;
    color: #085b22;
    width: calc(100% - 80px);
    position: absolute;
    top: 0;
    left: 80px;
}
.info-item-box8 h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-family: 'Graphik-Medium';
}

/* support online */
.support-online-col .box-content {
    padding: 0 10px 10px;
}
.sup-item {
    border-bottom: 1px solid #dedede;
    padding: 5px 0 5px 45px;
    background: url(../image/icon-phone.png) left center no-repeat;
}
.sup-item p {
    margin: 0;
}
.sup-item p.phone a {
    color: #007d3d;
    font-size: 24px;
    font-weight: 500;
    font-family: "Graphik-Medium";
    line-height: 28px;
}
.support-online-col .email-support {
    line-height: 35px;
}
.support-online-col .email-support i {
    margin-right: 3px;
    color: #006f36;
}

.banner-content-mainbottom img:hover{
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.bg-img-header{
    height: 115px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
.categories-category ul {
    border: 1px solid #E3E3E3;
    background: #F6F6F6;
    padding: 0;
    height: 39px;
}
.categories-category ul li{
    list-style-type: none;
    display: inline-block;
}
.categories-category ul li a{
    line-height: 39px;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 600;
}
.news-list > div {
    overflow: auto;
    clear: both;
    padding: 10px 0px;
}
.news-list .col-xs-6:nth-child(4n+1){
	clear: both;
}
.news-list .news-list-item{
	margin-bottom: 20px;
}
.news-list .news-list-item h3.title-news {
    margin: 0 0 10px;
    line-height: 22px;
}
.news-list .news-list-item h3.title-news a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    display: inline-block;
}
.news-list .news-list-item .date-news {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 15px;
}
.news-list .news-list-item .date-news i {
    margin-right: 6px;
}
.news-list .news-list-item .date-news span {
    font-size: 13px;
}
.news-list .news-list-item h3.title-news a:hover {
    color: #23527c;
} 
.news-list .news-list-item .infor-news {
    width: 100%;
    display: inline-block;
}
.news-list .image {
    position: relative;
    float: left;
    width: 250px;
    overflow: hidden;
}
.news-list .image img {
    width: 100%;
    display:  block;
}
.news-list .image img:hover{
    opacity: 0.8;
}
.news-list .short-content {
    text-align: justify;
    overflow: hidden;
    color: #666;
    line-height: 20px;
}
.news-list a.view {
    line-height: 24px;
    width: 90px;
    text-align: center;
    border: solid 1px #c93428;
    font-style: italic;
    border-radius: 12px;
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
}
.news-list a.view:hover{
    color: #fff;
    border: solid 1px #fdc800;
    background: #fdc800;
}
.news-list .desc{
    float: left;
	width: calc(100% - 250px);
    padding-left: 15px;
}
.pagenumber .links {
    float: left;
    padding-top: 6px;
    margin-bottom: 5px;
}
.pagenumber .links .pagination {
    margin: 0;
}
.pagenumber .links .pagination > .active > a, .pagenumber .links .pagination > .active > span, .pagenumber .links .pagination > .active > a:hover, .pagenumber .links .pagination > .active > span:hover, .pagenumber .links .pagination > .active > a:focus, .pagenumber .links .pagination > .active > span:focus {
    background: none repeat scroll 0 0 #e3e3e3;
    border: 1px solid #dddddd;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0;
    border-radius: 0 !important;
    color: #000;
    cursor: default;
    margin-top: -1px;
    z-index: 2;
}
.pagenumber .links .pagination > li > a, .pagenumber .links .pagination > li > span {
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    color: #000;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #111;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.news-list-slide #bottom_news{
    margin: 10px 0;
    border: 1px solid #e8e8e8;
    padding: 7px 0;
    background: #f6f6f6;
}
.pagenumber .links .pagination > li {
    display: inline-block;
    margin: 0 3px;
}
.pagenumber .links .pagination > li:last-child > a, .pagenumber .links .pagination > li:last-child > span{
    border-radius: 0;
}
.pagenumber {
    border-top: 0;
    display: inline-block;
    width: 100%;
    padding-top: 0;
}
.news-description *, .category-description *{
    max-width: 100%;
}
.news-description img, .category-description img{
    max-width: 100%;
    height: auto !important;
}
.news-description {
    width: 100%;
}
.tags-list {
    background: url(../image/tags.gif) no-repeat 0px top;
    padding-left: 45px;
    padding-top: 7px;
    margin: 10px 0;
}
.tags-list a {
    margin: 0 2px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 5px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 5px;
}
.tags-list a:hover {
    background: #d4d4d4;
}
.news-related h3.title {
    border-bottom: 2px solid #007338;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 35px;
    margin: 20px 0 10px;
}

.contact-title {
    margin-bottom: 35px;
}
#content .contact-title h1 {
    font-weight: 600;
    font-size: 32px;
    color: #202A30;
}
.contact-title p {
    color: #c93428;
    font-size: 19px;
    line-height: 30px;
    font-weight: 600;
}
.contact-content p {
    margin: 0;
}
.contact-content > div {
    margin-bottom: 15px;
}
.write-comment > div {
    margin-bottom: 10px;
}
.write-comment p{
    margin: 0;
}
.write-comment .error {
    font-size: 14px;
    color: #ff0000;
}
a.button, input.button {
    background: #1376f2;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgb(200, 200, 210);
    text-decoration: none;
    display: inline-block;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 13px;
    border: none;
}
input[type='text'], input[type='password'], textarea {
    padding: 6px 12px;
    box-shadow: 0 0 0;
    border: 1px solid #d4d4d4;
    color: #333;
    outline: medium none;
}
.write-comment input[type="text"], .write-comment textarea {
    border: 1px solid #d7dce9;
    border-radius: 0;
    background: none repeat scroll 0 0 #fff;
    padding: 10px;
    width: 100%;
}

.news-info {
    width: 100%;
    display: inline-block;
}

a.button:hover, a.button:focus, a.button:active, input.button:hover, input.button:focus, input.button:active {
    background: #1376f2;
    color: #fff;
    border: none;
}
#content h1 {
    font-weight: 500;
}
#content h1.title-page {
    margin-top: 0;
    font-size: 24px;
}
.bx-wrapper .bx-pager{
    display: none;
}
.bx-viewport{
    height: 39px;
    line-height: 39px;
}
#news_hot_head span{
    position: absolute;
    top: 9px;
    padding: 1px 4px 0px;
    color: red;
    font-weight: 700;
    border: 1px solid red;
}
#news_hot_head{
    position: absolute;
    min-width: 500px;
}
#content {
    position: relative;
    width: 100%;
    float: left;
}
#content.home {
    margin-top: 50px;
}
ul.pgwSlider>li img, .pgwSlider>ul>li img {
    width: 100%;
    min-height: 100%;
    display: none;
    transition: margin-top 250ms linear;
}
.pgwSlider .ps-caption {
    display: none !important;
}
ul.pgwSlider>li, .pgwSlider>.ps-list>li {
    background: #212121;
    opacity: 0.9;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
    height: 77px !important;
    padding: 11px;
    overflow: hidden;
}
ul.pgwSlider>li a, .pgwSlider>.ps-list>li a{
    color: #fff;
    display: block;
    font-size: 14px;
    height: 45px;
    overflow: hidden;
}
ul.pgwSlider>li span, .pgwSlider>.ps-list>li span {
    display: block;
    width: 100%;
    position: static;
    bottom: 0;
    padding: 5px;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.pgwSlider .ps-current {
    width: 75%;
}
ul.pgwSlider>li:hover, .pgwSlider>ul>li:hover {
    opacity: 1 !important;
    background-color: #E95843;
}
.pgwSlider .ps-list li.active-wds{
    position: relative;
    overflow: visible;
}
.pgwSlider .ps-list li.active-wds:before {
    position: absolute;
    left: -20px;
    top: 0;
    content: '';
    border-width: 0 0 38px 20px;
    border-style: solid;
    border-color: transparent transparent #E95843 transparent;
    z-index: 9;
}
.pgwSlider .ps-list li.active-wds:after{
    position: absolute;
    left: -20px;
    bottom: 0;
    content: '';
    border-width: 0 20px 38px 0;
    border-style: solid;
    border-color: transparent #E95843  transparent transparent ;
    z-index: 9;
}

/* news featured */
.box-news-featured {
    margin: 0 0 30px;
}
.box-news-featured .box-heading {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    background: #d6b659;
    text-transform: uppercase;
    font-weight: 500;
}
.box-news-featured .box-heading h2 {
    font-size: 16px;
    text-align: left;
}
.item-news-featured {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.img-news-featured {
    width: 250px;
    float: left;
}
.info-news-featured {
    width: calc(100% - 250px);
    float: left;
    padding-left: 30px;
}
.info-news-featured h3.item-title {
    margin: 0 0 5px;
    font-size: 20px;
}
.info-news-featured a.view-more{
    color: #e5cb6c;
    font-style: italic;
}
.info-news-featured a.view-more:hover {
    text-decoration: underline;
}


.news-item-column {
    padding: 0 5px;
}
.news-item-column:first-child {
    margin-top: 5px;
}
.news-item-column .name a {
    border-bottom: 1px solid #eee !important;
    list-style: outside none none;
    margin-bottom: 5px;
    padding: 0 0 12px 12px;
    text-align: justify;
    display: block;
    color: #333;
    position: relative;
}
.news-item-column .name a:hover {
    color: #8222c3;
}
.news-item-column .name a:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #8222c3;
    position: absolute;
    top: 5px;
    left: 0;
}
/* end news featured */
/* news custom more 2 */
.md-news-custom-more {
    padding-top: 35px;
    padding-bottom: 10px;
    background: #e8e6e7;
}
.md-news-custom-more .col-info-custom {
    margin-bottom: 30px;
}
.md-news-custom-more .item-info {
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}
.md-news-custom-more .item-info .item-info-left {
    float: left;
    width: 51px;
}
.md-news-custom-more .item-info img {
    width: 51px;
}
.md-news-custom-more .item-info .item-info-right {
    float: right;
    width: calc(100% - 51px);
    padding-left: 20px;
}
.md-news-custom-more .item-info h6 {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}
.md-news-custom-more p {
    color: #828282;
    white-space: pre-line;
    font-weight: 300;
}
.md-news-custom-more .link-info a {
    text-transform: uppercase;
    color: #c93428;
    font-weight: 600;
}
.md-news-custom-more .link-info a:hover {
    color: #f09e0e;
}
.md-news-custom-more .item-new-custom {
    margin-bottom: 25px;
}
.md-news-custom-more .item-new-custom h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #337ab7;
}
.md-news-custom-more .item-new-custom h6:hover {
    color: #f09e0e;
}
/* end news custom more 2 */
.md-carousel {
    margin-bottom: 5px;
}
.md-carousel .over-all {
    padding: 20px 0;
}
.md-carousel .head-title{
    color: #8222c3;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.md-carousel .owl-carousel {
    background: transparent;
    margin-bottom: 0;
}
.md-carousel .owl-carousel .item {
    text-align: center;
}
.md-carousel .owl-carousel .item img {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.box-border-bottom .box-heading{
    border-bottom: 1px solid #DBDBDB;
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px 0 5px 0;
    margin-bottom: 20px;
}
.row-custom .col-custom-left{
    border-right: 1px solid #dbdbdb;
}
.box-news-content .box-news-first-description .name {
    height: 26px;
    padding: 10px 0 0;
    line-height: 15px;
}
.box-news-content .box-news-first-description .short-content {
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
    margin-bottom: 12px;
}
.box-news-content .short-content {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

/* news by categories */
.news-by-categories .news-content {
    background: #fff;
    padding: 10px 0 0;
}
.news-by-categories .news-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    min-height: 42px;
}
.news-by-categories .news-content p {
    line-height: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    margin-bottom: 0;
}
.news-by-categories .news-content a.view-detail {
    font-style: italic;
    font-size: 12px;
    text-align: right;
    display: block;
}

/* news by cat */
.news-by-cat {
    margin-bottom: 30px;
}
.title-md-nbc {
    margin: 0;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    background: #f4d271;
    background-image: url(../image/bg-title.png);
    text-transform: uppercase;
    background-repeat: no-repeat;
    font-weight: 500;
}
.title-md-nbc a {
    color: #fff;
}
.news-by-cat .box-content {
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 28px 20px 30px;
}
#sync1 {
    width: 55%;
    float: left;
}
#sync1 .thumb-image {
    position: relative;
    width: 100%;
}
#sync1 .thumb-image .info {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    padding: 10px;
    padding-bottom: 5px;
    color: #fff;
}
#sync1 .thumb-image .info  h3 {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}
#sync1 .thumb-image .info p{
    font-size: 12px;
    margin: 0;
    margin-top: 5px;
    overflow:hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
}
#sync1 .owl-nav { display: none; }
#sync2 {
    width: 44%;
    margin-left: 1%;
    float: left;
}
#sync2.owl-carousel .owl-stage {
    width: 100%!important;
}
#sync2 .owl-item .thumb-image {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
}
#sync2 .owl-item a
{
    padding-left: 4%;
    display: inline-block;
    width: 100%;
}
#sync2 .owl-item .thumb-image img {
    width: 20%;
    margin: 3px;
    padding: 3px;
    border: 1px solid #eee;
    background: #fff;
}
#sync2 .owl-item .thumb-image .info{
    width:78%;
    padding-top: 3px;
}
#sync2 .owl-item{width: 100%!important;}
#sync2 .thumb-image .info   h3{
    margin:0;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 3px;
    font-weight: 500;
}
#sync2 .owl-item a:hover .thumb-image
{
    background: #f2f2f2;
}
#sync2  .owl-item.active.current a  {
    background-image: url(../image/selected-item.png);
    background-size: center;
    background-position: top left;
    background-repeat: no-repeat;
}
#sync2  .owl-item.active.current .thumb-image
{
    background-color: #e1e1e1;
}

/* news letters */
.footer-newsletters {
    padding: 15px 0;
    background: #ffd542;
}
.content-footer-newsletters, 
.form-newsletters-inner {
    width: 100%;
    display: inline-block;
}
.title-newsletters {
    float: left;
    width: 32%;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 44px;
    color: #333;
}
.form-newsletters {
    float: right;
    width: calc(100% - 32%);
}
.form-newsletters-inner input.form-control {
    float: left;
    width: calc(100% - 125px);
    height: 44px;
    background: #fff;
    padding: 0 8px;
    border: 0;
}
.form-newsletters-inner .send-newsletters{
    width: 125px;
    height: 44px;
    background: #00803f;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 44px;
    font-size: 16px;
    border: 0;
}

/* footer */
footer .copy{
    line-height: 35px;
    text-align: center;
}
#powered {
    text-align: center;
    clear: both;
    line-height: 35px;
    background: #353a3d;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
}
#powered .pull-right, #powered .pull-right a {
    color: #999;
}
#powered .container {
    border-top: 1px solid rgba(153, 153, 153, 0.15);
}
footer {
    background-color: #fff;
    color: #fff;
}
body:not(.common-home) footer.float-all {
    margin-top: 50px;
    padding-top: 30px;
}
.footer-mid {
    background: #00803f;
    padding-top: 30px;
}
footer ul{
    padding: 0;
    margin:  0;
}
footer .title-footer {
    margin: 0 0 20px;
    font-size: 18px;
    text-transform: uppercase;
}
.menu-footer ul li {margin-bottom: 10px;}
.menu-footer ul li i {margin-right: 5px;}
.menu-footer ul li a {
    color: #fff;
}
footer .iframe-map {
    width: 100%;
    overflow: hidden;
}
footer .iframe-map iframe {
    width: 100%;
    height: 165px;
}
.footer-contact p {
    width: 100%;
    display: inline-block;
}
.footer-contact span {
    width: calc(100% - 20px);
    float: right;
    padding-left: 5px;
}
.footer-contact i {
    width: 20px;
    text-align: center;
    float: left;
    margin-top: 5px;
}
.footer-contact p.address span {
    white-space: pre-wrap;
}
footer .info-footer {
    margin-top: 35px;
    padding: 20px 0 15px;
    border-top: 1px solid #eee;
    position: relative;
    width: 100%;
    color: #fff;
}
footer .scroll-head {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    background: #09622e;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    top: -20px;
    cursor: pointer;
}

#language {
    position: relative;
}
#language .drop-button {
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}
#language .drop-button span.icon {
    margin-right: 5px;
}
#language .drop-button span {
    display: inline-block;
    vertical-align: top;
}
#language .drop-button img {
    max-width: 25px;
    vertical-align: text-top;
}
#language .drop-button i{
    margin-left: 5px;
    margin-right: 5px;
}
#language .drop-box .drop-content { right: 0; }
#language  .drop-box .drop-content .drop-title {
    text-align: right;
}
#language  .drop-box .drop-content .drop-title .drop-close {
    background: #fff;
    font-size: 15px;
    padding: 0 10px;
    vertical-align: top;
    cursor: pointer;
    color: #c93428;
    position: absolute;
    top: 0;
    right: 0;
}
#language .drop-content ul.list-unstyled {
    margin: 0;
}
#language .drop-content li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}
#language .drop-content li {
    padding-top: 10px;
}
#language .drop-content li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
#language .drop-content img {
    max-width: 20px;
    margin-right: 5px;
}
#language .drop-content img, #language .drop-content span {
    display: inline-block;
    vertical-align: middle;
}
#language .drop-content a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.drop-box .drop-content .drop-description ul.list-link li a:hover, .drop-box .drop-content .drop-description ul.list-link li a.active {
    color: #c93428;
    text-decoration: underline;
}
.drop-box .drop-content .drop-description ul.list-link li a span{
    padding-left: 5px;
}
.drop-box .drop-content {
    background-color: #fff;
    box-shadow: 0 0 0;
    clear: both;
    position: absolute;
    display: none;
    z-index: 1000;
}
.drop-box .drop-content .drop-title .drop-close:hover {
    background-color: #e95843;
    border-radius: 50%;
    color: #fff;
}
.drop-box .drop-content.top {
    border: 1px solid #909090;
    border-radius: 0 0 0;
}
.drop-box .drop-content.top:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #909090;
    border-width: 12px;
}
.pad-full5 {
    padding: 5px;
    font-size: 15px;
}
.fancybox-opened,.fancybox-overlay, .modal{
    z-index: 999999 !important;
}
input[type='text'], input[type='password'], textarea, textarea.form-control{border-radius: 0;}

/* fixed button */
.float-contact {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
}
.float-contact button {
    border: 0;
    font-size: 15px;
    line-height: 39px;
    text-transform: uppercase;
}
.chat-zalo {
    background: #8eb22b;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.chat-face {
    background: #125c9e;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.float-contact .hotline {
    background: #d11a59!important;
    border-radius: 20px;
    padding: 0 18px;
    color: white;
    display: block;
    margin-bottom: 6px;
}
.chat-zalo a, .chat-face a, .hotline a {
    font-size: 15px;
    color: white;
    font-weight: 400;
    text-transform: block;
    line-height: 0;
}
.bottom-contact{display: block;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;}
.bottom-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-contact ul li{width: 25%;
    float: left;
    list-style: none;
    text-align: center; font-size:13.5px;}
.bottom-contact ul li span{color:black}
.bottom-contact ul li img{    width: 35px;
    margin-top: 10px;
    margin-bottom: 0px;}
@media (min-width:768px) {    
    .news-by-categories .col-sm-4:nth-child(3n + 1) {
        clear: both;
    }
}
@media (min-width: 1200px) {
    .content-footer-newsletters {
        padding: 0 110px;
    }
}
@media (max-width: 1199px) {
    #header .top-header ul.info-header li {
        margin-right: 15px;
    }
}
@media (min-width: 992px) {     
    
}
@media (max-width: 991px) {
    #header #logo {
        line-height: unset;
        padding: 3px 0 5px;
    }
    #header .btn-mb{
        display: inline-block;
        color: #333;
        padding: 8px 15px;
    }
    #header .btn-mb i {
        display: inline-block;
        font-size: 25px;
        line-height: 31px;
    }
    #header .close-menu {
        background: #dd1f27;
        color: #fff;
        padding: 10px;
        text-align: center;
        cursor: pointer;
    }
    body.open-menu .bg-mb {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 65%);
        z-index: 999;
    }
    #header .menu-all-page {
        border-top: 1px solid #ddd;
        margin: 0;
        position: fixed;
        z-index: 9999;
        width: 250px;
        height: 100vh;
        top: 0;
        left: 0;
        background: #000;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: all 0.5s;
    }
    body.open-menu #header .menu-all-page {
        transform: translateX(0);
    }
    #header .menu-all-page ul.menu-all {
        width: 100%;
        float: left;
    }
    #header .menu-all-page ul.menu-all li{
        float: left;
	    position: relative;
	    width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    #header .menu-all > li > a {
    	display: block;
	    color: #fff;
        border-bottom: 1px solid #212121;
        line-height: 1.5;
        padding: 10px 15px;
        text-transform: none;
    }
    #header .menu-all > li:last-child > a {
        border-bottom: 0;
    }
    #header .menu-all > li > a:before { display: none; }
    #header ul.menu-all span.mb-toggle {
        position: absolute;
        width: 50px;
        height: 40px;
        line-height: 39px;
        color: #fff;
        z-index: 99;
        right: 0;
        top: 0;
        text-align: center;
        font-size: 13px;
        cursor: pointer;
    }
    #header ul.menu-all span.mb-toggle:before {
        content: "\f067";
        font-family: FontAwesome;
    }
    #header ul.menu-all span.mb-toggle.open:before {
    	content: "\f068";
    }
    #header .menu-all ul li span.mb-toggle {
        color: #333;
    }
    #header .menu-all ul {
        position: unset;
        width: 100%;
        float: left;
        opacity: 1;
        visibility: visible;
        background: #f8f8f8;
        padding: 0;
        display: none;
        transition: unset;
        box-shadow: unset;
    }  
	#header .menu-all ul li{
		border: 0;
	}
	#header .menu-all ul li a{
	    font-size: 13px;
        color: #333;
        padding: 10px 52px 10px 30px;
	}
	#header .menu-all ul ul a{
		padding: 8px 45px;
	}
    #header .link-head {
        padding-top: 10px;
    }
    #header ul.header-social {
        float: right;
    }
    .hotline-head {
        display: inline-block;
    }
	.news-wrapper .box-item{
		display: block;
	}
	.news-wrapper .box-item .image{
		margin-bottom: 10px;
	}
	.news-list .col-xs-6:nth-child(3n+1){
		clear: none;
	}
	.news-list .col-xs-6:nth-child(2n+1){
		clear: both;
	}
    footer {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .md-box7 {
        padding: 45px 0 15px;
    }
    ul.list-box-7 {
        padding-left: 10px;
    }
    #sync1, #sync2 {
        width: 100%;
    }
    #sync2 {
        margin-left: 0;
    }
    .box-top-aboutus {
        margin-top: 20px;
    }
    .img-news-featured {
        width: 100%;
        margin-bottom: 10px;
    }
    .info-news-featured {
        width: 100%;
        padding-left: 0;
    }
	.banner.text-center {
	    padding-top: 10px;
	}

    .combo-ads img, .box-news-content .image a img {
        margin: 0 auto;
    }
    .banner div img {
        margin-bottom: 10px;
        margin: 0 auto 10px;
    }

    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-weight: 600;
    }
    .navbar-nav>li a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        display: block;
        position: relative;
    }
    .xs-mg-15 {
        margin-bottom: 15px;
    }
    .title-newsletters { 
        width: 100%; 
        text-align: center;
        line-height: unset;
        margin-bottom: 10px;
    }
    .form-newsletters {
        width: 100%;
    }
    .news-list .image {
        width: 100%;
        margin: 0 0 10px;
    }
    .news-list .desc {
        width: 100%;
        padding: 0;
    }
    .md-box6 {
        padding: 35px 0 10px;
    }
    .box-heading-box-6 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media (max-width: 480px){
	.news-list .col-xs-6{
		width: 100%;
	}
    .item-box8 .icon {
        margin: 0 auto -30px;
    }
    .info-item-box8 {
        width: 100%;
        position: relative;
        left: 0;
        padding: 45px 20px 10px;
        text-align: center;
    }
}
@media (max-width: 320px) {
    
}
/*zalo*/
a.fixed_zalo {
    background-image: url(zalo_logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
}
/* call now*/
.mypage-alo-phone {
    position: fixed;
    left: auto;
    right: 0px;
    bottom: 0px;
    visibility: visible;
    background-color: transparent;
    width: 105px;
    height: 105px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
    width: 32px;
    height: 32px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: rgba(30, 30, 30, 0.4) url(phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #ca8d28;
    background-size: 70%;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #f63701;
    opacity: .75 !important;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-color: #ca8d28;
    opacity: .5;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.zoomIn {
    animation-name: zoomIn;
}


@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
.pulse {
    animation-name: pulse;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    animation-name: tada;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
